diff --git a/Directory.Build.targets b/Directory.Build.targets index 068b49c72..e9e6158c5 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -77,6 +77,12 @@ + + false + + + + $(MSBuildThisFileDirectory)bin\$(Configuration)\packages\ $(PackageOutputPath)shipping\ diff --git a/Open-XML-SDK.sln b/Open-XML-SDK.sln index 986221603..6909e7f98 100644 --- a/Open-XML-SDK.sln +++ b/Open-XML-SDK.sln @@ -7,7 +7,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .vsconfig = .vsconfig CHANGELOG.md = CHANGELOG.md - compat.yml = compat.yml Directory.Build.props = Directory.Build.props Directory.Build.targets = Directory.Build.targets DocumentFormat.OpenXml.Package.props = DocumentFormat.OpenXml.Package.props @@ -28,6 +27,11 @@ EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DocumentFormat.OpenXml.Packaging.Tests", "test\DocumentFormat.OpenXml.Packaging.Tests\DocumentFormat.OpenXml.Packaging.Tests.csproj", "{B9138975-0D18-4EC7-92C3-A2DB71DF64E9}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A4DF60EB-3AA5-48F0-B4D2-3F94B8E62F03}" + ProjectSection(SolutionItems) = preProject + src\Directory.Build.props = src\Directory.Build.props + src\Directory.Build.targets = src\Directory.Build.targets + src\common\FrameworkShims.targets = src\common\FrameworkShims.targets + EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{0782A132-968D-4BDD-911A-2C3074EAF886}" EndProject diff --git a/compat.yml b/compat.yml deleted file mode 100644 index 25f09b32c..000000000 --- a/compat.yml +++ /dev/null @@ -1,6 +0,0 @@ -original: - feed: "https://api.nuget.org/v3/index.json" - id: "DocumentFormat.OpenXml" - version: "2.9.1" -updated: - feed: "https://ci.appveyor.com/nuget/open-xml-sdk" diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 7531a0bb9..2e8710832 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -40,5 +40,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets new file mode 100644 index 000000000..cbbb8b230 --- /dev/null +++ b/src/Directory.Build.targets @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml.CodeGeneration.Linq/DocumentFormat.OpenXml.CodeGeneration.Linq.csproj b/src/DocumentFormat.OpenXml.CodeGeneration.Linq/DocumentFormat.OpenXml.CodeGeneration.Linq.csproj index 27e61bc17..9a66ced80 100644 --- a/src/DocumentFormat.OpenXml.CodeGeneration.Linq/DocumentFormat.OpenXml.CodeGeneration.Linq.csproj +++ b/src/DocumentFormat.OpenXml.CodeGeneration.Linq/DocumentFormat.OpenXml.CodeGeneration.Linq.csproj @@ -30,6 +30,10 @@ + + + + - - - - - - @@ -37,25 +29,6 @@ - - - - - - - - - - - - - - - - - - - @@ -67,20 +40,6 @@ - - - - - - - - - - - - - - @@ -92,14 +51,6 @@ - - - - - - - - @@ -112,18 +63,7 @@ - - - - - - - - - - - - + @@ -131,13 +71,6 @@ - - - - - - - @@ -181,6 +114,11 @@ + + + + + diff --git a/src/DocumentFormat.OpenXml/PublicAPI/PublicAPI.Unshipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/PublicAPI.Unshipped.txt new file mode 100644 index 000000000..7fc781e72 --- /dev/null +++ b/src/DocumentFormat.OpenXml/PublicAPI/PublicAPI.Unshipped.txt @@ -0,0 +1,2143 @@ +#nullable enable +DocumentFormat.OpenXml.Drawing.LinePropertiesExtension +DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.LinePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.LinePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.LinePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.LinePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.LinePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.LinePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.LinePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.LinePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Added = 14 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Adding = 13 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Closed = 1 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Closing = 2 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Created = 6 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Creating = 5 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Deleted = 4 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Deleting = 3 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.None = 0 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Reloaded = 10 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Reloading = 9 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Removed = 8 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Removing = 7 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Saved = 11 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.EventType.Saving = 12 -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.FeatureCollection +DocumentFormat.OpenXml.Features.FeatureCollection.FeatureCollection() -> void +DocumentFormat.OpenXml.Features.FeatureCollection.FeatureCollection(DocumentFormat.OpenXml.Features.IFeatureCollection! defaults, bool isReadOnly = false) -> void +DocumentFormat.OpenXml.Features.FeatureCollection.FeatureCollection(int initialCapacity) -> void +DocumentFormat.OpenXml.Features.FeatureCollection.Get() -> TFeature? +DocumentFormat.OpenXml.Features.FeatureCollection.IsReadOnly.get -> bool +DocumentFormat.OpenXml.Features.FeatureCollection.Set(TFeature? instance) -> void +DocumentFormat.OpenXml.Features.FeatureEventArgs +DocumentFormat.OpenXml.Features.FeatureEventArgs.Argument.get -> TArg +DocumentFormat.OpenXml.Features.FeatureEventArgs.FeatureEventArgs() -> void +DocumentFormat.OpenXml.Features.FeatureEventArgs.FeatureEventArgs(DocumentFormat.OpenXml.Features.EventType type, TArg arg) -> void +DocumentFormat.OpenXml.Features.FeatureEventArgs.Type.get -> DocumentFormat.OpenXml.Features.EventType +DocumentFormat.OpenXml.Features.FeatureExtensions +DocumentFormat.OpenXml.Features.IFeatureCollection +DocumentFormat.OpenXml.Features.IFeatureCollection.Get() -> TFeature? +DocumentFormat.OpenXml.Features.IFeatureCollection.IsReadOnly.get -> bool +DocumentFormat.OpenXml.Features.IFeatureCollection.Revision.get -> int +DocumentFormat.OpenXml.Features.IFeatureCollection.Set(TFeature? instance) -> void +DocumentFormat.OpenXml.Features.IFeatureEvent +DocumentFormat.OpenXml.Features.IFeatureEvent.Change -> System.Action>! +DocumentFormat.OpenXml.Features.IPackageEventsFeature +DocumentFormat.OpenXml.Features.IPartEventsFeature +DocumentFormat.OpenXml.Features.IPartRootEventsFeature +DocumentFormat.OpenXml.Features.IRaiseFeatureEvent +DocumentFormat.OpenXml.Features.IRaiseFeatureEvent.OnChange(DocumentFormat.OpenXml.Features.EventType type, TArg arg) -> void +DocumentFormat.OpenXml.Features.PackageEventExtensions +DocumentFormat.OpenXml.Features.PartEventFeatureExtensions +DocumentFormat.OpenXml.Features.PartRootEventExtensions +DocumentFormat.OpenXml.FileFormatVersions.Office2021 = 32 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.Blip.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.BlipFillProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.BlipFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.BlipFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.BlipFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.Dpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.RotateWithShape.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.SourceRectangle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect +DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.B.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.B.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.BoundRect() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.L.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.L.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.R.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.R.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.T.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.T.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty.BwModeEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.CompressPictureProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.Cstate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.Cstate.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.RemoveCrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.RemoveCrop.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.UseLocalDpi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.UseLocalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectionType +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectionType.ConnectionType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectionType.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectionType.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectionType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectionType.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker.ConnectorMoniker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker.CreationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker.CreationId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList.ConnectorMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList.ConnectorMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList.ConnectorMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList.ConnectorMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList.DeMasterMkLstDrawingElementMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList.DeMasterMkLstDrawingElementMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList.DeMasterMkLstDrawingElementMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList.DeMasterMkLstDrawingElementMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.DeMkLstDrawingElementMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.DeMkLstDrawingElementMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.DeMkLstDrawingElementMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.DeMkLstDrawingElementMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList.DeSrcMkLstDrawingElementMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList.DeSrcMkLstDrawingElementMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList.DeSrcMkLstDrawingElementMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList.DeSrcMkLstDrawingElementMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DetachConnection +DocumentFormat.OpenXml.Office2016.Drawing.Command.DetachConnection.Both = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.Command.DetachConnection +DocumentFormat.OpenXml.Office2016.Drawing.Command.DetachConnection.End = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.Command.DetachConnection +DocumentFormat.OpenXml.Office2016.Drawing.Command.DetachConnection.Start = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.Command.DetachConnection +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList.DeTgtMkLstDrawingElementMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList.DeTgtMkLstDrawingElementMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList.DeTgtMkLstDrawingElementMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList.DeTgtMkLstDrawingElementMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList.DocumentContextMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList.DocumentContextMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList.DocumentContextMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList.DocumentContextMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty.DpiEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingElementPackage +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingElementPackage.DrawingElementPackage() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.DrawingMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.DrawingMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.DrawingMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.DrawingMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList.DrawingSelectionStgList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList.DrawingSelectionStgList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList.DrawingSelectionStgList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList.DrawingSelectionStgList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList +DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList.EditorSelectionStgList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList.EditorSelectionStgList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList.EditorSelectionStgList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList.EditorSelectionStgList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty.EffectEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference +DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference.EffectRefStyleMatrixReference() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference.EffectRefStyleMatrixReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference.EffectRefStyleMatrixReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference.EffectRefStyleMatrixReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection +DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection.EndCxnConnection() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty.EndCxnEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty.ExtLstEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty.FillEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty.FillModeEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRectRelativeRectProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRectRelativeRectProps.FillRectRelativeRectProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference +DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference.FillRefStyleMatrixReference() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference.FillRefStyleMatrixReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference.FillRefStyleMatrixReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference.FillRefStyleMatrixReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.HslColor.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.PresetColor.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.SystemColor.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty.GeomEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker.CreationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker.CreationId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker.GraphicFrameMoniker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList.GraphicFrameMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList.GraphicFrameMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList.GraphicFrameMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList.GraphicFrameMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList.GraphicParentMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList.GraphicParentMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList.GraphicParentMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList.GraphicParentMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.DrawingMonikerList.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList? +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.DrawingMonikerList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.GroupCommand() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.GroupCommand(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.GroupCommand(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.GroupCommand(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.GrpId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.GrpId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.PreventRegroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.PreventRegroup.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.VerId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.VerId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker.CreationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker.CreationId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker.GroupShapeMoniker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList.GroupShapeMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList.GroupShapeMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList.GroupShapeMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList.GroupShapeMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty.HlinkClickEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.HlinkClickHyperlinkProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.HlinkClickHyperlinkProps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.HlinkClickHyperlinkProps(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.HlinkClickHyperlinkProps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverEmpty.HlinkHoverEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps.HlinkHoverHyperlinkProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps.HlinkHoverHyperlinkProps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps.HlinkHoverHyperlinkProps(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps.HlinkHoverHyperlinkProps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList.HyperlinkMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList.HyperlinkMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList.HyperlinkMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList.HyperlinkMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData +DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData.ImgDataImgData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData.ImgDataImgData(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgLink +DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgLink.ImgLink() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgLink.Tgt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgLink.Tgt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker +DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker.CreationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker.CreationId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker.InkMoniker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList.InkMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList.InkMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList.InkMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList.InkMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty.LfPrEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.CapType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.CompoundLineType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.LinePropertiesType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.LinePropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.LinePropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.LinePropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.Width.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty.LnEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference +DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.LnRefStyleMatrixReference() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.LnRefStyleMatrixReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.LnRefStyleMatrixReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.LnRefStyleMatrixReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList.Model3DMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList.Model3DMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList.Model3DMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList.Model3DMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.HlinkClickHyperlinkProps.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.HlinkClickHyperlinkProps.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.HlinkHoverHyperlinkProps.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.HlinkHoverHyperlinkProps.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.ModifyHyperlinkProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.ModifyHyperlinkProps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.ModifyHyperlinkProps(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.ModifyHyperlinkProps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.EndCxnConnection.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.EndCxnConnection.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.ModifyNonVisualConnectorProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.ModifyNonVisualConnectorProps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.ModifyNonVisualConnectorProps(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.ModifyNonVisualConnectorProps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoEditPoints.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoGrp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoGrp.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoMove.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoResize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoRot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoRot.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoSelect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.NoSelect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.StCxnConnection.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.StCxnConnection.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Decor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Decor.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Descr.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Descr.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.ModifyNonVisualDrawingProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Name.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.ScriptLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.ScriptLink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.Title.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.ModifyNonVisualDrawingShapeProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoEditPoints.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoGrp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoGrp.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoMove.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoResize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoRot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoRot.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoSelect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoSelect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoTextEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.NoTextEdit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.TxBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.TxBox.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.ModifyNonVisualGraphicFrameProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoDrilldown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoDrilldown.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoGrp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoGrp.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoMove.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoResize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoSelect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.NoSelect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.ModifyNonVisualGroupDrawingShapeProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoGrp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoGrp.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoMove.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoResize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoRot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoRot.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoSelect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoSelect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoUngrp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.NoUngrp.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.IsComment.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.ModifyNonVisualInkProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoEditPoints.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoGrp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoGrp.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoMove.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoResize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoRot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoRot.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoSelect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.NoSelect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.ModifyNonVisualPictureProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoCrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoCrop.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoEditPoints.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoGrp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoGrp.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoMove.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoResize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoRot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoRot.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoSelect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.NoSelect.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.EffectRefStyleMatrixReference.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.EffectRefStyleMatrixReference.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.FillRefStyleMatrixReference.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.FillRefStyleMatrixReference.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.FontReference.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.FontReference.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.LnRefStyleMatrixReference.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.LnRefStyleMatrixReference.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.ModifyShapeStyleProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.ModifyShapeStyleProps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.ModifyShapeStyleProps(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.ModifyShapeStyleProps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Cx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Cy.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.FlipH.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.FlipH.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.FlipV.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.FlipV.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.ModifyTransformProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Rot.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Rot.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.X.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.Y.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty.NoAdjustHandlesEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty.NoChangeArrowheadsEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty.NoChangeAspectEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeShapeTypeEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeShapeTypeEmpty.NoChangeShapeTypeEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty.NoEditPointsEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty.NoGrpEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty.NoMoveEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Description.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Name.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.NonVisualDrawingProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.NonVisualDrawingProps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.NonVisualDrawingProps(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.NonVisualDrawingProps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.Title.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.NonVisualGroupDrawingShapeProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.NonVisualGroupDrawingShapeProps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.NonVisualGroupDrawingShapeProps(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.NonVisualGroupDrawingShapeProps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty.NoResizeEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty.NoRotEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty.NoSelectEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlDrawingElementMonikerListElement +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlDrawingElementMonikerListElement.OpenXmlDrawingElementMonikerListElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlDrawingElementMonikerListElement.OpenXmlDrawingElementMonikerListElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlDrawingElementMonikerListElement.OpenXmlDrawingElementMonikerListElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlDrawingElementMonikerListElement.OpenXmlDrawingElementMonikerListElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlEmptyElement +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlEmptyElement.OpenXmlEmptyElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.Action.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.Action.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.EndSnd.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.EndSnd.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.HighlightClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.HighlightClick.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.OpenXmlHyperlinkPropsElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.OpenXmlHyperlinkPropsElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.OpenXmlHyperlinkPropsElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.OpenXmlHyperlinkPropsElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.SndDataImgData.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.SndDataImgData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.SndName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.SndName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.Source.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.TgtFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.TgtFrame.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlHyperlinkPropsElement.Tooltip.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlImgDataElement +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlImgDataElement.OpenXmlImgDataElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlImgDataElement.OpenXmlImgDataElement(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.B.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.B.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.L.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.L.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.OpenXmlRelativeRectPropsElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.R.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.R.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.T.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.OpenXmlRelativeRectPropsElement.T.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OrigImgDataImgData +DocumentFormat.OpenXml.Office2016.Drawing.Command.OrigImgDataImgData.OrigImgDataImgData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.OrigImgDataImgData.OrigImgDataImgData(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker +DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker.CreationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker.CreationId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker.PictureMoniker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList.PictureMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList.PictureMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList.PictureMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList.PictureMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Point2DType +DocumentFormat.OpenXml.Office2016.Drawing.Command.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.Point2DType.X.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.DpiEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.DpiEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.FillModeEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.FillModeEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.ResetBlipFillProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.ResetBlipFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.ResetBlipFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.ResetBlipFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.RotWithShapeEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.RotWithShapeEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.RotWithShapeEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.SrcRectEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.SrcRectEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.BwModeEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.BwModeEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.EffectEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.EffectEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.ExtLstEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.ExtLstEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.FillEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.FillEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.ResetGroupShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.ResetGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.ResetGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.ResetGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.Scene3dEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.Scene3dEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.XfrmEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.XfrmEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.HlinkClickEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.HlinkClickEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.HlinkHoverEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.HlinkHoverEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.ResetHyperlinkProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.ResetHyperlinkProps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.ResetHyperlinkProps(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.ResetHyperlinkProps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.EndCxnEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.EndCxnEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoAdjustHandlesEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoAdjustHandlesEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoChangeArrowheadsEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoChangeArrowheadsEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoChangeAspectEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoChangeAspectEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoChangeShapeTypeEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeShapeTypeEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoChangeShapeTypeEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoEditPointsEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoEditPointsEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoGrpEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoGrpEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoMoveEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoMoveEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoResizeEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoResizeEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoRotEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoRotEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoSelectEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.NoSelectEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.ResetNonVisualConnectorProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.ResetNonVisualConnectorProps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.ResetNonVisualConnectorProps(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.ResetNonVisualConnectorProps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.StCxnEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.StCxnEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.LfPrEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.LfPrEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.ResetNonVisualPictureProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.ResetNonVisualPictureProps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.ResetNonVisualPictureProps(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.ResetNonVisualPictureProps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.BwModeEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.BwModeEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.EffectEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.EffectEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.ExtLstEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.ExtLstEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.FillEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.FillEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.GeomEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.GeomEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.LnEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.LnEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.ResetShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.ResetShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.ResetShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.ResetShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.Scene3dEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.Scene3dEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.Sp3dEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.Sp3dEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.XfrmEmpty.get -> DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.XfrmEmpty.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetXsdboolean +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetXsdboolean.ResetXsdboolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetXsdboolean.ResetXsdboolean(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage.Embed = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage.Link = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage.LinkAndEmbed = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceLinkage +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl.Linkage.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl.Linkage.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl.ResourceUrl() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl.Src.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl.Src.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.RotWithShapeEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.RotWithShapeEmpty.RotWithShapeEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty.Scene3dEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker.CreationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker.CreationId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker.ShapeMoniker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList.ShapeMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList.ShapeMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList.ShapeMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList.ShapeMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList.ShapePropsMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList.ShapePropsMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList.ShapePropsMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList.ShapePropsMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData +DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData.SndDataImgData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData.SndDataImgData(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty.Sp3dEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty.SrcRectEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectRelativeRectProps +DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectRelativeRectProps.SrcRectRelativeRectProps() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection +DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection.StCxnConnection() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty.StCxnEmpty() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.HslColor.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.StyleMatrixReferenceType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.StyleMatrixReferenceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.StyleMatrixReferenceType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.StyleMatrixReferenceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2016.Drawing.Command.StyleMatrixReferenceType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList.SVGBlipMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList.SVGBlipMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList.SVGBlipMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList.SVGBlipMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.TableCellMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.TableCellMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.TableCellMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.TableCellMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.TableColumnMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.TableColumnMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.TableColumnMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.TableColumnMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList.TableMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList.TableMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList.TableMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList.TableMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.TableRowMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.TableRowMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.TableRowMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.TableRowMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.TextBodyMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.TextBodyMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.TextBodyMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.TextBodyMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyPackage +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyPackage.TextBodyPackage() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext.Hash.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext.Hash.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext.Len.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext.Len.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext.TextCharRangeContext() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.TextCharRangeMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.TextCharRangeMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.TextCharRangeMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.TextCharRangeMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.DefaultTabSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.DefaultTabSize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.EastAsianLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.EastAsianLineBreak.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.FontAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.FontAlignment.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.Height.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.Height.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.Indent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.Indent.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.LatinLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.LatinLineBreak.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.LeftMargin.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.Level.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.Level.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.LineSpacing.get -> DocumentFormat.OpenXml.Drawing.LineSpacing? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.LineSpacing.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.RightMargin.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.SpaceAfter.get -> DocumentFormat.OpenXml.Drawing.SpaceAfter? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.SpaceAfter.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.SpaceBefore.get -> DocumentFormat.OpenXml.Drawing.SpaceBefore? +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.SpaceBefore.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.TextParagraphPropertiesType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.TextParagraphPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.TextParagraphPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.TextParagraphPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.UseBoundsXsdboolean +DocumentFormat.OpenXml.Office2016.Drawing.Command.UseBoundsXsdboolean.UseBoundsXsdboolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.UseBoundsXsdboolean.UseBoundsXsdboolean(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList +DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList.ViewSelectionStgList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList.ViewSelectionStgList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList.ViewSelectionStgList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList.ViewSelectionStgList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty +DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty.XfrmEmpty() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList.AnimEffectMkLstAnimationEffectMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList.AnimEffectMkLstAnimationEffectMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList.AnimEffectMkLstAnimationEffectMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList.AnimEffectMkLstAnimationEffectMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList.AnimEffectParentMkLstAnimationEffectMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList.AnimEffectParentMkLstAnimationEffectMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList.AnimEffectParentMkLstAnimationEffectMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList.AnimEffectParentMkLstAnimationEffectMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList.CommentAuthorMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList.CommentAuthorMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList.CommentAuthorMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList.CommentAuthorMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList.CommentMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList.CommentMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList.CommentMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList.CommentMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList.CustomShowMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList.CustomShowMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList.CustomShowMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList.CustomShowMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList.CustomXmlPartMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList.CustomXmlPartMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList.CustomXmlPartMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList.CustomXmlPartMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList.DesignerTagMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList.DesignerTagMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList.DesignerTagMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList.DesignerTagMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList.DocumentMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList.DocumentMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList.DocumentMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList.DocumentMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList.HandoutMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList.HandoutMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList.HandoutMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList.HandoutMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.MainMasterMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.MainMasterMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.MainMasterMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.MainMasterMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList.NotesMasterMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList.NotesMasterMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList.NotesMasterMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList.NotesMasterMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList.NotesMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList.NotesMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList.NotesMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList.NotesMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList.NotesTextMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList.NotesTextMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList.NotesTextMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList.NotesTextMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement +DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement.OpenXmlAnimationEffectMonikerListElement() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement.OpenXmlAnimationEffectMonikerListElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement.OpenXmlAnimationEffectMonikerListElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.OpenXmlAnimationEffectMonikerListElement.OpenXmlAnimationEffectMonikerListElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList.OsfTaskPaneAppMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList.OsfTaskPaneAppMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList.OsfTaskPaneAppMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList.OsfTaskPaneAppMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList.SectionLinkObjMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList.SectionLinkObjMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList.SectionLinkObjMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList.SectionLinkObjMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList.SectionMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList.SectionMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList.SectionMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList.SectionMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList.SlideBaseMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList.SlideBaseMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList.SlideBaseMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList.SlideBaseMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.SlideLayoutMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.SlideLayoutMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.SlideLayoutMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.SlideLayoutMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.SlideMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.SlideMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.SlideMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.SlideMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList.SlidePosMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList.SlidePosMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList.SlidePosMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList.SlidePosMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList.StringTagMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList.StringTagMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList.StringTagMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList.StringTagMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList +DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList.SummaryZoomMonikerList() -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList.SummaryZoomMonikerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList.SummaryZoomMonikerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList.SummaryZoomMonikerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Load(DocumentFormat.OpenXml.Packaging.RdRichValuePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RdRichValuePart.get -> DocumentFormat.OpenXml.Packaging.RdRichValuePart? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Save(DocumentFormat.OpenXml.Packaging.RdRichValuePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Load(DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RdRichValueStructurePart.get -> DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Save(DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Load(DocumentFormat.OpenXml.Packaging.RdArrayPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.RdArrayPart.get -> DocumentFormat.OpenXml.Packaging.RdArrayPart? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Save(DocumentFormat.OpenXml.Packaging.RdArrayPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Load(DocumentFormat.OpenXml.Packaging.RichStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesPart.get -> DocumentFormat.OpenXml.Packaging.RichStylesPart? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Save(DocumentFormat.OpenXml.Packaging.RichStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.Load(DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RdRichValueTypesPart.get -> DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.Save(DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.Load(DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.RdSupportingPropertyBagPart.get -> DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.Save(DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Load(DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.RdSupportingPropertyBagStructurePart.get -> DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Save(DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.Load(DocumentFormat.OpenXml.Packaging.WorkbookPersonPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.Save(DocumentFormat.OpenXml.Packaging.WorkbookPersonPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.WorkbookPersonPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPersonPart? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.Load(DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.Save(DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.WorksheetThreadedCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart? +DocumentFormat.OpenXml.Office2021.DocumentTasks.AssignTaskUser +DocumentFormat.OpenXml.Office2021.DocumentTasks.AssignTaskUser.AssignTaskUser() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.AttributionTaskUser +DocumentFormat.OpenXml.Office2021.DocumentTasks.AttributionTaskUser.AttributionTaskUser() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.CommentAnchor +DocumentFormat.OpenXml.Office2021.DocumentTasks.CommentAnchor.CommentAnchor() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.CommentAnchor.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.DocumentTasks.CommentAnchor.Id.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList +DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.OpenXmlTaskUserElement +DocumentFormat.OpenXml.Office2021.DocumentTasks.OpenXmlTaskUserElement.OpenXmlTaskUserElement() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.OpenXmlTaskUserElement.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.DocumentTasks.OpenXmlTaskUserElement.UserId.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.OpenXmlTaskUserElement.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.DocumentTasks.OpenXmlTaskUserElement.UserName.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.OpenXmlTaskUserElement.UserProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.DocumentTasks.OpenXmlTaskUserElement.UserProvider.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.ExtensionList.get -> DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList? +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.Id.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.Task() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.Task(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.Task(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.Task(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.TaskAnchor.get -> DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor? +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.TaskAnchor.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.TaskHistory.get -> DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistory? +DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.TaskHistory.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor.CommentAnchor.get -> DocumentFormat.OpenXml.Office2021.DocumentTasks.CommentAnchor? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor.CommentAnchor.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor.ExtensionList.get -> DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor.TaskAnchor() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor.TaskAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor.TaskAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor.TaskAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskCreateEventInfo +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskCreateEventInfo.TaskCreateEventInfo() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskDeleteEventInfo +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskDeleteEventInfo.TaskDeleteEventInfo() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistory +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistory.TaskHistory() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistory.TaskHistory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistory.TaskHistory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistory.TaskHistory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.AttributionTaskUser.get -> DocumentFormat.OpenXml.Office2021.DocumentTasks.AttributionTaskUser? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.AttributionTaskUser.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.Id.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.TaskAnchor.get -> DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.TaskAnchor.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.TaskHistoryEvent() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.TaskHistoryEvent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.TaskHistoryEvent(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.TaskHistoryEvent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.Time.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskPriorityEventInfo +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskPriorityEventInfo.TaskPriorityEventInfo() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskPriorityEventInfo.Value.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskPriorityEventInfo.Value.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskProgressEventInfo +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskProgressEventInfo.PercentComplete.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskProgressEventInfo.PercentComplete.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskProgressEventInfo.TaskProgressEventInfo() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Tasks +DocumentFormat.OpenXml.Office2021.DocumentTasks.Tasks.DocumentTasksPart.get -> DocumentFormat.OpenXml.Packaging.DocumentTasksPart? +DocumentFormat.OpenXml.Office2021.DocumentTasks.Tasks.Load(DocumentFormat.OpenXml.Packaging.DocumentTasksPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Tasks.Save(DocumentFormat.OpenXml.Packaging.DocumentTasksPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Tasks.Tasks() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Tasks.Tasks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Tasks.Tasks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.Tasks.Tasks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskScheduleEventInfo +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskScheduleEventInfo.DueDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskScheduleEventInfo.DueDate.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskScheduleEventInfo.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskScheduleEventInfo.StartDate.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskScheduleEventInfo.TaskScheduleEventInfo() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskTitleEventInfo +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskTitleEventInfo.TaskTitleEventInfo() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskTitleEventInfo.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskTitleEventInfo.Title.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUnassignAll +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUnassignAll.TaskUnassignAll() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndeleteEventInfo +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndeleteEventInfo.TaskUndeleteEventInfo() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndo +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndo.Id.set -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndo.TaskUndo() -> void +DocumentFormat.OpenXml.Office2021.DocumentTasks.UnassignTaskUser +DocumentFormat.OpenXml.Office2021.DocumentTasks.UnassignTaskUser.UnassignTaskUser() -> void +DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcome +DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcome.ClassificationOutcome() -> void +DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcome.ClassificationOutcomeType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcome.ClassificationOutcomeType.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcomeType.Ftr = 2 -> DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcomeType.Hdr = 1 -> DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcomeType.None = 0 -> DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcomeType.Watermark = 3 -> DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchCurvedEmpty +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchCurvedEmpty.LineSketchCurvedEmpty() -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchFreehandEmpty +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchFreehandEmpty.LineSketchFreehandEmpty() -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchNoneEmpty +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchNoneEmpty.LineSketchNoneEmpty() -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchScribbleEmpty +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchScribbleEmpty.LineSketchScribbleEmpty() -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchSeed +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchSeed.LineSketchSeed() -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchSeed.LineSketchSeed(string! text) -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties.LineSketchStyleProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties.LineSketchStyleProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties.LineSketchStyleProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties.LineSketchStyleProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties.Sd.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties.Sd.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchCurvedEmpty.get -> DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchCurvedEmpty? +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchCurvedEmpty.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchFreehandEmpty.get -> DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchFreehandEmpty? +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchFreehandEmpty.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchNoneEmpty.get -> DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchNoneEmpty? +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchNoneEmpty.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchScribbleEmpty.get -> DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchScribbleEmpty? +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchScribbleEmpty.set -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchTypeProperties() -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchTypeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchTypeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.LineSketchTypeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.OpenXmlEmptyElement +DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.OpenXmlEmptyElement.OpenXmlEmptyElement() -> void +DocumentFormat.OpenXml.Office2021.Excel.ExternalLinks.ExternalLinksPr +DocumentFormat.OpenXml.Office2021.Excel.ExternalLinks.ExternalLinksPr.AutoRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2021.Excel.ExternalLinks.ExternalLinksPr.AutoRefresh.set -> void +DocumentFormat.OpenXml.Office2021.Excel.ExternalLinks.ExternalLinksPr.ExternalLinksPr() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.ColId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.ColId.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.ColumnFilter() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.ColumnFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.ColumnFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.ColumnFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.DifferentialFormatType.get -> DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.DifferentialFormatType.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.Id.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.ColorFilter.get -> DocumentFormat.OpenXml.Spreadsheet.ColorFilter? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.ColorFilter.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.ColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.CustomFilters.get -> DocumentFormat.OpenXml.Spreadsheet.CustomFilters? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.CustomFilters.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.CustomFilters14.get -> DocumentFormat.OpenXml.Office2010.Excel.CustomFilters? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.CustomFilters14.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.DynamicFilter.get -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilter? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.DynamicFilter.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.FilterColumn() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.FilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.FilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.FilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.Filters.get -> DocumentFormat.OpenXml.Spreadsheet.Filters? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.Filters.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.HiddenButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.HiddenButton.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.IconFilter.get -> DocumentFormat.OpenXml.Spreadsheet.IconFilter? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.IconFilter.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.IconFilter14.get -> DocumentFormat.OpenXml.Office2010.Excel.IconFilter? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.IconFilter14.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.ShowButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.ShowButton.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.Top10.get -> DocumentFormat.OpenXml.Spreadsheet.Top10? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.Top10.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView.Id.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView.Name.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView.NamedSheetView() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView.NamedSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView.NamedSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView.NamedSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews.Load(DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews.NamedSheetViews() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews.NamedSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews.NamedSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews.NamedSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews.NamedSheetViewsPart.get -> DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews.Save(DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.FilterId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.FilterId.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.NsvFilter() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.NsvFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.NsvFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.NsvFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.Ref.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.TableId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.TableId.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.RichSortCondition() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.RichSortKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.RichSortKey.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.ColId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.ColId.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.DifferentialFormatType.get -> DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.DifferentialFormatType.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.Id.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.SortRule() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.SortRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.SortRule(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.SortRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules.CaseSensitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules.CaseSensitive.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules.SortMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules.SortMethod.set -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules.SortRules() -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules.SortRules(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules.SortRules(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules.SortRules(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.Pivot.DataFieldFutureData +DocumentFormat.OpenXml.Office2021.Excel.Pivot.DataFieldFutureData.DataFieldFutureData() -> void +DocumentFormat.OpenXml.Office2021.Excel.Pivot.DataFieldFutureData.SourceField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Excel.Pivot.DataFieldFutureData.SourceField.set -> void +DocumentFormat.OpenXml.Office2021.Excel.Pivot.DataFieldFutureData.Version.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2021.Excel.Pivot.DataFieldFutureData.Version.set -> void +DocumentFormat.OpenXml.Office2021.Excel.Pivot.Ignorable +DocumentFormat.OpenXml.Office2021.Excel.Pivot.Ignorable.Ignorable() -> void +DocumentFormat.OpenXml.Office2021.Excel.Pivot.Ignorable.Version.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2021.Excel.Pivot.Ignorable.Version.set -> void +DocumentFormat.OpenXml.Office2021.Excel.Pivot.Xsdboolean +DocumentFormat.OpenXml.Office2021.Excel.Pivot.Xsdboolean.Xsdboolean() -> void +DocumentFormat.OpenXml.Office2021.Excel.Pivot.Xsdboolean.Xsdboolean(string! text) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.AddressWebImageSupportingRichDataRelationship +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.AddressWebImageSupportingRichDataRelationship.AddressWebImageSupportingRichDataRelationship() -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.BlipWebImageSupportingRichDataRelationship +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.BlipWebImageSupportingRichDataRelationship.BlipWebImageSupportingRichDataRelationship() -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.ExtensionList +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.MoreImagesAddressWebImageSupportingRichDataRelationship +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.MoreImagesAddressWebImageSupportingRichDataRelationship.MoreImagesAddressWebImageSupportingRichDataRelationship() -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.OpenXmlWebImageSupportingRichDataRelationshipElement +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.OpenXmlWebImageSupportingRichDataRelationshipElement.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.OpenXmlWebImageSupportingRichDataRelationshipElement.Id.set -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.OpenXmlWebImageSupportingRichDataRelationshipElement.OpenXmlWebImageSupportingRichDataRelationshipElement() -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData.Load(DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData.RdRichValueWebImagePart.get -> DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart? +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData.Save(DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData.WebImagesSupportingRichData() -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData.WebImagesSupportingRichData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData.WebImagesSupportingRichData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData.WebImagesSupportingRichData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.AddressWebImageSupportingRichDataRelationship.get -> DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.AddressWebImageSupportingRichDataRelationship? +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.AddressWebImageSupportingRichDataRelationship.set -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.BlipWebImageSupportingRichDataRelationship.get -> DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.BlipWebImageSupportingRichDataRelationship? +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.BlipWebImageSupportingRichDataRelationship.set -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.MoreImagesAddressWebImageSupportingRichDataRelationship.get -> DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.MoreImagesAddressWebImageSupportingRichDataRelationship? +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.MoreImagesAddressWebImageSupportingRichDataRelationship.set -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.WebImageSupportingRichData() -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.WebImageSupportingRichData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.WebImageSupportingRichData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.WebImageSupportingRichData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval.Interval.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval.Interval.set -> void +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval.ResourceIdInt.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval.ResourceIdInt.set -> void +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval.ResourceIdStr.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval.ResourceIdStr.set -> void +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval.RichValueRefreshInterval() -> void +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshIntervals +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshIntervals.RichValueRefreshIntervals() -> void +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshIntervals.RichValueRefreshIntervals(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshIntervals.RichValueRefreshIntervals(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshIntervals.RichValueRefreshIntervals(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.CommentHyperlink() -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.CommentHyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.CommentHyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.CommentHyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.ExtensionList.get -> DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.ExtensionList? +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.Length.set -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.StartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.StartIndex.set -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.Url.set -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.ExtensionList +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.XsdunsignedInt +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.XsdunsignedInt.XsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.XsdunsignedInt.XsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtension +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtension.ClassificationExtension() -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtension.ClassificationExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtension.ClassificationExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtension.ClassificationExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtension.Uri.set -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtensionList +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtensionList.ClassificationExtensionList() -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtensionList.ClassificationExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtensionList.ClassificationExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtensionList.ClassificationExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.ActionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.ActionId.set -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.ClassificationLabel() -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.ContentBits.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.ContentBits.set -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.Enabled.set -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.Id.set -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.Method.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.Method.set -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.Name.set -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.Removed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.Removed.set -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.SetDate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.SetDate.set -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.SiteId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.SiteId.set -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList.ClassificationLabelList() -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList.ClassificationLabelList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList.ClassificationLabelList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList.ClassificationLabelList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList.LabelInfoPart.get -> DocumentFormat.OpenXml.Packaging.LabelInfoPart? +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList.Load(DocumentFormat.OpenXml.Packaging.LabelInfoPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList.Save(DocumentFormat.OpenXml.Packaging.LabelInfoPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.OfficeExtLst.Extension +DocumentFormat.OpenXml.Office2021.OfficeExtLst.Extension.Extension() -> void +DocumentFormat.OpenXml.Office2021.OfficeExtLst.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.OfficeExtLst.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.OfficeExtLst.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.OfficeExtLst.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.OfficeExtLst.Extension.Uri.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.Author() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.Author(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.Author(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.Author(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.ExtensionList.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.Id.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.Initials.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.Name.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.ProviderId.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.UserId.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList.AuthorList() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList.AuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList.AuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList.AuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList.Load(DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList.PowerPointAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList.Save(DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.AssignedTo.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.AssignedTo.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.AuthorId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Comment() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Complete.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Complete.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Created.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Created.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.DueDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.DueDate.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Id.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Likes.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Likes.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Priority.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.StartDate.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Status.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Status.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Tags.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Tags.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.Title.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList.Load(DocumentFormat.OpenXml.Packaging.PowerPointCommentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList.PowerPointCommentPart.get -> DocumentFormat.OpenXml.Packaging.PowerPointCommentPart? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList.Save(DocumentFormat.OpenXml.Packaging.PowerPointCommentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentRelationship +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentRelationship.CommentRelationship() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentRelationship.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentRelationship.Id.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.AuthorId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.AuthorId.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.CommentReply() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.CommentReply(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.CommentReply(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.CommentReply(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.Created.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.Created.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.ExtensionList.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.Id.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.Likes.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.Likes.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.Status.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.Status.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.Tags.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.Tags.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.TextBodyType.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.TextBodyType.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList.CommentReplyList() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList.CommentReplyList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList.CommentReplyList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList.CommentReplyList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus.Active = 0 -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus.Closed = 2 -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus.Resolved = 1 -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentStatus +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentUnknownAnchor +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentUnknownAnchor.CommentUnknownAnchor() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Point2DType +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Point2DType.X.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps.DesignerDrawingProps() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps.DesignerDrawingProps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps.DesignerDrawingProps(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps.DesignerDrawingProps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps.DesignerTagList.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList? +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps.DesignerTagList.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps.EdtDesignElem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps.EdtDesignElem.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps.ExtensionList.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.ExtensionList? +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTag +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTag.DesignerTag() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTag.Name.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTag.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTag.Val.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList.DesignerTagList() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList.DesignerTagList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList.DesignerTagList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList.DesignerTagList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.ExtensionList +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AddEmpty +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AddEmpty.AddEmpty() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AsgnTaskAssignUnassignUser.AsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AtrbtnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AtrbtnTaskAssignUnassignUser.AtrbtnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.CommentAnchor +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.CommentAnchor.CommentAnchor() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.CommentAnchor.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.CommentAnchor.Id.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.EmptyType +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.OpenXmlTaskAssignUnassignUserElement +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.OpenXmlTaskAssignUnassignUserElement.AuthorId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.OpenXmlTaskAssignUnassignUserElement.AuthorId.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.OpenXmlTaskAssignUnassignUserElement.OpenXmlTaskAssignUnassignUserElement() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor.CommentAnchor.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.CommentAnchor? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor.CommentAnchor.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor.ExtensionList.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor.TaskAnchor() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor.TaskAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor.TaskAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor.TaskAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistory +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistory.TaskHistory() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistory.TaskHistory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistory.TaskHistory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistory.TaskHistory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.ExtensionList.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.Id.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.TaskHistory.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistory? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.TaskHistory.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.TaskHistoryDetails() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.TaskHistoryDetails(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.TaskHistoryDetails(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.TaskHistoryDetails(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AtrbtnTaskAssignUnassignUser? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.AtrbtnTaskAssignUnassignUser.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.Id.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.TaskAnchor.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.TaskAnchor.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.TaskHistoryEvent() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.TaskHistoryEvent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.TaskHistoryEvent(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.TaskHistoryEvent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.Time.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskPriorityRecord +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskPriorityRecord.TaskPriorityRecord() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskPriorityRecord.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskPriorityRecord.Val.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskProgressEventInfo +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskProgressEventInfo.TaskProgressEventInfo() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskProgressEventInfo.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskProgressEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskScheduleEventInfo +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskScheduleEventInfo.EndDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskScheduleEventInfo.EndDt.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskScheduleEventInfo.StDt.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskScheduleEventInfo.StDt.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskScheduleEventInfo.TaskScheduleEventInfo() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskTitleEventInfo +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskTitleEventInfo.TaskTitleEventInfo() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskTitleEventInfo.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskTitleEventInfo.Val.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUndo +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUndo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUndo.Id.set -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUndo.TaskUndo() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUnknownRecord +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUnknownRecord.TaskUnknownRecord() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.UnasgnAllEmpty +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.UnasgnAllEmpty.UnasgnAllEmpty() -> void +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.UnAsgnTaskAssignUnassignUser +DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.UnAsgnTaskAssignUnassignUser.UnAsgnTaskAssignUnassignUser() -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.CommentExtensible() -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.CommentExtensible(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.CommentExtensible(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.CommentExtensible(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.DateUtc.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.DateUtc.set -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.DurableId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.DurableId.set -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.ExtensionList.get -> DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList? +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.IntelligentPlaceholder.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.IntelligentPlaceholder.set -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentsExtensible +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentsExtensible.CommentsExtensible() -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentsExtensible.CommentsExtensible(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentsExtensible.CommentsExtensible(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentsExtensible.CommentsExtensible(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentsExtensible.Load(DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentsExtensible.Save(DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentsExtensible.WordCommentsExtensiblePart.get -> DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart? +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Word.ExtensionList.Extension +DocumentFormat.OpenXml.Office2021.Word.ExtensionList.Extension.Extension() -> void +DocumentFormat.OpenXml.Office2021.Word.ExtensionList.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2021.Word.ExtensionList.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2021.Word.ExtensionList.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2021.Word.ExtensionList.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2021.Word.ExtensionList.Extension.Uri.set -> void +DocumentFormat.OpenXml.OpenXmlElement.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! +DocumentFormat.OpenXml.Packaging.DocumentTasksPart +DocumentFormat.OpenXml.Packaging.DocumentTasksPart.DocumentTasksPart() -> void +DocumentFormat.OpenXml.Packaging.DocumentTasksPart.Tasks.get -> DocumentFormat.OpenXml.Office2021.DocumentTasks.Tasks! +DocumentFormat.OpenXml.Packaging.DocumentTasksPart.Tasks.set -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DocumentTasksPart.get -> DocumentFormat.OpenXml.Packaging.DocumentTasksPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordCommentsExtensiblePart.get -> DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ImagePartType.Svg = 9 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.LabelInfoPart +DocumentFormat.OpenXml.Packaging.LabelInfoPart.ClassificationLabelList.get -> DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList! +DocumentFormat.OpenXml.Packaging.LabelInfoPart.ClassificationLabelList.set -> void +DocumentFormat.OpenXml.Packaging.LabelInfoPart.LabelInfoPart() -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DocumentTasksPart.get -> DocumentFormat.OpenXml.Packaging.DocumentTasksPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordCommentsExtensiblePart.get -> DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart? +DocumentFormat.OpenXml.Packaging.Model3DReferenceRelationshipPart +DocumentFormat.OpenXml.Packaging.Model3DReferenceRelationshipPart.Model3DReferenceRelationshipPart() -> void +DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart +DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart.NamedSheetViews.get -> DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews! +DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart.NamedSheetViews.set -> void +DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart.NamedSheetViewsPart() -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageExtensions +DocumentFormat.OpenXml.Packaging.OpenXmlPart.IsRootElementLoaded.get -> bool +DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart +DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart.AuthorList.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList! +DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart.AuthorList.set -> void +DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart.PowerPointAuthorsPart() -> void +DocumentFormat.OpenXml.Packaging.PowerPointCommentPart +DocumentFormat.OpenXml.Packaging.PowerPointCommentPart.CommentList.get -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList! +DocumentFormat.OpenXml.Packaging.PowerPointCommentPart.CommentList.set -> void +DocumentFormat.OpenXml.Packaging.PowerPointCommentPart.PowerPointCommentPart() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddLabelInfoPart() -> DocumentFormat.OpenXml.Packaging.LabelInfoPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.LabelInfoPart.get -> DocumentFormat.OpenXml.Packaging.LabelInfoPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.authorsPart.get -> DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.commentParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RdArrayPart +DocumentFormat.OpenXml.Packaging.RdArrayPart.ArrayData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData! +DocumentFormat.OpenXml.Packaging.RdArrayPart.ArrayData.set -> void +DocumentFormat.OpenXml.Packaging.RdArrayPart.RdArrayPart() -> void +DocumentFormat.OpenXml.Packaging.RdRichValuePart +DocumentFormat.OpenXml.Packaging.RdRichValuePart.RdRichValuePart() -> void +DocumentFormat.OpenXml.Packaging.RdRichValuePart.RichValueData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData! +DocumentFormat.OpenXml.Packaging.RdRichValuePart.RichValueData.set -> void +DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart +DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart.RdRichValueStructurePart() -> void +DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart.RichValueStructures.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures! +DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart.RichValueStructures.set -> void +DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart +DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart.RdRichValueTypesPart() -> void +DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart.RichValueTypesInfo.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo! +DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart.RichValueTypesInfo.set -> void +DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart +DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart.RdRichValueWebImagePart() -> void +DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart.WebImagesSupportingRichData.get -> DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData! +DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart.WebImagesSupportingRichData.set -> void +DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart +DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart.RdSupportingPropertyBagPart() -> void +DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart.SupportingPropertyBags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags! +DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart.SupportingPropertyBags.set -> void +DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart +DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart.RdSupportingPropertyBagStructurePart() -> void +DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart.SupportingPropertyBagStructures.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures! +DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart.SupportingPropertyBagStructures.set -> void +DocumentFormat.OpenXml.Packaging.RichStylesPart +DocumentFormat.OpenXml.Packaging.RichStylesPart.RichStylesheet.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet! +DocumentFormat.OpenXml.Packaging.RichStylesPart.RichStylesheet.set -> void +DocumentFormat.OpenXml.Packaging.RichStylesPart.RichStylesPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddLabelInfoPart() -> DocumentFormat.OpenXml.Packaging.LabelInfoPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.LabelInfoPart.get -> DocumentFormat.OpenXml.Packaging.LabelInfoPart? +DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart +DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart.CommentsExtensible.get -> DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentsExtensible! +DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart.CommentsExtensible.set -> void +DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart.WordCommentsExtensiblePart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddLabelInfoPart() -> DocumentFormat.OpenXml.Packaging.LabelInfoPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.LabelInfoPart.get -> DocumentFormat.OpenXml.Packaging.LabelInfoPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CT_RdRichValueStructureParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.RdArrayParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.RdRichValueParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.RdRichValueTypesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.RdRichValueWebImagePart.get -> DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.RdSupportingPropertyBagParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.RdSupportingPropertyBagStructureParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.RichStylesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookPersonParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPersonPart +DocumentFormat.OpenXml.Packaging.WorkbookPersonPart.PersonList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList! +DocumentFormat.OpenXml.Packaging.WorkbookPersonPart.PersonList.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookPersonPart.WorkbookPersonPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.Model3DReferenceRelationshipParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.NamedSheetViewsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetThreadedCommentsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart +DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart.ThreadedComments.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments! +DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart.ThreadedComments.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart.WorksheetThreadedCommentsPart() -> void +DocumentFormat.OpenXml.XmlPath.XmlPath(DocumentFormat.OpenXml.OpenXmlElement! element) -> void +DocumentFormat.OpenXml.XmlPath.XmlPath(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> void +override DocumentFormat.OpenXml.Drawing.LinePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LinePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.BlipFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.BoundRect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.CompressPictureProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMoniker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ConnectorMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMasterMkLstDrawingElementMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.DeMkLstDrawingElementMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.DeSrcMkLstDrawingElementMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.DeTgtMkLstDrawingElementMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.DocumentContextMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingElementPackage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingSelectionStgList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.EditorSelectionStgList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRectRelativeRectProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMoniker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicFrameMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.GraphicParentMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMoniker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.HyperlinkMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgDataImgData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ImgLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMoniker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.InkMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.LinePropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.Model3DMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyHyperlinkProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualConnectorProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualDrawingShapeProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGraphicFrameProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualGroupDrawingShapeProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualInkProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyNonVisualPictureProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyShapeStyleProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ModifyTransformProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeShapeTypeEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualDrawingProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NonVisualGroupDrawingShapeProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.OrigImgDataImgData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMoniker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.PictureMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.Point2DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetBlipFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetHyperlinkProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualConnectorProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetNonVisualPictureProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ResetXsdboolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ResourceUrl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.RotWithShapeEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMoniker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ShapePropsMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectRelativeRectProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.SVGBlipMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.TableCellMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.TableColumnMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.TableMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.TableRowMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyPackage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeContext.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.TextCharRangeMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.TextParagraphPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.UseBoundsXsdboolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.ViewSelectionStgList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectMkLstAnimationEffectMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.AnimEffectParentMkLstAnimationEffectMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentAuthorMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.CommentMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomShowMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.CustomXmlPartMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.DesignerTagMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.HandoutMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.MainMasterMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMasterMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.OsfTaskPaneAppMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionLinkObjMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.SectionMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideBaseMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideLayoutMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.SlidePosMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.StringTagMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.Command.SummaryZoomMonikerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.AssignTaskUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.AttributionTaskUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.CommentAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.Task.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskCreateEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskDeleteEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistoryEvent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskPriorityEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskProgressEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.Tasks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskScheduleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskTitleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUnassignAll.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndeleteEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskUndo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.DocumentTasks.UnassignTaskUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.DocumentClassification.ClassificationOutcome.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchCurvedEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchFreehandEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchNoneEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchScribbleEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchSeed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchStyleProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchTypeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.ExternalLinks.ExternalLinksPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ColumnFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.FilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NsvFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.RichSortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.SortRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.Pivot.DataFieldFutureData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.Pivot.Ignorable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.Pivot.Xsdboolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.AddressWebImageSupportingRichDataRelationship.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.BlipWebImageSupportingRichDataRelationship.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.MoreImagesAddressWebImageSupportingRichDataRelationship.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImagesSupportingRichData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.WebImageSupportingRichData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshInterval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals.RichValueRefreshIntervals.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.CommentHyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.XsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.MipLabelMetaData.ClassificationLabelList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.OfficeExtLst.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.AuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentRelationship.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReply.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentReplyList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentUnknownAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.Point2DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerDrawingProps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AddEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AtrbtnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.CommentAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryDetails.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistoryEvent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskPriorityRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskProgressEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskScheduleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskTitleEventInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUndo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskUnknownRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.UnasgnAllEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.UnAsgnTaskAssignUnassignUser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentExtensible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Word.CommentsExt.CommentsExtensible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2021.Word.ExtensionList.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override sealed DocumentFormat.OpenXml.Packaging.DocumentTasksPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentTasksPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LabelInfoPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LabelInfoPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.Model3DReferenceRelationshipPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.Model3DReferenceRelationshipPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NamedSheetViewsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PowerPointAuthorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PowerPointCommentPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PowerPointCommentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdArrayPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdArrayPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdRichValuePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdRichValuePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdRichValueStructurePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdRichValueTypesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdRichValueWebImagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RdSupportingPropertyBagStructurePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RichStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RichStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordCommentsExtensiblePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookPersonPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookPersonPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetThreadedCommentsPart.RelationshipType.get -> string! +static DocumentFormat.OpenXml.Features.FeatureExtensions.GetRequired(this DocumentFormat.OpenXml.Features.IFeatureCollection! features) -> TFeature +static DocumentFormat.OpenXml.Features.PackageEventExtensions.AddPackageEventsFeature(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> void +static DocumentFormat.OpenXml.Features.PartEventFeatureExtensions.AddPartEventsFeature(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> void +static DocumentFormat.OpenXml.Features.PartRootEventExtensions.AddPartRootEventsFeature(this DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer! container) -> void +static DocumentFormat.OpenXml.Packaging.OpenXmlPackageExtensions.GetAllParts(this DocumentFormat.OpenXml.Packaging.OpenXmlPackage! package) -> System.Collections.Generic.IEnumerable! +virtual DocumentFormat.OpenXml.Features.FeatureCollection.Revision.get -> int +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Features.get -> DocumentFormat.OpenXml.Features.IFeatureCollection! diff --git a/src/DocumentFormat.OpenXml/PublicAPI/net35/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/net35/PublicAPI.Shipped.txt new file mode 100644 index 000000000..43334d5a2 --- /dev/null +++ b/src/DocumentFormat.OpenXml/PublicAPI/net35/PublicAPI.Shipped.txt @@ -0,0 +1,48402 @@ +#nullable enable +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.get -> T? +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.set -> void +abstract DocumentFormat.OpenXml.OpenXmlElement.HasChildren.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +abstract DocumentFormat.OpenXml.OpenXmlElementList.Count.get -> int +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetEnumerator() -> System.Collections.Generic.IEnumerator! +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetItem(int index) -> DocumentFormat.OpenXml.OpenXmlElement! +abstract DocumentFormat.OpenXml.OpenXmlReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +abstract DocumentFormat.OpenXml.OpenXmlReader.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlReader.Depth.get -> int +abstract DocumentFormat.OpenXml.OpenXmlReader.ElementType.get -> System.Type! +abstract DocumentFormat.OpenXml.OpenXmlReader.EOF.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.GetText() -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.IsEndElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsMiscNode.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsStartElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +abstract DocumentFormat.OpenXml.OpenXmlReader.LocalName.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceUri.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Prefix.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Read() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadFirstChild() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadNextSibling() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.Skip() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteEndElement() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument(bool standalone) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteString(string! text) -> void +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPart.RelationshipType.get -> string! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ThrowIfObjectDisposed() -> void +abstract DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewrite(System.Uri! partUri, string? id, string? uri) -> string! +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(string! outerXml) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Characteristic() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.EqualTo = 4 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThan = 2 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThanOrEqualTo = 0 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThan = 3 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThanOrEqualTo = 1 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AlternateContent +DocumentFormat.OpenXml.AlternateContent.AlternateContent() -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentChoice() -> DocumentFormat.OpenXml.AlternateContentChoice! +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentFallback() -> DocumentFormat.OpenXml.AlternateContentFallback! +DocumentFormat.OpenXml.AlternateContentChoice +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice() -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.Requires.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AlternateContentChoice.Requires.set -> void +DocumentFormat.OpenXml.AlternateContentFallback +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback() -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.List = 0 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.Ordered = 1 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.Base64BinaryValue +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue() -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(DocumentFormat.OpenXml.Base64BinaryValue! source) -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(string? base64Binary) -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle() -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Artist +DocumentFormat.OpenXml.Bibliography.Artist.Artist() -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author +DocumentFormat.OpenXml.Bibliography.Author.Author() -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.get -> DocumentFormat.OpenXml.Bibliography.Artist? +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.get -> DocumentFormat.OpenXml.Bibliography.Author? +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList() -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.get -> DocumentFormat.OpenXml.Bibliography.BookAuthor? +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.get -> DocumentFormat.OpenXml.Bibliography.Compiler? +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.get -> DocumentFormat.OpenXml.Bibliography.Composer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.get -> DocumentFormat.OpenXml.Bibliography.Conductor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.get -> DocumentFormat.OpenXml.Bibliography.Counsel? +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.get -> DocumentFormat.OpenXml.Bibliography.Director? +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.get -> DocumentFormat.OpenXml.Bibliography.Editor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.get -> DocumentFormat.OpenXml.Bibliography.Interviewee? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.get -> DocumentFormat.OpenXml.Bibliography.Interviewer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.get -> DocumentFormat.OpenXml.Bibliography.Inventor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.get -> DocumentFormat.OpenXml.Bibliography.Performer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.get -> DocumentFormat.OpenXml.Bibliography.ProducerName? +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.get -> DocumentFormat.OpenXml.Bibliography.Translator? +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.get -> DocumentFormat.OpenXml.Bibliography.Writer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.set -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor() -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookTitle +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle() -> void +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster() -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster(string! text) -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle() -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber() -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.City +DocumentFormat.OpenXml.Bibliography.City.City() -> void +DocumentFormat.OpenXml.Bibliography.City.City(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Comments +DocumentFormat.OpenXml.Bibliography.Comments.Comments() -> void +DocumentFormat.OpenXml.Bibliography.Comments.Comments(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Compiler +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler() -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer +DocumentFormat.OpenXml.Bibliography.Composer.Composer() -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor() -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName() -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Corporate +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate() -> void +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Counsel +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel() -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion() -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Court +DocumentFormat.OpenXml.Bibliography.Court.Court() -> void +DocumentFormat.OpenXml.Bibliography.Court.Court(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Art = 8 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ArticleInAPeriodical = 0 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Book = 1 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.BookSection = 2 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Case = 15 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ConferenceProceedings = 4 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.DocumentFromInternetSite = 9 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ElectronicSource = 14 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Film = 11 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.InternetSite = 10 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Interview = 12 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.JournalArticle = 3 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Miscellaneous = 16 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Patent = 13 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Performance = 7 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Report = 5 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.SoundRecording = 6 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.Day +DocumentFormat.OpenXml.Bibliography.Day.Day() -> void +DocumentFormat.OpenXml.Bibliography.Day.Day(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed() -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Department +DocumentFormat.OpenXml.Bibliography.Department.Department() -> void +DocumentFormat.OpenXml.Bibliography.Department.Department(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Director +DocumentFormat.OpenXml.Bibliography.Director.Director() -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Distributor +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor() -> void +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Edition +DocumentFormat.OpenXml.Bibliography.Edition.Edition() -> void +DocumentFormat.OpenXml.Bibliography.Edition.Edition(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Editor +DocumentFormat.OpenXml.Bibliography.Editor.Editor() -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.First +DocumentFormat.OpenXml.Bibliography.First.First() -> void +DocumentFormat.OpenXml.Bibliography.First.First(string! text) -> void +DocumentFormat.OpenXml.Bibliography.GuidString +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString() -> void +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Institution +DocumentFormat.OpenXml.Bibliography.Institution.Institution() -> void +DocumentFormat.OpenXml.Bibliography.Institution.Institution(string! text) -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle() -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee() -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer() -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor() -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Issue +DocumentFormat.OpenXml.Bibliography.Issue.Issue() -> void +DocumentFormat.OpenXml.Bibliography.Issue.Issue(string! text) -> void +DocumentFormat.OpenXml.Bibliography.JournalName +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName() -> void +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Last +DocumentFormat.OpenXml.Bibliography.Last.Last() -> void +DocumentFormat.OpenXml.Bibliography.Last.Last(string! text) -> void +DocumentFormat.OpenXml.Bibliography.LcId +DocumentFormat.OpenXml.Bibliography.LcId.LcId() -> void +DocumentFormat.OpenXml.Bibliography.LcId.LcId(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Medium +DocumentFormat.OpenXml.Bibliography.Medium.Medium() -> void +DocumentFormat.OpenXml.Bibliography.Medium.Medium(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Middle +DocumentFormat.OpenXml.Bibliography.Middle.Middle() -> void +DocumentFormat.OpenXml.Bibliography.Middle.Middle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Month +DocumentFormat.OpenXml.Bibliography.Month.Month() -> void +DocumentFormat.OpenXml.Bibliography.Month.Month(string! text) -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed() -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.NameList +DocumentFormat.OpenXml.Bibliography.NameList.NameList() -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.get -> DocumentFormat.OpenXml.Bibliography.Corporate? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType() -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType +DocumentFormat.OpenXml.Bibliography.NameType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType() -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes() -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Pages +DocumentFormat.OpenXml.Bibliography.Pages.Pages() -> void +DocumentFormat.OpenXml.Bibliography.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber() -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentType +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType() -> void +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Performer +DocumentFormat.OpenXml.Bibliography.Performer.Performer() -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle() -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Person +DocumentFormat.OpenXml.Bibliography.Person.Person() -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName() -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany() -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle() -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Publisher +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher() -> void +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher(string! text) -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber() -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder() -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Reporter +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter() -> void +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle() -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Source +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.get -> DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.get -> DocumentFormat.OpenXml.Bibliography.AlbumTitle? +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.get -> DocumentFormat.OpenXml.Bibliography.AuthorList? +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.get -> DocumentFormat.OpenXml.Bibliography.BookTitle? +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.get -> DocumentFormat.OpenXml.Bibliography.Broadcaster? +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.get -> DocumentFormat.OpenXml.Bibliography.BroadcastTitle? +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.get -> DocumentFormat.OpenXml.Bibliography.CaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.get -> DocumentFormat.OpenXml.Bibliography.ChapterNumber? +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.City.get -> DocumentFormat.OpenXml.Bibliography.City? +DocumentFormat.OpenXml.Bibliography.Source.City.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Comments.get -> DocumentFormat.OpenXml.Bibliography.Comments? +DocumentFormat.OpenXml.Bibliography.Source.Comments.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.get -> DocumentFormat.OpenXml.Bibliography.ConferenceName? +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.get -> DocumentFormat.OpenXml.Bibliography.CountryRegion? +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Court.get -> DocumentFormat.OpenXml.Bibliography.Court? +DocumentFormat.OpenXml.Bibliography.Source.Court.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Day.get -> DocumentFormat.OpenXml.Bibliography.Day? +DocumentFormat.OpenXml.Bibliography.Source.Day.set -> void +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.get -> DocumentFormat.OpenXml.Bibliography.DayAccessed? +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Department.get -> DocumentFormat.OpenXml.Bibliography.Department? +DocumentFormat.OpenXml.Bibliography.Source.Department.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Distributor.get -> DocumentFormat.OpenXml.Bibliography.Distributor? +DocumentFormat.OpenXml.Bibliography.Source.Distributor.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Edition.get -> DocumentFormat.OpenXml.Bibliography.Edition? +DocumentFormat.OpenXml.Bibliography.Source.Edition.set -> void +DocumentFormat.OpenXml.Bibliography.Source.GuidString.get -> DocumentFormat.OpenXml.Bibliography.GuidString? +DocumentFormat.OpenXml.Bibliography.Source.GuidString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Institution.get -> DocumentFormat.OpenXml.Bibliography.Institution? +DocumentFormat.OpenXml.Bibliography.Source.Institution.set -> void +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.get -> DocumentFormat.OpenXml.Bibliography.InternetSiteTitle? +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Issue.get -> DocumentFormat.OpenXml.Bibliography.Issue? +DocumentFormat.OpenXml.Bibliography.Source.Issue.set -> void +DocumentFormat.OpenXml.Bibliography.Source.JournalName.get -> DocumentFormat.OpenXml.Bibliography.JournalName? +DocumentFormat.OpenXml.Bibliography.Source.JournalName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.LcId.get -> DocumentFormat.OpenXml.Bibliography.LcId? +DocumentFormat.OpenXml.Bibliography.Source.LcId.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Medium.get -> DocumentFormat.OpenXml.Bibliography.Medium? +DocumentFormat.OpenXml.Bibliography.Source.Medium.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Month.get -> DocumentFormat.OpenXml.Bibliography.Month? +DocumentFormat.OpenXml.Bibliography.Source.Month.set -> void +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.get -> DocumentFormat.OpenXml.Bibliography.MonthAccessed? +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.get -> DocumentFormat.OpenXml.Bibliography.NumberVolumes? +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Pages.get -> DocumentFormat.OpenXml.Bibliography.Pages? +DocumentFormat.OpenXml.Bibliography.Source.Pages.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.get -> DocumentFormat.OpenXml.Bibliography.PatentNumber? +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentType.get -> DocumentFormat.OpenXml.Bibliography.PatentType? +DocumentFormat.OpenXml.Bibliography.Source.PatentType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.get -> DocumentFormat.OpenXml.Bibliography.PeriodicalTitle? +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.get -> DocumentFormat.OpenXml.Bibliography.ProductionCompany? +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.get -> DocumentFormat.OpenXml.Bibliography.PublicationTitle? +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Publisher.get -> DocumentFormat.OpenXml.Bibliography.Publisher? +DocumentFormat.OpenXml.Bibliography.Source.Publisher.set -> void +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.get -> DocumentFormat.OpenXml.Bibliography.RecordingNumber? +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.get -> DocumentFormat.OpenXml.Bibliography.ReferenceOrder? +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Reporter.get -> DocumentFormat.OpenXml.Bibliography.Reporter? +DocumentFormat.OpenXml.Bibliography.Source.Reporter.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.get -> DocumentFormat.OpenXml.Bibliography.ShortTitle? +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Source() -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.SourceType.get -> DocumentFormat.OpenXml.Bibliography.SourceType? +DocumentFormat.OpenXml.Bibliography.Source.SourceType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.get -> DocumentFormat.OpenXml.Bibliography.StandardNumber? +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.get -> DocumentFormat.OpenXml.Bibliography.StateProvince? +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Station.get -> DocumentFormat.OpenXml.Bibliography.Station? +DocumentFormat.OpenXml.Bibliography.Source.Station.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Tag.get -> DocumentFormat.OpenXml.Bibliography.Tag? +DocumentFormat.OpenXml.Bibliography.Source.Tag.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Theater.get -> DocumentFormat.OpenXml.Bibliography.Theater? +DocumentFormat.OpenXml.Bibliography.Source.Theater.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.get -> DocumentFormat.OpenXml.Bibliography.ThesisType? +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Title.get -> DocumentFormat.OpenXml.Bibliography.Title? +DocumentFormat.OpenXml.Bibliography.Source.Title.set -> void +DocumentFormat.OpenXml.Bibliography.Source.UrlString.get -> DocumentFormat.OpenXml.Bibliography.UrlString? +DocumentFormat.OpenXml.Bibliography.Source.UrlString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Version.get -> DocumentFormat.OpenXml.Bibliography.Version? +DocumentFormat.OpenXml.Bibliography.Source.Version.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Volume.get -> DocumentFormat.OpenXml.Bibliography.Volume? +DocumentFormat.OpenXml.Bibliography.Source.Volume.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Year.get -> DocumentFormat.OpenXml.Bibliography.Year? +DocumentFormat.OpenXml.Bibliography.Source.Year.set -> void +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.get -> DocumentFormat.OpenXml.Bibliography.YearAccessed? +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Sources +DocumentFormat.OpenXml.Bibliography.Sources.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources() -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.Uri.set -> void +DocumentFormat.OpenXml.Bibliography.SourceType +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType() -> void +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber() -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StateProvince +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince() -> void +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Station +DocumentFormat.OpenXml.Bibliography.Station.Station() -> void +DocumentFormat.OpenXml.Bibliography.Station.Station(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Tag +DocumentFormat.OpenXml.Bibliography.Tag.Tag() -> void +DocumentFormat.OpenXml.Bibliography.Tag.Tag(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Theater +DocumentFormat.OpenXml.Bibliography.Theater.Theater() -> void +DocumentFormat.OpenXml.Bibliography.Theater.Theater(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ThesisType +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType() -> void +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Title +DocumentFormat.OpenXml.Bibliography.Title.Title() -> void +DocumentFormat.OpenXml.Bibliography.Title.Title(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Translator +DocumentFormat.OpenXml.Bibliography.Translator.Translator() -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.UrlString +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString() -> void +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Version +DocumentFormat.OpenXml.Bibliography.Version.Version() -> void +DocumentFormat.OpenXml.Bibliography.Version.Version(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Volume +DocumentFormat.OpenXml.Bibliography.Volume.Volume() -> void +DocumentFormat.OpenXml.Bibliography.Volume.Volume(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Writer +DocumentFormat.OpenXml.Bibliography.Writer.Writer() -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Year +DocumentFormat.OpenXml.Bibliography.Year.Year() -> void +DocumentFormat.OpenXml.Bibliography.Year.Year(string! text) -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed() -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed(string! text) -> void +DocumentFormat.OpenXml.BooleanValue +DocumentFormat.OpenXml.BooleanValue.BooleanValue() -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(bool value) -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(DocumentFormat.OpenXml.BooleanValue! source) -> void +DocumentFormat.OpenXml.ByteValue +DocumentFormat.OpenXml.ByteValue.ByteValue() -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(byte value) -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(DocumentFormat.OpenXml.ByteValue! source) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute +DocumentFormat.OpenXml.ChildElementInfoAttribute.AvailableInVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType, DocumentFormat.OpenXml.FileFormatVersions availableInOfficeVersion) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ElementType.get -> System.Type! +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty() -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.Properties +DocumentFormat.OpenXml.CustomProperties.Properties.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.CustomProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.SchemaReference() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Schema() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.DateTimeValue +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue() -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(DocumentFormat.OpenXml.DateTimeValue! source) -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(System.DateTime value) -> void +DocumentFormat.OpenXml.DecimalValue +DocumentFormat.OpenXml.DecimalValue.DecimalValue() -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(decimal value) -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(DocumentFormat.OpenXml.DecimalValue! source) -> void +DocumentFormat.OpenXml.DoubleValue +DocumentFormat.OpenXml.DoubleValue.DoubleValue() -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(DocumentFormat.OpenXml.DoubleValue! source) -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(double value) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color() -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color() -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color() -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color() -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color() -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color() -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.AdjustPoint2DType() -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList() -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Alpha +DocumentFormat.OpenXml.Drawing.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.AlphaBiLevel() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.AlphaCeiling +DocumentFormat.OpenXml.Drawing.AlphaCeiling.AlphaCeiling() -> void +DocumentFormat.OpenXml.Drawing.AlphaFloor +DocumentFormat.OpenXml.Drawing.AlphaFloor.AlphaFloor() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulation +DocumentFormat.OpenXml.Drawing.AlphaModulation.AlphaModulation() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.AlphaModulationFixed() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset +DocumentFormat.OpenXml.Drawing.AlphaOffset.AlphaOffset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset +DocumentFormat.OpenXml.Drawing.AlphaOutset.AlphaOutset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace.AlphaReplace() -> void +DocumentFormat.OpenXml.Drawing.Anchor +DocumentFormat.OpenXml.Drawing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Anchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.X.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Y.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Z.set -> void +DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Category = 1 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.CategoryElement = 3 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Series = 0 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.SeriesElement = 2 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelAtOnce = 2 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelOne = 1 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.One = 0 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.ArcTo +DocumentFormat.OpenXml.Drawing.ArcTo.ArcTo() -> void +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.AudioCDTimeType() -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD() -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.get -> DocumentFormat.OpenXml.Drawing.EndTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.get -> DocumentFormat.OpenXml.Drawing.StartTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile() -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.AutoNumberedBullet() -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.get -> DocumentFormat.OpenXml.Drawing.Anchor? +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop() -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.get -> DocumentFormat.OpenXml.Drawing.Normal? +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.get -> DocumentFormat.OpenXml.Drawing.UpVector? +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.set -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList() -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Bevel +DocumentFormat.OpenXml.Drawing.Bevel.Bevel() -> void +DocumentFormat.OpenXml.Drawing.BevelBottom +DocumentFormat.OpenXml.Drawing.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Angle = 4 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Convex = 6 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Cross = 3 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Divot = 8 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.HardEdge = 10 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Riblet = 9 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Slope = 2 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.SoftRound = 5 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelTop +DocumentFormat.OpenXml.Drawing.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Drawing.BevelType +DocumentFormat.OpenXml.Drawing.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Drawing.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Height.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BevelType.Preset.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Width.set -> void +DocumentFormat.OpenXml.Drawing.BiLevel +DocumentFormat.OpenXml.Drawing.BiLevel.BiLevel() -> void +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Black = 8 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackGray = 6 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackWhite = 7 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Gray = 2 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.GrayWhite = 5 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Hidden = 10 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.InvGray = 4 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.LightGray = 3 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.White = 9 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.Blend +DocumentFormat.OpenXml.Drawing.Blend.Blend() -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.set -> void +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Darken = 3 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Lighten = 4 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Multiply = 1 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Overlay = 0 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Screen = 2 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.Blip +DocumentFormat.OpenXml.Drawing.Blip.Blip() -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Embed.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Link.set -> void +DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Email = 0 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.HighQualityPrint = 3 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.None = 4 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Print = 2 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Screen = 1 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipExtension +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension() -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList() -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Blue +DocumentFormat.OpenXml.Drawing.Blue.Blue() -> void +DocumentFormat.OpenXml.Drawing.BlueModulation +DocumentFormat.OpenXml.Drawing.BlueModulation.BlueModulation() -> void +DocumentFormat.OpenXml.Drawing.BlueOffset +DocumentFormat.OpenXml.Drawing.BlueOffset.BlueOffset() -> void +DocumentFormat.OpenXml.Drawing.Blur +DocumentFormat.OpenXml.Drawing.Blur.Blur() -> void +DocumentFormat.OpenXml.Drawing.Blur.Grow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Blur.Grow.set -> void +DocumentFormat.OpenXml.Drawing.Blur.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Blur.Radius.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties() -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Default = 2 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Off = 1 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.On = 0 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BottomBorder +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break +DocumentFormat.OpenXml.Drawing.Break.Break() -> void +DocumentFormat.OpenXml.Drawing.Break.Break(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Break.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildChart.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.BuildChart() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.set -> void +DocumentFormat.OpenXml.Drawing.BulletColor +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor() -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColorText +DocumentFormat.OpenXml.Drawing.BulletColorText.BulletColorText() -> void +DocumentFormat.OpenXml.Drawing.BulletFont +DocumentFormat.OpenXml.Drawing.BulletFont.BulletFont() -> void +DocumentFormat.OpenXml.Drawing.BulletFontText +DocumentFormat.OpenXml.Drawing.BulletFontText.BulletFontText() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.BulletSizePercentage() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints +DocumentFormat.OpenXml.Drawing.BulletSizePoints.BulletSizePoints() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizeText +DocumentFormat.OpenXml.Drawing.BulletSizeText.BulletSizeText() -> void +DocumentFormat.OpenXml.Drawing.Camera +DocumentFormat.OpenXml.Drawing.Camera.Camera() -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Camera.Preset.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.Camera.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Zoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.Zoom.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.get -> DocumentFormat.OpenXml.Drawing.Bevel? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties() -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet.CharacterBullet() -> void +DocumentFormat.OpenXml.Drawing.Chart +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.set -> void +DocumentFormat.OpenXml.Drawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.set -> void +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.AllPoints = 4 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Category = 0 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.CategoryPoints = 1 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.GridLegend = 5 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Series = 2 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.SeriesPoints = 3 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.ApplyToEnd() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.ApplyToFront() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.ApplyToSides() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.AutoLabeled() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.AutoTitleDeleted() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.AutoUpdate() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisId +DocumentFormat.OpenXml.Drawing.Charts.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.AxisPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Top = 3 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.AxisUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Backward +DocumentFormat.OpenXml.Drawing.Charts.Backward.Backward() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.BarDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Bar = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.BarGrouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Clustered = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Stacked = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Standard = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.BaseTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.BubbleScale() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.BuiltInUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Billions = 7 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredMillions = 6 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Hundreds = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredThousands = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Millions = 4 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenMillions = 5 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenThousands = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Thousands = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Trillions = 8 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted? +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.get -> DocumentFormat.OpenXml.Drawing.Charts.BackWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs? +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.get -> DocumentFormat.OpenXml.Drawing.Charts.Floor? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.get -> DocumentFormat.OpenXml.Drawing.Charts.Legend? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotFormats? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotArea? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.get -> DocumentFormat.OpenXml.Drawing.Charts.SideWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.get -> DocumentFormat.OpenXml.Drawing.Charts.View3D? +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartObject +DocumentFormat.OpenXml.Drawing.Charts.ChartObject.ChartObject() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartReference +DocumentFormat.OpenXml.Drawing.Charts.ChartReference.ChartReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.get -> DocumentFormat.OpenXml.Drawing.Charts.Date1904? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.get -> DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.get -> DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CrossBetween() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.Between = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.MidpointCategory = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.Crosses +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Crosses() -> void +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CrossesAt() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.AutoZero = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Maximum = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Minimum = 2 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CrossingAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CustomDisplayUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Data +DocumentFormat.OpenXml.Drawing.Charts.Data.Data() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16 +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.DataLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.BestFit = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideBase = 3 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideEnd = 4 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Left = 5 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.OutsideEnd = 6 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Right = 7 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Top = 8 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabels +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowKeys? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Date1904 +DocumentFormat.OpenXml.Drawing.Charts.Date1904.Date1904() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Delete +DocumentFormat.OpenXml.Drawing.Charts.Delete.Delete() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.DepthPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.DisplayBlanksAs() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.DisplayEquation() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.DisplayRSquaredValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.DoubleType() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.EditingLanguage() -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.X = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.Y = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.get -> DocumentFormat.OpenXml.Drawing.Charts.Minus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.get -> DocumentFormat.OpenXml.Drawing.Charts.NoEndCap? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.get -> DocumentFormat.OpenXml.Drawing.Charts.Plus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.ErrorBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.ErrorBarValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Both = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Minus = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Plus = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.ErrorBarValueType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.ErrorDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.FixedValue = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Percentage = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardDeviation = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardError = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Explosion +DocumentFormat.OpenXml.Drawing.Charts.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.FirstSliceAngle() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor() -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode() -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatId +DocumentFormat.OpenXml.Drawing.Charts.FormatId.FormatId() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formatting +DocumentFormat.OpenXml.Drawing.Charts.Formatting.Formatting() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Forward +DocumentFormat.OpenXml.Drawing.Charts.Forward.Forward() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.GapAmountType() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GapDepth +DocumentFormat.OpenXml.Drawing.Charts.GapDepth.GapDepth() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapWidth +DocumentFormat.OpenXml.Drawing.Charts.GapWidth.GapWidth() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Grouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Stacked = 2 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Standard = 1 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.OddFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.OddHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Height +DocumentFormat.OpenXml.Drawing.Charts.Height.Height() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightMode +DocumentFormat.OpenXml.Drawing.Charts.HeightMode.HeightMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.HeightPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.HoleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Index +DocumentFormat.OpenXml.Drawing.Charts.Index.Index() -> void +DocumentFormat.OpenXml.Drawing.Charts.Intercept +DocumentFormat.OpenXml.Drawing.Charts.Intercept.Intercept() -> void +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.InvertIfNegative() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.LabelAlignment() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.LabelOffset() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout() -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.LayoutModeType() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Edge = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Factor = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.LayoutTarget() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Inner = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Outer = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Left +DocumentFormat.OpenXml.Drawing.Charts.Left.Left() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeftMode +DocumentFormat.OpenXml.Drawing.Charts.LeftMode.LeftMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.LegendPosition? +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.LegendPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Top = 4 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.Level +DocumentFormat.OpenXml.Drawing.Charts.Level.Level() -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase +DocumentFormat.OpenXml.Drawing.Charts.LogBase.LogBase() -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.MajorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.MajorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.MajorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.get -> DocumentFormat.OpenXml.Drawing.Charts.Height? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.get -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.get -> DocumentFormat.OpenXml.Drawing.Charts.Left? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.get -> DocumentFormat.OpenXml.Drawing.Charts.LeftMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.get -> DocumentFormat.OpenXml.Drawing.Charts.Top? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.get -> DocumentFormat.OpenXml.Drawing.Charts.TopMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.get -> DocumentFormat.OpenXml.Drawing.Charts.Width? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.get -> DocumentFormat.OpenXml.Drawing.Charts.WidthMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dot = 4 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.None = 5 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Picture = 6 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Plus = 7 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Square = 8 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Star = 9 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Triangle = 10 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.X = 11 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.MaxAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.MinAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.MinorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.MinorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.MinorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.NoEndCap() -> void +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.NoMultiLevelLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingCache? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.get -> DocumentFormat.OpenXml.Drawing.Charts.OfPieType? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.OfPieType() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Bar = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Pie = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.Order +DocumentFormat.OpenXml.Drawing.Charts.Order.Order() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Orientation() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MaxMin = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MinMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Overlap +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Overlap() -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlay +DocumentFormat.OpenXml.Drawing.Charts.Overlay.Overlay() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Default = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Period +DocumentFormat.OpenXml.Drawing.Charts.Period.Period() -> void +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Perspective() -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.PictureFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.StackScale = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stretch = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormat? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.PictureStackUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.DataLabel? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.PlotVisibleOnly() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PointCount +DocumentFormat.OpenXml.Drawing.Charts.PointCount.PointCount() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.PolynomialOrder() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Drawing.Charts.PageMargins? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Drawing.Charts.PageSetup? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartObject? +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.get -> DocumentFormat.OpenXml.Drawing.Charts.Data? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.get -> DocumentFormat.OpenXml.Drawing.Charts.Formatting? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.get -> DocumentFormat.OpenXml.Drawing.Charts.Selection? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.get -> DocumentFormat.OpenXml.Drawing.Charts.UserInterface? +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyle? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.RadarStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Filled = 2 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Marker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Standard = 0 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.RelationshipIdType() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.RightAngleAxes() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX +DocumentFormat.OpenXml.Drawing.Charts.RotateX.RotateX() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY +DocumentFormat.OpenXml.Drawing.Charts.RotateY.RotateY() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.RoundedCorners() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.get -> DocumentFormat.OpenXml.Drawing.Charts.LogBase? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.get -> DocumentFormat.OpenXml.Drawing.Charts.Orientation? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.ScatterStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.LineMarker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Marker = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Smooth = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.SmoothMarker = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.SecondPiePoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.SecondPieSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Selection +DocumentFormat.OpenXml.Drawing.Charts.Selection.Selection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape +DocumentFormat.OpenXml.Drawing.Charts.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Box = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cone = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.ConeToMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cylinder = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Pyramid = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.PyramidToMaximum = 5 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.ShowBubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.ShowCategoryName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.ShowDataLabelsOverMaximum() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.ShowHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.ShowKeys() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.ShowLegendKey() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.ShowMarker() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.ShowNegativeBubbles() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.ShowOutlineBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.ShowPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.ShowSeriesName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowValue +DocumentFormat.OpenXml.Drawing.Charts.ShowValue.ShowValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.ShowVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Size +DocumentFormat.OpenXml.Drawing.Charts.Size.Size() -> void +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.SizeRepresents() -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Area = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Width = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SkipType +DocumentFormat.OpenXml.Drawing.Charts.SkipType.SkipType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Smooth +DocumentFormat.OpenXml.Drawing.Charts.Smooth.Smooth() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.SplitPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType +DocumentFormat.OpenXml.Drawing.Charts.SplitType.SplitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Percent = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Position = 2 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Value = 3 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.StockChart +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.StringCache? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Style +DocumentFormat.OpenXml.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.get -> DocumentFormat.OpenXml.Drawing.Charts.Thickness? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Symbol() -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Thickness() -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.TickLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.High = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.Low = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.NextTo = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.TickLabelSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.TickMarkSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.TickMarkType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Cross = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Inside = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.None = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Outside = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.TimeUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Days = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Months = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Years = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.Title +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.get -> DocumentFormat.OpenXml.Drawing.Charts.Overlay? +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Top +DocumentFormat.OpenXml.Drawing.Charts.Top.Top() -> void +DocumentFormat.OpenXml.Drawing.Charts.TopMode +DocumentFormat.OpenXml.Drawing.Charts.TopMode.TopMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.get -> DocumentFormat.OpenXml.Drawing.Charts.Backward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.get -> DocumentFormat.OpenXml.Drawing.Charts.Forward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.get -> DocumentFormat.OpenXml.Drawing.Charts.Intercept? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.get -> DocumentFormat.OpenXml.Drawing.Charts.Period? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.get -> DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineName? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineType? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.TrendlineType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Exponential = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Linear = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Logarithmic = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.MovingAverage = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Polynomial = 4 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Power = 5 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.get -> DocumentFormat.OpenXml.Drawing.Charts.DownBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.get -> DocumentFormat.OpenXml.Drawing.Charts.GapWidth? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.get -> DocumentFormat.OpenXml.Drawing.Charts.UpBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserInterface +DocumentFormat.OpenXml.Drawing.Charts.UserInterface.UserInterface() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Load(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Save(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.UserShapesReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values +DocumentFormat.OpenXml.Drawing.Charts.Values.Values() -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.VaryColors +DocumentFormat.OpenXml.Drawing.Charts.VaryColors.VaryColors() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.DepthPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.get -> DocumentFormat.OpenXml.Drawing.Charts.Perspective? +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.get -> DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateX? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateY? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Width +DocumentFormat.OpenXml.Drawing.Charts.Width.Width() -> void +DocumentFormat.OpenXml.Drawing.Charts.WidthMode +DocumentFormat.OpenXml.Drawing.Charts.WidthMode.WidthMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Wireframe +DocumentFormat.OpenXml.Drawing.Charts.Wireframe.Wireframe() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChildExtents +DocumentFormat.OpenXml.Drawing.ChildExtents.ChildExtents() -> void +DocumentFormat.OpenXml.Drawing.ChildOffset +DocumentFormat.OpenXml.Drawing.ChildOffset.ChildOffset() -> void +DocumentFormat.OpenXml.Drawing.CloseShapePath +DocumentFormat.OpenXml.Drawing.CloseShapePath.CloseShapePath() -> void +DocumentFormat.OpenXml.Drawing.Color2Type +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type() -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange() -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.get -> DocumentFormat.OpenXml.Drawing.ColorFrom? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.get -> DocumentFormat.OpenXml.Drawing.ColorTo? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.set -> void +DocumentFormat.OpenXml.Drawing.ColorFrom +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom() -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement() -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.get -> DocumentFormat.OpenXml.Drawing.Accent1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.get -> DocumentFormat.OpenXml.Drawing.Accent2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.get -> DocumentFormat.OpenXml.Drawing.Accent3Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.get -> DocumentFormat.OpenXml.Drawing.Accent4Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.get -> DocumentFormat.OpenXml.Drawing.Accent5Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.get -> DocumentFormat.OpenXml.Drawing.Accent6Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.get -> DocumentFormat.OpenXml.Drawing.Dark1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.get -> DocumentFormat.OpenXml.Drawing.Dark2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.get -> DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor? +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.get -> DocumentFormat.OpenXml.Drawing.Hyperlink? +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.get -> DocumentFormat.OpenXml.Drawing.Light1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.get -> DocumentFormat.OpenXml.Drawing.Light2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorTo +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo() -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType +DocumentFormat.OpenXml.Drawing.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Complement +DocumentFormat.OpenXml.Drawing.Complement.Complement() -> void +DocumentFormat.OpenXml.Drawing.ComplexScriptFont +DocumentFormat.OpenXml.Drawing.ComplexScriptFont.ComplexScriptFont() -> void +DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Single = 0 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.get -> DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionType +DocumentFormat.OpenXml.Drawing.ConnectionType.ConnectionType() -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor() -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CustomColor.Name.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColorList +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList() -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash() -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.get -> DocumentFormat.OpenXml.Drawing.AdjustHandleList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.get -> DocumentFormat.OpenXml.Drawing.ConnectionSiteList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry() -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.get -> DocumentFormat.OpenXml.Drawing.PathList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.get -> DocumentFormat.OpenXml.Drawing.Rectangle? +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.get -> DocumentFormat.OpenXml.Drawing.ShapeGuideList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.set -> void +DocumentFormat.OpenXml.Drawing.Dark1Color +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color() -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color() -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DashStop +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.set -> void +DocumentFormat.OpenXml.Drawing.DashStop.DashStop() -> void +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.set -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension() -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType() -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagram +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Drawing.Diagram.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagram.Id.set -> void +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Adjust() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Composite = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Connector = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Cycle = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyChild = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyRoot = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Linear = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Pyramid = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Snake = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Space = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Text = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.AnimateOneByOne() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.Branch = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.One = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.AnimationLevel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Level = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Arrow = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.NoArrow = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Gravity = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Upright = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Ancestor = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.AncestorOrSelf = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.DescendantOrSelf = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Follow = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.FollowSibling = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.None = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Parent = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Preceding = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.PrecedingSibling = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Root = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.Background +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Beginning = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Default = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.End = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.Equal = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.GreaterThanOrEqualTo = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.LessThanOrEqualTo = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Balanced = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.EndCanvas = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Fixed = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.BulletEnabled() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Category() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.FirstNode = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.Choose +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Cycle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Repeat = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.ColorDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.DiagramColorsPart.get -> DocumentFormat.OpenXml.Packaging.DiagramColorsPart? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.ColorTransformCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.ColorTransformDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.ParentOf = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationOf = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationParentOf = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.UnknownRelationship = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.Custom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomCenter = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleLeft = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleRight = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Radial = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopCenter = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopLeft = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopRight = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Bending = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Curve = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.LongCurve = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Straight = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.AlignmentOffset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadHeight = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadWidth = 62 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningMargin = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningPadding = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BendingDistance = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Bottom = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomMargin = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomOffset = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterHeight = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterWidth = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterXOffset = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterYOffset = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ConnectionDistance = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Diameter = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndMargin = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndPadding = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Height = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.HeightOffset = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Left = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftOffset = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PrimaryFontSize = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PyramidAccentRatio = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Right = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightMargin = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightOffset = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondaryFontSize = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondarySiblingSpacing = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SiblingSpacing = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Spacing = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.StemThickness = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Top = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopMargin = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopOffset = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedA = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedB = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedC = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedD = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedE = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedF = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedG = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedH = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedI = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedJ = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedK = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedL = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedM = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedN = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedO = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedP = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedQ = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedR = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedS = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedT = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedU = 55 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedV = 56 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedW = 57 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedX = 58 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedY = 59 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedZ = 60 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Width = 61 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.WidthOffset = 63 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.ReverseDirection = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.SameDirection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DiagramDataPart.get -> DocumentFormat.OpenXml.Packaging.DiagramDataPart? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Load(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Save(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Description() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Direction() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Normal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Reversed = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.All = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Assistant = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Document = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Node = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonAssistant = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonNormal = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Normal = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.ParentTransition = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Presentation = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.SiblingTransition = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Row = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThan = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThanOrEqualTo = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThan = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThanOrEqualTo = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.NotEqualTo = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Count = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Depth = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.MaxDepth = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Position = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionEven = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionOdd = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.ReversePosition = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Variable = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomRight = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterChild = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterDescendant = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomLeft = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomRight = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftBottom = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterChild = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterDescendant = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftTop = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightBottom = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterChildren = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterDescendants = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightTop = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterChildren = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterDescendants = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.HierarchyBranch() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Hanging = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Initial = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Standard = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Counterclockwise = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DiagramLayoutDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.get -> DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Direction? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.get -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.get -> DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromBottom = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromTop = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.MaxNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Offset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.OrganizationChart() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.Connection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AspectRatio = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AutoTextRotation = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningArrowheadStyle = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningPoints = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BendPoint = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Breakpoint = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BreakpointFixedValue = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.CenterShapeMapping = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildAlignment = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildDirection = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectionRoute = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectorDimension = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ContinueDirection = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.DestinationNode = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndPoints = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndStyle = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FallbackScale = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FlowDirection = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.GrowDirection = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HierarchyAlignment = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HorizontalAlignment = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LinearDirection = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterChildrenParagraph = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterParentParagraph = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingChildren = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingParent = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeHorizontalAlignment = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeVerticalAlignment = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Offset = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextLeftToRightAlignment = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextRightToLeftAlignment = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentBackgroundNode = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentPosition = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextNode = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidLevelNode = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RotationPath = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RouteShortestDistance = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryChildAlignment = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryLinearDirection = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextLeftToRightAlignment = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextRightToLeftAlignment = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SourceNode = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SpanAngle = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartAngle = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartBulletsAtLevel = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartElement = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAlignment = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontal = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontalWithChildren = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVertical = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVerticalWithChildren = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextBlockDirection = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextDirection = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.VerticalAlignment = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.Point +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBody? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Assistant = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Document = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.ParentTransition = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Presentation = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.SiblingTransition = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.PreferredNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.After = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.Before = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Step = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.RelationshipIds() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.ResizeHandles() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Exact = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Relative = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.AlongPath = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.Rule +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModel? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromBottom = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromLeft = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromRight = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromTop = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.Shape +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Transition = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.Style +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.DiagramStylePart.get -> DocumentFormat.OpenXml.Packaging.DiagramStylePart? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.StyleDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.StyleDisplayCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.StyleLabelDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromBottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromTop = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.get -> DocumentFormat.OpenXml.Drawing.FlatText? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.get -> DocumentFormat.OpenXml.Drawing.Shape3DType? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimateOne = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimationLevel = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.BulletsEnabled = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildMax = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildPreference = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.Direction = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.HierarchyBranch = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.OrganizationalChart = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ResizeHandles = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom2010 = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle2010 = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top2010 = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.Whole +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone +DocumentFormat.OpenXml.Drawing.Duotone.Duotone() -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EastAsianFont +DocumentFormat.OpenXml.Drawing.EastAsianFont.EastAsianFont() -> void +DocumentFormat.OpenXml.Drawing.Effect +DocumentFormat.OpenXml.Drawing.Effect.Effect() -> void +DocumentFormat.OpenXml.Drawing.Effect.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Effect.Reference.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainer +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer() -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType() -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Sibling = 0 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Tree = 1 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectDag +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag() -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList +DocumentFormat.OpenXml.Drawing.EffectList.Blur.get -> DocumentFormat.OpenXml.Drawing.Blur? +DocumentFormat.OpenXml.Drawing.EffectList.Blur.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList() -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.get -> DocumentFormat.OpenXml.Drawing.FillOverlay? +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Glow.get -> DocumentFormat.OpenXml.Drawing.Glow? +DocumentFormat.OpenXml.Drawing.EffectList.Glow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.get -> DocumentFormat.OpenXml.Drawing.InnerShadow? +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.get -> DocumentFormat.OpenXml.Drawing.OuterShadow? +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.get -> DocumentFormat.OpenXml.Drawing.PresetShadow? +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.get -> DocumentFormat.OpenXml.Drawing.Reflection? +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.get -> DocumentFormat.OpenXml.Drawing.SoftEdge? +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle() -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList() -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EmptyType +DocumentFormat.OpenXml.Drawing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Drawing.EndConnection +DocumentFormat.OpenXml.Drawing.EndConnection.EndConnection() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndTime +DocumentFormat.OpenXml.Drawing.EndTime.EndTime() -> void +DocumentFormat.OpenXml.Drawing.Extension +DocumentFormat.OpenXml.Drawing.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ExtensionList +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extents +DocumentFormat.OpenXml.Drawing.Extents.Extents() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.get -> DocumentFormat.OpenXml.Drawing.ColorMap? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field +DocumentFormat.OpenXml.Drawing.Field.Field() -> void +DocumentFormat.OpenXml.Drawing.Field.Field(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Id.set -> void +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Field.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Field.Text.set -> void +DocumentFormat.OpenXml.Drawing.Field.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Type.set -> void +DocumentFormat.OpenXml.Drawing.Fill +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill() -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.Fill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay() -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties() -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillRectangle +DocumentFormat.OpenXml.Drawing.FillRectangle.FillRectangle() -> void +DocumentFormat.OpenXml.Drawing.FillReference +DocumentFormat.OpenXml.Drawing.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList() -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillToRectangle +DocumentFormat.OpenXml.Drawing.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow() -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FlatText +DocumentFormat.OpenXml.Drawing.FlatText.FlatText() -> void +DocumentFormat.OpenXml.Drawing.FlatText.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.FlatText.Z.set -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor() -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Major = 0 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Minor = 1 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.None = 2 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionType +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.get -> DocumentFormat.OpenXml.Drawing.ComplexScriptFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.get -> DocumentFormat.OpenXml.Drawing.EastAsianFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType() -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.get -> DocumentFormat.OpenXml.Drawing.LatinFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.set -> void +DocumentFormat.OpenXml.Drawing.FontReference +DocumentFormat.OpenXml.Drawing.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FontReference.Index.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Fonts +DocumentFormat.OpenXml.Drawing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.get -> DocumentFormat.OpenXml.Drawing.MajorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.get -> DocumentFormat.OpenXml.Drawing.MinorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FontScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.get -> DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.get -> DocumentFormat.OpenXml.Drawing.EffectStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.get -> DocumentFormat.OpenXml.Drawing.FillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme() -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.get -> DocumentFormat.OpenXml.Drawing.LineStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Gamma +DocumentFormat.OpenXml.Drawing.Gamma.Gamma() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow +DocumentFormat.OpenXml.Drawing.Glow.Glow() -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Glow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Glow.Radius.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.get -> DocumentFormat.OpenXml.Drawing.GradientStopList? +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStopList +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic +DocumentFormat.OpenXml.Drawing.Graphic.Graphic() -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.get -> DocumentFormat.OpenXml.Drawing.GraphicData? +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.set -> void +DocumentFormat.OpenXml.Drawing.GraphicData +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData() -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.Gray +DocumentFormat.OpenXml.Drawing.Gray.Gray() -> void +DocumentFormat.OpenXml.Drawing.Grayscale +DocumentFormat.OpenXml.Drawing.Grayscale.Grayscale() -> void +DocumentFormat.OpenXml.Drawing.Green +DocumentFormat.OpenXml.Drawing.Green.Green() -> void +DocumentFormat.OpenXml.Drawing.GreenModulation +DocumentFormat.OpenXml.Drawing.GreenModulation.GreenModulation() -> void +DocumentFormat.OpenXml.Drawing.GreenOffset +DocumentFormat.OpenXml.Drawing.GreenOffset.GreenOffset() -> void +DocumentFormat.OpenXml.Drawing.GridColumn +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Drawing.GroupFill +DocumentFormat.OpenXml.Drawing.GroupFill.GroupFill() -> void +DocumentFormat.OpenXml.Drawing.GroupShape +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HeadEnd +DocumentFormat.OpenXml.Drawing.HeadEnd.HeadEnd() -> void +DocumentFormat.OpenXml.Drawing.Highlight +DocumentFormat.OpenXml.Drawing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hsl +DocumentFormat.OpenXml.Drawing.Hsl.Hsl() -> void +DocumentFormat.OpenXml.Drawing.Hsl.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Hue.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.set -> void +DocumentFormat.OpenXml.Drawing.HslColor +DocumentFormat.OpenXml.Drawing.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.set -> void +DocumentFormat.OpenXml.Drawing.Hue +DocumentFormat.OpenXml.Drawing.Hue.Hue() -> void +DocumentFormat.OpenXml.Drawing.Hue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hue.Val.set -> void +DocumentFormat.OpenXml.Drawing.HueModulation +DocumentFormat.OpenXml.Drawing.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Drawing.HueOffset +DocumentFormat.OpenXml.Drawing.HueOffset.HueOffset() -> void +DocumentFormat.OpenXml.Drawing.HueOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HueOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Hyperlink +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkSound +DocumentFormat.OpenXml.Drawing.HyperlinkSound.HyperlinkSound() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.get -> DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.get -> DocumentFormat.OpenXml.Drawing.HyperlinkSound? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow() -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Inverse +DocumentFormat.OpenXml.Drawing.Inverse.Inverse() -> void +DocumentFormat.OpenXml.Drawing.InverseGamma +DocumentFormat.OpenXml.Drawing.InverseGamma.InverseGamma() -> void +DocumentFormat.OpenXml.Drawing.LastColumn +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn() -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow +DocumentFormat.OpenXml.Drawing.LastRow.LastRow() -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LatinFont +DocumentFormat.OpenXml.Drawing.LatinFont.LatinFont() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.set -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color() -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color() -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig +DocumentFormat.OpenXml.Drawing.LightRig.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Direction.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rig.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Rig.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Balanced = 13 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Chilly = 21 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Contrasting = 17 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flat = 23 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flood = 16 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Freezing = 22 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Glow = 25 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Harsh = 15 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Morning = 18 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Soft = 14 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunrise = 19 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunset = 20 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.ThreePoints = 12 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.TwoPoints = 24 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LinearGradientFill +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.set -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.LinearGradientFill() -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.set -> void +DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineDefault +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault() -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.LineEndPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Arrow = 5 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.None = 0 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Oval = 4 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Stealth = 2 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Triangle = 1 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineJoinBevel +DocumentFormat.OpenXml.Drawing.LineJoinBevel.LineJoinBevel() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineReference +DocumentFormat.OpenXml.Drawing.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing() -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList() -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo +DocumentFormat.OpenXml.Drawing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.LineTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle() -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas() -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Luminance +DocumentFormat.OpenXml.Drawing.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.LuminanceEffect() -> void +DocumentFormat.OpenXml.Drawing.LuminanceModulation +DocumentFormat.OpenXml.Drawing.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Drawing.LuminanceOffset +DocumentFormat.OpenXml.Drawing.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Drawing.MajorFont +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont() -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MasterColorMapping +DocumentFormat.OpenXml.Drawing.MasterColorMapping.MasterColorMapping() -> void +DocumentFormat.OpenXml.Drawing.MinorFont +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont() -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Miter +DocumentFormat.OpenXml.Drawing.Miter.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Miter.Limit.set -> void +DocumentFormat.OpenXml.Drawing.Miter.Miter() -> void +DocumentFormat.OpenXml.Drawing.MoveTo +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.MoveTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.NoAutoFit +DocumentFormat.OpenXml.Drawing.NoAutoFit.NoAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NoBullet +DocumentFormat.OpenXml.Drawing.NoBullet.NoBullet() -> void +DocumentFormat.OpenXml.Drawing.NoFill +DocumentFormat.OpenXml.Drawing.NoFill.NoFill() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Normal +DocumentFormat.OpenXml.Drawing.Normal.Normal() -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.NormalAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell() -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.get -> DocumentFormat.OpenXml.Drawing.LineDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults() -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.get -> DocumentFormat.OpenXml.Drawing.ShapeDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.get -> DocumentFormat.OpenXml.Drawing.TextDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Offset +DocumentFormat.OpenXml.Drawing.Offset.Offset() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Outline +DocumentFormat.OpenXml.Drawing.Outline.Outline() -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping() -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.set -> void +DocumentFormat.OpenXml.Drawing.Path.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Path.Fill.set -> void +DocumentFormat.OpenXml.Drawing.Path.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Height.set -> void +DocumentFormat.OpenXml.Drawing.Path.Path() -> void +DocumentFormat.OpenXml.Drawing.Path.Path(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Stroke.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.Stroke.set -> void +DocumentFormat.OpenXml.Drawing.Path.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Width.set -> void +DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Darken = 4 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.DarkenLess = 5 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Lighten = 2 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.LightenLess = 3 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Norm = 1 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathGradientFill +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.get -> DocumentFormat.OpenXml.Drawing.FillToRectangle? +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill() -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList +DocumentFormat.OpenXml.Drawing.PathList.PathList() -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Rectangle = 2 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PatternFill +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Drawing.BackgroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Drawing.ForegroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Insert = 1 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PercentageType +DocumentFormat.OpenXml.Drawing.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Drawing.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Picture +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet() -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks() -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Pictures.BlipFill? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Point +DocumentFormat.OpenXml.Drawing.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Point2DType +DocumentFormat.OpenXml.Drawing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Position +DocumentFormat.OpenXml.Drawing.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType +DocumentFormat.OpenXml.Drawing.PositivePercentageType.PositivePercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetColor +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor() -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AliceBlue = 0 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AntiqueWhite = 1 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aqua = 2 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aquamarine = 3 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Azure = 4 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Beige = 5 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Bisque = 6 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Black = 7 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlanchedAlmond = 8 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Blue = 9 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlueViolet = 10 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Brown = 11 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BurlyWood = 12 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CadetBlue = 13 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chartreuse = 14 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chocolate = 15 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Coral = 16 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CornflowerBlue = 17 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cornsilk = 18 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Crimson = 19 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cyan = 20 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue = 21 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue2010 = 140 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan = 22 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan2010 = 141 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod = 23 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod2010 = 142 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray = 24 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray2010 = 143 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen = 25 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen2010 = 145 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey = 183 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey2010 = 144 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki = 26 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki2010 = 146 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta = 27 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta2010 = 147 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen = 28 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen2010 = 148 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange = 29 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange2010 = 149 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid = 30 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid2010 = 150 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed = 31 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed2010 = 151 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon = 32 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon2010 = 152 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen = 33 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen2010 = 153 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue = 34 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue2010 = 154 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray = 35 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray2010 = 155 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey = 185 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey2010 = 156 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise = 36 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise2010 = 157 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet = 37 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet2010 = 158 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepPink = 38 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepSkyBlue = 39 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGray = 40 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGrey = 184 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DodgerBlue = 41 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Firebrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.FloralWhite = 43 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.ForestGreen = 44 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Fuchsia = 45 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gainsboro = 46 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GhostWhite = 47 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gold = 48 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Goldenrod = 49 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gray = 50 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Green = 51 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GreenYellow = 52 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Grey = 186 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Honeydew = 53 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.HotPink = 54 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.IndianRed = 55 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Indigo = 56 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Ivory = 57 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Khaki = 58 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lavender = 59 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LavenderBlush = 60 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LawnGreen = 61 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LemonChiffon = 62 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue = 63 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue2010 = 159 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral = 64 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral2010 = 160 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan = 65 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan2010 = 161 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow = 66 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow2010 = 162 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray = 67 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray2010 = 163 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen = 68 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen2010 = 165 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey = 187 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey2010 = 164 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink = 69 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink2010 = 166 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon = 70 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon2010 = 167 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen = 71 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen2010 = 168 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue = 72 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue2010 = 169 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray = 73 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray2010 = 170 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey = 188 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey2010 = 171 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue = 74 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue2010 = 172 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow = 75 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow2010 = 173 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lime = 76 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LimeGreen = 77 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Linen = 78 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Magenta = 79 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Maroon = 80 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MedAquamarine = 81 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumAquamarine2010 = 174 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue = 82 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue2010 = 175 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid = 83 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid2010 = 176 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple = 84 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple2010 = 177 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen = 85 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen2010 = 178 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue = 86 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue2010 = 179 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen = 87 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen2010 = 180 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise = 88 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise2010 = 181 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed = 89 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed2010 = 182 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MidnightBlue = 90 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MintCream = 91 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MistyRose = 92 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Moccasin = 93 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.NavajoWhite = 94 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Navy = 95 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OldLace = 96 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Olive = 97 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OliveDrab = 98 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orange = 99 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OrangeRed = 100 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orchid = 101 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGoldenrod = 102 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGreen = 103 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleTurquoise = 104 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleVioletRed = 105 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PapayaWhip = 106 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PeachPuff = 107 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Peru = 108 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Pink = 109 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Plum = 110 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PowderBlue = 111 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Purple = 112 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Red = 113 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RosyBrown = 114 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RoyalBlue = 115 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SaddleBrown = 116 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Salmon = 117 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SandyBrown = 118 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaGreen = 119 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaShell = 120 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Sienna = 121 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Silver = 122 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SkyBlue = 123 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateBlue = 124 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGray = 125 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGrey = 189 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Snow = 126 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SpringGreen = 127 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SteelBlue = 128 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tan = 129 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Teal = 130 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Thistle = 131 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tomato = 132 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Turquoise = 133 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Violet = 134 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Wheat = 135 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.White = 136 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.WhiteSmoke = 137 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Yellow = 138 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.YellowGreen = 139 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetDash +DocumentFormat.OpenXml.Drawing.PresetDash.PresetDash() -> void +DocumentFormat.OpenXml.Drawing.PresetDash.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetDash.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry() -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.DashDot = 4 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDash = 3 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDot = 5 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDotDot = 6 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDash = 7 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDot = 9 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDot = 8 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Cross = 22 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkDownwardDiagonal = 27 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkHorizontal = 16 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkUpwardDiagonal = 28 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkVertical = 17 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedDownwardDiagonal = 31 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedHorizontal = 20 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedUpwardDiagonal = 32 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedVertical = 21 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalBrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalCross = 33 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Divot = 49 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DotGrid = 38 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DottedDiamond = 45 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DownwardDiagonal = 23 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Horizontal = 12 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.HorizontalBrick = 41 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeCheck = 35 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeConfetti = 40 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeGrid = 37 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightDownwardDiagonal = 25 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightHorizontal = 14 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightUpwardDiagonal = 26 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightVertical = 15 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowHorizontal = 18 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowVertical = 19 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.OpenDiamond = 44 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent10 = 1 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent20 = 2 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent25 = 3 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent30 = 4 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent40 = 5 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent5 = 0 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent50 = 6 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent60 = 7 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent70 = 8 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent75 = 9 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent80 = 10 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent90 = 11 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Plaid = 46 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Shingle = 50 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallCheck = 34 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallConfetti = 39 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallGrid = 36 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SolidDiamond = 43 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Sphere = 47 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Trellis = 52 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.UpwardDiagonal = 24 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Vertical = 13 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Wave = 51 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Weave = 48 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideDownwardDiagonal = 29 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideUpwardDiagonal = 30 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.ZigZag = 53 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetShadow +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow() -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackCenterPerspectiveShadow = 18 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftLongPerspectiveShadow = 10 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftPerspectiveShadow = 2 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightLongPerspectiveShadow = 11 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightPerspectiveShadow = 3 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomLeftDropShadow = 4 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightDropShadow = 5 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightSmallDropShadow = 13 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontBottomShadow = 19 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftLongPerspectiveShadow = 14 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftPerspectiveShadow = 6 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightLongPerspectiveShadow = 15 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightPerspectiveShadow = 7 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalInnerBoxShadow = 17 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalOuterBoxShadow = 16 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDoubleDropShadow = 12 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDropShadow = 0 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftLargeDropShadow = 9 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftSmallDropShadow = 8 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopRightDropShadow = 1 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetTextWrap +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap() -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension() -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile() -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RatioType +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Drawing.Rectangle +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Left.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Right.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Top.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Top.set -> void +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Bottom = 7 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomRight = 8 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.Red +DocumentFormat.OpenXml.Drawing.Red.Red() -> void +DocumentFormat.OpenXml.Drawing.RedModulation +DocumentFormat.OpenXml.Drawing.RedModulation.RedModulation() -> void +DocumentFormat.OpenXml.Drawing.RedOffset +DocumentFormat.OpenXml.Drawing.RedOffset.RedOffset() -> void +DocumentFormat.OpenXml.Drawing.Reflection +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.Distance.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.RelativeOffset() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.RelativeRectangleType() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightToLeft +DocumentFormat.OpenXml.Drawing.RightToLeft.RightToLeft() -> void +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.set -> void +DocumentFormat.OpenXml.Drawing.Rotation +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Rotation() -> void +DocumentFormat.OpenXml.Drawing.Round +DocumentFormat.OpenXml.Drawing.Round.Round() -> void +DocumentFormat.OpenXml.Drawing.Run +DocumentFormat.OpenXml.Drawing.Run.Run() -> void +DocumentFormat.OpenXml.Drawing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Run.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Run.Text.set -> void +DocumentFormat.OpenXml.Drawing.RunProperties +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Saturation +DocumentFormat.OpenXml.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Drawing.SaturationModulation +DocumentFormat.OpenXml.Drawing.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Drawing.SaturationOffset +DocumentFormat.OpenXml.Drawing.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Drawing.ScaleX +DocumentFormat.OpenXml.Drawing.ScaleX.ScaleX() -> void +DocumentFormat.OpenXml.Drawing.ScaleY +DocumentFormat.OpenXml.Drawing.ScaleY.ScaleY() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background1 = 0 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background2 = 2 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark1 = 13 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark2 = 15 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light1 = 14 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light2 = 16 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.PhColor = 12 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text1 = 1 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text2 = 3 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.Shade +DocumentFormat.OpenXml.Drawing.Shade.Shade() -> void +DocumentFormat.OpenXml.Drawing.Shape +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Shape.TextShape.get -> DocumentFormat.OpenXml.Drawing.TextShape? +DocumentFormat.OpenXml.Drawing.Shape.TextShape.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType() -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.set -> void +DocumentFormat.OpenXml.Drawing.ShapeAutoFit +DocumentFormat.OpenXml.Drawing.ShapeAutoFit.ShapeAutoFit() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.ShapeGuide() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout1 = 113 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout2 = 114 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout3 = 115 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout1 = 107 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout2 = 108 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout3 = 109 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBackPrevious = 165 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBeginning = 167 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBlank = 160 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonDocument = 169 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonEnd = 166 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonForwardNext = 164 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHelp = 162 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHome = 161 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonInformation = 163 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonMovie = 171 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonReturn = 168 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonSound = 170 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Arc = 88 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentArrow = 62 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector2 = 96 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector3 = 97 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector4 = 98 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector5 = 99 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentUpArrow = 49 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Bevel = 82 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BlockArc = 40 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout1 = 110 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout2 = 111 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout3 = 112 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracePair = 94 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracketPair = 93 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout1 = 104 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout2 = 105 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout3 = 106 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Can = 73 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartPlus = 186 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartStar = 185 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartX = 184 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chevron = 37 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chord = 87 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CircularArrow = 64 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cloud = 120 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CloudCallout = 119 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Corner = 85 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CornerTabs = 181 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cube = 72 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector2 = 100 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector3 = 101 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector4 = 102 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector5 = 103 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedDownArrow = 70 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedLeftArrow = 68 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedRightArrow = 67 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedUpArrow = 69 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Decagon = 13 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DiagonalStripe = 86 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Diamond = 5 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Dodecagon = 14 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Donut = 41 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DoubleWave = 129 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrow = 46 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrowCallout = 58 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ellipse = 34 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon = 123 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon2 = 124 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartAlternateProcess = 158 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartCollate = 147 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartConnector = 142 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDecision = 132 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDelay = 157 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDisplay = 156 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDocument = 136 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartExtract = 149 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInputOutput = 133 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInternalStorage = 135 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDisk = 154 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDrum = 155 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticTape = 153 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualInput = 140 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualOperation = 141 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMerge = 150 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMultidocument = 137 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOfflineStorage = 151 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOffpageConnector = 159 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOnlineStorage = 152 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOr = 146 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPredefinedProcess = 134 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPreparation = 139 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartProcess = 131 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedCard = 143 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedTape = 144 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSort = 148 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSummingJunction = 145 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartTerminator = 138 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FoldedCorner = 81 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Frame = 83 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Funnel = 174 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear6 = 172 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear9 = 173 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HalfFrame = 84 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heart = 75 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heptagon = 11 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Hexagon = 10 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HomePlate = 36 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HorizontalScroll = 127 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal1 = 79 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal2 = 80 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrow = 44 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrowCallout = 55 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBrace = 91 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBracket = 89 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftCircularArrow = 65 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrow = 50 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrowCallout = 59 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightCircularArrow = 66 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightRibbon = 125 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightUpArrow = 53 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftUpArrow = 52 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LightningBolt = 74 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LineInverse = 1 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathDivide = 178 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathEqual = 179 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMinus = 176 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMultiply = 177 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathNotEqual = 180 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathPlus = 175 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Moon = 77 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NonIsoscelesTrapezoid = 8 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NoSmoking = 42 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NotchedRightArrow = 48 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Octagon = 12 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Parallelogram = 6 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pentagon = 9 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pie = 39 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PieWedge = 38 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plaque = 33 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PlaqueTabs = 183 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plus = 130 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrow = 54 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrowCallout = 61 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Rectangle = 4 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon = 121 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon2 = 122 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrow = 43 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrowCallout = 56 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBrace = 92 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBracket = 90 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightTriangle = 3 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round1Rectangle = 26 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2DiagonalRectangle = 28 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2SameRectangle = 27 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RoundRectangle = 25 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SmileyFace = 78 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip1Rectangle = 30 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2DiagonalRectangle = 32 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2SameRectangle = 31 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SnipRoundRectangle = 29 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SquareTabs = 182 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star10 = 20 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star12 = 21 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star16 = 22 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star24 = 23 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star32 = 24 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star4 = 15 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star5 = 16 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star6 = 17 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star7 = 18 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star8 = 19 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StraightConnector1 = 95 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StripedRightArrow = 47 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Sun = 76 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SwooshArrow = 71 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Teardrop = 35 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Trapezoid = 7 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Triangle = 2 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrow = 45 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrowCallout = 57 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrow = 51 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrowCallout = 60 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UTurnArrow = 63 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.VerticalScroll = 126 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Wave = 128 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeEllipseCallout = 118 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRectangleCallout = 116 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRoundRectangleCallout = 117 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.SoftEdge +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.set -> void +DocumentFormat.OpenXml.Drawing.SoftEdge.SoftEdge() -> void +DocumentFormat.OpenXml.Drawing.SolidFill +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill() -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SourceRectangle +DocumentFormat.OpenXml.Drawing.SourceRectangle.SourceRectangle() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell() -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter() -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore() -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent +DocumentFormat.OpenXml.Drawing.SpacingPercent.SpacingPercent() -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints +DocumentFormat.OpenXml.Drawing.SpacingPoints.SpacingPoints() -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Position? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.Absolute = 2 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.OneCell = 1 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.TwoCell = 0 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Load(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Save(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StartConnection +DocumentFormat.OpenXml.Drawing.StartConnection.StartConnection() -> void +DocumentFormat.OpenXml.Drawing.StartTime +DocumentFormat.OpenXml.Drawing.StartTime.StartTime() -> void +DocumentFormat.OpenXml.Drawing.Stretch +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.get -> DocumentFormat.OpenXml.Drawing.FillRectangle? +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch() -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType() -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.SupplementalFont() -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.SymbolFont +DocumentFormat.OpenXml.Drawing.SymbolFont.SymbolFont() -> void +DocumentFormat.OpenXml.Drawing.SystemColor +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.set -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor() -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SystemColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveBorder = 10 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveCaption = 2 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ApplicationWorkspace = 12 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonFace = 15 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonHighlight = 20 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonShadow = 16 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonText = 18 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.CaptionText = 9 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientActiveCaption = 26 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientInactiveCaption = 27 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GrayText = 17 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Highlight = 13 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HighlightText = 14 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HotLight = 25 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveBorder = 11 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaption = 3 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaptionText = 19 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoBack = 24 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoText = 23 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Menu = 4 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuBar = 29 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuHighlight = 28 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuText = 7 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ScrollBar = 0 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDDarkShadow = 21 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDLight = 22 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Window = 5 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowFrame = 6 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowText = 8 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.Table +DocumentFormat.OpenXml.Drawing.Table.Table() -> void +DocumentFormat.OpenXml.Drawing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.TableGrid.get -> DocumentFormat.OpenXml.Drawing.TableGrid? +DocumentFormat.OpenXml.Drawing.Table.TableGrid.set -> void +DocumentFormat.OpenXml.Drawing.Table.TableProperties.get -> DocumentFormat.OpenXml.Drawing.TableProperties? +DocumentFormat.OpenXml.Drawing.Table.TableProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableBackground +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground() -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Drawing.TableCellProperties? +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Drawing.BottomBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideVerticalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Drawing.LeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Drawing.RightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Drawing.TopBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.get -> DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.get -> DocumentFormat.OpenXml.Drawing.Cell3DProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.RightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.get -> DocumentFormat.OpenXml.Drawing.TableCellBorders? +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellTextStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType() -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow +DocumentFormat.OpenXml.Drawing.TableRow.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TableRow.Height.set -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry() -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleId +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId() -> void +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId(string! text) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Load(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Save(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList() -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Drawing.TableStyleType +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band1Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.get -> DocumentFormat.OpenXml.Drawing.Band1Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band2Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.get -> DocumentFormat.OpenXml.Drawing.Band2Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.get -> DocumentFormat.OpenXml.Drawing.FirstColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.get -> DocumentFormat.OpenXml.Drawing.FirstRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.get -> DocumentFormat.OpenXml.Drawing.LastColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.get -> DocumentFormat.OpenXml.Drawing.LastRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.get -> DocumentFormat.OpenXml.Drawing.NortheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.get -> DocumentFormat.OpenXml.Drawing.NorthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.get -> DocumentFormat.OpenXml.Drawing.SoutheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.get -> DocumentFormat.OpenXml.Drawing.SouthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.get -> DocumentFormat.OpenXml.Drawing.TableBackground? +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType() -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.get -> DocumentFormat.OpenXml.Drawing.WholeTable? +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.set -> void +DocumentFormat.OpenXml.Drawing.TabStop +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Drawing.TabStopList +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList() -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TailEnd +DocumentFormat.OpenXml.Drawing.TailEnd.TailEnd() -> void +DocumentFormat.OpenXml.Drawing.Text +DocumentFormat.OpenXml.Drawing.Text.Text() -> void +DocumentFormat.OpenXml.Drawing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Distributed = 5 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Justified = 3 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.JustifiedLow = 4 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.ThaiDistributed = 6 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenBoth = 0 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenR = 2 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterPeriod = 4 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenBoth = 1 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenR = 3 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterPeriod = 5 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic1Minus = 28 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic2Minus = 29 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePeriod = 19 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePlain = 20 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenBoth = 6 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenR = 7 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPeriod = 8 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPlain = 9 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberDoubleBytePlain = 16 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsBlackPlain = 17 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsWhitePlain = 18 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseDoubleBytePeriod = 25 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPeriod = 27 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPlain = 26 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePeriod = 21 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePlain = 22 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePeriod = 23 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePlain = 24 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Hebrew2Minus = 30 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlpha1Period = 40 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlphaPeriod = 37 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumberParenthesisRight = 39 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumPeriod = 38 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenBoth = 10 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenR = 12 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterPeriod = 14 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenBoth = 11 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenR = 13 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterPeriod = 15 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisBoth = 33 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisRight = 32 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaPeriod = 31 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisBoth = 36 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisRight = 35 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberPeriod = 34 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextBody +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.All = 2 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.Small = 1 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Drawing.TextDefault +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault() -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Automatic = 0 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Baseline = 3 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Bottom = 4 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontType +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.TextFontType() -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Clip = 1 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.get -> DocumentFormat.OpenXml.Drawing.LineSpacing? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.get -> DocumentFormat.OpenXml.Drawing.SpaceAfter? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.get -> DocumentFormat.OpenXml.Drawing.SpaceBefore? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape() -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDown = 10 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDownPour = 14 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUp = 9 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUpPour = 13 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButton = 12 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButtonPour = 16 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanDown = 20 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanUp = 19 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeDown = 40 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeUp = 39 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevron = 5 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevronInverted = 6 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCircle = 11 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCirclePour = 15 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveDown = 18 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveUp = 17 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflate = 26 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateBottom = 28 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflate = 31 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflateDeflate = 32 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateTop = 30 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDoubleWave1 = 23 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeDown = 36 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeLeft = 34 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeRight = 33 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeUp = 35 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflate = 25 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateBottom = 27 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateTop = 29 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextNoShape = 0 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextPlain = 1 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingInside = 7 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingOutside = 8 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantDown = 38 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantUp = 37 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextStop = 2 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangle = 3 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangleInverted = 4 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave1 = 21 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave2 = 22 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave4 = 24 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextSpacingType +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.get -> DocumentFormat.OpenXml.Drawing.SpacingPercent? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.get -> DocumentFormat.OpenXml.Drawing.SpacingPoints? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType() -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.DoubleStrike = 2 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.NoStrike = 0 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.SingleStrike = 1 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Decimal = 3 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dash = 7 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashHeavy = 8 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLong = 9 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLongHeavy = 10 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDash = 11 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDashHeavy = 12 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDash = 13 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDashHeavy = 14 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dotted = 5 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Double = 3 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Heavy = 4 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.HeavyDotted = 6 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Single = 2 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Wavy = 15 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyDouble = 17 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyHeavy = 16 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Clip = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Ellipsis = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.EastAsianVetical = 4 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.MongolianVertical = 5 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical270 = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtLeftToRight = 6 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtVertical = 3 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.Theme +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.get -> DocumentFormat.OpenXml.Drawing.CustomColorList? +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.get -> DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList? +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Load(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.get -> DocumentFormat.OpenXml.Drawing.ObjectDefaults? +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.set -> void +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.get -> DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList? +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Save(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme() -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.get -> DocumentFormat.OpenXml.Drawing.ThemeElements? +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType() -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements() -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeManager +DocumentFormat.OpenXml.Drawing.ThemeManager.ThemeManager() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Load(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Save(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Drawing.Tile +DocumentFormat.OpenXml.Drawing.Tile.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Flip.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Tile() -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Horizontal = 1 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.HorizontalAndVertical = 3 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Vertical = 2 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileRectangle +DocumentFormat.OpenXml.Drawing.TileRectangle.TileRectangle() -> void +DocumentFormat.OpenXml.Drawing.Tint +DocumentFormat.OpenXml.Drawing.Tint.Tint() -> void +DocumentFormat.OpenXml.Drawing.TintEffect +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.TintEffect() -> void +DocumentFormat.OpenXml.Drawing.TopBorder +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder() -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.TransformEffect() -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.get -> DocumentFormat.OpenXml.Drawing.ChildExtents? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.get -> DocumentFormat.OpenXml.Drawing.ChildOffset? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup() -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Underline +DocumentFormat.OpenXml.Drawing.Underline.Underline() -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFillText +DocumentFormat.OpenXml.Drawing.UnderlineFillText.UnderlineFillText() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.UnderlineFollowsText() -> void +DocumentFormat.OpenXml.Drawing.UpVector +DocumentFormat.OpenXml.Drawing.UpVector.UpVector() -> void +DocumentFormat.OpenXml.Drawing.UseShapeRectangle +DocumentFormat.OpenXml.Drawing.UseShapeRectangle.UseShapeRectangle() -> void +DocumentFormat.OpenXml.Drawing.Vector3DType +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.WaveAudioFile +DocumentFormat.OpenXml.Drawing.WaveAudioFile.WaveAudioFile() -> void +DocumentFormat.OpenXml.Drawing.WholeTable +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable() -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.EffectExtent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Character = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Column = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.LeftMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.RightMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.SimplePosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.StartPoint() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.BottomMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Line = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Paragraph = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.TopMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.WrapNone() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.BothSides = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Largest = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ElementEventArgs +DocumentFormat.OpenXml.ElementEventArgs.Element.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.ElementEventArgs.ElementEventArgs(DocumentFormat.OpenXml.OpenXmlElement! element, DocumentFormat.OpenXml.OpenXmlElement! parentElement) -> void +DocumentFormat.OpenXml.ElementEventArgs.ParentElement.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.End = 1 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.Start = 0 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.Arc +DocumentFormat.OpenXml.EMMA.Arc.Arc() -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Arc.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.End.set -> void +DocumentFormat.OpenXml.EMMA.Arc.From.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.From.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Language.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Arc.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Arc.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Source.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.Start.set -> void +DocumentFormat.OpenXml.EMMA.Arc.To.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.To.set -> void +DocumentFormat.OpenXml.EMMA.Derivation +DocumentFormat.OpenXml.EMMA.Derivation.Derivation() -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.set -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.DerivedFrom() -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.set -> void +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multidevice = 2 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multiprocess = 3 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Recognition = 0 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Understanding = 1 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.Emma +DocumentFormat.OpenXml.EMMA.Emma.Emma() -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Emma.Version.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint() -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.set -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo() -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Replyto = 2 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Router = 3 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Sink = 1 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Source = 0 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.Grammar +DocumentFormat.OpenXml.EMMA.Grammar.Grammar() -> void +DocumentFormat.OpenXml.EMMA.Grammar.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Id.set -> void +DocumentFormat.OpenXml.EMMA.Grammar.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Group +DocumentFormat.OpenXml.EMMA.Group.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Group.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Group.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Group.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.End.set -> void +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Function.set -> void +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Group() -> void +DocumentFormat.OpenXml.EMMA.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Id.set -> void +DocumentFormat.OpenXml.EMMA.Group.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Language.set -> void +DocumentFormat.OpenXml.EMMA.Group.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Group.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Group.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Group.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Group.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Group.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Group.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Process.set -> void +DocumentFormat.OpenXml.EMMA.Group.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Group.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Group.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Source.set -> void +DocumentFormat.OpenXml.EMMA.Group.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.Start.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Group.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Group.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Group.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.GroupInfo +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo() -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Info +DocumentFormat.OpenXml.EMMA.Info.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Info.Id.set -> void +DocumentFormat.OpenXml.EMMA.Info.Info() -> void +DocumentFormat.OpenXml.EMMA.Info.Info(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.End.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Function.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Id.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation() -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Language.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Process.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Source.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.Start.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Lattice +DocumentFormat.OpenXml.EMMA.Lattice.Final.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Lattice.Final.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Initial.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Lattice.Initial.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice() -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Literal +DocumentFormat.OpenXml.EMMA.Literal.Literal() -> void +DocumentFormat.OpenXml.EMMA.Literal.Literal(string! text) -> void +DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Acoustic = 0 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Tactile = 1 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Visual = 2 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.Model +DocumentFormat.OpenXml.EMMA.Model.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Id.set -> void +DocumentFormat.OpenXml.EMMA.Model.Model() -> void +DocumentFormat.OpenXml.EMMA.Model.Model(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Node +DocumentFormat.OpenXml.EMMA.Node.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Node.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Node.Node() -> void +DocumentFormat.OpenXml.EMMA.Node.Node(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.set -> void +DocumentFormat.OpenXml.EMMA.OneOf +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Cost.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.Duration.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.End.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Function.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Id.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Language.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.OneOf.Medium.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.OneOf.Mode.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf() -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Process.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Signal.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Source.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.Start.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.End.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Function.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Id.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Language.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Sequence.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Sequence.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Process.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence() -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Source.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.Start.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.set -> void +DocumentFormat.OpenXml.EnumStringAttribute +DocumentFormat.OpenXml.EnumStringAttribute.EnumStringAttribute(string! value) -> void +DocumentFormat.OpenXml.EnumStringAttribute.Value.get -> string! +DocumentFormat.OpenXml.EnumValue +DocumentFormat.OpenXml.EnumValue.EnumValue() -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(DocumentFormat.OpenXml.EnumValue! source) -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(T value) -> void +DocumentFormat.OpenXml.ExtendedProperties.Application +DocumentFormat.OpenXml.ExtendedProperties.Application.Application() -> void +DocumentFormat.OpenXml.ExtendedProperties.Application.Application(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion() -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters() -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces() -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Company +DocumentFormat.OpenXml.ExtendedProperties.Company.Company() -> void +DocumentFormat.OpenXml.ExtendedProperties.Company.Company(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature() -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.set -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity() -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs() -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides() -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines() -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate() -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager() -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips() -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes() -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages() -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs() -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat() -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.get -> DocumentFormat.OpenXml.ExtendedProperties.Application? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.get -> DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.get -> DocumentFormat.OpenXml.ExtendedProperties.Characters? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.get -> DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces? +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.get -> DocumentFormat.OpenXml.ExtendedProperties.Company? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.get -> DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.get -> DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.get -> DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.get -> DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.get -> DocumentFormat.OpenXml.ExtendedProperties.Lines? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.get -> DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate? +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.get -> DocumentFormat.OpenXml.ExtendedProperties.Manager? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.get -> DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips? +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.get -> DocumentFormat.OpenXml.ExtendedProperties.Notes? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.get -> DocumentFormat.OpenXml.ExtendedProperties.Pages? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.get -> DocumentFormat.OpenXml.ExtendedProperties.Paragraphs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.get -> DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat? +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.get -> DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.get -> DocumentFormat.OpenXml.ExtendedProperties.SharedDocument? +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.get -> DocumentFormat.OpenXml.ExtendedProperties.Slides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.get -> DocumentFormat.OpenXml.ExtendedProperties.Template? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.get -> DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.get -> DocumentFormat.OpenXml.ExtendedProperties.TotalTime? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.get -> DocumentFormat.OpenXml.ExtendedProperties.Words? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.set -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop() -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument() -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides() -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Template +DocumentFormat.OpenXml.ExtendedProperties.Template.Template() -> void +DocumentFormat.OpenXml.ExtendedProperties.Template.Template(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts() -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime() -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType() -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Words +DocumentFormat.OpenXml.ExtendedProperties.Words.Words() -> void +DocumentFormat.OpenXml.ExtendedProperties.Words.Words(string! text) -> void +DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.None = 0 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2007 = 1 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2010 = 2 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2013 = 4 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2016 = 8 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2019 = 16 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.HexBinaryValue +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue() -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(DocumentFormat.OpenXml.HexBinaryValue! source) -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(string? hexBinary) -> void +DocumentFormat.OpenXml.HexBinaryValue.TryGetBytes(out byte[]! bytes) -> bool +DocumentFormat.OpenXml.InkML.ActiveArea +DocumentFormat.OpenXml.InkML.ActiveArea.ActiveArea() -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Height.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Height.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Size.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Units.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Width.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Width.set -> void +DocumentFormat.OpenXml.InkML.Annotation +DocumentFormat.OpenXml.InkML.Annotation.Annotation() -> void +DocumentFormat.OpenXml.InkML.Annotation.Annotation(string! text) -> void +DocumentFormat.OpenXml.InkML.Annotation.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Encoding.set -> void +DocumentFormat.OpenXml.InkML.Annotation.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Type.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml() -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.get -> DocumentFormat.OpenXml.EMMA.Emma? +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.set -> void +DocumentFormat.OpenXml.InkML.Bind +DocumentFormat.OpenXml.InkML.Bind.Bind() -> void +DocumentFormat.OpenXml.InkML.Bind.Column.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Column.set -> void +DocumentFormat.OpenXml.InkML.Bind.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Source.set -> void +DocumentFormat.OpenXml.InkML.Bind.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Target.set -> void +DocumentFormat.OpenXml.InkML.Bind.Variable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Variable.set -> void +DocumentFormat.OpenXml.InkML.Brush +DocumentFormat.OpenXml.InkML.Brush.Brush() -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Brush.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.Id.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty() -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.Canvas +DocumentFormat.OpenXml.InkML.Canvas.Canvas() -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.Id.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform() -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.set -> void +DocumentFormat.OpenXml.InkML.Channel +DocumentFormat.OpenXml.InkML.Channel.Channel() -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Default.set -> void +DocumentFormat.OpenXml.InkML.Channel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Id.set -> void +DocumentFormat.OpenXml.InkML.Channel.Max.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Max.set -> void +DocumentFormat.OpenXml.InkML.Channel.Min.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Min.set -> void +DocumentFormat.OpenXml.InkML.Channel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Name.set -> void +DocumentFormat.OpenXml.InkML.Channel.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Orientation.set -> void +DocumentFormat.OpenXml.InkML.Channel.RespectTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.RespectTo.set -> void +DocumentFormat.OpenXml.InkML.Channel.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Type.set -> void +DocumentFormat.OpenXml.InkML.Channel.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Boolean = 2 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Decimal = 1 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Integer = 0 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelProperties +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties() -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperty +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.ChannelProperty() -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.MinusVe = 1 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.PlusVe = 0 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.Context +DocumentFormat.OpenXml.InkML.Context.Brush.get -> DocumentFormat.OpenXml.InkML.Brush? +DocumentFormat.OpenXml.InkML.Context.Brush.set -> void +DocumentFormat.OpenXml.InkML.Context.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Canvas.get -> DocumentFormat.OpenXml.InkML.Canvas? +DocumentFormat.OpenXml.InkML.Context.Canvas.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasRef.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.get -> DocumentFormat.OpenXml.InkML.CanvasTransform? +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Context() -> void +DocumentFormat.OpenXml.InkML.Context.Context(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.Context(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Context.Context(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.Id.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSource.get -> DocumentFormat.OpenXml.InkML.InkSource? +DocumentFormat.OpenXml.InkML.Context.InkSource.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Timestamp.get -> DocumentFormat.OpenXml.InkML.Timestamp? +DocumentFormat.OpenXml.InkML.Context.Timestamp.set -> void +DocumentFormat.OpenXml.InkML.Context.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Context.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.set -> void +DocumentFormat.OpenXml.InkML.Definitions +DocumentFormat.OpenXml.InkML.Definitions.Definitions() -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink +DocumentFormat.OpenXml.InkML.Ink.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Ink.DocumentId.set -> void +DocumentFormat.OpenXml.InkML.Ink.Ink() -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.Ink.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.InkSource +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.get -> DocumentFormat.OpenXml.InkML.ActiveArea? +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Description.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Id.set -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource() -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.Latency.get -> DocumentFormat.OpenXml.InkML.Latency? +DocumentFormat.OpenXml.InkML.InkSource.Latency.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Model.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Model.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.get -> DocumentFormat.OpenXml.InkML.SampleRate? +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.set -> void +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels() -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Latency +DocumentFormat.OpenXml.InkML.Latency.Latency() -> void +DocumentFormat.OpenXml.InkML.Latency.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Latency.Value.set -> void +DocumentFormat.OpenXml.InkML.Mapping +DocumentFormat.OpenXml.InkML.Mapping.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.Id.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping() -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Mapping.Type.set -> void +DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Affine = 2 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Identity = 0 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Lookup = 1 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.MathML = 3 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Product = 4 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Unknown = 5 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.Matrix +DocumentFormat.OpenXml.InkML.Matrix.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Matrix.Id.set -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix() -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix(string! text) -> void +DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Drop = 2 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Ellipse = 0 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Rectangle = 1 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Black = 0 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.CopyPen = 12 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskNotPen = 2 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPen = 8 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPenNot = 4 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergeNotPen = 11 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePen = 14 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePenNot = 13 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NoOperation = 10 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Not = 5 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotCopyPen = 3 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMaskPen = 7 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMergePen = 1 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotXOrPen = 9 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.White = 15 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.XOrPen = 6 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.SampleRate +DocumentFormat.OpenXml.InkML.SampleRate.SampleRate() -> void +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.set -> void +DocumentFormat.OpenXml.InkML.SampleRate.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SampleRate.Value.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty +DocumentFormat.OpenXml.InkML.SourceProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.SourceProperty() -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Degree = 0 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Radian = 1 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.AntiAliased = 6 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Color = 2 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.FitToCurve = 7 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Height = 1 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.IgnorePressure = 8 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.RasterOp = 5 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Tip = 4 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Transparency = 3 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Width = 0 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlackColorValue = 27 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlueColorValue = 23 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ButtonPressure = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ColorValue = 20 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.CyanColorValue = 24 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.FingerTouch = 33 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.GreenColorValue = 22 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.MegentaColorValue = 25 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenAzimuthAngle = 14 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenElevationAngle = 15 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenInverted = 11 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenTipForce = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PexAxisRotation = 16 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PitchRotation = 17 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RedColorValue = 21 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RollRotation = 18 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SerialNumber = 30 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton1State = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton2State = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton3State = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton4State = 10 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.StrokesWidth = 28 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TangentPressure = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongXAxis = 12 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongYAxis = 13 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.Time = 29 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TipSwitchState = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchHeight = 32 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchWidth = 31 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.XCoordinate = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YawRotation = 19 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YCoordinate = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YellowColorValue = 26 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ZCoordinate = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Accuracy = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.CrossCoupling = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Distortion = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.MinBandwidth = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Noise = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.PeakRate = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Quantization = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Resolution = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Skew = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Threshold = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Centimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Em = 6 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Ex = 7 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Inche = 3 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Meter = 0 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Millimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Pica = 5 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Point = 4 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Gram = 1 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Kilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Milligram = 2 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Newton = 3 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Pond = 4 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.DeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.None = 2 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.Percentage = 0 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerDegree = 0 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerRadian = 1 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerCentimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEm = 6 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEx = 7 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerInche = 3 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMeter = 0 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMillimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPica = 5 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPoint = 4 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerGram = 1 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerKilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerMilligram = 2 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerNewton = 3 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerPond = 4 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerDeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerPercentage = 0 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerMillisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerSecond = 0 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Millisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Second = 0 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.Table +DocumentFormat.OpenXml.InkML.Table.Apply.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Apply.set -> void +DocumentFormat.OpenXml.InkML.Table.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Table.Id.set -> void +DocumentFormat.OpenXml.InkML.Table.Interpolation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Interpolation.set -> void +DocumentFormat.OpenXml.InkML.Table.Table() -> void +DocumentFormat.OpenXml.InkML.Table.Table(string! text) -> void +DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Absolute = 0 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Relative = 1 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Ceiling = 2 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Cubic = 4 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Floor = 0 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Linear = 3 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Middle = 1 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.Timestamp +DocumentFormat.OpenXml.InkML.Timestamp.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.Id.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Time.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.Time.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Timestamp() -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.set -> void +DocumentFormat.OpenXml.InkML.Trace +DocumentFormat.OpenXml.InkML.Trace.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.Continuation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Continuation.set -> void +DocumentFormat.OpenXml.InkML.Trace.Duration.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.Duration.set -> void +DocumentFormat.OpenXml.InkML.Trace.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.Id.set -> void +DocumentFormat.OpenXml.InkML.Trace.PriorRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.PriorRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Trace.Trace() -> void +DocumentFormat.OpenXml.InkML.Trace.Trace(string! text) -> void +DocumentFormat.OpenXml.InkML.Trace.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Type.set -> void +DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Begin = 0 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.End = 1 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Middle = 2 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceFormat +DocumentFormat.OpenXml.InkML.TraceFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceFormat.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat() -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup() -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.Indeterminate = 2 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenDown = 0 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenUp = 1 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceView +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.From.set -> void +DocumentFormat.OpenXml.InkML.TraceView.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceView.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.To.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView() -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Int16Value +DocumentFormat.OpenXml.Int16Value.Int16Value() -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(DocumentFormat.OpenXml.Int16Value! source) -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(short value) -> void +DocumentFormat.OpenXml.Int32Value +DocumentFormat.OpenXml.Int32Value.Int32Value() -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(DocumentFormat.OpenXml.Int32Value! source) -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(int value) -> void +DocumentFormat.OpenXml.Int64Value +DocumentFormat.OpenXml.Int64Value.Int64Value() -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(DocumentFormat.OpenXml.Int64Value! source) -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(long value) -> void +DocumentFormat.OpenXml.IntegerValue +DocumentFormat.OpenXml.IntegerValue.IntegerValue() -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(DocumentFormat.OpenXml.IntegerValue! source) -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(long value) -> void +DocumentFormat.OpenXml.InvalidMCContentException +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException() -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message) -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.ListValue +DocumentFormat.OpenXml.ListValue.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.ListValue.Items.get -> System.Collections.Generic.ICollection! +DocumentFormat.OpenXml.ListValue.ListValue() -> void +DocumentFormat.OpenXml.ListValue.ListValue(DocumentFormat.OpenXml.ListValue! list) -> void +DocumentFormat.OpenXml.ListValue.ListValue(System.Collections.Generic.IEnumerable! list) -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MarkupCompatibilityAttributes() -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.set -> void +DocumentFormat.OpenXml.Math.Accent +DocumentFormat.OpenXml.Math.Accent.Accent() -> void +DocumentFormat.OpenXml.Math.Accent.Accent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.AccentProperties.get -> DocumentFormat.OpenXml.Math.AccentProperties? +DocumentFormat.OpenXml.Math.Accent.AccentProperties.set -> void +DocumentFormat.OpenXml.Math.Accent.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Accent.Base.set -> void +DocumentFormat.OpenXml.Math.AccentChar +DocumentFormat.OpenXml.Math.AccentChar.AccentChar() -> void +DocumentFormat.OpenXml.Math.AccentProperties +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties() -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.Alignment +DocumentFormat.OpenXml.Math.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Math.AlignScripts +DocumentFormat.OpenXml.Math.AlignScripts.AlignScripts() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.get -> DocumentFormat.OpenXml.Math.ArgumentSize? +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.set -> void +DocumentFormat.OpenXml.Math.ArgumentSize +DocumentFormat.OpenXml.Math.ArgumentSize.ArgumentSize() -> void +DocumentFormat.OpenXml.Math.ArgumentSize.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.ArgumentSize.Val.set -> void +DocumentFormat.OpenXml.Math.Bar +DocumentFormat.OpenXml.Math.Bar.Bar() -> void +DocumentFormat.OpenXml.Math.Bar.Bar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.BarProperties.get -> DocumentFormat.OpenXml.Math.BarProperties? +DocumentFormat.OpenXml.Math.Bar.BarProperties.set -> void +DocumentFormat.OpenXml.Math.Bar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Bar.Base.set -> void +DocumentFormat.OpenXml.Math.BarProperties +DocumentFormat.OpenXml.Math.BarProperties.BarProperties() -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BarProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.BarProperties.Position.set -> void +DocumentFormat.OpenXml.Math.Base +DocumentFormat.OpenXml.Math.Base.Base() -> void +DocumentFormat.OpenXml.Math.Base.Base(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Base.Base(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Base.Base(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BaseJustification +DocumentFormat.OpenXml.Math.BaseJustification.BaseJustification() -> void +DocumentFormat.OpenXml.Math.BaseJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BaseJustification.Val.set -> void +DocumentFormat.OpenXml.Math.BeginChar +DocumentFormat.OpenXml.Math.BeginChar.BeginChar() -> void +DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.False = 1 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Off = 3 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.On = 2 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.One = 5 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.True = 0 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Zero = 4 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BorderBox +DocumentFormat.OpenXml.Math.BorderBox.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.BorderBox.Base.set -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox() -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.get -> DocumentFormat.OpenXml.Math.BorderBoxProperties? +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties() -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.get -> DocumentFormat.OpenXml.Math.HideBottom? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.get -> DocumentFormat.OpenXml.Math.HideLeft? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.get -> DocumentFormat.OpenXml.Math.HideRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.get -> DocumentFormat.OpenXml.Math.HideTop? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.get -> DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.get -> DocumentFormat.OpenXml.Math.StrikeHorizontal? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.get -> DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.get -> DocumentFormat.OpenXml.Math.StrikeVertical? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.set -> void +DocumentFormat.OpenXml.Math.Box +DocumentFormat.OpenXml.Math.Box.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Box.Base.set -> void +DocumentFormat.OpenXml.Math.Box.Box() -> void +DocumentFormat.OpenXml.Math.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Box.BoxProperties.get -> DocumentFormat.OpenXml.Math.BoxProperties? +DocumentFormat.OpenXml.Math.Box.BoxProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.get -> DocumentFormat.OpenXml.Math.Alignment? +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties() -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.Break.get -> DocumentFormat.OpenXml.Math.Break? +DocumentFormat.OpenXml.Math.BoxProperties.Break.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.Differential.get -> DocumentFormat.OpenXml.Math.Differential? +DocumentFormat.OpenXml.Math.BoxProperties.Differential.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.get -> DocumentFormat.OpenXml.Math.NoBreak? +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.get -> DocumentFormat.OpenXml.Math.OperatorEmulator? +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.set -> void +DocumentFormat.OpenXml.Math.Break +DocumentFormat.OpenXml.Math.Break.AlignAt.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.AlignAt.set -> void +DocumentFormat.OpenXml.Math.Break.Break() -> void +DocumentFormat.OpenXml.Math.Break.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinary +DocumentFormat.OpenXml.Math.BreakBinary.BreakBinary() -> void +DocumentFormat.OpenXml.Math.BreakBinary.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinary.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.After = 1 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Before = 0 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Repeat = 2 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinarySubtraction +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.BreakBinarySubtraction() -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusMinus = 0 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusPlus = 1 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.PlusMinus = 2 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.CharType +DocumentFormat.OpenXml.Math.CharType.CharType() -> void +DocumentFormat.OpenXml.Math.CharType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.CharType.Val.set -> void +DocumentFormat.OpenXml.Math.ColumnGap +DocumentFormat.OpenXml.Math.ColumnGap.ColumnGap() -> void +DocumentFormat.OpenXml.Math.ColumnGapRule +DocumentFormat.OpenXml.Math.ColumnGapRule.ColumnGapRule() -> void +DocumentFormat.OpenXml.Math.ColumnSpacing +DocumentFormat.OpenXml.Math.ColumnSpacing.ColumnSpacing() -> void +DocumentFormat.OpenXml.Math.ControlProperties +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DefaultJustification +DocumentFormat.OpenXml.Math.DefaultJustification.DefaultJustification() -> void +DocumentFormat.OpenXml.Math.Degree +DocumentFormat.OpenXml.Math.Degree.Degree() -> void +DocumentFormat.OpenXml.Math.Degree.Degree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter +DocumentFormat.OpenXml.Math.Delimiter.Delimiter() -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.get -> DocumentFormat.OpenXml.Math.DelimiterProperties? +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.get -> DocumentFormat.OpenXml.Math.BeginChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties() -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.get -> DocumentFormat.OpenXml.Math.EndChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.get -> DocumentFormat.OpenXml.Math.SeparatorChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.get -> DocumentFormat.OpenXml.Math.Shape? +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.set -> void +DocumentFormat.OpenXml.Math.Denominator +DocumentFormat.OpenXml.Math.Denominator.Denominator() -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Differential +DocumentFormat.OpenXml.Math.Differential.Differential() -> void +DocumentFormat.OpenXml.Math.DisplayDefaults +DocumentFormat.OpenXml.Math.DisplayDefaults.DisplayDefaults() -> void +DocumentFormat.OpenXml.Math.EndChar +DocumentFormat.OpenXml.Math.EndChar.EndChar() -> void +DocumentFormat.OpenXml.Math.EquationArray +DocumentFormat.OpenXml.Math.EquationArray.EquationArray() -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.get -> DocumentFormat.OpenXml.Math.EquationArrayProperties? +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties() -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.get -> DocumentFormat.OpenXml.Math.MaxDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.get -> DocumentFormat.OpenXml.Math.ObjectDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.Fraction +DocumentFormat.OpenXml.Math.Fraction.Denominator.get -> DocumentFormat.OpenXml.Math.Denominator? +DocumentFormat.OpenXml.Math.Fraction.Denominator.set -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction() -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.get -> DocumentFormat.OpenXml.Math.FractionProperties? +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.set -> void +DocumentFormat.OpenXml.Math.Fraction.Numerator.get -> DocumentFormat.OpenXml.Math.Numerator? +DocumentFormat.OpenXml.Math.Fraction.Numerator.set -> void +DocumentFormat.OpenXml.Math.FractionProperties +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties() -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.get -> DocumentFormat.OpenXml.Math.FractionType? +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.set -> void +DocumentFormat.OpenXml.Math.FractionType +DocumentFormat.OpenXml.Math.FractionType.FractionType() -> void +DocumentFormat.OpenXml.Math.FractionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.FractionType.Val.set -> void +DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Bar = 0 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Linear = 2 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.NoBar = 3 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Skewed = 1 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FunctionName +DocumentFormat.OpenXml.Math.FunctionName.FunctionName() -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties() -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar +DocumentFormat.OpenXml.Math.GroupChar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.GroupChar.Base.set -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar() -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.get -> DocumentFormat.OpenXml.Math.GroupCharProperties? +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties() -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.get -> DocumentFormat.OpenXml.Math.VerticalJustification? +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.set -> void +DocumentFormat.OpenXml.Math.GrowOperators +DocumentFormat.OpenXml.Math.GrowOperators.GrowOperators() -> void +DocumentFormat.OpenXml.Math.HideBottom +DocumentFormat.OpenXml.Math.HideBottom.HideBottom() -> void +DocumentFormat.OpenXml.Math.HideDegree +DocumentFormat.OpenXml.Math.HideDegree.HideDegree() -> void +DocumentFormat.OpenXml.Math.HideLeft +DocumentFormat.OpenXml.Math.HideLeft.HideLeft() -> void +DocumentFormat.OpenXml.Math.HidePlaceholder +DocumentFormat.OpenXml.Math.HidePlaceholder.HidePlaceholder() -> void +DocumentFormat.OpenXml.Math.HideRight +DocumentFormat.OpenXml.Math.HideRight.HideRight() -> void +DocumentFormat.OpenXml.Math.HideSubArgument +DocumentFormat.OpenXml.Math.HideSubArgument.HideSubArgument() -> void +DocumentFormat.OpenXml.Math.HideSuperArgument +DocumentFormat.OpenXml.Math.HideSuperArgument.HideSuperArgument() -> void +DocumentFormat.OpenXml.Math.HideTop +DocumentFormat.OpenXml.Math.HideTop.HideTop() -> void +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.IntegralLimitLocation +DocumentFormat.OpenXml.Math.IntegralLimitLocation.IntegralLimitLocation() -> void +DocumentFormat.OpenXml.Math.InterSpacing +DocumentFormat.OpenXml.Math.InterSpacing.InterSpacing() -> void +DocumentFormat.OpenXml.Math.IntraSpacing +DocumentFormat.OpenXml.Math.IntraSpacing.IntraSpacing() -> void +DocumentFormat.OpenXml.Math.Justification +DocumentFormat.OpenXml.Math.Justification.Justification() -> void +DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.CenterGroup = 3 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Right = 1 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.LeftMargin +DocumentFormat.OpenXml.Math.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Math.Limit +DocumentFormat.OpenXml.Math.Limit.Limit() -> void +DocumentFormat.OpenXml.Math.Limit.Limit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLocation +DocumentFormat.OpenXml.Math.LimitLocation.LimitLocation() -> void +DocumentFormat.OpenXml.Math.LimitLocationType +DocumentFormat.OpenXml.Math.LimitLocationType.LimitLocationType() -> void +DocumentFormat.OpenXml.Math.LimitLocationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.LimitLocationType.Val.set -> void +DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.SubscriptSuperscript = 1 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.UnderOver = 0 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLower +DocumentFormat.OpenXml.Math.LimitLower.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitLower.Base.set -> void +DocumentFormat.OpenXml.Math.LimitLower.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitLower.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower() -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.get -> DocumentFormat.OpenXml.Math.LimitLowerProperties? +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties() -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper +DocumentFormat.OpenXml.Math.LimitUpper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitUpper.Base.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitUpper.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper() -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.get -> DocumentFormat.OpenXml.Math.LimitUpperProperties? +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties() -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Literal +DocumentFormat.OpenXml.Math.Literal.Literal() -> void +DocumentFormat.OpenXml.Math.MathFont +DocumentFormat.OpenXml.Math.MathFont.MathFont() -> void +DocumentFormat.OpenXml.Math.MathFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.MathFont.Val.set -> void +DocumentFormat.OpenXml.Math.MathFunction +DocumentFormat.OpenXml.Math.MathFunction.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.MathFunction.Base.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.get -> DocumentFormat.OpenXml.Math.FunctionName? +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.get -> DocumentFormat.OpenXml.Math.FunctionProperties? +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.set -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction() -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.get -> DocumentFormat.OpenXml.Math.BreakBinary? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.set -> void +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.get -> DocumentFormat.OpenXml.Math.BreakBinarySubtraction? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.get -> DocumentFormat.OpenXml.Math.DefaultJustification? +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.get -> DocumentFormat.OpenXml.Math.DisplayDefaults? +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.set -> void +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.get -> DocumentFormat.OpenXml.Math.InterSpacing? +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.get -> DocumentFormat.OpenXml.Math.IntraSpacing? +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.get -> DocumentFormat.OpenXml.Math.LeftMargin? +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathFont.get -> DocumentFormat.OpenXml.Math.MathFont? +DocumentFormat.OpenXml.Math.MathProperties.MathFont.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties() -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.get -> DocumentFormat.OpenXml.Math.PostSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.get -> DocumentFormat.OpenXml.Math.PreSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.get -> DocumentFormat.OpenXml.Math.RightMargin? +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.get -> DocumentFormat.OpenXml.Math.SmallFraction? +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.set -> void +DocumentFormat.OpenXml.Math.Matrix +DocumentFormat.OpenXml.Math.Matrix.Matrix() -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.get -> DocumentFormat.OpenXml.Math.MatrixProperties? +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumn +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn() -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.get -> DocumentFormat.OpenXml.Math.MatrixColumnProperties? +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount +DocumentFormat.OpenXml.Math.MatrixColumnCount.MatrixColumnCount() -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification +DocumentFormat.OpenXml.Math.MatrixColumnJustification.MatrixColumnJustification() -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.get -> DocumentFormat.OpenXml.Math.MatrixColumnCount? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.get -> DocumentFormat.OpenXml.Math.MatrixColumnJustification? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties() -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns() -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.get -> DocumentFormat.OpenXml.Math.ColumnGap? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.get -> DocumentFormat.OpenXml.Math.ColumnGapRule? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Math.ColumnSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.get -> DocumentFormat.OpenXml.Math.HidePlaceholder? +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.get -> DocumentFormat.OpenXml.Math.MatrixColumns? +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties() -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.MatrixRow +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow() -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MaxDistribution +DocumentFormat.OpenXml.Math.MaxDistribution.MaxDistribution() -> void +DocumentFormat.OpenXml.Math.Nary +DocumentFormat.OpenXml.Math.Nary.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Nary.Base.set -> void +DocumentFormat.OpenXml.Math.Nary.Nary() -> void +DocumentFormat.OpenXml.Math.Nary.Nary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.NaryProperties.get -> DocumentFormat.OpenXml.Math.NaryProperties? +DocumentFormat.OpenXml.Math.Nary.NaryProperties.set -> void +DocumentFormat.OpenXml.Math.Nary.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Nary.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Nary.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Nary.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryLimitLocation +DocumentFormat.OpenXml.Math.NaryLimitLocation.NaryLimitLocation() -> void +DocumentFormat.OpenXml.Math.NaryProperties +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.get -> DocumentFormat.OpenXml.Math.HideSubArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.get -> DocumentFormat.OpenXml.Math.HideSuperArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.get -> DocumentFormat.OpenXml.Math.LimitLocation? +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties() -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.NoBreak +DocumentFormat.OpenXml.Math.NoBreak.NoBreak() -> void +DocumentFormat.OpenXml.Math.NormalText +DocumentFormat.OpenXml.Math.NormalText.NormalText() -> void +DocumentFormat.OpenXml.Math.Numerator +DocumentFormat.OpenXml.Math.Numerator.Numerator() -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ObjectDistribution +DocumentFormat.OpenXml.Math.ObjectDistribution.ObjectDistribution() -> void +DocumentFormat.OpenXml.Math.OfficeMath +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.get -> DocumentFormat.OpenXml.Math.ArgumentProperties? +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.set -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType() -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.OfficeMathJustificationType() -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.set -> void +DocumentFormat.OpenXml.Math.OnOffType +DocumentFormat.OpenXml.Math.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Math.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Math.OperatorEmulator +DocumentFormat.OpenXml.Math.OperatorEmulator.OperatorEmulator() -> void +DocumentFormat.OpenXml.Math.Paragraph +DocumentFormat.OpenXml.Math.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Math.ParagraphProperties? +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Math.Justification? +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom +DocumentFormat.OpenXml.Math.Phantom.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Phantom.Base.set -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom() -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.get -> DocumentFormat.OpenXml.Math.PhantomProperties? +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties() -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.get -> DocumentFormat.OpenXml.Math.ShowPhantom? +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.get -> DocumentFormat.OpenXml.Math.Transparent? +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.get -> DocumentFormat.OpenXml.Math.ZeroAscent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.get -> DocumentFormat.OpenXml.Math.ZeroDescent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.get -> DocumentFormat.OpenXml.Math.ZeroWidth? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.set -> void +DocumentFormat.OpenXml.Math.Position +DocumentFormat.OpenXml.Math.Position.Position() -> void +DocumentFormat.OpenXml.Math.PostSpacing +DocumentFormat.OpenXml.Math.PostSpacing.PostSpacing() -> void +DocumentFormat.OpenXml.Math.PreSpacing +DocumentFormat.OpenXml.Math.PreSpacing.PreSpacing() -> void +DocumentFormat.OpenXml.Math.PreSubSuper +DocumentFormat.OpenXml.Math.PreSubSuper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.PreSubSuper.Base.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper() -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.get -> DocumentFormat.OpenXml.Math.PreSubSuperProperties? +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties() -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical +DocumentFormat.OpenXml.Math.Radical.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Radical.Base.set -> void +DocumentFormat.OpenXml.Math.Radical.Degree.get -> DocumentFormat.OpenXml.Math.Degree? +DocumentFormat.OpenXml.Math.Radical.Degree.set -> void +DocumentFormat.OpenXml.Math.Radical.Radical() -> void +DocumentFormat.OpenXml.Math.Radical.Radical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.get -> DocumentFormat.OpenXml.Math.RadicalProperties? +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.get -> DocumentFormat.OpenXml.Math.HideDegree? +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties() -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.RightMargin +DocumentFormat.OpenXml.Math.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Math.RowSpacing +DocumentFormat.OpenXml.Math.RowSpacing.RowSpacing() -> void +DocumentFormat.OpenXml.Math.RowSpacingRule +DocumentFormat.OpenXml.Math.RowSpacingRule.RowSpacingRule() -> void +DocumentFormat.OpenXml.Math.Run +DocumentFormat.OpenXml.Math.Run.MathRunProperties.get -> DocumentFormat.OpenXml.Math.RunProperties? +DocumentFormat.OpenXml.Math.Run.MathRunProperties.set -> void +DocumentFormat.OpenXml.Math.Run.Run() -> void +DocumentFormat.OpenXml.Math.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Math.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Math.RunProperties +DocumentFormat.OpenXml.Math.RunProperties.Literal.get -> DocumentFormat.OpenXml.Math.Literal? +DocumentFormat.OpenXml.Math.RunProperties.Literal.set -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Script +DocumentFormat.OpenXml.Math.Script.Script() -> void +DocumentFormat.OpenXml.Math.Script.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Script.Val.set -> void +DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.DoubleStruck = 3 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Fraktur = 2 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Monospace = 5 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Roman = 0 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.SansSerif = 4 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Script = 1 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.SeparatorChar +DocumentFormat.OpenXml.Math.SeparatorChar.SeparatorChar() -> void +DocumentFormat.OpenXml.Math.Shape +DocumentFormat.OpenXml.Math.Shape.Shape() -> void +DocumentFormat.OpenXml.Math.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Shape.Val.set -> void +DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Centered = 0 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Match = 1 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShowPhantom +DocumentFormat.OpenXml.Math.ShowPhantom.ShowPhantom() -> void +DocumentFormat.OpenXml.Math.SmallFraction +DocumentFormat.OpenXml.Math.SmallFraction.SmallFraction() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType +DocumentFormat.OpenXml.Math.SpacingRuleType.SpacingRuleType() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.set -> void +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.StrikeBottomLeftToTopRight() -> void +DocumentFormat.OpenXml.Math.StrikeHorizontal +DocumentFormat.OpenXml.Math.StrikeHorizontal.StrikeHorizontal() -> void +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.StrikeTopLeftToBottomRight() -> void +DocumentFormat.OpenXml.Math.StrikeVertical +DocumentFormat.OpenXml.Math.StrikeVertical.StrikeVertical() -> void +DocumentFormat.OpenXml.Math.Style +DocumentFormat.OpenXml.Math.Style.Style() -> void +DocumentFormat.OpenXml.Math.Style.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Style.Val.set -> void +DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Bold = 1 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.BoldItalic = 3 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Italic = 2 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Plain = 0 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.SubArgument +DocumentFormat.OpenXml.Math.SubArgument.SubArgument() -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript +DocumentFormat.OpenXml.Math.Subscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Subscript.Base.set -> void +DocumentFormat.OpenXml.Math.Subscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Subscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript() -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.get -> DocumentFormat.OpenXml.Math.SubscriptProperties? +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript +DocumentFormat.OpenXml.Math.SubSuperscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.SubSuperscript.Base.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript() -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SubSuperscriptProperties? +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.get -> DocumentFormat.OpenXml.Math.AlignScripts? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument() -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript +DocumentFormat.OpenXml.Math.Superscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Superscript.Base.set -> void +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript() -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SuperscriptProperties? +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Text +DocumentFormat.OpenXml.Math.Text.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Text.Space.set -> void +DocumentFormat.OpenXml.Math.Text.Text() -> void +DocumentFormat.OpenXml.Math.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Math.TopBottomType +DocumentFormat.OpenXml.Math.TopBottomType.TopBottomType() -> void +DocumentFormat.OpenXml.Math.TopBottomType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.TopBottomType.Val.set -> void +DocumentFormat.OpenXml.Math.Transparent +DocumentFormat.OpenXml.Math.Transparent.Transparent() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType +DocumentFormat.OpenXml.Math.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Math.UnsignedShortType +DocumentFormat.OpenXml.Math.UnsignedShortType.UnsignedShortType() -> void +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.set -> void +DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bot = 3 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalJustification +DocumentFormat.OpenXml.Math.VerticalJustification.VerticalJustification() -> void +DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Bottom = 1 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.WrapIndent +DocumentFormat.OpenXml.Math.WrapIndent.WrapIndent() -> void +DocumentFormat.OpenXml.Math.WrapRight +DocumentFormat.OpenXml.Math.WrapRight.WrapRight() -> void +DocumentFormat.OpenXml.Math.ZeroAscent +DocumentFormat.OpenXml.Math.ZeroAscent.ZeroAscent() -> void +DocumentFormat.OpenXml.Math.ZeroDescent +DocumentFormat.OpenXml.Math.ZeroDescent.ZeroDescent() -> void +DocumentFormat.OpenXml.Math.ZeroWidth +DocumentFormat.OpenXml.Math.ZeroWidth.ZeroWidth() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message) -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComFont? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.set -> void +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistPropertyBag = 0 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStorage = 3 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStream = 1 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStreamInit = 2 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont() -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.SharedComPicture() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.get -> DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.get -> DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation(string! text) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box +DocumentFormat.OpenXml.Office.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.Button +DocumentFormat.OpenXml.Office.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUIPart.get -> DocumentFormat.OpenXml.Packaging.CustomUIPart? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.get -> DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.get -> DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton? +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown() -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox +DocumentFormat.OpenXml.Office.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.Menu +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.get -> DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.get -> DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.QuickAccessToolbarControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.RepurposedCommand() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.get -> DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.get -> DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office.CustomUI.Tabs? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SplitButton +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.TextLabel() -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.UnsizedButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.UnsizedControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.UnsizedDynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.UnsizedToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.VerticalSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.get -> DocumentFormat.OpenXml.Office.CustomXsn.CachedView? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.get -> DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.get -> DocumentFormat.OpenXml.Office.CustomXsn.Scope? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.get -> DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault() -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope() -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation() -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation(string! text) -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.DataModelExtensionBlock() -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.set -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing +DocumentFormat.OpenXml.Office.Drawing.Drawing.DiagramPersistLayoutPart.get -> DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart? +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Load(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Save(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeTree? +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Office.Drawing.TextBody? +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.get -> DocumentFormat.OpenXml.Office.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.ColumnSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.Formula +DocumentFormat.OpenXml.Office.Excel.Formula.Formula() -> void +DocumentFormat.OpenXml.Office.Excel.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Load(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet() -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.MacroSheetPart.get -> DocumentFormat.OpenXml.Packaging.MacroSheetPart? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Save(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.set -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence() -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.RowSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.SortMapItemType() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.get -> DocumentFormat.OpenXml.Office.Excel.ColumnSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Load(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.get -> DocumentFormat.OpenXml.Office.Excel.RowSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Save(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Office.LongProperties.LongProperties +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty(string! text) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Dummy() -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues.True = 0 -> DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorKeymapType() -> void +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AllocatedCommand() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.AllocatedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.AllocatedCommandManifestEntry() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CharacterInsertion() -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents() -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.FixedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.get -> DocumentFormat.OpenXml.Office.Word.CharacterInsertion? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType() -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.MacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroWllType() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.Mcd +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Mcd() -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Name.set -> void +DocumentFormat.OpenXml.Office.Word.Mcds +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds() -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode +DocumentFormat.OpenXml.Office.Word.RecordHashCode.RecordHashCode() -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.set -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded +DocumentFormat.OpenXml.Office.Word.RecordIncluded.RecordIncluded() -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.get -> DocumentFormat.OpenXml.Office.Word.RecordHashCode? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.get -> DocumentFormat.OpenXml.Office.Word.RecordIncluded? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord() -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Load(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Save(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup() -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.set -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData.ToolbarData() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.get -> DocumentFormat.OpenXml.Office.Word.DocEvents? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Load(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.get -> DocumentFormat.OpenXml.Office.Word.Mcds? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Save(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData() -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.WllMacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.BackstageCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.BackstageEditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.BackstageFastCommandButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.BackstageGroupButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.BackstageItemType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.BackstageLabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.BackstageMenuButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.BackstageMenuCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.BackstageMenuToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.BackstageRegularButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Button +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Command() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ControlCloneQat() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ControlCloneRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Backstage? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Commands? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular? +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.DynamicMenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Bottom = 7 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomRight = 8 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Center = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Right = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.False = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.Zero = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.Group +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.ItemBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.LabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.MenuSeparatorNoTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.RadioButtonBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Tabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Separator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Borderless = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Error = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Warning = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Tab +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.TaskGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMedium = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMediumSmall = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Medium = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.MediumSmall = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Small = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ToggleButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.ArtisticBlur() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.ArtisticCement() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.ArtisticChalkSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.ArtisticCrisscrossEtching() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.ArtisticCutout() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.ArtisticFilmGrain() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.ArtisticGlass() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.ArtisticGlowDiffused() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.ArtisticGlowEdges() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.ArtisticLightScreen() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.ArtisticLineDrawing() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.ArtisticMarker() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.ArtisticMosaicBubbles() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.ArtisticPaintBrush() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.ArtisticPaintStrokes() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.ArtisticPastelsSmooth() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.ArtisticPencilGrayscale() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.ArtisticPencilSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.ArtisticPhotocopy() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.ArtisticPlasticWrap() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.ArtisticTexturizer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.ArtisticWatercolorSponge() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.BackgroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.BrightnessContrast() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CameraTool() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.BooleanFalseType() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.DropZoneCategories() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.DropZoneData() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.DropZoneFilter() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.DropZoneSeries() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.DropZonesVisible() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.InSketchMode() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.ShowSketchButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperature() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CompatExtension() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.RecolorImages() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.ForegroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.get -> DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.get -> DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.get -> DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.get -> DocumentFormat.OpenXml.Office2010.Drawing.Saturation? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.get -> DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.IsCanvas() -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CompatibilityShape() -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.ShadowObscured() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.SharpenSoften() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.TextMath +DocumentFormat.OpenXml.Office2010.Drawing.TextMath.TextMath() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.UseLocalDpi() -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualAllocation = 0 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualIncrement = 1 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedAllocation = 2 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedIncrement = 3 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AxisColor +DocumentFormat.OpenXml.Office2010.Excel.AxisColor.AxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.BarAxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BorderColor +DocumentFormat.OpenXml.Office2010.Excel.BorderColor.BorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField +DocumentFormat.OpenXml.Office2010.Excel.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.get -> DocumentFormat.OpenXml.Office2010.Excel.SetLevels? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSet? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Checked = 1 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Mixed = 2 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Unchecked = 0 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.Color +DocumentFormat.OpenXml.Office2010.Excel.Color.Color() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotAreas? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.ConditionalFormattingIcon() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMax = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMin = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Max = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Min = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Numeric = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percent = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percentile = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Connection +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.get -> DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers? +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Automatic = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Middle = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.None = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.Context = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.LeftToRight = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.RightToLeft = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataField +DocumentFormat.OpenXml.Office2010.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CustomDataPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues() -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.get -> DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Combo = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.ComboEdit = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Simple = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Integer = 1 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Number = 2 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Reference = 3 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Text = 0 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FillColor +DocumentFormat.OpenXml.Office2010.Excel.FillColor.FillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter +DocumentFormat.OpenXml.Office2010.Excel.Filter.Filter() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.FirstMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ControlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ControlPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.get -> DocumentFormat.OpenXml.Office2010.Excel.ListItems? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Load(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Save(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.set -> void +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.HighMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveBoxes = 19 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveRating = 15 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrows = 8 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRating = 11 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.NoIcons = 20 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeStars = 17 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTriangles = 18 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Id +DocumentFormat.OpenXml.Office2010.Excel.Id.Id() -> void +DocumentFormat.OpenXml.Office2010.Excel.Id.Id(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.LastMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem +DocumentFormat.OpenXml.Office2010.Excel.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.LowMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.MarkersColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.NegativeBorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.NegativeColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.NegativeFillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Button = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.CheckBox = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Dialog = 10 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Drop = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.EditBox = 9 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.GroupBox = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Label = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.List = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Radio = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Scroll = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Spin = 8 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.OlapSlicerCacheItemParent() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Natural = 0 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OleItem +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.get -> DocumentFormat.OpenXml.Office2010.Excel.DdeValues? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotArea? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Boolean = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.DateTime = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Error = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Number = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.String = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotField +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParent = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentColumn = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentRow = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfRunningTotal = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankAscending = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankDescending = 5 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotChanges? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEdits? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Extended = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Multiple = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Single = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.SeriesColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.SetLevel() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.SlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithDataAtTop = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePart.get -> DocumentFormat.OpenXml.Packaging.SlicerCachePart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.SlicerCachePivotTable() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.SlicerRef() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Load(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Save(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.SlicersPart.get -> DocumentFormat.OpenXml.Packaging.SlicersPart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.SlicerStyleElement() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithData = 5 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithNoData = 7 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithData = 4 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithNoData = 6 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithData = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithNoData = 3 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithData = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SortCondition +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.SourceConnection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Custom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Group = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Individual = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Column = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Line = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Stacked = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Table +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.Table() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.TabularSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Ascending = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Descending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TupleItems +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.TupleSetHeader() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.TupleSetRowItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List() -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.ContextLinkType() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.DestinationLink() -> void +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.AnalysisHint = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.CustomRecognizer = 12 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.GroupNode = 21 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Image = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkBullet = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkDrawing = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkWord = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Line = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathEquation = 14 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathIdentifier = 17 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathNumber = 19 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathOperator = 18 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathRegion = 13 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathStruct = 15 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathSymbol = 16 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MixedDrawing = 22 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.NonInkDrawing = 20 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Object = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Paragraph = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Root = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.TextWord = 11 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.UnclassifiedInk = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.WritingRegion = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Callout = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Comment = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Connector = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Container = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Enclosure = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Highlight = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.ScratchOut = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Strikethrough = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Underline = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.VerticalRange = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.From = 1 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.To = 0 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.With = 2 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.SourceLink +DocumentFormat.OpenXml.Office2010.Ink.SourceLink.SourceLink() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkTarget() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.BrowseMode() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.ConveyorTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.DiscardImageEditData() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.DoorsTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.FerrisTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.FlashTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.FlipTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.FlythroughTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.GalleryTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.GlitterTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.HoneycombTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.LeftRightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.MediaBookmark() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.MediaFade() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.MediaPlaybackEventRecordType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.MediaTrim() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.ModificationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.NullEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.PanTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.PauseEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.PlayEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.PrismTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.RandomIdType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.ResumeEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.RevealTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.RippleTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.SectionSlideIdListEntry() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.SeekEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.ShowMediaControls() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.ShredTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.StopEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.SwitchTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.TracePoint() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Right = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Diamond = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Hexagon = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Rectangle = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Strip = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.TriggerEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.VortexTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.WarpTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.WheelReverseTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.WindowTransition() -> void +DocumentFormat.OpenXml.Office2010.Word.Alpha +DocumentFormat.OpenXml.Office2010.Word.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelBottom +DocumentFormat.OpenXml.Office2010.Word.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.BevelEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Angle = 4 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Convex = 6 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Cross = 3 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Divot = 8 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.HardEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Riblet = 9 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Slope = 2 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.SoftRound = 5 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelTop +DocumentFormat.OpenXml.Office2010.Word.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType +DocumentFormat.OpenXml.Office2010.Word.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.set -> void +DocumentFormat.OpenXml.Office2010.Word.Camera +DocumentFormat.OpenXml.Office2010.Word.Camera.Camera() -> void +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.CheckBoxSymbolType() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Checked +DocumentFormat.OpenXml.Office2010.Word.Checked.Checked() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckedState +DocumentFormat.OpenXml.Office2010.Word.CheckedState.CheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Simple = 0 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.ConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.ConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictMode +DocumentFormat.OpenXml.Office2010.Word.ConflictMode.ConflictMode() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.ContextualAlternatives() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CustomXmlConflictDeletionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CustomXmlConflictDeletionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CustomXmlConflictInsertionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CustomXmlConflictInsertionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.DiscardImageEditingData() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId +DocumentFormat.OpenXml.Office2010.Word.DocumentId.DocumentId() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.LeftMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.RightMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.BottomMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.TopMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2 +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxContent? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.EmptyType +DocumentFormat.OpenXml.Office2010.Word.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.EntityPickerEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.get -> DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow() -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.get -> DocumentFormat.OpenXml.Office2010.Word.GradientStopList? +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation +DocumentFormat.OpenXml.Office2010.Word.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Ligatures() -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.All = 15 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Contextual = 2 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualDiscretional = 9 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistorical = 7 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistoricalDiscretional = 14 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Discretional = 4 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Historical = 3 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.HistoricalDiscretional = 10 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Standard = 1 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextual = 5 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualDiscretional = 12 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualHistorical = 11 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardDiscretional = 8 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistorical = 6 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistoricalDiscretional = 13 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LightRig +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.get -> DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates? +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Balanced = 13 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Chilly = 21 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Contrasting = 17 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flat = 23 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flood = 16 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Freezing = 22 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Glow = 25 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Harsh = 15 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Morning = 18 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Soft = 14 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunrise = 19 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunset = 20 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.ThreePoint = 12 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.TwoPoint = 24 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.set -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.LinearShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.LineJoinMiterProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.Luminance +DocumentFormat.OpenXml.Office2010.Word.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.NoFillEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Lining = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.OldStyle = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.NumberSpacing() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Proportional = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Tabular = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType +DocumentFormat.OpenXml.Office2010.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.False = 1 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.One = 3 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.True = 0 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.get -> DocumentFormat.OpenXml.Office2010.Word.FillToRectangle? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Rect = 2 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Shape = 0 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Inset = 1 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PercentageType +DocumentFormat.OpenXml.Office2010.Word.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.PresetLineDashProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dash = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.DashDot = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDash = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDot = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDotDot = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDash = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDot = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDot = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.None = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.Properties3D +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.get -> DocumentFormat.OpenXml.Office2010.Word.BevelBottom? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.get -> DocumentFormat.OpenXml.Office2010.Word.BevelTop? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.get -> DocumentFormat.OpenXml.Office2010.Word.ContourColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Bottom = 8 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomLeft = 7 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomRight = 9 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Center = 5 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Left = 4 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Right = 6 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Top = 2 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopLeft = 1 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopRight = 3 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.Reflection +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.RoundEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Saturation +DocumentFormat.OpenXml.Office2010.Word.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.get -> DocumentFormat.OpenXml.Office2010.Word.Camera? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Office2010.Word.LightRig? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalBackgroundColor = 2 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalTextColor = 3 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AutoColor = 16 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.BackgroundColor = 0 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor5 = 8 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor6 = 9 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.FollowedHyperlinkColor = 11 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.HyperlinkColor = 10 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor1 = 12 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor2 = 14 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor1 = 13 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor2 = 15 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.TextColor = 1 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.get -> DocumentFormat.OpenXml.Office2010.Word.Checked? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.CheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox() -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.UncheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shade +DocumentFormat.OpenXml.Office2010.Word.Shade.Shade() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.SphereCoordinates() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.StyleSet() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets() -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Tint +DocumentFormat.OpenXml.Office2010.Word.Tint.Tint() -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.UncheckedState +DocumentFormat.OpenXml.Office2010.Word.UncheckedState.UncheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.AutoGeneneratedCategories() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.ExceptionForSave() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.ShowDataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.AxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.False = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.Ninch = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.True = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CategoryAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Load(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Save(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ChartColorStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartColorStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Load(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Save(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinear = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinearReversed = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.Cycle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinear = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinearReversed = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Center = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideBase = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideEnd = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.OutsideEnd = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DataSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Bottom = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Left = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Right = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Top = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.MarkerLayoutProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Circle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dash = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Diamond = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dot = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Plus = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Square = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Star = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Triangle = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.X = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.SeriesAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum.Automatic = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoFillOverride = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoLineOverride = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum.IgnoreCSTransforms = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.High = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Low = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.NextToAxis = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.None = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Cross = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Inside = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.None = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Outside = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Title() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Above = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Ninch = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Off = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Overlay = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.ValueAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.View3DProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.NonVisualGroupProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.ObjectProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz544x376 = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz640x480 = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz720x512 = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz800x600 = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.BoundsTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CachedUniqueName() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Default = 0 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Percent = 2 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.Connection +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.get -> DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.RangeProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.TextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField +DocumentFormat.OpenXml.Office2013.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTables? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.DbCommand() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable +DocumentFormat.OpenXml.Office2013.Excel.DbTable.DbTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.FieldListActiveTabTopLevelEntity() -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ModelRelationship() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.ModelTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.ModelTextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriodState() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Day = 4 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Month = 2 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Quarter = 1 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Week = 3 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Year = 0 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.get -> DocumentFormat.OpenXml.Office2013.Excel.DbCommand? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.PivotCacheDecoupled() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.PivotCacheIdVersion() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.PivotTableReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.get -> DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.get -> DocumentFormat.OpenXml.Office2013.Excel.Xstring? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.PivotValueCellExtra() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Currency = 9 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Fixed = 7 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralDate = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralNumber = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongDate = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongTime = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Percent = 8 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortDate = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortTime = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Standard = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.CheckBox = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Choice = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Date = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.MultipleLinesOfText = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Number = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.SingleLineOfText = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Time = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.SelectionTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.SlicerCacheOlapLevelName() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey() -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Absolute = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Fixed = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Inherit = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Relative = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Static = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Blank = 5 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Boolean = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Date = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Error = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.String = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache() -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimeLineCachePart.get -> DocumentFormat.OpenXml.Packaging.TimeLineCachePart? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TimelineCachePivotTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.TimelineCacheReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelinePivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.TimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.TimelineReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Load(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Save(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.TimeLinePart.get -> DocumentFormat.OpenXml.Packaging.TimeLinePart? +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.get -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.TimelineStyleElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel1 = 2 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel2 = 3 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlock = 4 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlockSpace = 6 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectionLabel = 0 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.TimeLevel = 1 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.UnselectedTimeBlock = 5 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.AbsolutePath() -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.ChartTrackingReferenceBased() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.ParentCommentIdentifier() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.PresetTransition() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.set -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Load(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Save(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.get -> DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPart.get -> DocumentFormat.OpenXml.Packaging.WebExtensionPart? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.WebExtensionProperty() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.WebExtensionReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Load(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Save(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.WebExtensionPartReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance +DocumentFormat.OpenXml.Office2013.Word.Appearance.Appearance() -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.ChartTrackingRefBased() -> void +DocumentFormat.OpenXml.Office2013.Word.Color +DocumentFormat.OpenXml.Office2013.Word.Color.Color() -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx +DocumentFormat.OpenXml.Office2013.Word.CommentEx.CommentEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Office2013.Word.DataBinding +DocumentFormat.OpenXml.Office2013.Word.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.DefaultCollapsed() -> void +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.DoNotAllowInsertDeleteSection() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.WebVideoProperty() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.FootnoteColumns() -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType +DocumentFormat.OpenXml.Office2013.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.People +DocumentFormat.OpenXml.Office2013.Word.People.Load(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People() -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.Save(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.PersistentDocumentId() -> void +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person +DocumentFormat.OpenXml.Office2013.Word.Person.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Author.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person() -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.get -> DocumentFormat.OpenXml.Office2013.Word.PresenceInfo? +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.BoundingBox = 0 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Hidden = 2 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Tags = 1 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.get -> DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection() -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.get -> DocumentFormat.OpenXml.Office2013.Word.SectionTitle? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.SdtRepeatedSectionItem() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.SectionTitle() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.WebExtensionCreated() -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.WebExtensionLinked() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.Aggregation() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Billions = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredMillions = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Hundreds = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredThousands = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Millions = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Percentage = 9 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenMillions = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenThousands = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Thousands = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Trillions = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CategoryAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.DataId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.DataLabelHidden() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.B = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.BestFit = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.Ctr = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InBase = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InEnd = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.L = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.OutEnd = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.R = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.T = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.DataLabelVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2 +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Col = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Row = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.R = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.NumberFormat() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Size = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Val = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.X = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Y = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Default = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Landscape = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Portrait = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayout() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Banner = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.None = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Overlapping = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Ctr = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Max = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Min = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Exclusive = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Inclusive = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.SeriesElementVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.BoxWhisker = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ClusteredColumn = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ParetoLine = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Sunburst = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Treemap = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Waterfall = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.B = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.R = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.T = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.Statistics() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType.Cat = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Cross = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.In = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.None = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Out = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.ValueAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.Bubble3DBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.LiteralDataChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16 +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.UniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.UniqueIDChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.UniqueIdChartUniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.ColIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.ConnectableReferences() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.OpenXmlIdentifierElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.PredecessorDrawingElementReference() -> void +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.RowIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Anchor = 4 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.CondFmt = 2 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fmla = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.FmlaNoSticky = 5 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Format = 1 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fragile = 7 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Future = 8 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.NoAdj = 6 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Sparkline = 3 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit() -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments() -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.AutoFilter = 10 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Comment = 7 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DataValidation = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DrawingElement = 9 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.FreezePanes = 3 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Future = 12 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.HideUnhideSheet = 5 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Hyperlink = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Outlines = 8 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.PivotTable = 11 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.RowColVisualOps = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.ShowGridlinesHeadings = 6 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Sparklines = 4 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FFormula +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Array = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Fill = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Future = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.FreezePanes() -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.HideUnhideSheet() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.Absolute = 2 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.OneCell = 1 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.TwoCell = 0 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.Outline +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Outline() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.RefCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefFuture +DocumentFormat.OpenXml.Office2016.Excel.RefFuture.RefFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.RefOartAnchor() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.RefTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.get -> DocumentFormat.OpenXml.Office2016.Excel.RstType? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.get -> DocumentFormat.OpenXml.Office2016.Excel.Xstring? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.get -> DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.RevExHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.RevExMove() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.RevExRowColumn() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.RevExSheetOp() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTest +DocumentFormat.OpenXml.Office2016.Excel.RevExTest.RevExTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.RevExTrimmed() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.RevExUnsupported() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Copy = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Normal = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Redo = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Undo = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionList +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RevisionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevisionPtr() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.get -> DocumentFormat.OpenXml.Office2016.Excel.FreezePanes? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.get -> DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.get -> DocumentFormat.OpenXml.Office2016.Excel.Outlines? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.get -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.get -> DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.RevisionStateLink() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RevListAutoExpandRw() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Autosize = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Hide = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Resize = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Unhide = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.RowColVisualOps() -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType() -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delc = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delr = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insc = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insr = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Delete = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Insert = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Rename = 3 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Reorder = 2 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.SheetXluid() -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridlinesHeadings() -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.get -> DocumentFormat.OpenXml.Office2016.Excel.RefMap? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.get -> DocumentFormat.OpenXml.Office2016.Excel.AutoFilter? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.get -> DocumentFormat.OpenXml.Office2016.Excel.Comments? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.get -> DocumentFormat.OpenXml.Office2016.Excel.DataValidation? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.get -> DocumentFormat.OpenXml.Office2016.Excel.Hyperlink? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.get -> DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.get -> DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.Future = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.None = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.Xstring +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CalculatedTimeColumn() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Days = 5 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Daysindex = 4 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Hours = 6 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Minutes = 7 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Months = 3 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Monthsindex = 2 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Quarters = 1 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Seconds = 8 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Years = 0 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.DesignElement() -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.SymEx() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite.Indefinite = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.PosterFrame() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16 +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Decorative() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.get -> DocumentFormat.OpenXml.Drawing.AutoNumberedBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.get -> DocumentFormat.OpenXml.Drawing.CharacterBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.get -> DocumentFormat.OpenXml.Drawing.NoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.get -> DocumentFormat.OpenXml.Drawing.PictureBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.get -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.ParTrans = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.SibTrans = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.HyperlinkColor() -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.HLink = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.Tx = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorX = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorY = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.InkEffects = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.ScaleFactor = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Bronze = 9 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Galaxy = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Gold = 4 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Lava = 6 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.None = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Ocean = 7 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Pencil = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rainbow = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rosegold = 8 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Silver = 5 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.IlluminancePositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.IntensityPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.LookAtPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.MeterPerModelUnitPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.OpenXmlPoint3DElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.OpenXmlPositiveRatioElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.PosPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.PostTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.PreTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Rotate3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.SxRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.SyRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.SzPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.SzRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.UnknownLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.UpVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.SVGBlip() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CalcFeature() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16 +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.PivotTableDefinition16() -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.Key() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.RichValueBlock() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.E = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.Spb = 7 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CustomRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.DynamicRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.RichDateGroupItem() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.RichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.RichFormatProperty() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.I = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortCondition() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10 +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.RichTop10() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.RichValueTypeReservedKeyFlag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.SupportingPropertyBagKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spba = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Mention() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText(string! text) -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.ClassificationOutcome() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Ftr = 2 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Hdr = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.None = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Watermark = 3 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Media = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Slide = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.ReadonlyRecommended() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Track() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.get -> DocumentFormat.OpenXml.Office2019.Presentation.TrackList? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CommentId() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.OfficeAvailabilityAttribute +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeAvailabilityAttribute(DocumentFormat.OpenXml.FileFormatVersions officeVersion) -> void +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.OnOffValue +DocumentFormat.OpenXml.OnOffValue.OnOffValue() -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(bool value) -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(DocumentFormat.OpenXml.OnOffValue! source) -> void +DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlAttribute.Equals(DocumentFormat.OpenXml.OpenXmlAttribute other) -> bool +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute() -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! prefix, string! localName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! qualifiedName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Value.get -> string? +DocumentFormat.OpenXml.OpenXmlAttribute.Value.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +DocumentFormat.OpenXml.OpenXmlAttribute.XName.get -> System.Xml.Linq.XName! +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(T other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(T other) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement +DocumentFormat.OpenXml.OpenXmlCompositeElement.AddChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, bool throwOnError = true) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement() -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.Generic.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlDomReader +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> void +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlElement +DocumentFormat.OpenXml.OpenXmlElement.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.OpenXmlElement.AddNamespaceDeclaration(string! prefix, string! uri) -> void +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.OpenXmlElement.Annotation() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Append(params DocumentFormat.OpenXml.OpenXmlElement![]! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.Append(System.Collections.Generic.IEnumerable! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.ClearAllAttributes() -> void +DocumentFormat.OpenXml.OpenXmlElement.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsAfter() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsBefore() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ExtendedAttributes.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.GetAttribute(string! localName, string! namespaceUri) -> DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlElement.GetAttributes() -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.OpenXmlElement.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.OpenXmlElement.GetFirstChild() -> T? +DocumentFormat.OpenXml.OpenXmlElement.HasAttributes.get -> bool +DocumentFormat.OpenXml.OpenXmlElement.InsertAfterSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.InsertBeforeSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.IsAfter(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.IsBefore(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.LookupNamespace(string! prefix) -> string? +DocumentFormat.OpenXml.OpenXmlElement.LookupPrefix(string! namespaceUri) -> string? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.get -> DocumentFormat.OpenXml.MarkupCompatibilityAttributes? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.set -> void +DocumentFormat.OpenXml.OpenXmlElement.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement() -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElementContext.get -> DocumentFormat.OpenXml.OpenXmlElementContext? +DocumentFormat.OpenXml.OpenXmlElement.OuterXml.get -> string! +DocumentFormat.OpenXml.OpenXmlElement.Parent.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Remove() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAttribute(string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveNamespaceDeclaration(string! prefix) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttribute(DocumentFormat.OpenXml.OpenXmlAttribute openXmlAttribute) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttributes(System.Collections.Generic.IEnumerable! openXmlAttributes) -> void +DocumentFormat.OpenXml.OpenXmlElementContext +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserted -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserting -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoved -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoving -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.OpenXmlElementContext() -> void +DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions +DocumentFormat.OpenXml.OpenXmlElementList +DocumentFormat.OpenXml.OpenXmlElementList.First() -> T? +DocumentFormat.OpenXml.OpenXmlElementList.OfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElementList.OpenXmlElementList() -> void +DocumentFormat.OpenXml.OpenXmlLeafElement +DocumentFormat.OpenXml.OpenXmlLeafElement.OpenXmlLeafElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement(string! text) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType, string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.XmlNodeType.get -> System.Xml.XmlNodeType +DocumentFormat.OpenXml.OpenXmlPartReader +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Reload() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save(System.IO.Stream! stream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlReader +DocumentFormat.OpenXml.OpenXmlReader.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader(bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlReader.ReadMiscNodes.get -> bool +DocumentFormat.OpenXml.OpenXmlSimpleType +DocumentFormat.OpenXml.OpenXmlSimpleType.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType() -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType(DocumentFormat.OpenXml.OpenXmlSimpleType! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.get -> string? +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.set -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue() -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(DocumentFormat.OpenXml.OpenXmlSimpleValue! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(T value) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.get -> T +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.set -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement() -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! name) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! prefix, string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! qualifiedName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.Text.get -> string! +DocumentFormat.OpenXml.OpenXmlWriter +DocumentFormat.OpenXml.OpenXmlWriter.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlWriter.OpenXmlWriter() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.AlternativeFormatImportPart() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Html = 9 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Mht = 1 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabled = 5 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabledTemplate = 7 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordTemplate = 6 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Rtf = 8 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.TextPlain = 3 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.WordprocessingML = 4 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xhtml = 0 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xml = 2 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationChain! +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.set -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChainPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart +DocumentFormat.OpenXml.Packaging.CellMetadataPart.CellMetadataPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.get -> DocumentFormat.OpenXml.Spreadsheet.Metadata! +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.set -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ChartColorStylePart() -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle! +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.get -> DocumentFormat.OpenXml.Drawing.Charts.UserShapes! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart +DocumentFormat.OpenXml.Packaging.ChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ChartPart.ChartPart() -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartSpace! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.get -> DocumentFormat.OpenXml.Spreadsheet.Chartsheet! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.set -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ChartsheetPart() -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartStylePart +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle! +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStylePart() -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorList! +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.set -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorsPart() -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.get -> DocumentFormat.OpenXml.Spreadsheet.Connections! +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.set -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart.ConnectionsPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ControlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties! +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.set -> void +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.CoreFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPart +DocumentFormat.OpenXml.Packaging.CustomDataPart.CustomDataPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPart? +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.get -> DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem! +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.set -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.CustomFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.CustomProperties.Properties! +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart +DocumentFormat.OpenXml.Packaging.CustomizationPart.CustomizationPart() -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.get -> DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup! +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.WordAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.CustomPropertyPart +DocumentFormat.OpenXml.Packaging.CustomPropertyPart.CustomPropertyPart() -> void +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Spreadsheet = 0 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Xml = 1 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomUIPart +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.get -> DocumentFormat.OpenXml.Office.CustomUI.CustomUI? +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUIPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.CustomXmlMappingsPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.get -> DocumentFormat.OpenXml.Spreadsheet.MapInfo! +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.set -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.AdditionalCharacteristics = 0 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.Bibliography = 1 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.CustomXml = 2 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.InkContent = 3 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.CustomXmlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem! +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.set -> void +DocumentFormat.OpenXml.Packaging.DataPart +DocumentFormat.OpenXml.Packaging.DataPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.DataPart.GetDataPartReferenceRelationships() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.DataPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPartReferenceRelationship(DocumentFormat.OpenXml.Packaging.DataPart! dataPart, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition! +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.DiagramColorsPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.set -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DiagramDataPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.DiagramLayoutDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.DiagramPersistLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.get -> DocumentFormat.OpenXml.Office.Drawing.Drawing! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramStylePart +DocumentFormat.OpenXml.Packaging.DiagramStylePart.DiagramStylePart() -> void +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition! +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart +DocumentFormat.OpenXml.Packaging.DialogsheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.get -> DocumentFormat.OpenXml.Spreadsheet.DialogSheet! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogsheetPart() -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.DialogsheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.DigitalSignatureOriginPart() -> void +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.XmlSignatureParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.DocumentSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.MailMergeRecipientDataPart.get -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart? +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.get -> DocumentFormat.OpenXml.Wordprocessing.Settings! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.set -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DrawingsPart() -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.set -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.EmbeddedControlPersistenceBinaryDataPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType.ActiveXBin = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistencePart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveX = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveXBin = 1 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.EmbeddedObjectPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.EmbeddedPackagePart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Endnotes! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.set -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.EndnotesPart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ExcelAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ExtendedChartPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ExtendedFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.ExtendedProperties.Properties! +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart(string! relationshipType) -> void +DocumentFormat.OpenXml.Packaging.ExternalRelationship +DocumentFormat.OpenXml.Packaging.ExternalRelationship.ExternalRelationship(System.Uri! externalUri, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalLink! +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.set -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalWorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.FontPart +DocumentFormat.OpenXml.Packaging.FontPart.FontPart() -> void +DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontData = 0 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontOdttf = 2 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontTtf = 1 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontTablePart +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.get -> DocumentFormat.OpenXml.Wordprocessing.Fonts! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.set -> void +DocumentFormat.OpenXml.Packaging.FontTablePart.FontTablePart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.get -> DocumentFormat.OpenXml.Wordprocessing.Footer! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.set -> void +DocumentFormat.OpenXml.Packaging.FooterPart.FooterPart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Footnotes! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.set -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.FootnotesPart() -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.get -> DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.set -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.get -> DocumentFormat.OpenXml.Presentation.HandoutMaster! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.set -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMasterPart() -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.get -> DocumentFormat.OpenXml.Wordprocessing.Header! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.set -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.HeaderPart() -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.HyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair +DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(DocumentFormat.OpenXml.Packaging.IdPartPair? value) -> bool +DocumentFormat.OpenXml.Packaging.IdPartPair.IdPartPair(string! id, DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.set -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.get -> string! +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.set -> void +DocumentFormat.OpenXml.Packaging.IFixedContentTypePart +DocumentFormat.OpenXml.Packaging.ImagePart +DocumentFormat.OpenXml.Packaging.ImagePart.ImagePart() -> void +DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Bmp = 0 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Emf = 7 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Gif = 1 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Icon = 4 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Jpeg = 6 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Pcx = 5 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Png = 2 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Tiff = 3 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Wmf = 8 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.InternationalMacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.LegacyDiagramTextInfoPart() -> void +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.LegacyDiagramTextPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.get -> DocumentFormat.OpenXml.Office.Excel.Macrosheet! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.set -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.MacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipientDataPart() -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.get -> DocumentFormat.OpenXml.Office.Word.MailMergeRecipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.get -> DocumentFormat.OpenXml.Wordprocessing.Recipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.MsWordMailMergeRecipientData = 1 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.OpenXmlMailMergeRecipientData = 0 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MainDocumentPart +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.get -> DocumentFormat.OpenXml.Wordprocessing.Document! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.set -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.MainDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.NoProcess = 0 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessAllParts = 2 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessLoadedPartsOnly = 1 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.MarkupCompatibilityProcessSettings(DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode processMode, DocumentFormat.OpenXml.FileFormatVersions targetFileFormatVersions) -> void +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.ProcessMode.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.TargetFileFormatVersions.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Packaging.MediaDataPart +DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Aiff = 0 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Asx = 8 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Avi = 9 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Midi = 1 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mp3 = 2 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegAudio = 6 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegUrl = 3 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegVideo = 11 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mpg = 10 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggAudio = 7 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggVideo = 16 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Quicktime = 15 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.VC1 = 17 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wav = 4 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wma = 5 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmv = 12 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmx = 13 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wvx = 14 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.get -> DocumentFormat.OpenXml.Presentation.NotesMaster! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.set -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMasterPart() -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.get -> DocumentFormat.OpenXml.Presentation.NotesSlide! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.set -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlidePart() -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.get -> DocumentFormat.OpenXml.Wordprocessing.Numbering! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.set -> void +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.NumberingDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.OpenSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.get -> System.Func? +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone() -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Close() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.get -> System.IO.Packaging.CompressionOption +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(DocumentFormat.OpenXml.Packaging.MediaDataPartType mediaDataPartType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType, string! extension) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePart(DocumentFormat.OpenXml.Packaging.DataPart! dataPart) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePartsRecursivelyOfType() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FileOpenAccess.get -> System.IO.FileAccess +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenXmlPackage() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Package.get -> System.IO.Packaging.Package! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PackageProperties.get -> System.IO.Packaging.PackageProperties! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PartExtensionProvider.get -> DocumentFormat.OpenXml.Packaging.PartExtensionProvider! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Save() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.SaveAs(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.StrictRelationshipFound.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument(System.Xml.Linq.XProcessingInstruction? instruction) -> System.Xml.Linq.XDocument! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcString() -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings! validationSettings) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.get -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.PartClassName.get -> string? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.SubPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.EventHandler -> System.EventHandler! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.OpenXmlPackageValidationSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart +DocumentFormat.OpenXml.Packaging.OpenXmlPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetParentParts() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPart() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.RootElement.get -> DocumentFormat.OpenXml.OpenXmlPartRootElement? +DocumentFormat.OpenXml.Packaging.OpenXmlPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt, string? rId) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri, string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart() -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! id) -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation() -> T? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ChangeIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part, string! newRelationshipId) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart, string! id) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DataPartReferenceRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(DocumentFormat.OpenXml.Packaging.ExternalRelationship! externalRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(string! id) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteParts(System.Collections.Generic.IEnumerable! partsToBeDeleted) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(DocumentFormat.OpenXml.Packaging.ReferenceRelationship! referenceRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ExternalRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetExternalRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartById(string! id) -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsCountOfType() -> int +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType(System.Collections.Generic.ICollection! partCollection) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetReferenceRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ReferenceRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.HyperlinkRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.OpenXmlPartContainer() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Parts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.TryGetPartById(string! id, out DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.PartExtensionProvider +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.AddPartExtension(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.MakeSurePartExtensionExist(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider() -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(DocumentFormat.OpenXml.Packaging.PartExtensionProvider! partExtProvider) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(int capacity) -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition! +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords! +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotTableCacheRecordsPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition! +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTablePart() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddPresentationPart() -> DocumentFormat.OpenXml.Packaging.PresentationPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.ChangeDocumentType(DocumentFormat.OpenXml.PresentationDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DocumentType.get -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.Packaging.PresentationDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationDocument() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.LegacyDiagramTextInfoPart.get -> DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.get -> DocumentFormat.OpenXml.Presentation.Presentation! +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPart() -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideMasterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.PresentationPart.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.get -> DocumentFormat.OpenXml.Presentation.PresentationProperties! +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTable! +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.set -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTablePart() -> void +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.QuickAccessToolbarCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Container.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer? +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.IO.Packaging.PackageRelationship! packageRelationship) -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.Uri! targetUri, bool isExternal, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.RelationshipErrorHandler() -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.get -> DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RibbonAndBackstageCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RibbonExtensibilityPart() -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.get -> DocumentFormat.OpenXml.Spreadsheet.SharedStringTable! +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.set -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleCellTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.get -> DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells! +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition! +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCachePart() -> void +DocumentFormat.OpenXml.Packaging.SlicersPart +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.get -> DocumentFormat.OpenXml.Office2010.Excel.Slicers! +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.set -> void +DocumentFormat.OpenXml.Packaging.SlicersPart.SlicersPart() -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.get -> DocumentFormat.OpenXml.Presentation.CommentList! +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.set -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.SlideCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.get -> DocumentFormat.OpenXml.Presentation.SlideLayout! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.set -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.get -> DocumentFormat.OpenXml.Presentation.SlideMaster! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.set -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMasterPart() -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.SlideMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.get -> DocumentFormat.OpenXml.Presentation.Slide! +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.set -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlidePart() -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Packaging.SlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncDataPart() -> void +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.get -> DocumentFormat.OpenXml.Presentation.SlideSyncProperties! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.set -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWorkbookPart() -> DocumentFormat.OpenXml.Packaging.WorkbookPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ChangeDocumentType(DocumentFormat.OpenXml.SpreadsheetDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DocumentType.get -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.SpreadsheetDocument() -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.SpreadsheetPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.StyleDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.StylesPart +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.get -> DocumentFormat.OpenXml.Wordprocessing.Styles? +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.set -> void +DocumentFormat.OpenXml.Packaging.StylesPart.StylesPart() -> void +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.StylesWithEffectsPart() -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.get -> DocumentFormat.OpenXml.Spreadsheet.Table! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.set -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TableDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.get -> DocumentFormat.OpenXml.Drawing.TableStyleList! +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.set -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStylesPart() -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.get -> DocumentFormat.OpenXml.Drawing.ThemeOverride! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.set -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverridePart() -> void +DocumentFormat.OpenXml.Packaging.ThemePart +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.get -> DocumentFormat.OpenXml.Drawing.Theme! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.set -> void +DocumentFormat.OpenXml.Packaging.ThemePart.ThemePart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPart +DocumentFormat.OpenXml.Packaging.ThumbnailPart.ThumbnailPart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Emf = 1 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Jpeg = 0 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Wmf = 2 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.TimeLineCachePart +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition! +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimeLineCachePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart +DocumentFormat.OpenXml.Packaging.TimeLinePart.TimeLinePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.get -> DocumentFormat.OpenXml.Office2013.Excel.Timelines! +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.get -> DocumentFormat.OpenXml.Presentation.TagList! +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.UserDefinedTagsPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaDataPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.get -> DocumentFormat.OpenXml.Office.Word.VbaSuppData! +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.set -> void +DocumentFormat.OpenXml.Packaging.VbaProjectPart +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaProjectPart() -> void +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.get -> DocumentFormat.OpenXml.Presentation.ViewProperties! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.set -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.VmlDrawingPart +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.LegacyDiagramTextParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.VmlDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileDependenciesPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.get -> DocumentFormat.OpenXml.Spreadsheet.VolatileTypes! +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes! +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExTaskpanesPart() -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.set -> void +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtensionPart() -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.get -> DocumentFormat.OpenXml.Wordprocessing.WebSettings! +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.set -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.WordAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.get -> DocumentFormat.OpenXml.Office2013.Word.CommentsEx! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.WordprocessingCommentsExPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.get -> DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.WordprocessingCommentsIdsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.get -> DocumentFormat.OpenXml.Wordprocessing.Comments! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.WordprocessingCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddMainDocumentPart() -> DocumentFormat.OpenXml.Packaging.MainDocumentPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ChangeDocumentType(DocumentFormat.OpenXml.WordprocessingDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DocumentType.get -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WordprocessingDocument() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.get -> DocumentFormat.OpenXml.Office2013.Word.People! +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.WordprocessingPeoplePart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.WordprocessingPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ChartsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomDataPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.DialogsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExcelAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExternalWorkbookParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.InternationalMacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.MacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.PivotTableCacheDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.SlicerCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.TimeLineCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.get -> DocumentFormat.OpenXml.Spreadsheet.Workbook! +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.get -> DocumentFormat.OpenXml.Spreadsheet.Headers! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionHeaderPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionLogParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.get -> DocumentFormat.OpenXml.Spreadsheet.Revisions! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.WorkbookRevisionLogPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.get -> DocumentFormat.OpenXml.Spreadsheet.Stylesheet! +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.WorkbookStylesPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.get -> DocumentFormat.OpenXml.Spreadsheet.Users! +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.WorkbookUserDataPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.get -> DocumentFormat.OpenXml.Spreadsheet.Comments! +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.WorksheetCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ControlPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.PivotTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.SlicersParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TableDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TimeLineParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.get -> DocumentFormat.OpenXml.Spreadsheet.Worksheet! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.get -> DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap! +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMapPart() -> void +DocumentFormat.OpenXml.Packaging.XmlSignaturePart +DocumentFormat.OpenXml.Packaging.XmlSignaturePart.XmlSignaturePart() -> void +DocumentFormat.OpenXml.Presentation.Animate +DocumentFormat.OpenXml.Presentation.Animate.Animate() -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.Animate.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.By.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Animate.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.From.set -> void +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.get -> DocumentFormat.OpenXml.Presentation.TimeAnimateValueList? +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.set -> void +DocumentFormat.OpenXml.Presentation.Animate.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.To.set -> void +DocumentFormat.OpenXml.Presentation.Animate.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.ValueType.set -> void +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Discrete = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Formula = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Linear = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Number = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.String = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateColor +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor() -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.get -> DocumentFormat.OpenXml.Presentation.ByColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.get -> DocumentFormat.OpenXml.Presentation.FromColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.get -> DocumentFormat.OpenXml.Presentation.ToColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.CounterClockwise = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Hsl = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Rgb = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateEffect +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect() -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.get -> DocumentFormat.OpenXml.Presentation.Progress? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.In = 0 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.None = 2 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.Out = 1 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateMotion +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion() -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.get -> DocumentFormat.OpenXml.Presentation.RotationCenter? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Layout = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Parent = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Fixed = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Relative = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateRotation +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation() -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale() -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeName +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName() -> void +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName(string! text) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList() -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio +DocumentFormat.OpenXml.Presentation.Audio.Audio() -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.set -> void +DocumentFormat.OpenXml.Presentation.Background +DocumentFormat.OpenXml.Presentation.Background.Background() -> void +DocumentFormat.OpenXml.Presentation.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.get -> DocumentFormat.OpenXml.Presentation.BackgroundProperties? +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.set -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.get -> DocumentFormat.OpenXml.Presentation.BackgroundStyleReference? +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.set -> void +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundAnimation +DocumentFormat.OpenXml.Presentation.BackgroundAnimation.BackgroundAnimation() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference() -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.Always = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.None = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Base = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Multiply = 3 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.None = 4 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Replace = 2 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Sum = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.ChildStyle = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.Normal = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Image = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Point = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BlindsTransition +DocumentFormat.OpenXml.Presentation.BlindsTransition.BlindsTransition() -> void +DocumentFormat.OpenXml.Presentation.BlipFill +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Presentation.BodyStyle +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle() -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BoldFont +DocumentFormat.OpenXml.Presentation.BoldFont.BoldFont() -> void +DocumentFormat.OpenXml.Presentation.BoldItalicFont +DocumentFormat.OpenXml.Presentation.BoldItalicFont.BoldItalicFont() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.BooleanVariantValue() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.BrowseSlideMode() -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.set -> void +DocumentFormat.OpenXml.Presentation.BuildAsOne +DocumentFormat.OpenXml.Presentation.BuildAsOne.BuildAsOne() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.get -> DocumentFormat.OpenXml.Presentation.BuildAsOne? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics() -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.get -> DocumentFormat.OpenXml.Presentation.BuildSubElement? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildList +DocumentFormat.OpenXml.Presentation.BuildList.BuildList() -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.BuildOleChart() -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph() -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.get -> DocumentFormat.OpenXml.Presentation.TemplateList? +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.get -> DocumentFormat.OpenXml.Drawing.BuildChart? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.get -> DocumentFormat.OpenXml.Drawing.BuildDiagram? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement() -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor +DocumentFormat.OpenXml.Presentation.ByColor.ByColor() -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.get -> DocumentFormat.OpenXml.Presentation.HslColor? +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.get -> DocumentFormat.OpenXml.Presentation.RgbColor? +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.set -> void +DocumentFormat.OpenXml.Presentation.ByPosition +DocumentFormat.OpenXml.Presentation.ByPosition.ByPosition() -> void +DocumentFormat.OpenXml.Presentation.CharRange +DocumentFormat.OpenXml.Presentation.CharRange.CharRange() -> void +DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.GridLegend = 0 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInCategory = 4 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInSeries = 3 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.CheckerTransition +DocumentFormat.OpenXml.Presentation.CheckerTransition.CheckerTransition() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CircleTransition +DocumentFormat.OpenXml.Presentation.CircleTransition.CircleTransition() -> void +DocumentFormat.OpenXml.Presentation.Color3Type +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type() -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.get -> DocumentFormat.OpenXml.Drawing.MasterColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.get -> DocumentFormat.OpenXml.Drawing.OverrideColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType +DocumentFormat.OpenXml.Presentation.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorValue +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue() -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CombTransition +DocumentFormat.OpenXml.Presentation.CombTransition.CombTransition() -> void +DocumentFormat.OpenXml.Presentation.Command +DocumentFormat.OpenXml.Presentation.Command.Command() -> void +DocumentFormat.OpenXml.Presentation.Command.Command(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Command.CommandName.set -> void +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Command.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Command.Type.set -> void +DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Call = 1 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Event = 0 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Verb = 2 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.Comment +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment() -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentExtensionList? +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Comment.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.Comment.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.Index.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Position.get -> DocumentFormat.OpenXml.Presentation.Position? +DocumentFormat.OpenXml.Presentation.Comment.Position.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Text.get -> DocumentFormat.OpenXml.Presentation.Text? +DocumentFormat.OpenXml.Presentation.Comment.Text.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList? +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Load(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Save(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList +DocumentFormat.OpenXml.Presentation.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Load(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Save(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Presentation.CommonBehavior +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.get -> DocumentFormat.OpenXml.Presentation.AttributeNameList? +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior() -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode() -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.get -> DocumentFormat.OpenXml.Presentation.Background? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.get -> DocumentFormat.OpenXml.Presentation.ControlList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.get -> DocumentFormat.OpenXml.Presentation.ShapeTree? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.get -> DocumentFormat.OpenXml.Presentation.GuideList? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.ChildTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode() -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.get -> DocumentFormat.OpenXml.Presentation.EndConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.get -> DocumentFormat.OpenXml.Presentation.EndSync? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.get -> DocumentFormat.OpenXml.Presentation.Iterate? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.get -> DocumentFormat.OpenXml.Presentation.StartConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.SubTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.get -> DocumentFormat.OpenXml.Presentation.Origin? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.get -> DocumentFormat.OpenXml.Presentation.ScaleFactor? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.set -> void +DocumentFormat.OpenXml.Presentation.Condition +DocumentFormat.OpenXml.Presentation.Condition.Condition() -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Strict = 0 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Transitional = 1 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConnectionShape +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify? +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D? +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.Control +DocumentFormat.OpenXml.Presentation.Control.Control() -> void +DocumentFormat.OpenXml.Presentation.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Id.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Name.set -> void +DocumentFormat.OpenXml.Presentation.Control.Picture.get -> DocumentFormat.OpenXml.Presentation.Picture? +DocumentFormat.OpenXml.Presentation.Control.Picture.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.ControlList +DocumentFormat.OpenXml.Presentation.ControlList.ControlList() -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CoverTransition +DocumentFormat.OpenXml.Presentation.CoverTransition.CoverTransition() -> void +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.Invalid = 2 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaAES = 0 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CustomerData +DocumentFormat.OpenXml.Presentation.CustomerData.CustomerData() -> void +DocumentFormat.OpenXml.Presentation.CustomerData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerData.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags +DocumentFormat.OpenXml.Presentation.CustomerDataTags.CustomerDataTags() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow() -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShow.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomShow.Name.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.get -> DocumentFormat.OpenXml.Presentation.SlideList? +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShowList +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList() -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference +DocumentFormat.OpenXml.Presentation.CustomShowReference.CustomShowReference() -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.set -> void +DocumentFormat.OpenXml.Presentation.CutTransition +DocumentFormat.OpenXml.Presentation.CutTransition.CutTransition() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.AllAtOnce = 15 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByLevel = 4 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByNode = 3 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Clockwise = 5 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseIn = 6 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseOut = 7 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwise = 8 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseIn = 9 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseOut = 10 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Custom = 16 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByBranch = 2 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByNode = 1 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Down = 14 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.InByRing = 11 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.OutByRing = 12 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Up = 13 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Whole = 0 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiamondTransition +DocumentFormat.OpenXml.Presentation.DiamondTransition.DiamondTransition() -> void +DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DissolveTransition +DocumentFormat.OpenXml.Presentation.DissolveTransition.DissolveTransition() -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.EightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.get -> DocumentFormat.OpenXml.Presentation.BoldFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.get -> DocumentFormat.OpenXml.Presentation.BoldItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.get -> DocumentFormat.OpenXml.Presentation.Font? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.get -> DocumentFormat.OpenXml.Presentation.ItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.get -> DocumentFormat.OpenXml.Presentation.RegularFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.EmbeddedFontDataIdType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Presentation.EmptyType +DocumentFormat.OpenXml.Presentation.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSoundAction +DocumentFormat.OpenXml.Presentation.EndSoundAction.EndSoundAction() -> void +DocumentFormat.OpenXml.Presentation.EndSync +DocumentFormat.OpenXml.Presentation.EndSync.EndSync() -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension +DocumentFormat.OpenXml.Presentation.Extension.Extension() -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Extension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ExtensionList +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification() -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.set -> void +DocumentFormat.OpenXml.Presentation.FadeTransition +DocumentFormat.OpenXml.Presentation.FadeTransition.FadeTransition() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue +DocumentFormat.OpenXml.Presentation.FloatVariantValue.FloatVariantValue() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.Font +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.set -> void +DocumentFormat.OpenXml.Presentation.Font.Font() -> void +DocumentFormat.OpenXml.Presentation.Font.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Presentation.Font.Panose.set -> void +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.set -> void +DocumentFormat.OpenXml.Presentation.Font.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Font.Typeface.set -> void +DocumentFormat.OpenXml.Presentation.FromColor +DocumentFormat.OpenXml.Presentation.FromColor.FromColor() -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromPosition +DocumentFormat.OpenXml.Presentation.FromPosition.FromPosition() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.get -> DocumentFormat.OpenXml.Drawing.Chart? +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.get -> DocumentFormat.OpenXml.Drawing.Diagram? +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Presentation.Transform? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Presentation.GridSpacing +DocumentFormat.OpenXml.Presentation.GridSpacing.GridSpacing() -> void +DocumentFormat.OpenXml.Presentation.GroupShape +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.GroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Guide +DocumentFormat.OpenXml.Presentation.Guide.Guide() -> void +DocumentFormat.OpenXml.Presentation.Guide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Guide.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.Guide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Guide.Position.set -> void +DocumentFormat.OpenXml.Presentation.GuideList +DocumentFormat.OpenXml.Presentation.GuideList.GuideList() -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster() -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Load(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Save(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterId? +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.set -> void +DocumentFormat.OpenXml.Presentation.HslColor +DocumentFormat.OpenXml.Presentation.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Presentation.HslColor.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Hue.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties() -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3 = 1 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3v4 = 2 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V4 = 0 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues.Indefinite = 0 -> DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndexRangeType +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.set -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.IndexRangeType() -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.set -> void +DocumentFormat.OpenXml.Presentation.InkTarget +DocumentFormat.OpenXml.Presentation.InkTarget.InkTarget() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.IntegerVariantValue() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.ItalicFont +DocumentFormat.OpenXml.Presentation.ItalicFont.ItalicFont() -> void +DocumentFormat.OpenXml.Presentation.Iterate +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate() -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.get -> DocumentFormat.OpenXml.Presentation.TimeAbsolute? +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.get -> DocumentFormat.OpenXml.Presentation.TimePercentage? +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Iterate.Type.set -> void +DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Element = 0 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Letter = 2 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Word = 1 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.Kinsoku +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.set -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode +DocumentFormat.OpenXml.Presentation.KioskSlideMode.KioskSlideMode() -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ModificationVerifier() -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.set -> void +DocumentFormat.OpenXml.Presentation.NewsflashTransition +DocumentFormat.OpenXml.Presentation.NewsflashTransition.NewsflashTransition() -> void +DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.Seek = 1 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextConditionList +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList() -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.NormalViewPortionType() -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.get -> DocumentFormat.OpenXml.Presentation.RestoredLeft? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.get -> DocumentFormat.OpenXml.Presentation.RestoredTop? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Load(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster() -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.get -> DocumentFormat.OpenXml.Presentation.NotesStyle? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Save(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.get -> DocumentFormat.OpenXml.Presentation.NotesMasterId? +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSize +DocumentFormat.OpenXml.Presentation.NotesSize.NotesSize() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.Load(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Presentation.NotesSlide.Save(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.NotesStyle +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle() -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.CategoryElement = 4 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.SeriesElement = 3 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartElement +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.set -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.OleChartElement() -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.set -> void +DocumentFormat.OpenXml.Presentation.OleObject +DocumentFormat.OpenXml.Presentation.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Id.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Name.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed() -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.Full = 1 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.None = 0 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.TextAndBackground = 2 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectLink +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink() -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.OptionalBlackTransitionType() -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Origin +DocumentFormat.OpenXml.Presentation.Origin.Origin() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.get -> DocumentFormat.OpenXml.Presentation.OutlineViewSlideList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.OutlineViewSlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Custom = 2 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Paragraph = 1 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Whole = 3 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.ParagraphIndexRange() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor +DocumentFormat.OpenXml.Presentation.PenColor.PenColor() -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum() -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle1 = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle2 = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle3 = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle4 = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle5 = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle6 = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle7 = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FitToSlide = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPic = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPicWithTitle = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePic = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePicWithTitle = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPic = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPicWithTitle = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.Picture +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.get -> DocumentFormat.OpenXml.Presentation.BlipFill? +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties? +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture() -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape() -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Full = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Half = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Quarter = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Body = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.CenteredTitle = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Chart = 9 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.ClipArt = 11 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.DateAndTime = 4 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Diagram = 12 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Footer = 6 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Header = 7 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Media = 13 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Object = 8 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Picture = 15 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideImage = 14 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideNumber = 5 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SubTitle = 3 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Table = 10 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlusTransition +DocumentFormat.OpenXml.Presentation.PlusTransition.PlusTransition() -> void +DocumentFormat.OpenXml.Presentation.Point2DType +DocumentFormat.OpenXml.Presentation.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Presentation.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.X.set -> void +DocumentFormat.OpenXml.Presentation.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Presentation.Position +DocumentFormat.OpenXml.Presentation.Position.Position() -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Presentation.Presentation +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.get -> DocumentFormat.OpenXml.Presentation.CustomShowList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.get -> DocumentFormat.OpenXml.Presentation.DefaultTextStyle? +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.get -> DocumentFormat.OpenXml.Presentation.EmbeddedFontList? +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.get -> DocumentFormat.OpenXml.Presentation.Kinsoku? +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Load(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.get -> DocumentFormat.OpenXml.Presentation.ModificationVerifier? +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.get -> DocumentFormat.OpenXml.Presentation.NotesSize? +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.get -> DocumentFormat.OpenXml.Presentation.PhotoAlbum? +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation() -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationExtensionList? +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Save(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.get -> DocumentFormat.OpenXml.Presentation.SlideIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.get -> DocumentFormat.OpenXml.Presentation.SlideSize? +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.get -> DocumentFormat.OpenXml.Presentation.HtmlPublishProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Load(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties() -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.get -> DocumentFormat.OpenXml.Presentation.PrintingProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Save(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.get -> DocumentFormat.OpenXml.Presentation.ShowProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.get -> DocumentFormat.OpenXml.Presentation.WebProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresenterSlideMode +DocumentFormat.OpenXml.Presentation.PresenterSlideMode.PresenterSlideMode() -> void +DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.SkipTimed = 1 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousConditionList +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList() -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.BlackWhite = 0 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Gray = 1 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintingProperties +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties() -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.set -> void +DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts1 = 1 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts2 = 2 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts3 = 3 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts4 = 4 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts6 = 5 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts9 = 6 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Notes = 7 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Outline = 8 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Slides = 0 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.Progress +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress() -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PullTransition +DocumentFormat.OpenXml.Presentation.PullTransition.PullTransition() -> void +DocumentFormat.OpenXml.Presentation.PushTransition +DocumentFormat.OpenXml.Presentation.PushTransition.PushTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomBarTransition +DocumentFormat.OpenXml.Presentation.RandomBarTransition.RandomBarTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomTransition +DocumentFormat.OpenXml.Presentation.RandomTransition.RandomTransition() -> void +DocumentFormat.OpenXml.Presentation.RegularFont +DocumentFormat.OpenXml.Presentation.RegularFont.RegularFont() -> void +DocumentFormat.OpenXml.Presentation.RestoredLeft +DocumentFormat.OpenXml.Presentation.RestoredLeft.RestoredLeft() -> void +DocumentFormat.OpenXml.Presentation.RestoredTop +DocumentFormat.OpenXml.Presentation.RestoredTop.RestoredTop() -> void +DocumentFormat.OpenXml.Presentation.RgbColor +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Green.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Green.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Red.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Red.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Presentation.RotationCenter +DocumentFormat.OpenXml.Presentation.RotationCenter.RotationCenter() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.RuntimeNodeTrigger() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor() -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.get -> DocumentFormat.OpenXml.Drawing.ScaleX? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.get -> DocumentFormat.OpenXml.Drawing.ScaleY? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.get -> DocumentFormat.OpenXml.Presentation.NextConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.get -> DocumentFormat.OpenXml.Presentation.PreviousConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode() -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior() -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.get -> DocumentFormat.OpenXml.Presentation.ToVariantValue? +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Shape +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape() -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.Shape.TextBody.get -> DocumentFormat.OpenXml.Presentation.TextBody? +DocumentFormat.OpenXml.Presentation.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.get -> DocumentFormat.OpenXml.Presentation.BackgroundAnimation? +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.get -> DocumentFormat.OpenXml.Presentation.GraphicElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.get -> DocumentFormat.OpenXml.Presentation.OleChartElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget() -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.get -> DocumentFormat.OpenXml.Presentation.SubShape? +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.get -> DocumentFormat.OpenXml.Presentation.TextElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTree +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties() -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Slide +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Load(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Save(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Show.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.Show.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide() -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideExtensionList? +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Slide.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Presentation.Slide.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.Slide.Timing.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.Slide.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideAll +DocumentFormat.OpenXml.Presentation.SlideAll.SlideAll() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId() -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Load(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Save(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout() -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Blank = 11 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Chart = 7 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ChartAndText = 5 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndText = 9 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndVerticalText = 25 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Custom = 31 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Diagram = 6 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.FourObjects = 23 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.MidiaAndText = 17 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Object = 15 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndText = 13 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndTwoObjects = 29 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOnly = 14 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOverText = 18 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectText = 34 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.PictureText = 35 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.SectionHeader = 32 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Table = 3 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Text = 1 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndChart = 4 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndClipArt = 8 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndMedia = 16 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndObject = 12 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndTwoObjects = 20 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextOverObject = 19 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TitleOnly = 10 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoColumnText = 2 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjects = 28 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndObject = 30 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndText = 21 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsOverText = 22 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoTextAndTwoObjects = 33 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalText = 24 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndText = 26 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndTextOverChart = 27 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideList +DocumentFormat.OpenXml.Presentation.SlideList.SlideList() -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry.SlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Load(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Save(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutIdList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.get -> DocumentFormat.OpenXml.Presentation.TextStyles? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideRange +DocumentFormat.OpenXml.Presentation.SlideRange.SlideRange() -> void +DocumentFormat.OpenXml.Presentation.SlideSize +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.SlideSize() -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideSize.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A3 = 8 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A4 = 2 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4ISO = 9 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4JIS = 11 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5ISO = 10 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5JIS = 12 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Banner = 5 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Custom = 6 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Film35mm = 3 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.HagakiCard = 13 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Ledger = 7 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Letter = 1 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Overhead = 4 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x10 = 15 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x9 = 14 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen4x3 = 0 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSyncProperties +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Load(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Save(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideTarget +DocumentFormat.OpenXml.Presentation.SlideTarget.SlideTarget() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Sound +DocumentFormat.OpenXml.Presentation.Sound.Sound() -> void +DocumentFormat.OpenXml.Presentation.SoundAction +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.get -> DocumentFormat.OpenXml.Presentation.EndSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction() -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.get -> DocumentFormat.OpenXml.Presentation.StartSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundTarget +DocumentFormat.OpenXml.Presentation.SoundTarget.SoundTarget() -> void +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Maximized = 2 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Minimized = 0 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Restored = 1 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitTransition +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.SplitTransition() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.get -> DocumentFormat.OpenXml.Presentation.Sound? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction() -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue +DocumentFormat.OpenXml.Presentation.StringVariantValue.StringVariantValue() -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition.StripsTransition() -> void +DocumentFormat.OpenXml.Presentation.SubShape +DocumentFormat.OpenXml.Presentation.SubShape.SubShape() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Tag +DocumentFormat.OpenXml.Presentation.Tag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Name.set -> void +DocumentFormat.OpenXml.Presentation.Tag.Tag() -> void +DocumentFormat.OpenXml.Presentation.Tag.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Val.set -> void +DocumentFormat.OpenXml.Presentation.TagList +DocumentFormat.OpenXml.Presentation.TagList.Load(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.Save(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList() -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Presentation.TargetElement +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.get -> DocumentFormat.OpenXml.Presentation.InkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.get -> DocumentFormat.OpenXml.Presentation.ShapeTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.get -> DocumentFormat.OpenXml.Presentation.SlideTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.get -> DocumentFormat.OpenXml.Presentation.SoundTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement() -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template +DocumentFormat.OpenXml.Presentation.Template.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Template.Level.set -> void +DocumentFormat.OpenXml.Presentation.Template.Template() -> void +DocumentFormat.OpenXml.Presentation.Template.Template(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.TemplateList +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList() -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Text +DocumentFormat.OpenXml.Presentation.Text.Text() -> void +DocumentFormat.OpenXml.Presentation.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Presentation.TextBody +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.get -> DocumentFormat.OpenXml.Presentation.CharRange? +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.get -> DocumentFormat.OpenXml.Presentation.ParagraphIndexRange? +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement() -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.get -> DocumentFormat.OpenXml.Presentation.BodyStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.get -> DocumentFormat.OpenXml.Presentation.OtherStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles() -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.get -> DocumentFormat.OpenXml.Presentation.TitleStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.set -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute +DocumentFormat.OpenXml.Presentation.TimeAbsolute.TimeAbsolute() -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.get -> DocumentFormat.OpenXml.Presentation.VariantValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.get -> DocumentFormat.OpenXml.Presentation.BooleanVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.get -> DocumentFormat.OpenXml.Presentation.ColorValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.get -> DocumentFormat.OpenXml.Presentation.IntegerVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.get -> DocumentFormat.OpenXml.Presentation.StringVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType() -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.get -> DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType() -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.get -> DocumentFormat.OpenXml.Presentation.TimeNode? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.TimeListSubShapeIdType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListType +DocumentFormat.OpenXml.Presentation.TimeListType.TimeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListType.X.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.X.set -> void +DocumentFormat.OpenXml.Presentation.TimeListType.Y.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.Y.set -> void +DocumentFormat.OpenXml.Presentation.TimeNode +DocumentFormat.OpenXml.Presentation.TimeNode.TimeNode() -> void +DocumentFormat.OpenXml.Presentation.TimeNode.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.TimeNode.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Freeze = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Hold = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Remove = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Transition = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeList +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.get -> DocumentFormat.OpenXml.Presentation.ParallelTimeNode? +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.NextClick = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.SameClick = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Emphasis = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Entrance = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Exit = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.MediaCall = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Path = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Verb = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Always = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Never = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.WhenNotActive = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.CanSlip = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.Locked = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterEffect = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterGroup = 7 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickEffect = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickParagraph = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.InteractiveSequence = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.MainSequence = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.TmingRoot = 8 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithEffect = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithGroup = 6 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimePercentage +DocumentFormat.OpenXml.Presentation.TimePercentage.TimePercentage() -> void +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing +DocumentFormat.OpenXml.Presentation.Timing.BuildList.get -> DocumentFormat.OpenXml.Presentation.BuildList? +DocumentFormat.OpenXml.Presentation.Timing.BuildList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing() -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor +DocumentFormat.OpenXml.Presentation.ToColor.ToColor() -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToPosition +DocumentFormat.OpenXml.Presentation.ToPosition.ToPosition() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform +DocumentFormat.OpenXml.Presentation.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Presentation.Transform.Extents.set -> void +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Presentation.Transform.Offset.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform() -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transition +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.set -> void +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.Duration.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Speed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Transition.Speed.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition() -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftDown = 2 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftUp = 0 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightDown = 3 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightUp = 1 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.In = 1 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.Out = 0 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Down = 3 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Left = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Right = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Up = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Fast = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Medium = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Slow = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.Begin = 3 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.End = 4 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnBegin = 1 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnClick = 5 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnDoubleClick = 6 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnEnd = 2 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMediaBookmark = 12 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOut = 8 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOver = 7 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnNext = 9 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnPrevious = 10 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnStopAudio = 11 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.All = 2 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.First = 0 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.Last = 1 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.VariantValue +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue() -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Video.FullScreen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Video.FullScreen.set -> void +DocumentFormat.OpenXml.Presentation.Video.Video() -> void +DocumentFormat.OpenXml.Presentation.Video.Video(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.get -> DocumentFormat.OpenXml.Presentation.GridSpacing? +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Load(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.get -> DocumentFormat.OpenXml.Presentation.NormalViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesTextViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.get -> DocumentFormat.OpenXml.Presentation.OutlineViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Save(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.SlideViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.get -> DocumentFormat.OpenXml.Presentation.SorterViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties() -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.HandoutView = 3 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesMasterView = 4 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesView = 2 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.OutlineView = 5 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideMasterView = 1 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideSorterView = 6 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideThumbnailView = 7 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideView = 0 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.BlackTextOnWhite = 5 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.Browser = 1 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.None = 0 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationAccent = 3 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationText = 2 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.WhiteTextOnBlack = 4 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebProperties +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Color.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Color.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties() -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1800x1400 = 9 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WedgeTransition +DocumentFormat.OpenXml.Presentation.WedgeTransition.WedgeTransition() -> void +DocumentFormat.OpenXml.Presentation.WheelTransition +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.set -> void +DocumentFormat.OpenXml.Presentation.WheelTransition.WheelTransition() -> void +DocumentFormat.OpenXml.Presentation.WipeTransition +DocumentFormat.OpenXml.Presentation.WipeTransition.WipeTransition() -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition.ZoomTransition() -> void +DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.AddIn = 6 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledPresentation = 3 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledSlideshow = 5 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledTemplate = 4 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Presentation = 0 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Slideshow = 2 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Template = 1 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.SByteValue +DocumentFormat.OpenXml.SByteValue.SByteValue() -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(DocumentFormat.OpenXml.SByteValue! source) -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(sbyte value) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute +DocumentFormat.OpenXml.SchemaAttrAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(byte nsId, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! ns, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.Tag.get -> string! +DocumentFormat.OpenXml.SingleValue +DocumentFormat.OpenXml.SingleValue.SingleValue() -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(DocumentFormat.OpenXml.SingleValue! source) -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(float value) -> void +DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Default = 0 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Preserve = 1 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.Spreadsheet.Alignment +DocumentFormat.OpenXml.Spreadsheet.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Author +DocumentFormat.OpenXml.Spreadsheet.Author.Author() -> void +DocumentFormat.OpenXml.Spreadsheet.Author.Author(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors() -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Bold +DocumentFormat.OpenXml.Spreadsheet.Bold.Bold() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.BooleanPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border +DocumentFormat.OpenXml.Spreadsheet.Border.Border() -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.get -> DocumentFormat.OpenXml.Spreadsheet.BottomBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.get -> DocumentFormat.OpenXml.Spreadsheet.EndBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.get -> DocumentFormat.OpenXml.Spreadsheet.LeftBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.get -> DocumentFormat.OpenXml.Spreadsheet.RightBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.get -> DocumentFormat.OpenXml.Spreadsheet.StartBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.get -> DocumentFormat.OpenXml.Spreadsheet.TopBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType() -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Borders +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders() -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDot = 9 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDotDot = 11 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dashed = 3 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dotted = 4 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Double = 6 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Hair = 7 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Medium = 2 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDot = 10 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDotDot = 12 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashed = 8 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.SlantDashDot = 13 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thick = 5 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thin = 1 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BottomBorder +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Break +DocumentFormat.OpenXml.Spreadsheet.Break.Break() -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.get -> DocumentFormat.OpenXml.Spreadsheet.FieldGroup? +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.get -> DocumentFormat.OpenXml.Spreadsheet.SharedItems? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.get -> DocumentFormat.OpenXml.Spreadsheet.FieldsUsage? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.get -> DocumentFormat.OpenXml.Spreadsheet.GroupLevels? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.get -> DocumentFormat.OpenXml.Spreadsheet.Consolidation? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.get -> DocumentFormat.OpenXml.Spreadsheet.WorksheetSource? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Auto = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.AutoNoTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculationCell +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CalculationCell() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Load(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Save(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Gregorian = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianArabic = 10 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianMiddleEastFrench = 9 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedEnglish = 11 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedFrench = 12 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianUs = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hebrew = 8 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hijri = 6 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Japan = 3 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Korea = 5 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Thai = 7 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.Cell +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell() -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AsDisplayed = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AtEnd = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellFormat +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Array = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.DataTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Shared = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellMetadata +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType() -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(bool value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(decimal value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(double value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(int value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTime dateTime) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTimeOffset dateTimeOffset) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetBoolean(out bool value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTime(out System.DateTime dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTimeOffset(out System.DateTimeOffset dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDecimal(out decimal value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDouble(out double dbl) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetInt(out int value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Date = 6 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.InlineString = 5 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Number = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.SharedString = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellWatch +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellWatch() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CharacterValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartsheetPart.get -> DocumentFormat.OpenXml.Packaging.ChartsheetPart? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Load(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.get -> DocumentFormat.OpenXml.Spreadsheet.Picture? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Save(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishItems? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.ChartSheetPageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.ChartSheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Color +DocumentFormat.OpenXml.Spreadsheet.Color.Color() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.ColorFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors() -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.get -> DocumentFormat.OpenXml.Spreadsheet.IndexedColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.get -> DocumentFormat.OpenXml.Spreadsheet.MruColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Column() -> void +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Style.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Width.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.ColumnHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Columns +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns() -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment() -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CommentProperties? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.get -> DocumentFormat.OpenXml.Spreadsheet.CommentText? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments() -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Load(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Save(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicator = 1 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicatorAndComment = 2 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentNone = 0 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentText +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Condense +DocumentFormat.OpenXml.Spreadsheet.Condense.Condense() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreas? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Between = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThan = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThanOrEqual = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotBetween = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotContains = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Formula = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Max = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Min = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Number = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percent = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percentile = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.AboveAverage = 17 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.CellIs = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ColorScale = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsBlanks = 12 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsErrors = 14 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DataBar = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DuplicateValues = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Expression = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.IconSet = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsBlanks = 13 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsErrors = 15 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsText = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.TimePeriod = 16 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Top10 = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.UniqueValues = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumstrict = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumtransitional = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.Connection +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection() -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.get -> DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.New.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.New.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OlapProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.get -> DocumentFormat.OpenXml.Spreadsheet.Parameters? +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.get -> DocumentFormat.OpenXml.Spreadsheet.TextProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections() -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Spreadsheet.Connections.Load(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Save(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation() -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.get -> DocumentFormat.OpenXml.Spreadsheet.Pages? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.get -> DocumentFormat.OpenXml.Spreadsheet.RangeSets? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control +DocumentFormat.OpenXml.Spreadsheet.Control.Control() -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ControlProperties? +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Controls +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls() -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Integrated = 0 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.None = 1 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Stored = 2 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CustomProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.RowBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.get -> DocumentFormat.OpenXml.Spreadsheet.Selection? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.DatabaseProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate() -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.get -> DocumentFormat.OpenXml.Spreadsheet.DataReferences? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Average = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.CountNumbers = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Minimum = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Product = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviation = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviationP = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Sum = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Variance = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.VarianceP = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataField +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField() -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference +DocumentFormat.OpenXml.Spreadsheet.DataReference.DataReference() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Information = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Stop = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Warning = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Disabled = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullAlpha = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullHangul = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullKatakana = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfAlpha = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfHangul = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfKatakana = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Hiragana = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Off = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.On = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Between = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThan = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThanOrEqual = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThan = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThanOrEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotBetween = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidations +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Custom = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Date = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Decimal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.List = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.TextLength = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Whole = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectContent = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectIcon = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateGroupItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Day = 2 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Hour = 3 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Minute = 4 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Month = 1 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Second = 5 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Year = 0 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.get -> DocumentFormat.OpenXml.Spreadsheet.Values? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.get -> DocumentFormat.OpenXml.Spreadsheet.DdeItems? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Boolean = 1 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Error = 3 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Nil = 0 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.RealNumber = 2 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DefinedName +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField +DocumentFormat.OpenXml.Spreadsheet.DeletedField.DeletedField() -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.get -> DocumentFormat.OpenXml.Spreadsheet.Controls? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogsheetPart.get -> DocumentFormat.OpenXml.Packaging.DialogsheetPart? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Load(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.get -> DocumentFormat.OpenXml.Spreadsheet.OleObjects? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Save(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProtection? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Dimension() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing +DocumentFormat.OpenXml.Spreadsheet.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.DrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.DynamicFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.AboveAverage = 1 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.April = 26 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.August = 30 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.BelowAverage = 2 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.December = 34 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.February = 24 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.January = 23 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.July = 29 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.June = 28 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastMonth = 11 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastQuarter = 14 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastYear = 17 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.March = 25 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.May = 27 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextMonth = 9 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextQuarter = 12 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextWeek = 6 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextYear = 15 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.November = 33 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Null = 0 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.October = 32 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter1 = 19 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter2 = 20 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter3 = 21 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter4 = 22 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.September = 31 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisMonth = 10 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisQuarter = 13 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisYear = 16 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Today = 4 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Tomorrow = 3 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.YearToDate = 18 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Yesterday = 5 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries() -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem() -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Extend +DocumentFormat.OpenXml.Spreadsheet.Extend.Extend() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDataSet? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.get -> DocumentFormat.OpenXml.Spreadsheet.SheetNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayMonthYear = 3 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayYearMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.EMD = 9 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthDayYear = 2 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthYearDay = 5 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Skip = 8 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Text = 1 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearDayMonth = 7 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearMonthDay = 4 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.ExternalDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalWorkbookPart.get -> DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Load(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Save(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.ExternalReference() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Field +DocumentFormat.OpenXml.Spreadsheet.Field.Field() -> void +DocumentFormat.OpenXml.Spreadsheet.Field.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Field.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem +DocumentFormat.OpenXml.Spreadsheet.FieldItem.FieldItem() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.FieldUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.FileRecoveryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.FileSharing() -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Dos = 2 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Mac = 0 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Win = 1 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileVersion +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.FileVersion() -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill() -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.get -> DocumentFormat.OpenXml.Spreadsheet.GradientFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.get -> DocumentFormat.OpenXml.Spreadsheet.PatternFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills() -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filter +DocumentFormat.OpenXml.Spreadsheet.Filter.Filter() -> void +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.get -> DocumentFormat.OpenXml.Spreadsheet.ColorFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.get -> DocumentFormat.OpenXml.Spreadsheet.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.get -> DocumentFormat.OpenXml.Office2010.Excel.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.get -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.get -> DocumentFormat.OpenXml.Spreadsheet.Filters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.get -> DocumentFormat.OpenXml.Spreadsheet.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.get -> DocumentFormat.OpenXml.Office2010.Excel.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.get -> DocumentFormat.OpenXml.Spreadsheet.Top10? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThan = 1 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThanOrEqual = 2 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.Filters +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters() -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Font +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.get -> DocumentFormat.OpenXml.Spreadsheet.Bold? +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.Font.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.get -> DocumentFormat.OpenXml.Spreadsheet.Condense? +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.get -> DocumentFormat.OpenXml.Spreadsheet.Extend? +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font() -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.get -> DocumentFormat.OpenXml.Spreadsheet.FontCharSet? +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.get -> DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering? +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.get -> DocumentFormat.OpenXml.Spreadsheet.FontName? +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.get -> DocumentFormat.OpenXml.Spreadsheet.FontScheme? +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.get -> DocumentFormat.OpenXml.Spreadsheet.FontSize? +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.get -> DocumentFormat.OpenXml.Spreadsheet.Italic? +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.get -> DocumentFormat.OpenXml.Spreadsheet.Outline? +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.get -> DocumentFormat.OpenXml.Spreadsheet.Shadow? +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.get -> DocumentFormat.OpenXml.Spreadsheet.Strike? +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.get -> DocumentFormat.OpenXml.Spreadsheet.Underline? +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment? +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamily +DocumentFormat.OpenXml.Spreadsheet.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.FontFamilyNumbering() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontName +DocumentFormat.OpenXml.Spreadsheet.FontName.FontName() -> void +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme +DocumentFormat.OpenXml.Spreadsheet.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Major = 1 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Minor = 2 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSize +DocumentFormat.OpenXml.Spreadsheet.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Format +DocumentFormat.OpenXml.Spreadsheet.Format.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Format.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format() -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Blank = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Formatting = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.Formats +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats() -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1 +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2 +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Area = 2 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.AreaError = 3 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ComputedArea = 4 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Reference = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ReferenceError = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.FunctionGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Linear = 0 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Path = 1 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.Group +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group() -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.get -> DocumentFormat.OpenXml.Spreadsheet.GroupMembers? +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Group.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Days = 4 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Hours = 3 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Minutes = 2 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Months = 5 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Quarters = 6 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Range = 0 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Seconds = 1 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Years = 7 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupItems +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.get -> DocumentFormat.OpenXml.Spreadsheet.Groups? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.GroupMember() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups() -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertClear = 1 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertDelete = 0 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.OverwriteClear = 2 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.Header +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header() -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.get -> DocumentFormat.OpenXml.Spreadsheet.ReviewedList? +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.get -> DocumentFormat.OpenXml.Spreadsheet.SheetIdMap? +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Spreadsheet.EvenFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Spreadsheet.EvenHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Spreadsheet.FirstFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Spreadsheet.FirstHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Spreadsheet.OddFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Spreadsheet.OddHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers() -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.History.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.HierarchyUsageType() -> void +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.CenterContinuous = 6 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Distributed = 7 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Fill = 4 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Justify = 5 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.All = 2 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.HonorRichText = 1 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.Hyperlink +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveRating = 15 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrows = 8 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRating = 11 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IgnoredError +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors() -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString() -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.InputCells() -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.InternationalPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Italic +DocumentFormat.OpenXml.Spreadsheet.Italic.Italic() -> void +DocumentFormat.OpenXml.Spreadsheet.Item +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Item.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Item() -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items +DocumentFormat.OpenXml.Spreadsheet.Items.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Items.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items() -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Blank = 14 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Count = 8 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.CountA = 3 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Data = 0 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Default = 1 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Grand = 13 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Maximum = 5 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Minimum = 6 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Product = 7 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviation = 9 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviationP = 10 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Sum = 2 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Variance = 11 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.VarianceP = 12 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.Kpi +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Kpi() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.LegacyDrawingType() -> void +DocumentFormat.OpenXml.Spreadsheet.Location +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Location() -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main +DocumentFormat.OpenXml.Spreadsheet.Main.First.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Main.First.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main() -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.get -> DocumentFormat.OpenXml.Spreadsheet.DataBinding? +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ID.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Map.ID.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map() -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.set -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo +DocumentFormat.OpenXml.Spreadsheet.MapInfo.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps() -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx() -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.get -> DocumentFormat.OpenXml.Spreadsheet.MdxKpi? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.get -> DocumentFormat.OpenXml.Spreadsheet.MdxSet? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.get -> DocumentFormat.OpenXml.Spreadsheet.MdxTuple? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeKPIMember = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMember = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMemberProperty = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeRankedMember = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSet = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSetCount = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeValue = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxKpi +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.MdxKpi() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Goal = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Status = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Trend = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Weight = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.MdxMemberProp() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaAscendingSortOrder = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaDescendingSortOrder = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalAscending = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalDescending = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Unsorted = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxTuple +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureDimensionMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.MeasureGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Member +DocumentFormat.OpenXml.Spreadsheet.Member.Member() -> void +DocumentFormat.OpenXml.Spreadsheet.Member.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Member.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.MemberPropertiesMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.MemberProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.MemberPropertyIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.Members +DocumentFormat.OpenXml.Spreadsheet.Members.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members() -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell +DocumentFormat.OpenXml.Spreadsheet.MergeCell.MergeCell() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata +DocumentFormat.OpenXml.Spreadsheet.Metadata.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Spreadsheet.Metadata.Load(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMetadata? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata() -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataStrings? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataTypes? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Save(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.MetadataRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MetadataType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem() -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingTable +DocumentFormat.OpenXml.Spreadsheet.MissingTable.MissingTable() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.NameIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.get -> DocumentFormat.OpenXml.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor() -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.get -> DocumentFormat.OpenXml.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.All = 0 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.Placeholders = 1 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.OddFooter +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.OlapProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell() -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.get -> DocumentFormat.OpenXml.Spreadsheet.OleItems? +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink() -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.get -> DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties? +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize +DocumentFormat.OpenXml.Spreadsheet.OleSize.OleSize() -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateAlways = 0 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateOnCall = 1 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Default = 0 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.Outline +DocumentFormat.OpenXml.Spreadsheet.Outline.Outline() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.OutlineProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page +DocumentFormat.OpenXml.Spreadsheet.Page.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Page.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page() -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType() -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField() -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem.PageItem() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.DownThenOver = 0 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.OverThenDown = 1 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.Pages +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages() -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.PageSetupProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.Pane() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Frozen = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.FrozenSplit = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Split = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomRight = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopLeft = 3 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopRight = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.Parameter +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Cell = 2 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Prompt = 0 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Value = 1 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.PatternFill +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.BackgroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.ForegroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkDown = 7 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGray = 3 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGrid = 9 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkHorizontal = 5 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkTrellis = 10 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkUp = 8 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkVertical = 6 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray0625 = 18 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray125 = 17 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightDown = 13 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGray = 4 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGrid = 15 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightHorizontal = 11 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightTrellis = 16 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightUp = 14 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightVertical = 12 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.MediumGray = 2 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Solid = 1 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Distributed = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.PhoneticProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.FullWidthKatakana = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.HalfWidthKatakana = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.Hiragana = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.NoConversion = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.Picture +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.All = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Button = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Data = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Normal = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Origin = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopEnd = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopRight = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotCache +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.PivotCache() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.get -> DocumentFormat.OpenXml.Spreadsheet.CacheFields? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSource? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedItems? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.get -> DocumentFormat.OpenXml.Spreadsheet.Dimensions? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.get -> DocumentFormat.OpenXml.Spreadsheet.Kpis? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.get -> DocumentFormat.OpenXml.Spreadsheet.Maps? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.get -> DocumentFormat.OpenXml.Spreadsheet.MeasureGroups? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.get -> DocumentFormat.OpenXml.Spreadsheet.TupleCache? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.get -> DocumentFormat.OpenXml.Spreadsheet.AutoSortScope? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.get -> DocumentFormat.OpenXml.Spreadsheet.Items? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.April = 57 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.August = 61 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBeginsWith = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBetween = 16 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionContains = 10 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEndsWith = 8 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThan = 12 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThanOrEqual = 13 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThan = 14 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThanOrEqual = 15 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBeginsWith = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBetween = 17 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotContains = 11 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEndsWith = 9 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateBetween = 32 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateEqual = 26 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThan = 30 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThanOrEqual = 31 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotBetween = 33 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotEqual = 27 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThan = 28 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThanOrEqual = 29 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.December = 65 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.February = 55 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.January = 54 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.July = 60 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.June = 59 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastMonth = 42 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastQuarter = 45 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastWeek = 39 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastYear = 48 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.March = 56 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.May = 58 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextMonth = 40 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextQuarter = 43 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextWeek = 37 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextYear = 46 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.November = 64 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.October = 63 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter1 = 50 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter2 = 51 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter3 = 52 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter4 = 53 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.September = 62 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Sum = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisMonth = 41 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisQuarter = 44 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisWeek = 38 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisYear = 47 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Today = 35 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Tomorrow = 34 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Unknown = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueBetween = 24 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueEqual = 18 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThan = 20 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThanOrEqual = 21 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThan = 22 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThanOrEqual = 23 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotBetween = 25 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotEqual = 19 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.YearToDate = 49 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Yesterday = 36 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.get -> DocumentFormat.OpenXml.Spreadsheet.MemberProperties? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisColumn = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisPage = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisValues = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTablePart.get -> DocumentFormat.OpenXml.Packaging.PivotTablePart? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.PivotTableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Blank = 1 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Dash = 2 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Displayed = 0 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.NA = 3 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintOptions +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.PrintOptions() -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Protection +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Protection() -> void +DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.DoubleQuote = 0 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.SingleQuote = 1 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.Query +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query() -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Load(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTablePart.get -> DocumentFormat.OpenXml.Packaging.QueryTablePart? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Save(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.RangeSet() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.A1 = 0 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.R1C1 = 1 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.Reviewed +DocumentFormat.OpenXml.Spreadsheet.Reviewed.Reviewed() -> void +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList() -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Add = 0 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Delete = 1 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.RevisionAutoFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.get -> DocumentFormat.OpenXml.Spreadsheet.NewCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.get -> DocumentFormat.OpenXml.Spreadsheet.OldCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.RevisionComment() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionConflict() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.RevisionCustomView() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.get -> DocumentFormat.OpenXml.Spreadsheet.Formula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.get -> DocumentFormat.OpenXml.Spreadsheet.OldFormula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionInsertSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.RevisionQueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions +DocumentFormat.OpenXml.Spreadsheet.Revisions.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions() -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.WorkbookRevisionLogPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Height.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Height.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row() -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.ColumnInsert = 2 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.InsertRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowFields +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields() -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.RowHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType() -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.All = 1 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Column = 3 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Row = 2 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.Run +DocumentFormat.OpenXml.Spreadsheet.Run.Run() -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.get -> DocumentFormat.OpenXml.Spreadsheet.RunProperties? +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.Run.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont +DocumentFormat.OpenXml.Spreadsheet.RunFont.RunFont() -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.RunPropertyCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema() -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Data = 1 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Field = 2 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Selection = 0 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.Selection +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Selection() -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Shadow +DocumentFormat.OpenXml.Spreadsheet.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Load(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Save(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Sheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.SheetCalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.SheetDimension() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.SheetFormatProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId +DocumentFormat.OpenXml.Spreadsheet.SheetId.SheetId() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName +DocumentFormat.OpenXml.Spreadsheet.SheetName.SheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OutlineProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetView +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageBreakPreview = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageLayout = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Difference = 1 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Index = 8 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentageDifference = 3 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfColumn = 6 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfRaw = 5 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfTotal = 7 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.RunTotal = 4 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Load(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Save(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.CellColor = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.FontColor = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Icon = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortCondition +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.PinYin = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.Stroke = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortState +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState() -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingAlpha = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingNatural = 5 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingAlpha = 4 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingNatural = 6 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Consolidation = 2 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.External = 1 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Scenario = 3 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.StartBorder +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Strike +DocumentFormat.OpenXml.Spreadsheet.Strike.Strike() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.get -> DocumentFormat.OpenXml.Spreadsheet.Borders? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.get -> DocumentFormat.OpenXml.Spreadsheet.Colors? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.get -> DocumentFormat.OpenXml.Spreadsheet.Fills? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.get -> DocumentFormat.OpenXml.Spreadsheet.Fonts? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Load(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Save(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic() -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TabColor +DocumentFormat.OpenXml.Spreadsheet.TabColor.TabColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Table +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Load(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Save(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table() -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.get -> DocumentFormat.OpenXml.Spreadsheet.TableColumns? +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.TableDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.TableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo? +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.get -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType() -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart.TablePart() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables() -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.TableStyleElement() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.TableStyleInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.BlankRow = 19 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnStripe = 7 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnSubheading = 20 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstHeaderCell = 9 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowStripe = 5 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowSubheading = 23 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalColumn = 13 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalRow = 16 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstTotalCell = 11 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.HeaderRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastColumn = 4 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastHeaderCell = 10 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastTotalCell = 12 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldLabels = 26 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldValues = 27 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnStripe = 8 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnSubheading = 21 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowStripe = 6 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowSubheading = 24 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalColumn = 14 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalRow = 17 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdColumnSubheading = 22 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdRowSubheading = 25 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalColumn = 15 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalRow = 18 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.TotalRow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.WholeTable = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.QueryTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Xml = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.Text +DocumentFormat.OpenXml.Spreadsheet.Text.Text() -> void +DocumentFormat.OpenXml.Spreadsheet.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TextField +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.TextField() -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields() -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextProperties +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Last7Days = 3 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastMonth = 5 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextWeek = 9 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisMonth = 4 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Today = 0 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Tomorrow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Yesterday = 1 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Top10 +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top10() -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic() -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.TopicReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Count = 5 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.CountNumbers = 6 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Custom = 9 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Minimum = 2 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.StandardDeviation = 7 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Sum = 1 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Variance = 8 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.Tuple +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Tuple() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.get -> DocumentFormat.OpenXml.Spreadsheet.Entries? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.get -> DocumentFormat.OpenXml.Spreadsheet.QueryCache? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ServerFormats? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.get -> DocumentFormat.OpenXml.Spreadsheet.Sets? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples() -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType() -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Underline +DocumentFormat.OpenXml.Spreadsheet.Underline.Underline() -> void +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Double = 1 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.DoubleAccounting = 3 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.None = 4 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.SingleAccounting = 2 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.Undo +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Undo() -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Always = 2 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Never = 1 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.UserSet = 0 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UserInfo +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users +DocumentFormat.OpenXml.Spreadsheet.Users.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Users.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Load(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Save(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users() -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Spreadsheet.Value +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.get -> DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue? +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value() -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values() -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Baseline = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Subscript = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Superscript = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.OlapFunctions = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.RealTimeData = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileType +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Load(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Save(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.RealNumber = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.String = 3 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.WebPublishing +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.WebPublishing() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.WebPublishItem() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.WebPublishObject() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.get -> DocumentFormat.OpenXml.Spreadsheet.Tables? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.AutoFilter = 2 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Chart = 4 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Label = 7 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PivotTable = 5 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PrintArea = 1 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Query = 6 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Range = 3 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Sheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.Workbook +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.get -> DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath? +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.get -> DocumentFormat.OpenXml.Spreadsheet.BookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.DefinedNames? +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalReferences? +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.get -> DocumentFormat.OpenXml.Spreadsheet.FileSharing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.get -> DocumentFormat.OpenXml.Spreadsheet.FileVersion? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.get -> DocumentFormat.OpenXml.Spreadsheet.FunctionGroups? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Load(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.get -> DocumentFormat.OpenXml.Spreadsheet.OleSize? +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCaches? +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Save(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.get -> DocumentFormat.OpenXml.Spreadsheet.Sheets? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook() -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Load(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Save(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.WorksheetPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetPart? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.WorksheetSource() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlProperties? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyType = 44 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyURI = 34 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Base64Binary = 5 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Boolean = 21 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Byte = 3 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Date = 25 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.DateTime = 23 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Decimal = 18 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Double = 20 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Duration = 24 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entities = 40 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entity = 39 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Float = 19 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gday = 29 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gmonth = 26 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GMonthDay = 30 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gyear = 27 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GYearMonth = 28 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.HexBinary = 6 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Id = 36 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRef = 37 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRefs = 38 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Int = 12 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Integer = 7 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Language = 35 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Long = 14 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Name = 31 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NCName = 33 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NegativeInteger = 9 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMToken = 42 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMTokens = 43 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonNegativeInteger = 11 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonPositiveInteger = 10 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NormalizedString = 1 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Notation = 41 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.PositiveInteger = 8 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Qname = 32 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Short = 16 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.String = 0 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Time = 22 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Token = 2 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedByte = 4 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedInteger = 13 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedLong = 15 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedShort = 17 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlProperties +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType() -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XType +DocumentFormat.OpenXml.Spreadsheet.XType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.XType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.XType.XType() -> void +DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.AddIn = 4 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledWorkbook = 2 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Template = 1 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Workbook = 0 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.StringValue +DocumentFormat.OpenXml.StringValue.StringValue() -> void +DocumentFormat.OpenXml.StringValue.StringValue(DocumentFormat.OpenXml.StringValue! source) -> void +DocumentFormat.OpenXml.StringValue.StringValue(string? value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue() -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(DocumentFormat.OpenXml.TrueFalseBlankValue! source) -> void +DocumentFormat.OpenXml.TrueFalseValue +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue() -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(DocumentFormat.OpenXml.TrueFalseValue! source) -> void +DocumentFormat.OpenXml.UInt16Value +DocumentFormat.OpenXml.UInt16Value.UInt16Value() -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(DocumentFormat.OpenXml.UInt16Value! source) -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(ushort value) -> void +DocumentFormat.OpenXml.UInt32Value +DocumentFormat.OpenXml.UInt32Value.UInt32Value() -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(DocumentFormat.OpenXml.UInt32Value! source) -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(uint value) -> void +DocumentFormat.OpenXml.UInt64Value +DocumentFormat.OpenXml.UInt64Value.UInt64Value() -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(DocumentFormat.OpenXml.UInt64Value! source) -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(ulong value) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator +DocumentFormat.OpenXml.Validation.OpenXmlValidator.FileFormat.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.get -> int +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.set -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator() -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator(DocumentFormat.OpenXml.FileFormatVersions fileFormat) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Description.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ErrorType.get -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Id.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Node.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Path.get -> DocumentFormat.OpenXml.XmlPath? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedNode.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ValidationErrorInfo() -> void +DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.MarkupCompatibility = 3 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Package = 2 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Schema = 0 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Semantic = 1 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bool = 14 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bstr = 12 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Currency = 15 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Date = 13 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Decimal = 11 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Error = 16 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Integer = 4 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.UnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.Variant +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.get -> DocumentFormat.OpenXml.VariantTypes.Variant? +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant() -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bool = 16 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bstr = 13 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClassId = 19 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClipboardData = 20 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Currency = 17 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Date = 14 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesSignedInteger = 4 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesUnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Error = 18 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Filetime = 15 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpstr = 11 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpwstr = 12 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VTArray +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray() -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBool +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool() -> void +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBString +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString() -> void +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTByte +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId() -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData() -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency() -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDate +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate() -> void +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal() -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble() -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTEmpty +DocumentFormat.OpenXml.VariantTypes.VTEmpty.VTEmpty() -> void +DocumentFormat.OpenXml.VariantTypes.VTError +DocumentFormat.OpenXml.VariantTypes.VTError.VTError() -> void +DocumentFormat.OpenXml.VariantTypes.VTError.VTError(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime() -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat() -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32 +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64 +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTNull +DocumentFormat.OpenXml.VariantTypes.VTNull.VTNull() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTShort +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector() -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData(string! text) -> void +DocumentFormat.OpenXml.Vml.Arc +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Arc.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Arc.Arc() -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Arc.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Button.set -> void +DocumentFormat.OpenXml.Vml.Arc.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Clip.set -> void +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Arc.EndAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.EndAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Filled.set -> void +DocumentFormat.OpenXml.Vml.Arc.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Arc.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Arc.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Href.set -> void +DocumentFormat.OpenXml.Vml.Arc.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Id.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Arc.Ole.set -> void +DocumentFormat.OpenXml.Vml.Arc.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Arc.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Oned.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Arc.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Print.set -> void +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Arc.StartAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.StartAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Arc.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Style.set -> void +DocumentFormat.OpenXml.Vml.Arc.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Target.set -> void +DocumentFormat.OpenXml.Vml.Arc.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Title.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.set -> void +DocumentFormat.OpenXml.Vml.Background +DocumentFormat.OpenXml.Vml.Background.Background() -> void +DocumentFormat.OpenXml.Vml.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Background.Fill.set -> void +DocumentFormat.OpenXml.Vml.Background.Fillcolor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Fillcolor.set -> void +DocumentFormat.OpenXml.Vml.Background.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Background.Filled.set -> void +DocumentFormat.OpenXml.Vml.Background.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Id.set -> void +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Vml.Curve +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Curve.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Curve.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Button.set -> void +DocumentFormat.OpenXml.Vml.Curve.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Class.set -> void +DocumentFormat.OpenXml.Vml.Curve.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Clip.set -> void +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control1.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control2.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Curve.Curve() -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Curve.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Filled.set -> void +DocumentFormat.OpenXml.Vml.Curve.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Curve.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.From.set -> void +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Curve.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Curve.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Href.set -> void +DocumentFormat.OpenXml.Vml.Curve.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Id.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Curve.Ole.set -> void +DocumentFormat.OpenXml.Vml.Curve.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Curve.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Oned.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Curve.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Print.set -> void +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Curve.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Style.set -> void +DocumentFormat.OpenXml.Vml.Curve.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Target.set -> void +DocumentFormat.OpenXml.Vml.Curve.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Title.set -> void +DocumentFormat.OpenXml.Vml.Curve.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.To.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Bullseye = 6 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Canvas = 0 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Cycle = 3 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.OrganizationChart = 1 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Radial = 2 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Stacked = 4 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Venn = 5 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.BackwardCompatible = 2 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.Edit = 1 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.View = 0 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.Fill +DocumentFormat.OpenXml.Vml.Fill.AlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.AlignShape.set -> void +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Fill.Angle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Fill.Angle.set -> void +DocumentFormat.OpenXml.Vml.Fill.Aspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Aspect.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Colors.set -> void +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.Fill.Fill() -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.get -> DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties? +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.set -> void +DocumentFormat.OpenXml.Vml.Fill.Focus.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Focus.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusSize.set -> void +DocumentFormat.OpenXml.Vml.Fill.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Href.set -> void +DocumentFormat.OpenXml.Vml.Fill.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Id.set -> void +DocumentFormat.OpenXml.Vml.Fill.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Method.set -> void +DocumentFormat.OpenXml.Vml.Fill.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.On.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Origin.set -> void +DocumentFormat.OpenXml.Vml.Fill.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Position.set -> void +DocumentFormat.OpenXml.Vml.Fill.Recolor.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Recolor.set -> void +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Fill.Rotate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Rotate.set -> void +DocumentFormat.OpenXml.Vml.Fill.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Size.set -> void +DocumentFormat.OpenXml.Vml.Fill.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Source.set -> void +DocumentFormat.OpenXml.Vml.Fill.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Title.set -> void +DocumentFormat.OpenXml.Vml.Fill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Type.set -> void +DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Any = 3 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linear = 1 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linearsigma = 4 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.None = 0 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Sigma = 2 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Frame = 5 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Gradient = 1 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.GradientRadial = 2 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Pattern = 4 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.Formula +DocumentFormat.OpenXml.Vml.Formula.Equation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Formula.Equation.set -> void +DocumentFormat.OpenXml.Vml.Formula.Formula() -> void +DocumentFormat.OpenXml.Vml.Formulas +DocumentFormat.OpenXml.Vml.Formulas.Formulas() -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group +DocumentFormat.OpenXml.Vml.Group.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Group.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Group.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Group.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Button.set -> void +DocumentFormat.OpenXml.Vml.Group.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Class.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Group.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.EditAs.set -> void +DocumentFormat.OpenXml.Vml.Group.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Group.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Group.Group() -> void +DocumentFormat.OpenXml.Vml.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Group.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Href.set -> void +DocumentFormat.OpenXml.Vml.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Id.set -> void +DocumentFormat.OpenXml.Vml.Group.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Group.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Oned.set -> void +DocumentFormat.OpenXml.Vml.Group.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Group.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Print.set -> void +DocumentFormat.OpenXml.Vml.Group.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Group.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Style.set -> void +DocumentFormat.OpenXml.Vml.Group.TableLimits.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableLimits.set -> void +DocumentFormat.OpenXml.Vml.Group.TableProperties.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableProperties.set -> void +DocumentFormat.OpenXml.Vml.Group.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Target.set -> void +DocumentFormat.OpenXml.Vml.Group.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Title.set -> void +DocumentFormat.OpenXml.Vml.Group.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Group.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtLeast = 2 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtMost = 1 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.Ignore = 0 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageData +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ImageData() -> void +DocumentFormat.OpenXml.Vml.ImageData.Picture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Picture.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelHref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelHref.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Button.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Class.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Clip.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Filled.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Href.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile() -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ImageFile.Ole.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Oned.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Print.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Source.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Style.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Target.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Line +DocumentFormat.OpenXml.Vml.Line.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Line.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Line.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Button.set -> void +DocumentFormat.OpenXml.Vml.Line.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Class.set -> void +DocumentFormat.OpenXml.Vml.Line.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Clip.set -> void +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Line.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Line.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Filled.set -> void +DocumentFormat.OpenXml.Vml.Line.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Line.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.From.set -> void +DocumentFormat.OpenXml.Vml.Line.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Line.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Line.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Line.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Href.set -> void +DocumentFormat.OpenXml.Vml.Line.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Id.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Line.Line() -> void +DocumentFormat.OpenXml.Vml.Line.Line(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.Line(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Line.Line(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Line.Ole.set -> void +DocumentFormat.OpenXml.Vml.Line.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Line.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Oned.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Line.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Line.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Print.set -> void +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Line.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Style.set -> void +DocumentFormat.OpenXml.Vml.Line.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Target.set -> void +DocumentFormat.OpenXml.Vml.Line.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Title.set -> void +DocumentFormat.OpenXml.Vml.Line.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.To.set -> void +DocumentFormat.OpenXml.Vml.Line.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Line.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Any = 0 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Auto = 5 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree30 = 1 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree45 = 2 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree60 = 3 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree90 = 4 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Black = 7 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.BlackTextAndLines = 10 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayOutline = 5 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayScale = 2 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.HighContrast = 6 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.InverseGray = 4 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.LightGrayScale = 3 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Undrawn = 9 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.White = 8 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BottomStroke +DocumentFormat.OpenXml.Vml.Office.BottomStroke.BottomStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Callout +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Callout() -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Length.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Center = 1 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.User = 3 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.ClipPath +DocumentFormat.OpenXml.Vml.Office.ClipPath.ClipPath() -> void +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ColorMenu() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColumnStroke +DocumentFormat.OpenXml.Vml.Office.ColumnStroke.ColumnStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Complex +DocumentFormat.OpenXml.Vml.Office.Complex.Complex() -> void +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Curved = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Elbow = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Straight = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Custom = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Rectangle = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Segments = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.Diagram +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.get -> DocumentFormat.OpenXml.Vml.Office.RelationTable? +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry +DocumentFormat.OpenXml.Vml.Office.Entry.Entry() -> void +DocumentFormat.OpenXml.Vml.Office.Entry.New.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.New.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry.Old.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.Old.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extrusion() -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.set -> void +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.XY = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.YZ = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.ZX = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.BoundingCube = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.WireFrame = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Parallel = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Perspective = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.FieldCodes +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes() -> void +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.FillExtendedProperties() -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Background = 8 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Frame = 4 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Gradient = 7 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientCenter = 0 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientRadial = 6 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientUnscaled = 5 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Solid = 1 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.Ink +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.set -> void +DocumentFormat.OpenXml.Vml.Office.Ink.Ink() -> void +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.set -> void +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.LeftStroke +DocumentFormat.OpenXml.Vml.Office.LeftStroke.LeftStroke() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.Lock +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Lock() -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Position.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Position.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.set -> void +DocumentFormat.OpenXml.Vml.Office.LockedField +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField() -> void +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Content = 0 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Icon = 1 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Bitmap = 1 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.EnhancedMetaFile = 2 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Picture = 0 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleObject +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.get -> DocumentFormat.OpenXml.Vml.Office.FieldCodes? +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.get -> DocumentFormat.OpenXml.Vml.Office.LinkType? +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.get -> DocumentFormat.OpenXml.Vml.Office.LockedField? +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.set -> void +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.Always = 0 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.OnCall = 1 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Embed = 0 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Link = 1 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.Proxy +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.End.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.End.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Proxy() -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable() -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Relation +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Relation() -> void +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable() -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RightStroke +DocumentFormat.OpenXml.Vml.Office.RightStroke.RightStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Rule +DocumentFormat.OpenXml.Vml.Office.Rule.How.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.How.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule() -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules() -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Arc = 0 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Callout = 1 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Connector = 2 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1152x862 = 5 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.get -> DocumentFormat.OpenXml.Vml.Office.Callout? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.get -> DocumentFormat.OpenXml.Vml.Office.ColorMenu? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.get -> DocumentFormat.OpenXml.Vml.Office.Extrusion? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.get -> DocumentFormat.OpenXml.Vml.ImageData? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.get -> DocumentFormat.OpenXml.Vml.Office.Lock? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.get -> DocumentFormat.OpenXml.Vml.Shadow? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.get -> DocumentFormat.OpenXml.Vml.Office.Skew? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.get -> DocumentFormat.OpenXml.Vml.Stroke? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.get -> DocumentFormat.OpenXml.Vml.TextBox? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.ShapeIdMap() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.get -> DocumentFormat.OpenXml.Vml.Office.RegroupTable? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.get -> DocumentFormat.OpenXml.Vml.Office.Rules? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.get -> DocumentFormat.OpenXml.Vml.Office.ShapeIdMap? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Skew.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Skew() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StrokeChildType() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.set -> void +DocumentFormat.OpenXml.Vml.Office.TopStroke +DocumentFormat.OpenXml.Vml.Office.TopStroke.TopStroke() -> void +DocumentFormat.OpenXml.Vml.Oval +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Oval.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Oval.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Button.set -> void +DocumentFormat.OpenXml.Vml.Oval.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Class.set -> void +DocumentFormat.OpenXml.Vml.Oval.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Clip.set -> void +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Oval.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Filled.set -> void +DocumentFormat.OpenXml.Vml.Oval.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Oval.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Oval.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Href.set -> void +DocumentFormat.OpenXml.Vml.Oval.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Id.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Oval.Ole.set -> void +DocumentFormat.OpenXml.Vml.Oval.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Oned.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oval() -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Oval.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Print.set -> void +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Oval.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Style.set -> void +DocumentFormat.OpenXml.Vml.Oval.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Target.set -> void +DocumentFormat.OpenXml.Vml.Oval.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Title.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Path +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowFill.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowFill.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowShading.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowShading.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowStroke.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.set -> void +DocumentFormat.OpenXml.Vml.Path.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Id.set -> void +DocumentFormat.OpenXml.Vml.Path.Limo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Limo.set -> void +DocumentFormat.OpenXml.Vml.Path.Path() -> void +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.set -> void +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.set -> void +DocumentFormat.OpenXml.Vml.Path.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Value.set -> void +DocumentFormat.OpenXml.Vml.PolyLine +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Button.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Class.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Clip.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Filled.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Href.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Id.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.PolyLine.Ole.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Oned.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Points.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Points.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine() -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Print.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Style.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Target.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Title.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.InkAnnotationFlag() -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.set -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData.TextData() -> void +DocumentFormat.OpenXml.Vml.Rectangle +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Rectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle() -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Shadow +DocumentFormat.OpenXml.Vml.Shadow.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Id.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Obscured.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.Obscured.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.On.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Origin.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Vml.Shadow.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shadow.Type.set -> void +DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Double = 1 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.DrawingRelative = 5 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Emboss = 2 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Perspective = 3 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.ShapeRelative = 4 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Single = 0 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.Shape +DocumentFormat.OpenXml.Vml.Shape.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shape.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shape.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Button.set -> void +DocumentFormat.OpenXml.Vml.Shape.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Class.set -> void +DocumentFormat.OpenXml.Vml.Shape.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shape.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.set -> void +DocumentFormat.OpenXml.Vml.Shape.EquationXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EquationXml.set -> void +DocumentFormat.OpenXml.Vml.Shape.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shape.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shape.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shape.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Href.set -> void +DocumentFormat.OpenXml.Vml.Shape.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Id.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shape.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shape.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shape.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shape.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Print.set -> void +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shape.Shape() -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shape.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Style.set -> void +DocumentFormat.OpenXml.Vml.Shape.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Target.set -> void +DocumentFormat.OpenXml.Vml.Shape.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Title.set -> void +DocumentFormat.OpenXml.Vml.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Type.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.ShapeHandle() -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandles +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles() -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Button.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Class.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Href.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Id.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Master.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Master.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shapetype.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Print.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype() -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Style.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Target.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Title.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.Empty = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.F = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.False = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.T = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.True = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Bitmap = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Picture = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureOld = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PicturePrint = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureScreen = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingLine = 7 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingRectangle = 13 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Button = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Checkbox = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Dialog = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Drop = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Edit = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Group = 17 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.GroupBox = 5 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Label = 6 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.List = 8 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Movie = 9 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Note = 10 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Picture = 11 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Radio = 12 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Rectangle = 18 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Scroll = 14 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Shape = 16 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Spin = 15 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible(string! text) -> void +DocumentFormat.OpenXml.Vml.Stroke +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.get -> DocumentFormat.OpenXml.Vml.Office.BottomStroke? +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color2.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.get -> DocumentFormat.OpenXml.Vml.Office.ColumnStroke? +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Stroke.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.FillType.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Href.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Id.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.set -> void +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.get -> DocumentFormat.OpenXml.Vml.Office.LeftStroke? +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.set -> void +DocumentFormat.OpenXml.Vml.Stroke.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.On.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.get -> DocumentFormat.OpenXml.Vml.Office.RightStroke? +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Source.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke() -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Title.set -> void +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.get -> DocumentFormat.OpenXml.Vml.Office.TopStroke? +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Weight.set -> void +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Long = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Short = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Block = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Classic = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Diamond = 4 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.None = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Open = 5 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Oval = 3 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Narrow = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Wide = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Flat = 0 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Round = 2 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Frame = 3 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Tile = 1 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Bevel = 1 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Miter = 2 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Round = 0 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.Single = 0 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickBetweenThin = 4 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickThin = 3 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThick = 2 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThin = 1 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.TextBox +DocumentFormat.OpenXml.Vml.TextBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Id.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Inset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Inset.set -> void +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Style.set -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox() -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.TextPath +DocumentFormat.OpenXml.Vml.TextPath.FitPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitPath.set -> void +DocumentFormat.OpenXml.Vml.TextPath.FitShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitShape.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Id.set -> void +DocumentFormat.OpenXml.Vml.TextPath.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.On.set -> void +DocumentFormat.OpenXml.Vml.TextPath.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.String.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Style.set -> void +DocumentFormat.OpenXml.Vml.TextPath.TextPath() -> void +DocumentFormat.OpenXml.Vml.TextPath.Trim.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.Trim.set -> void +DocumentFormat.OpenXml.Vml.TextPath.XScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.XScale.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.AnchorLock() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dash = 6 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotDot = 8 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashedSmall = 21 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dot = 5 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Double = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Hairline = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLInset = 26 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLOutset = 25 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.None = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Single = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Thick = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThin = 15 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinLarge = 18 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinSmall = 12 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThin = 14 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinLarge = 17 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinSmall = 11 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThick = 13 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickLarge = 16 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickSmall = 10 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.TextWrap() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Both = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Largest = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Left = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Right = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.None = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Through = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Tight = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.TopAndBottom = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.MiddleDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Indent = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Margin = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbstractNum +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.get -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelType? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.get -> DocumentFormat.OpenXml.Wordprocessing.Nsid? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.StyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.get -> DocumentFormat.OpenXml.Wordprocessing.TemplateCode? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.AbstractNumDefinitionName() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.AbstractNumId() -> void +DocumentFormat.OpenXml.Wordprocessing.Active +DocumentFormat.OpenXml.Wordprocessing.Active.Active() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.ActiveRecord() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ActiveWritingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.set -> void +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.AddressFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.AdjustLineHeightInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.AdjustRightIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.Aliases +DocumentFormat.OpenXml.Wordprocessing.Aliases.Aliases() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.AlignBorderAndEdges() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.AlignTablesRowByRow() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowPNG +DocumentFormat.OpenXml.Wordprocessing.AllowPNG.AllowPNG() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.AllowSpaceOfSameStyleInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.get -> DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.get -> DocumentFormat.OpenXml.Wordprocessing.MatchSource? +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltName +DocumentFormat.OpenXml.Wordprocessing.AltName.AltName() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.AlwaysMergeEmptyNamespace() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.AlwaysShowPlaceholderText() -> void +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.AnnotationReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.ApplyBreakingRules() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.AttachedSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.AttachedTemplate() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.AutoCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.AutofitToFirstFixedWidthCell() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.AutoFormatOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.AutoHyphenation() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.AutomaticallySizeFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.AutoRedefine() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.AutoSpaceDE() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.AutoSpaceDN() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95 +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.AutoSpaceLikeWord95() -> void +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.BalanceSingleByteDoubleByteWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.BarBorder +DocumentFormat.OpenXml.Wordprocessing.BarBorder.BarBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BasedOn +DocumentFormat.OpenXml.Wordprocessing.BasedOn.BasedOn() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior +DocumentFormat.OpenXml.Wordprocessing.Behavior.Behavior() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors() -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.BetweenBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BiDi +DocumentFormat.OpenXml.Wordprocessing.BiDi.BiDi() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.BiDiVisual() -> void +DocumentFormat.OpenXml.Wordprocessing.BlockQuote +DocumentFormat.OpenXml.Wordprocessing.BlockQuote.BlockQuote() -> void +DocumentFormat.OpenXml.Wordprocessing.Body +DocumentFormat.OpenXml.Wordprocessing.Body.Body() -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyDiv +DocumentFormat.OpenXml.Wordprocessing.BodyDiv.BodyDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Bold +DocumentFormat.OpenXml.Wordprocessing.Bold.Bold() -> void +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.BoldComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.BookFoldPrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.BookFoldPrintingSheets() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.BookFoldReversePrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.BookmarkEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.BookmarkStart() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Border +DocumentFormat.OpenXml.Wordprocessing.Border.Border() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.BordersDoNotSurroundFooter() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.BordersDoNotSurroundHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Apples = 27 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ArchedScallops = 28 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyPacifier = 29 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyRattle = 30 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Balloons3Colors = 31 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BalloonsHotAir = 32 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDashes = 33 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDots = 34 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackSquares = 35 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicThinLines = 36 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDashes = 37 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDots = 38 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteSquares = 39 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideInline = 40 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideMidline = 41 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideOutline = 42 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Bats = 43 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Birds = 44 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BirdsFlight = 45 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cabins = 46 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CakeSlice = 47 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CandyCorn = 48 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CelticKnotwork = 49 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CertificateBanner = 50 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChainLink = 51 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChampagneBottle = 52 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarBlack = 53 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarColor = 54 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Checkered = 55 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChristmasTree = 56 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesLines = 57 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesRectangles = 58 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ClassicalWave = 59 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Clocks = 60 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Compass = 61 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Confetti = 62 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiGrays = 63 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiOutline = 64 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiStreamers = 65 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiWhite = 66 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CornerTriangles = 67 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDashes = 68 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDots = 69 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrazyMaze = 70 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesButterfly = 71 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesFish = 72 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesInsects = 73 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesLadyBug = 74 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrossStitch = 75 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cup = 76 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dashed = 6 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashSmallGap = 21 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArch = 77 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArchColor = 78 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoBlocks = 79 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DiamondsGray = 80 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDotDash = 8 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dotted = 5 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Double = 4 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleD = 81 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleDiamonds = 82 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth1 = 83 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth2 = 84 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares1 = 85 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares2 = 86 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EggsBlack = 87 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Fans = 88 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Film = 89 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Firecrackers = 90 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersBlockPrint = 91 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersDaisies = 92 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern1 = 93 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern2 = 94 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersPansy = 95 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRedRose = 96 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRoses = 97 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTeacup = 98 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTiny = 99 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gems = 100 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.GingerbreadMan = 101 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gradient = 102 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade1 = 103 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade2 = 104 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartBalloon = 105 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartGray = 106 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hearts = 107 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeebieJeebies = 108 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Holly = 109 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HouseFunky = 110 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hypnotic = 111 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.IceCreamCones = 112 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Inset = 26 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.LightBulb = 113 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning1 = 114 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning2 = 115 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleLeaf = 117 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleMuffins = 118 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapPins = 116 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Marquee = 119 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MarqueeToothed = 120 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Moons = 121 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Mosaic = 122 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MusicNotes = 123 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.None = 1 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Northwest = 124 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Outset = 25 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Ovals = 125 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Packages = 126 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsBlack = 127 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsColor = 128 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PaperClips = 129 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Papyrus = 130 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyFavor = 131 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyGlass = 132 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pencils = 133 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.People = 134 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleHats = 136 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleWaving = 135 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Poinsettias = 137 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PostageStamp = 138 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pumpkin1 = 139 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote1 = 141 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote2 = 140 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pyramids = 142 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PyramidsAbove = 143 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Quadrants = 144 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Rings = 145 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Safari = 146 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sawtooth = 147 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SawtoothGray = 148 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ScaredCat = 149 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Seattle = 150 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShadowedSquares = 151 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes1 = 181 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes2 = 182 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SharksTeeth = 152 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShorebirdTracks = 153 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Single = 2 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Skyrocket = 154 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SnowflakeFancy = 155 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Snowflakes = 156 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sombrero = 157 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Southwest = 158 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars = 159 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars3d = 161 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsBlack = 162 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsShadowed = 163 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsTop = 160 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sun = 164 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Swirligig = 165 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinLargeGap = 17 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinMediumGap = 14 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinSmallGap = 11 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickLargeGap = 16 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickMediumGap = 13 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickSmallGap = 10 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinLargeGap = 18 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinMediumGap = 15 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinSmallGap = 12 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaper = 166 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaperBlack = 167 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Trees = 168 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle1 = 177 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle2 = 178 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle1 = 179 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle2 = 180 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleParty = 169 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangles = 170 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal1 = 171 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal2 = 172 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal3 = 173 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal4 = 174 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal5 = 175 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal6 = 176 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines1 = 183 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines2 = 184 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Vine = 185 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Waveline = 186 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingAngles = 187 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingBraid = 188 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingRibbon = 189 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingStrips = 190 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WhiteFlowers = 191 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Woodwork = 192 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.XIllusions = 193 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZanyTriangles = 194 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZag = 195 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZagStitch = 196 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMargin +DocumentFormat.OpenXml.Wordprocessing.BottomMargin.BottomMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.BottomMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.Break +DocumentFormat.OpenXml.Wordprocessing.Break.Break() -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.set -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.All = 3 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Column = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.TextWrapping = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CachedColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CalculateOnExit() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar +DocumentFormat.OpenXml.Wordprocessing.Calendar.Calendar() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Gregorian = 0 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianArabic = 13 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianMeFrench = 12 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedEnglish = 9 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedFrench = 10 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianUs = 11 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hebrew = 3 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hijri = 1 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Japan = 5 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Korea = 7 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.None = 14 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Saka = 8 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Thai = 6 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Umalqura = 2 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CantSplit +DocumentFormat.OpenXml.Wordprocessing.CantSplit.CantSplit() -> void +DocumentFormat.OpenXml.Wordprocessing.Caps +DocumentFormat.OpenXml.Wordprocessing.Caps.Caps() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption +DocumentFormat.OpenXml.Wordprocessing.Caption.Caption() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Above = 0 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Below = 1 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.Captions +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions() -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CarriageReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.Category +DocumentFormat.OpenXml.Wordprocessing.Category.Category() -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.get -> DocumentFormat.OpenXml.Wordprocessing.Gallery? +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.Category.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellDeletion +DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CellDeletion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellInsertion +DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CellInsertion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.CellMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Colon = 2 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EmDash = 3 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EnDash = 4 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Hyphen = 0 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Period = 1 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.CharacterScale +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CharacterScale() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CharacterSpacingControl() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuation = 1 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuationAndJapaneseKana = 2 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.DoNotCompress = 0 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CheckBox +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Checked +DocumentFormat.OpenXml.Wordprocessing.Checked.Checked() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckErrors +DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CheckErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.ClickAndTypeStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Color +DocumentFormat.OpenXml.Wordprocessing.Color.Color() -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.ColorSchemeMapping() -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column +DocumentFormat.OpenXml.Wordprocessing.Column.Column() -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.ColumnDelimiter() -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.ColumnIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Angle = 3 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Curly = 4 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Round = 1 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Square = 2 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.Comment +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment() -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.set -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CommentRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CommentRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentReference +DocumentFormat.OpenXml.Wordprocessing.CommentReference.CommentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.get -> DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.get -> DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.get -> DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.get -> DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility() -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.get -> DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.get -> DocumentFormat.OpenXml.Wordprocessing.GrowAutofit? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.get -> DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.get -> DocumentFormat.OpenXml.Wordprocessing.NoLeading? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.get -> DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.get -> DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.get -> DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.get -> DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.get -> DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.get -> DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.get -> DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.get -> DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.get -> DocumentFormat.OpenXml.Wordprocessing.SubFontBySize? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.get -> DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.get -> DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.get -> DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.get -> DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.get -> DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.get -> DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CompatibilitySetting() -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowHyphenationAtTrackBottom = 6 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowTextAfterFloatingTableBreak = 7 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.CompatibilityMode = 0 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DifferentiateMultirowTableHeaders = 4 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DoNotFlipMirrorIndents = 3 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.EnableOpenTypeFeatures = 2 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.OverrideTableStyleFontSizeAndJustification = 1 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.UseWord2013TrackBottomHyphenation = 5 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.ComplexScript +DocumentFormat.OpenXml.Wordprocessing.ComplexScript.ComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.ConditionalFormatStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConnectString +DocumentFormat.OpenXml.Wordprocessing.ConnectString.ConnectString() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.ConsecutiveHyphenLimit() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart +DocumentFormat.OpenXml.Wordprocessing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.ContextualSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.ContinuationSeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Control +DocumentFormat.OpenXml.Wordprocessing.Control.Control() -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.ConvertMailMergeEscape() -> void +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.Custom = 2 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaAdvancedEncryptionStandard = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CustomXmlAttribute() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CustomXmlDelRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CustomXmlDelRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CustomXmlInsRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CustomXmlInsRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CustomXmlMoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CustomXmlMoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CustomXmlMoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CustomXmlMoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CustomXmlPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding +DocumentFormat.OpenXml.Wordprocessing.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.get -> DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSource? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceReference? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.get -> DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.DataSourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.DataSourceTableName() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType +DocumentFormat.OpenXml.Wordprocessing.DataType.DataType() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormat +DocumentFormat.OpenXml.Wordprocessing.DateFormat.DateFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Date = 1 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.DateTime = 2 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DayLong +DocumentFormat.OpenXml.Wordprocessing.DayLong.DayLong() -> void +DocumentFormat.OpenXml.Wordprocessing.DayShort +DocumentFormat.OpenXml.Wordprocessing.DayShort.DayShort() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.DecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.DecimalSymbol() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.DefaultCheckBoxFormFieldState() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.DefaultDropDownListItemIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.DefaultTableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.DefaultTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.DefaultTextBoxFormFieldString() -> void +DocumentFormat.OpenXml.Wordprocessing.Deleted +DocumentFormat.OpenXml.Wordprocessing.Deleted.Deleted() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.Description +DocumentFormat.OpenXml.Wordprocessing.Description.Description() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination +DocumentFormat.OpenXml.Wordprocessing.Destination.Destination() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Ltr = 0 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Rtl = 1 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.Dirty +DocumentFormat.OpenXml.Wordprocessing.Dirty.Dirty() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Next = 0 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Previous = 1 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.DisplayBackgroundShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.DisplayHangulFixedWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.DisplayHorizontalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.DisplayVerticalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.Div +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.get -> DocumentFormat.OpenXml.Wordprocessing.BlockQuote? +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BodyDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div() -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.get -> DocumentFormat.OpenXml.Wordprocessing.DivBorder? +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Div.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivId +DocumentFormat.OpenXml.Wordprocessing.DivId.DivId() -> void +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Divs +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs() -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.DocGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Lines = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.LinesAndChars = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.SnapToChars = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocPart +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartBody? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartProperties? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Content = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Paragraph = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBody +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.DocPartCategory() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.DocPartGallery() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Any = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.AutoText = 11 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Bibliography = 17 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CoverPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom1 = 33 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom2 = 34 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom3 = 35 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom4 = 36 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom5 = 37 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomAutoText = 26 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomBibliography = 32 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomCoverPage = 19 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomEquation = 20 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomFooter = 21 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomHeaders = 22 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumber = 23 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberBottom = 29 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberMargin = 30 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberTop = 28 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomQuickParts = 18 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTable = 24 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTableOfContents = 31 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTextBox = 27 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomWatermark = 25 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.DocumentPart = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Equation = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Footer = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Header = 7 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumber = 8 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberBottom = 14 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberMargins = 15 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberTop = 13 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Placeholder = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Table = 9 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TableOfContents = 16 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TextBox = 12 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.WaterMark = 10 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartId +DocumentFormat.OpenXml.Wordprocessing.DocPartId.DocPartId() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.DocPartName() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.get -> DocumentFormat.OpenXml.Wordprocessing.Behaviors? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.get -> DocumentFormat.OpenXml.Wordprocessing.Category? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.get -> DocumentFormat.OpenXml.Wordprocessing.Description? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartName? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartTypes? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.get -> DocumentFormat.OpenXml.Wordprocessing.StyleId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartReference +DocumentFormat.OpenXml.Wordprocessing.DocPartReference.DocPartReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType +DocumentFormat.OpenXml.Wordprocessing.DocPartType.DocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.DocPartUnique() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.AutoExp = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.FormField = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Normal = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.SdtPlaceholder = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Speller = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Toolbar = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.Document +DocumentFormat.OpenXml.Wordprocessing.Document.Body.get -> DocumentFormat.OpenXml.Wordprocessing.Body? +DocumentFormat.OpenXml.Wordprocessing.Document.Body.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document() -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Load(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.Document.Save(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.get -> DocumentFormat.OpenXml.Vml.Background? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.strict = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.transitional = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.DocumentProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Comments = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Forms = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.ReadOnly = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.TrackedChanges = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentType +DocumentFormat.OpenXml.Wordprocessing.DocumentType.DocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Letter = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.NotSpecified = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.DocumentVariable() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.DoNotAutoCompressPictures() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.DoNotAutofitConstrainedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.DoNotBreakConstrainedForcedTable() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.DoNotBreakWrappedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.DoNotDemarcateInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.DoNotDisplayPageBoundaries() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.DoNotExpandShiftReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.DoNotHyphenateCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.DoNotIncludeSubdocsInStats() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.DoNotLeaveBackslashAlone() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.DoNotOrganizeInFolder() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.DoNotRelyOnCSS() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.DoNotSaveAsSingleFile() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.DoNotShadeFormData() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.DoNotSnapToGridInCell() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.DoNotSuppressBlankLines() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.DoNotSuppressIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.DoNotSuppressParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.DoNotTrackFormatting() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.DoNotTrackMoves() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.DoNotUseEastAsianBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.DoNotUseHTMLParagraphAutoSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.DoNotUseIndentAsNumberingTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.DoNotUseLongFileNames() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.DoNotUseMarginsForDrawingGridOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.DoNotValidateAgainstSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.DoNotVerticallyAlignCellWithShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.DoNotVerticallyAlignInTextBox() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.DoNotWrapTextWithPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.DoubleStrike() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.set -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.DrawingGridHorizontalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.DrawingGridHorizontalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.DrawingGridVerticalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.DrawingGridVerticalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Drop = 1 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Margin = 2 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.get -> DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.DropDownListSelection() -> void +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.DynamicAddress() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.EastAsianLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.EmbedBoldFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.EmbedBoldItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.EmbedItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.EmbedRegularFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.EmbedSystemFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.EmbedTrueTypeFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Emboss +DocumentFormat.OpenXml.Wordprocessing.Emboss.Emboss() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Emphasis() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Circle = 3 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Comma = 2 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.UnderDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmptyType +DocumentFormat.OpenXml.Wordprocessing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Wordprocessing.Enabled +DocumentFormat.OpenXml.Wordprocessing.Enabled.Enabled() -> void +DocumentFormat.OpenXml.Wordprocessing.EndBorder +DocumentFormat.OpenXml.Wordprocessing.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.EndMargin +DocumentFormat.OpenXml.Wordprocessing.EndMargin.EndMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.EndnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.DocumentEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.SectionEnd = 0 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.EndnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.EndnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Load(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Save(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.EndnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EntryMacro +DocumentFormat.OpenXml.Wordprocessing.EntryMacro.EntryMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.EvenAndOddHeaders() -> void +DocumentFormat.OpenXml.Wordprocessing.ExitMacro +DocumentFormat.OpenXml.Wordprocessing.ExitMacro.ExitMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FormFieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Begin = 0 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.End = 2 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Separate = 1 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCode +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.get -> DocumentFormat.OpenXml.Wordprocessing.DynamicAddress? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.get -> DocumentFormat.OpenXml.Wordprocessing.MappedName? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.FirstRowHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText +DocumentFormat.OpenXml.Wordprocessing.FitText.FitText() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FlatBorders +DocumentFormat.OpenXml.Wordprocessing.FlatBorders.FlatBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.Font +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.get -> DocumentFormat.OpenXml.Wordprocessing.AltName? +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font() -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.get -> DocumentFormat.OpenXml.Wordprocessing.FontCharSet? +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.get -> DocumentFormat.OpenXml.Wordprocessing.FontFamily? +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.get -> DocumentFormat.OpenXml.Wordprocessing.FontSignature? +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Font.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.get -> DocumentFormat.OpenXml.Wordprocessing.NotTrueType? +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.get -> DocumentFormat.OpenXml.Wordprocessing.Panose1Number? +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.get -> DocumentFormat.OpenXml.Wordprocessing.Pitch? +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily +DocumentFormat.OpenXml.Wordprocessing.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Auto = 5 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Decorative = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Modern = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Roman = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Script = 3 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Swiss = 4 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Variable = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontRelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.set -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Wordprocessing.Fonts.Load(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Save(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.FontSignature() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSize +DocumentFormat.OpenXml.Wordprocessing.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.FontSizeComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.ComplexScript = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.EastAsia = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.Footer +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer() -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.FooterPart.get -> DocumentFormat.OpenXml.Packaging.FooterPart? +DocumentFormat.OpenXml.Wordprocessing.Footer.Load(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Save(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FooterReference +DocumentFormat.OpenXml.Wordprocessing.FooterReference.FooterReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.FootnoteEndnoteReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.FootnoteEndnoteSeparatorReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationNotice = 3 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationSeparator = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Normal = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Separator = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.FootnoteLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.FootnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.BeneathText = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.PageBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.SectionEnd = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.FootnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.FootnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Load(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Save(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.FootnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.ForceUpgrade() -> void +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.ForgetLastTabAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.Format +DocumentFormat.OpenXml.Wordprocessing.Format.Format() -> void +DocumentFormat.OpenXml.Wordprocessing.Format.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Format.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.FormFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.FormFieldSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FormProtection +DocumentFormat.OpenXml.Wordprocessing.FormProtection.FormProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.FormsDesign +DocumentFormat.OpenXml.Wordprocessing.FormsDesign.FormsDesign() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.get -> DocumentFormat.OpenXml.Wordprocessing.FrameName? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedToFile? +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.get -> DocumentFormat.OpenXml.Wordprocessing.MarginHeight? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.get -> DocumentFormat.OpenXml.Wordprocessing.MarginWidth? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.get -> DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed? +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.get -> DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility? +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceFileReference? +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.FrameLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Columns = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.None = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Rows = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameName +DocumentFormat.OpenXml.Wordprocessing.FrameName.FrameName() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.FrameProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Auto = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.Frameset +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.get -> DocumentFormat.OpenXml.Wordprocessing.FrameLayout? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset() -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.get -> DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.get -> DocumentFormat.OpenXml.Wordprocessing.FlatBorders? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar() -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.get -> DocumentFormat.OpenXml.Wordprocessing.NoBorder? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.get -> DocumentFormat.OpenXml.Wordprocessing.Width? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameSize +DocumentFormat.OpenXml.Wordprocessing.FrameSize.FrameSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery +DocumentFormat.OpenXml.Wordprocessing.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.get -> DocumentFormat.OpenXml.Wordprocessing.DocParts? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument() -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Load(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Save(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GridAfter +DocumentFormat.OpenXml.Wordprocessing.GridAfter.GridAfter() -> void +DocumentFormat.OpenXml.Wordprocessing.GridBefore +DocumentFormat.OpenXml.Wordprocessing.GridBefore.GridBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn +DocumentFormat.OpenXml.Wordprocessing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.GridSpan +DocumentFormat.OpenXml.Wordprocessing.GridSpan.GridSpan() -> void +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.GrowAutofit() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.GutterAtTop() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.GutterOnRight() -> void +DocumentFormat.OpenXml.Wordprocessing.Header +DocumentFormat.OpenXml.Wordprocessing.Header.Header() -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.HeaderPart.get -> DocumentFormat.OpenXml.Packaging.HeaderPart? +DocumentFormat.OpenXml.Wordprocessing.Header.Load(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Save(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.HeaderFooterReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Default = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Even = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.First = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderReference +DocumentFormat.OpenXml.Wordprocessing.HeaderReference.HeaderReference() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderSource +DocumentFormat.OpenXml.Wordprocessing.HeaderSource.HeaderSource() -> void +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HelpText +DocumentFormat.OpenXml.Wordprocessing.HelpText.HelpText() -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hidden +DocumentFormat.OpenXml.Wordprocessing.Hidden.Hidden() -> void +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.HideGrammaticalErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.HideMark +DocumentFormat.OpenXml.Wordprocessing.HideMark.HideMark() -> void +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.HideSpellingErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight +DocumentFormat.OpenXml.Wordprocessing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Black = 0 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Blue = 1 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Cyan = 2 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkBlue = 8 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkCyan = 9 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGray = 14 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGreen = 10 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkMagenta = 11 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkRed = 12 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkYellow = 13 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Green = 3 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.LightGray = 15 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Magenta = 4 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.None = 16 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Red = 5 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.White = 7 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Yellow = 6 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.HorizontalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.HpsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.HyphenationZone() -> void +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.IgnoreMixedContent() -> void +DocumentFormat.OpenXml.Wordprocessing.Imprint +DocumentFormat.OpenXml.Wordprocessing.Imprint.Imprint() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Indentation() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.AutoText = 1 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.Inserted +DocumentFormat.OpenXml.Wordprocessing.Inserted.Inserted() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.IsLegalNumberingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Italic +DocumentFormat.OpenXml.Wordprocessing.Italic.Italic() -> void +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.ItalicComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification +DocumentFormat.OpenXml.Wordprocessing.Justification.Justification() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Both = 5 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Distribute = 7 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.End = 4 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.HighKashida = 9 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.LowKashida = 10 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.MediumKashida = 6 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.NumTab = 8 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Right = 3 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Start = 1 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.ThaiDistribute = 11 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.KeepLines +DocumentFormat.OpenXml.Wordprocessing.KeepLines.KeepLines() -> void +DocumentFormat.OpenXml.Wordprocessing.KeepNext +DocumentFormat.OpenXml.Wordprocessing.KeepNext.KeepNext() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern +DocumentFormat.OpenXml.Wordprocessing.Kern.Kern() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Kinsoku +DocumentFormat.OpenXml.Wordprocessing.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId +DocumentFormat.OpenXml.Wordprocessing.LanguageId.LanguageId() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Languages +DocumentFormat.OpenXml.Wordprocessing.Languages.Languages() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.LanguageType() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.LastRenderedPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.LatentStyleExceptionInfo() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.LayoutRawTableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.LayoutTableRowsApart() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMargin +DocumentFormat.OpenXml.Wordprocessing.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.LeftMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyNumbering() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.get -> DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle? +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.get -> DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering? +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level() -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.get -> DocumentFormat.OpenXml.Wordprocessing.LevelJustification? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.get -> DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.get -> DocumentFormat.OpenXml.Wordprocessing.LevelRestart? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.get -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffix? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.get -> DocumentFormat.OpenXml.Wordprocessing.LevelText? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel? +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.LevelJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelOverride +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.get -> DocumentFormat.OpenXml.Wordprocessing.Level? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.LevelPictureBulletId() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelRestart +DocumentFormat.OpenXml.Wordprocessing.LevelRestart.LevelRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.LevelSuffix() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Nothing = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Space = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Tab = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelText +DocumentFormat.OpenXml.Wordprocessing.LevelText.LevelText() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberType +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.LineNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6 +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.LineWrapLikeWord6() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.LinkedStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.LinkedToFile() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkStyles +DocumentFormat.OpenXml.Wordprocessing.LinkStyles.LinkStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.LinkToQuery() -> void +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.ListEntryFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListSeparator +DocumentFormat.OpenXml.Wordprocessing.ListSeparator.ListSeparator() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock +DocumentFormat.OpenXml.Wordprocessing.Lock.Lock() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Locked +DocumentFormat.OpenXml.Wordprocessing.Locked.Locked() -> void +DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.ContentLocked = 1 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtContentLocked = 3 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtLocked = 0 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.Unlocked = 2 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.LongHexNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.MacroNameType() -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.MacWordSmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.MailAsAttachment() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.get -> DocumentFormat.OpenXml.Wordprocessing.ActiveRecord? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.get -> DocumentFormat.OpenXml.Wordprocessing.AddressFieldName? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.get -> DocumentFormat.OpenXml.Wordprocessing.CheckErrors? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.get -> DocumentFormat.OpenXml.Wordprocessing.ConnectString? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceObject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceReference? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.get -> DocumentFormat.OpenXml.Wordprocessing.DataType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.get -> DocumentFormat.OpenXml.Wordprocessing.Destination? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.get -> DocumentFormat.OpenXml.Wordprocessing.HeaderSource? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.get -> DocumentFormat.OpenXml.Wordprocessing.LinkToQuery? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.get -> DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.get -> DocumentFormat.OpenXml.Wordprocessing.MailSubject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.get -> DocumentFormat.OpenXml.Wordprocessing.MainDocumentType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.get -> DocumentFormat.OpenXml.Wordprocessing.Query? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.get -> DocumentFormat.OpenXml.Wordprocessing.ViewMergedData? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Database = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Native = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Odbc = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Query = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Spreadsheet = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.TextFile = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Fax = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.NewDocument = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Printer = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Catalog = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Email = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Envelope = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Fax = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.FormLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.MailingLabel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.MailMergeFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.DbColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.Null = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.MailMergeSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.AddressBook = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Database = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document1 = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Email = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Legacy = 7 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Master = 8 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Native = 6 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Text = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailSubject +DocumentFormat.OpenXml.Wordprocessing.MailSubject.MailSubject() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.MainDocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MappedName +DocumentFormat.OpenXml.Wordprocessing.MappedName.MappedName() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginHeight +DocumentFormat.OpenXml.Wordprocessing.MarginHeight.MarginHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginWidth +DocumentFormat.OpenXml.Wordprocessing.MarginWidth.MarginWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.MarkupRangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Wordprocessing.MatchSource +DocumentFormat.OpenXml.Wordprocessing.MatchSource.MatchSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength +DocumentFormat.OpenXml.Wordprocessing.MaxLength.MaxLength() -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.MirrorIndents() -> void +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.MirrorMargins() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthLong +DocumentFormat.OpenXml.Wordprocessing.MonthLong.MonthLong() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthShort +DocumentFormat.OpenXml.Wordprocessing.MonthShort.MonthShort() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.MoveBookmarkType() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFrom +DocumentFormat.OpenXml.Wordprocessing.MoveFrom.MoveFrom() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.MoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.MoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveTo +DocumentFormat.OpenXml.Wordprocessing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.MoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.MoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MovieReference +DocumentFormat.OpenXml.Wordprocessing.MovieReference.MovieReference() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.MultiLevelType() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.HybridMultilevel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.Multilevel = 1 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.SingleLevel = 0 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.Name +DocumentFormat.OpenXml.Wordprocessing.Name.Name() -> void +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.NextParagraphStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBorder +DocumentFormat.OpenXml.Wordprocessing.NoBorder.NoBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.NoBreakHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.NoColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.NoEndnote +DocumentFormat.OpenXml.Wordprocessing.NoEndnote.NoEndnote() -> void +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.NoExtraLineSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLeading +DocumentFormat.OpenXml.Wordprocessing.NoLeading.NoLeading() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.NoLineBreaksAfterKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.NoLineBreaksBeforeKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.NonNegativeDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.NonNegativeShortType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoProof +DocumentFormat.OpenXml.Wordprocessing.NoProof.NoProof() -> void +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.NoPunctuationKerning() -> void +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.NoResizeAllowed() -> void +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.NoSpaceRaiseLower() -> void +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.NoTabHangIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.NotTrueType +DocumentFormat.OpenXml.Wordprocessing.NotTrueType.NotTrueType() -> void +DocumentFormat.OpenXml.Wordprocessing.NoWrap +DocumentFormat.OpenXml.Wordprocessing.NoWrap.NoWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.Nsid +DocumentFormat.OpenXml.Wordprocessing.Nsid.Nsid() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Aiueo = 12 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.AiueoFullWidth = 20 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAbjad = 52 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAlpha = 51 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.BahtText = 60 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Bullet = 23 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.CardinalText = 6 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chicago = 9 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCounting = 37 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCountingThousand = 39 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseLegalSimplified = 38 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chosung = 25 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Custom = 62 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Decimal = 0 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircle = 18 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircleChinese = 28 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedFullstop = 26 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedParen = 27 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth = 14 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth2 = 19 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalHalfWidth = 15 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalZero = 22 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DollarText = 61 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ganada = 24 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew1 = 49 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew2 = 50 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hex = 8 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiConsonants = 54 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiCounting = 56 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiNumbers = 55 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiVowels = 53 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographDigital = 10 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographEnclosedCircle = 29 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographLegalTraditional = 34 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographTraditional = 30 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiac = 31 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiacTraditional = 32 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Iroha = 13 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IrohaFullWidth = 21 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseCounting = 11 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseDigitalTenThousand = 17 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseLegal = 16 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanCounting = 41 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital = 40 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital2 = 43 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanLegal = 42 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerLetter = 4 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerRoman = 2 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.None = 47 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.NumberInDash = 48 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ordinal = 5 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.OrdinalText = 7 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianLower = 45 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianUpper = 46 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCounting = 33 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCountingThousand = 35 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseDigital = 36 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiCounting = 59 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiLetters = 57 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiNumbers = 58 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperRoman = 1 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.VietnameseCounting = 44 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.Numbering +DocumentFormat.OpenXml.Wordprocessing.Numbering.Load(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering() -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Wordprocessing.Numbering.Save(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.NumberingChange() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingId +DocumentFormat.OpenXml.Wordprocessing.NumberingId.NumberingId() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.NumberingIdMacAtCleanup() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumId? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.NumberingLevelReference() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.get -> DocumentFormat.OpenXml.Wordprocessing.Drawing? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.get -> DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingId? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.NumberingRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.NumberingStart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.NumberingStyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.content = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.icon = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ObjectEmbed() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ObjectLink() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.always = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.onCall = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.OfficeMath +DocumentFormat.OpenXml.Wordprocessing.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.OnOffOnlyType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffType +DocumentFormat.OpenXml.Wordprocessing.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.OptimizeForBrowser() -> void +DocumentFormat.OpenXml.Wordprocessing.Outline +DocumentFormat.OpenXml.Wordprocessing.Outline.Outline() -> void +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.OutlineLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.OverflowPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.AllPages = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.FirstPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.NotFirstPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Text = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorders +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Back = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Front = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.PageBreakBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.PageMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumber +DocumentFormat.OpenXml.Wordprocessing.PageNumber.PageNumber() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.PageNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Landscape = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Portrait = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageSize +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.PageSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Panose1Number() -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.PaperSource() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BarBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BetweenBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SectionProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.ParagraphStyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.ParagraphStyleIdInLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.PermEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.PermStart() -> void +DocumentFormat.OpenXml.Wordprocessing.Personal +DocumentFormat.OpenXml.Wordprocessing.Personal.Personal() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.PersonalCompose() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalReply +DocumentFormat.OpenXml.Wordprocessing.PersonalReply.PersonalReply() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.PhoneticGuideBaseTextSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.PhoneticGuideRaise() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.PhoneticGuideTextFontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase() -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch +DocumentFormat.OpenXml.Wordprocessing.Pitch.Pitch() -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.PixelsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.PixelsPerInch() -> void +DocumentFormat.OpenXml.Wordprocessing.Position +DocumentFormat.OpenXml.Wordprocessing.Position.Position() -> void +DocumentFormat.OpenXml.Wordprocessing.Position.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Position.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.PositionalTab() -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.BestFit = 2 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.FullPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.TextFit = 3 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.get -> DocumentFormat.OpenXml.Wordprocessing.Columns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.get -> DocumentFormat.OpenXml.Wordprocessing.DocGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.get -> DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.get -> DocumentFormat.OpenXml.Wordprocessing.FormProtection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.get -> DocumentFormat.OpenXml.Wordprocessing.GutterOnRight? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.LineNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.get -> DocumentFormat.OpenXml.Wordprocessing.NoEndnote? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.get -> DocumentFormat.OpenXml.Wordprocessing.PageBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.get -> DocumentFormat.OpenXml.Wordprocessing.PageMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.PageNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.get -> DocumentFormat.OpenXml.Wordprocessing.PageSize? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.get -> DocumentFormat.OpenXml.Wordprocessing.PaperSource? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.get -> DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.get -> DocumentFormat.OpenXml.Wordprocessing.SectionType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.get -> DocumentFormat.OpenXml.Wordprocessing.TitlePage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.PrimaryStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.PrintBodyTextBeforeHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.PrintColorBlackWhite() -> void +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.PrinterSettingsReference() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.PrintFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.PrintFractionalCharacterWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.PrintPostScriptOverText() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.PrintTwoOnOne() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError +DocumentFormat.OpenXml.Wordprocessing.ProofError.ProofError() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarEnd = 3 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarStart = 2 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellStart = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Clean = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Dirty = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofState +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.ProofState() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.set -> void +DocumentFormat.OpenXml.Wordprocessing.Query +DocumentFormat.OpenXml.Wordprocessing.Query.Query() -> void +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Administrators = 2 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Contributors = 3 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Current = 6 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Editors = 4 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Everyone = 1 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Owners = 5 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.ReadModeInkLockDown() -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.get -> DocumentFormat.OpenXml.Wordprocessing.Active? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData() -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.get -> DocumentFormat.OpenXml.Wordprocessing.UniqueTag? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.RecipientDataReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients +DocumentFormat.OpenXml.Wordprocessing.Recipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.RelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.RelyOnVML() -> void +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.RemoveDateAndTime() -> void +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.RemovePersonalInformation() -> void +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.Continuous = 0 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RevisionView +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.RevisionView() -> void +DocumentFormat.OpenXml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMargin +DocumentFormat.OpenXml.Wordprocessing.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.RightMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.RightToLeftText() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsid +DocumentFormat.OpenXml.Wordprocessing.Rsid.Rsid() -> void +DocumentFormat.OpenXml.Wordprocessing.RsidRoot +DocumentFormat.OpenXml.Wordprocessing.RsidRoot.RsidRoot() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.get -> DocumentFormat.OpenXml.Wordprocessing.RsidRoot? +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.set -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby() -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.get -> DocumentFormat.OpenXml.Wordprocessing.RubyBase? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.get -> DocumentFormat.OpenXml.Wordprocessing.RubyContent? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RubyProperties? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.RubyAlign() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Center = 0 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeLetter = 1 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeSpace = 2 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Left = 3 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.RightVertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyBase +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.get -> DocumentFormat.OpenXml.Wordprocessing.Dirty? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.get -> DocumentFormat.OpenXml.Wordprocessing.RubyAlign? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run() -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.RunFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.get -> DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.get -> DocumentFormat.OpenXml.Office2010.Word.FillTextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.get -> DocumentFormat.OpenXml.Office2010.Word.Glow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.get -> DocumentFormat.OpenXml.Wordprocessing.Highlight? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.get -> DocumentFormat.OpenXml.Office2010.Word.Ligatures? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Office2010.Word.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.get -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.get -> DocumentFormat.OpenXml.Office2010.Word.Properties3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.get -> DocumentFormat.OpenXml.Office2010.Word.Reflection? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunStyle? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.get -> DocumentFormat.OpenXml.Office2010.Word.Scene3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.get -> DocumentFormat.OpenXml.Office2010.Word.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.get -> DocumentFormat.OpenXml.Office2010.Word.StylisticSets? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.get -> DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunStyle +DocumentFormat.OpenXml.Wordprocessing.RunStyle.RunStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.SaveFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.SaveInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.SavePreviewPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.SaveSubsetFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SaveThroughXslt() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.SaveXmlDataOnly() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.ScrollbarVisibility() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtAlias +DocumentFormat.OpenXml.Wordprocessing.SdtAlias.SdtAlias() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock? +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentCell? +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.SdtContentBibliography() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.SdtContentCitation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.get -> DocumentFormat.OpenXml.Wordprocessing.Calendar? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.get -> DocumentFormat.OpenXml.Wordprocessing.DateFormat? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.get -> DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.SdtContentEquation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.SdtContentGroup() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.SdtContentPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.SdtContentRichText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.SdtContentText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.SdtDateMappingType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartCategory? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartGallery? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartUnique? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtId +DocumentFormat.OpenXml.Wordprocessing.SdtId.SdtId() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartReference? +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRow? +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRun? +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby? +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.EvenPage = 3 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.OddPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionProperties +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType +DocumentFormat.OpenXml.Wordprocessing.SectionType.SectionType() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.SelectFieldWithFirstOrLastChar() -> void +DocumentFormat.OpenXml.Wordprocessing.SemiHidden +DocumentFormat.OpenXml.Wordprocessing.SemiHidden.SemiHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.SeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.get -> DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges? +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape? +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.get -> DocumentFormat.OpenXml.Wordprocessing.GutterAtTop? +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Load(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorMargins? +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.get -> DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.get -> DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.get -> DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Save(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.SaveFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.get -> DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.View.get -> DocumentFormat.OpenXml.Wordprocessing.View? +DocumentFormat.OpenXml.Wordprocessing.Settings.View.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.get -> DocumentFormat.OpenXml.Wordprocessing.WriteProtection? +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.get -> DocumentFormat.OpenXml.Wordprocessing.Zoom? +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Shading() -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Clear = 1 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalCross = 8 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalStripe = 6 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalCross = 7 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalStripe = 3 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent10 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent12 = 17 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent15 = 18 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent20 = 19 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent25 = 20 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent30 = 21 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent35 = 22 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent37 = 23 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent40 = 24 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent45 = 25 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent5 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent50 = 26 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent55 = 27 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent60 = 28 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent62 = 29 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent65 = 30 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent70 = 31 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent75 = 32 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent80 = 33 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent85 = 34 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent87 = 35 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent90 = 36 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent95 = 37 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ReverseDiagonalStripe = 5 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Solid = 2 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalCross = 14 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalStripe = 12 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalCross = 13 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalStripe = 9 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinReverseDiagonalStripe = 11 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinVerticalStripe = 10 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.VerticalStripe = 4 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.Shadow +DocumentFormat.OpenXml.Wordprocessing.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.ShapeLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.ShowBreaksInFrames() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.ShowEnvelope() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.ShowingPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.ShowXmlTags() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.SignedTwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SmallCaps +DocumentFormat.OpenXml.Wordprocessing.SmallCaps.SmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.SnapToGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.SoftHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.SourceFileReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceReference +DocumentFormat.OpenXml.Wordprocessing.SourceReference.SourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.SpaceForUnderline() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing +DocumentFormat.OpenXml.Wordprocessing.Spacing.Spacing() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.SpacingBetweenLines() -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.SpacingInWholePoints() -> void +DocumentFormat.OpenXml.Wordprocessing.SpecVanish +DocumentFormat.OpenXml.Wordprocessing.SpecVanish.SpecVanish() -> void +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.SplitPageBreakAndParagraphMark() -> void +DocumentFormat.OpenXml.Wordprocessing.StartBorder +DocumentFormat.OpenXml.Wordprocessing.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.StartMargin +DocumentFormat.OpenXml.Wordprocessing.StartMargin.StartMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.StartNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.StartOverrideNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText +DocumentFormat.OpenXml.Wordprocessing.StatusText.StatusText() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsAnsi = 0 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsArabic = 11 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsBaltic = 12 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsChinese5 = 6 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsEastEurope = 15 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGB2312 = 5 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGreek = 7 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHangeul = 3 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHebrew = 10 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsJohab = 4 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsMacFfn = 1 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsRussian = 13 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsShiftJIS = 2 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsThai = 14 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsTurkish = 8 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsVietnamese = 9 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.StrictFirstAndLastChars() -> void +DocumentFormat.OpenXml.Wordprocessing.Strike +DocumentFormat.OpenXml.Wordprocessing.Strike.Strike() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type +DocumentFormat.OpenXml.Wordprocessing.String253Type.String253Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type +DocumentFormat.OpenXml.Wordprocessing.String255Type.String255Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StringType +DocumentFormat.OpenXml.Wordprocessing.StringType.StringType() -> void +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.get -> DocumentFormat.OpenXml.Wordprocessing.Aliases? +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.get -> DocumentFormat.OpenXml.Wordprocessing.AutoRedefine? +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.get -> DocumentFormat.OpenXml.Wordprocessing.BasedOn? +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Default.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Default.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.get -> DocumentFormat.OpenXml.Wordprocessing.Locked? +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.get -> DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.get -> DocumentFormat.OpenXml.Wordprocessing.Personal? +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalCompose? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalReply? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.get -> DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.get -> DocumentFormat.OpenXml.Wordprocessing.Rsid? +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.get -> DocumentFormat.OpenXml.Wordprocessing.SemiHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style() -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.get -> DocumentFormat.OpenXml.Wordprocessing.StyleHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.get -> DocumentFormat.OpenXml.Wordprocessing.StyleName? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.get -> DocumentFormat.OpenXml.Wordprocessing.UIPriority? +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.get -> DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed? +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleHidden +DocumentFormat.OpenXml.Wordprocessing.StyleHidden.StyleHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleId +DocumentFormat.OpenXml.Wordprocessing.StyleId.StyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLink +DocumentFormat.OpenXml.Wordprocessing.StyleLink.StyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.StyleLockStylesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.StyleLockThemesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName +DocumentFormat.OpenXml.Wordprocessing.StyleName.StyleName() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylePaneFormatFilter() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.StylePaneSortMethods() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.BasedOn = 7 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Default = 11 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Five = 10 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Font = 5 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Four = 8 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Name = 1 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.One = 2 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Priority = 3 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Three = 6 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Two = 4 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Type = 9 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Zero = 0 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.get -> DocumentFormat.OpenXml.Wordprocessing.DocDefaults? +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.get -> DocumentFormat.OpenXml.Wordprocessing.LatentStyles? +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Load(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Save(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles() -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.StylesPart.get -> DocumentFormat.OpenXml.Packaging.StylesPart? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Character = 1 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Numbering = 3 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Paragraph = 0 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Table = 2 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.SubDocumentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.SubFontBySize() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.SummaryLength() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.SuppressAutoHyphens() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.SuppressBottomSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.SuppressLineNumbers() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.SuppressOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.SuppressSpacingAtTopOfPage() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.SuppressSpacingBeforeAfterPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.SuppressTopSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.SuppressTopSpacingWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.SwapBordersFacingPages() -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.SymbolChar() -> void +DocumentFormat.OpenXml.Wordprocessing.TabChar +DocumentFormat.OpenXml.Wordprocessing.TabChar.TabChar() -> void +DocumentFormat.OpenXml.Wordprocessing.Table +DocumentFormat.OpenXml.Wordprocessing.Table.Table() -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCaption +DocumentFormat.OpenXml.Wordprocessing.TableCaption.TableCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.TableCellFitText() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.TableCellLeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.RightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.TableCellRightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.TableCellSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.TableCellVerticalAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.TableCellWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableDescription +DocumentFormat.OpenXml.Wordprocessing.TableDescription.TableDescription() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableHeader +DocumentFormat.OpenXml.Wordprocessing.TableHeader.TableHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.TableIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification +DocumentFormat.OpenXml.Wordprocessing.TableJustification.TableJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout +DocumentFormat.OpenXml.Wordprocessing.TableLayout.TableLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Autofit = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLook +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.TableLook() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.TableOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Never = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Overlap = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.TableRowHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyle +DocumentFormat.OpenXml.Wordprocessing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.TableStyleColumnBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Horizontal = 7 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Vertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Horizontal = 8 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Vertical = 6 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstRow = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastColumn = 4 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastRow = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthEastCell = 9 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthWestCell = 10 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthEastCell = 11 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthWestCell = 12 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.WholeTable = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.TableStyleRowBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableWidth +DocumentFormat.OpenXml.Wordprocessing.TableWidth.TableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.TableWidthDxaNilType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.TableWidthType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Auto = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Dxa = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Pct = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Dxa = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.Tabs +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Heavy = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.MiddleDot = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Bar = 7 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Center = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Clear = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Decimal = 6 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.End = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Number = 8 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Start = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.Tag +DocumentFormat.OpenXml.Wordprocessing.Tag.Tag() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.TargetScreenSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TemplateCode +DocumentFormat.OpenXml.Wordprocessing.TemplateCode.TemplateCode() -> void +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.TemporarySdt() -> void +DocumentFormat.OpenXml.Wordprocessing.Text +DocumentFormat.OpenXml.Wordprocessing.Text.Text() -> void +DocumentFormat.OpenXml.Wordprocessing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.TextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.TextBoxFormFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Calculated = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentDate = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentTime = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Date = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Number = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Regular = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.TextBoxTightWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.AllLines = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstAndLastLine = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstLineOnly = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.LastLineOnly = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextDirection +DocumentFormat.OpenXml.Wordprocessing.TextDirection.TextDirection() -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight2010 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefToRightTopToBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottom2010 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefttoRightTopToBottomRotated = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottomRotated2010 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated = 10 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated2010 = 11 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft2010 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated = 8 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated2010 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextEffect +DocumentFormat.OpenXml.Wordprocessing.TextEffect.TextEffect() -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsBlack = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsRed = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.BlinkBackground = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Lights = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.None = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Shimmer = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Sparkle = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextInput +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString? +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.get -> DocumentFormat.OpenXml.Wordprocessing.Format? +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.get -> DocumentFormat.OpenXml.Wordprocessing.MaxLength? +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType? +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput() -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextType +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Around = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.None = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.NotBeside = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Through = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Tight = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background1 = 13 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background2 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.None = 12 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text1 = 14 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text2 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.ThemeFontLanguages() -> void +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorAscii = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorBidi = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorEastAsia = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorHighAnsi = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorAscii = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorBidi = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorEastAsia = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorHighAnsi = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.TitlePage +DocumentFormat.OpenXml.Wordprocessing.TitlePage.TitlePage() -> void +DocumentFormat.OpenXml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.TopLeftToBottomRightCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.TopLinePunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMargin +DocumentFormat.OpenXml.Wordprocessing.TopMargin.TopMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.TopMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.TopRightToBottomLeftCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.TrackRevisions() -> void +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.TruncateFontHeightsLikeWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.UdlConnectionString() -> void +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003 +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.UICompatibleWith97To2003() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority +DocumentFormat.OpenXml.Wordprocessing.UIPriority.UIPriority() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Underline() -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.UnderlineTabInNumberingList() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.UnderlineTrailingSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dash = 6 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotDotHeavy = 13 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotHeavy = 11 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashedHeavy = 7 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLong = 8 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLongHeavy = 9 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDash = 10 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDotDash = 12 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dotted = 4 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DottedHeavy = 5 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Double = 2 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.None = 17 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Wave = 14 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyDouble = 16 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyHeavy = 15 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.UnhideWhenUsed() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.UniqueTag() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.UnsignedDecimalNumberMax3Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.UnsignedDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.UnsignedInt7Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.UpdateFieldsOnOpen() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.UseAltKinsokuLineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.UseAnsiKerningPairs() -> void +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.UseFarEastLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.UseNormalStyleForList() -> void +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.UsePrinterMetrics() -> void +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.UseSingleBorderForContiguousCells() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.UseWord2002TableStyleRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.UseWord97LineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.UseXsltWhenSaving() -> void +DocumentFormat.OpenXml.Wordprocessing.Vanish +DocumentFormat.OpenXml.Wordprocessing.Vanish.Vanish() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inside = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Outside = 5 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Both = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.VerticalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Baseline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Subscript = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Superscript = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.VerticalTextAlignmentOnPage() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Auto = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Baseline = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.View +DocumentFormat.OpenXml.Wordprocessing.View.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.View.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.View.View() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.ViewMergedData() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.MasterPages = 3 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Normal = 4 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Outline = 2 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Print = 1 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Web = 5 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.WebHidden +DocumentFormat.OpenXml.Wordprocessing.WebHidden.WebHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.WebPageEncoding() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.get -> DocumentFormat.OpenXml.Wordprocessing.AllowPNG? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.get -> DocumentFormat.OpenXml.Wordprocessing.Divs? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.get -> DocumentFormat.OpenXml.Wordprocessing.Frameset? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Load(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.get -> DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.get -> DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.get -> DocumentFormat.OpenXml.Wordprocessing.RelyOnVML? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Save(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.get -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.get -> DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.WidowControl +DocumentFormat.OpenXml.Wordprocessing.WidowControl.WidowControl() -> void +DocumentFormat.OpenXml.Wordprocessing.Width +DocumentFormat.OpenXml.Wordprocessing.Width.Width() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.WidthAfterTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.WidthBeforeTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.WordPerfectJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.WordPerfectSpaceWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.WordWrap +DocumentFormat.OpenXml.Wordprocessing.WordWrap.WordWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.WrapTrailSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.WriteProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.YearLong +DocumentFormat.OpenXml.Wordprocessing.YearLong.YearLong() -> void +DocumentFormat.OpenXml.Wordprocessing.YearShort +DocumentFormat.OpenXml.Wordprocessing.YearShort.YearShort() -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Zoom() -> void +DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Document = 0 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledDocument = 2 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Template = 1 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.XmlPath +DocumentFormat.OpenXml.XmlPath.Namespaces.get -> System.Xml.IXmlNamespaceResolver! +DocumentFormat.OpenXml.XmlPath.NamespacesDefinitions.get -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.XmlPath.PartUri.get -> System.Uri? +DocumentFormat.OpenXml.XmlPath.XPath.get -> string! +override DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentChoice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContentChoice.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Base64BinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.Base64BinaryValue.Value.set -> void +override DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AlbumTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Artist.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Broadcaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BroadcastTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ChapterNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.City.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Compiler.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Composer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Conductor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ConferenceName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Corporate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Counsel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CountryRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Court.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Day.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.DayAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Department.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Director.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Distributor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Edition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Editor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.First.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.GuidString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Institution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewee.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Inventor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Issue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.JournalName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Last.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.LcId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Medium.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Middle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Month.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.MonthAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NumberVolumes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Performer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProducerName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProductionCompany.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PublicationTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Publisher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.RecordingNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ReferenceOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Reporter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ShortTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Source.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Sources.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.SourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StandardNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StateProvince.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Station.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Theater.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ThesisType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Translator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.UrlString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Version.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Volume.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Writer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Year.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.YearAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent3Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent4Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent5Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent6Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleXY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaBiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaCeiling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaFloor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaInverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOutset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaReplace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ArcTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromCD.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Backdrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Bevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColorText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFontText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizeText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Cell3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CharacterBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BackWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Backward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Crosses.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Date1904.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Delete.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Forward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapDepth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Grouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Height.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HoleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Index.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Intercept.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Left.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeftMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LogBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Minus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Order.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Orientation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Period.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Perspective.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Plus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PointCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Scaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SideWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Size.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Smooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Symbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Thickness.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Top.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TopMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserInterface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.VaryColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.View3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.WidthMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Wireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.XValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.YValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildExtents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CloseShapePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorReplacement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Complement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ComplexScriptFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSiteList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DashStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DataModelExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Choose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Direction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Whole.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Duotone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EastAsianFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Effect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectDag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillOverlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FlatText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FormatScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Graphic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Grayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Green.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HeadEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hsl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkSound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InnerShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Inverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InverseGamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LatinFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LinearGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineJoinBevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ListStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MajorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MasterColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MinorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Miter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Normal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NormalAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NortheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NorthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ObjectDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Offset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OuterShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OverrideColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetTextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PtExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Red.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RelativeOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightToLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Round.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Scene3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoftEdge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SolidFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SourceRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoutheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SouthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Stretch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SupplementalFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SymbolFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SystemColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TailEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Theme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeManager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TileRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TintEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFillText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UpVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UseShapeRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VideoFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WaveAudioFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WholeTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Derivation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.DerivedFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Emma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPointInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Grammar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.GroupInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Info.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Interpretation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Lattice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Model.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Node.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.OneOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Sequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Application.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Characters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Company.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Lines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Manager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Notes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Slides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TotalTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Words.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.HexBinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.HexBinaryValue.Value.set -> void +override DocumentFormat.OpenXml.InkML.ActiveArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Annotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.AnnotationXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Bind.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Brush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.BrushProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Canvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.CanvasTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Channel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Context.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Definitions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.InkSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.IntermittentChannels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Latency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Mapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SampleRate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SourceProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Timestamp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Trace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ListValue.HasValue.get -> bool +override DocumentFormat.OpenXml.ListValue.InnerText.get -> string? +override DocumentFormat.OpenXml.ListValue.InnerText.set -> void +override DocumentFormat.OpenXml.Math.Accent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AlignScripts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Bar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BarProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Base.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BaseJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BeginChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinarySubtraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGapRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DefaultJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Degree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Delimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DelimiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Denominator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Differential.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DisplayDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EndChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Fraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GrowOperators.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideDegree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HidePlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntegralLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.InterSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntraSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Limit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLowerProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFunction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MaxDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Nary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NoBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NormalText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Numerator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ObjectDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OperatorEmulator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Phantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PhantomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PostSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Radical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RadicalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Script.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SeparatorChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ShowPhantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SmallFraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeHorizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeVertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Subscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Superscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Transparent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.VerticalJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroAscent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroDescent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.TextLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.Scope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Macrosheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.DocEvents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordHashCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordIncluded.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.ToolbarData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Toolbars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.VbaSuppData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Commands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.TextMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.AxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DdeValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Id.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparkline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparklines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.ExcelAc.List.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.SourceLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Media.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Section.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Ligatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Properties3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StyleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StylisticSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.UncheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Survey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timeline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timelines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Appearance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.People.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SectionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExStream.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RstType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Decorative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.Track.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TrackList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlAttribute.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlAttribute.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlCompositeElement.AppendChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAt(T? newChild, int index) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.PrependChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveChild(T? child) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +override DocumentFormat.OpenXml.OpenXmlDomReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlDomReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlDomReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlDomReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlDomReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlDomReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlMiscNode.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.OpenXmlPartReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlPartReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlPartReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlPartReader.Encoding.get -> string? +override DocumentFormat.OpenXml.OpenXmlPartReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +override DocumentFormat.OpenXml.OpenXmlPartReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlPartReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.StandaloneXml.get -> bool? +override DocumentFormat.OpenXml.OpenXmlPartRootElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteEndElement() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument(bool standalone) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteString(string! text) -> void +override DocumentFormat.OpenXml.OpenXmlSimpleType.ToString() -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlSimpleValue.HasValue.get -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.get -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.ExtendedPart.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.Packaging.IdPartPair.GetHashCode() -> int +override DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AddPart(T! part) -> T! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ThrowIfObjectDisposed() -> void +override DocumentFormat.OpenXml.Packaging.PresentationDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.PresentationDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Presentation.Animate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateMotion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateRotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeNameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Audio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlindsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BodyStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BooleanVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BrowseSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildAsOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildGraphics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildOleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildParagraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildSubElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CharRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CheckerTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CircleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonMediaNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Condition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ControlList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CoverTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CutTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DefaultTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DiamondTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DissolveTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFontList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSync.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FadeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FloatVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GridSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Guide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.InkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.IntegerVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Iterate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.KioskSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ModificationVerifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NewsflashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NextConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NormalViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSlide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleChartElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Origin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OtherStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PenColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PhotoAlbum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlaceholderShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlusTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Presentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresenterSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PreviousConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PrintingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Progress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PullTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PushTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomBarTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RotationCenter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ScaleFactor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SetBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Slide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideAll.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSyncProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SorterViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Sound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SplitTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StringVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StripsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TagList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TargetElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TemplateList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAbsolute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Timing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.VariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Video.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WebProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WedgeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WheelTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WipeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ZoomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Authors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BooleanItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Borders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Cell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Colors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Condense.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Consolidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Controls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DeletedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Entries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ErrorItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalBook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileSharing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fills.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Groups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Headers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IndexedColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InlineString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InputCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Items.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Location.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Main.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Map.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MapInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Maps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Mdx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxKpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Member.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Members.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Metadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MruColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NameIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OlapProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Page.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PrintOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Reviewed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ReviewedList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Revisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Row.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenario.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenarios.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortByTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Subtopic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TabColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TablePart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Top10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Topic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuples.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Undo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.UserInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Users.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Workbook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Worksheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.StringValue.Value.get -> string? +override DocumentFormat.OpenXml.StringValue.Value.set -> void +override DocumentFormat.OpenXml.VariantTypes.Variant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClassId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClipboardData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTCurrency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDecimal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFileTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFloat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTNull.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Curve.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formulas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Line.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.BottomStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Callout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ClipPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColumnStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Complex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Entry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Extrusion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FieldCodes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LeftStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LinkType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LockedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Proxy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RegroupTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Relation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RelationTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RightStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Skew.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.TopStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Oval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.PolyLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.RoundRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shapetype.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Stroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Active.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Aliases.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowPNG.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunk.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BarBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BasedOn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behaviors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BlockQuote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Body.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BodyDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Calendar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CantSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Captions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Compatibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConnectString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DateFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Deleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Destination.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Dirty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Div.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Divs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivsChild.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Document.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emboss.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emphasis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Enabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EntryMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ExitMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldMapData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FlatBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FooterReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormsDesign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frameset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridSpan.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HelpText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Imprint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Indentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Inserted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepNext.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kern.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LanguageId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Languages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailSubject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MappedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MatchSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MaxLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MovieReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Name.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoEndnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLeading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoProof.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NotTrueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Nsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Numbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Panose1Number.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PaperSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Personal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalReply.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Pitch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PositionalTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Recipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RevisionView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RsidRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsids.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Ruby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyAlign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtAlias.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SemiHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Settings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Spacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpecVanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StatusText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Styles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SummaryLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SymbolChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGridChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemplateCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextInput.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TitlePage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UIPriority.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UniqueTag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Vanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.View.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidowControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Zoom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override sealed DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomPropertyPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ImagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MainDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.OpenXmlPart.ThrowIfObjectDisposed() -> void +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThumbnailPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.RelationshipType.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespace.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespaceId.get -> byte +static DocumentFormat.OpenXml.AlternateContent.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentChoice.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentFallback.TagName.get -> string! +static DocumentFormat.OpenXml.Base64BinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator DocumentFormat.OpenXml.Base64BinaryValue!(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator string?(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.Base64BinaryValue.ToString(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.BooleanValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.implicit operator bool(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.BooleanValue.implicit operator DocumentFormat.OpenXml.BooleanValue!(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.ToBoolean(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.ByteValue.FromByte(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.implicit operator byte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.ByteValue.implicit operator DocumentFormat.OpenXml.ByteValue!(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.ToByte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.DateTimeValue.FromDateTime(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator DocumentFormat.OpenXml.DateTimeValue!(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator System.DateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DateTimeValue.ToDateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DecimalValue.FromDecimal(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.implicit operator decimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DecimalValue.implicit operator DocumentFormat.OpenXml.DecimalValue!(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.ToDecimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DoubleValue.FromDouble(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator DocumentFormat.OpenXml.DoubleValue!(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator double(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.DoubleValue.ToDouble(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.EnumValue.implicit operator DocumentFormat.OpenXml.EnumValue!(T value) -> DocumentFormat.OpenXml.EnumValue! +static DocumentFormat.OpenXml.EnumValue.implicit operator string?(DocumentFormat.OpenXml.EnumValue! value) -> string? +static DocumentFormat.OpenXml.EnumValue.implicit operator T(DocumentFormat.OpenXml.EnumValue! value) -> T +static DocumentFormat.OpenXml.HexBinaryValue.Create(params byte[]! bytes) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator DocumentFormat.OpenXml.HexBinaryValue!(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator string?(DocumentFormat.OpenXml.HexBinaryValue? value) -> string? +static DocumentFormat.OpenXml.HexBinaryValue.ToString(DocumentFormat.OpenXml.HexBinaryValue! value) -> string? +static DocumentFormat.OpenXml.Int16Value.FromInt16(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator DocumentFormat.OpenXml.Int16Value!(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator short(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int16Value.ToInt16(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int32Value.FromInt32(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator DocumentFormat.OpenXml.Int32Value!(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator int(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int32Value.ToInt32(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int64Value.FromInt64(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator DocumentFormat.OpenXml.Int64Value!(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator long(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.Int64Value.ToInt64(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.IntegerValue.FromInt64(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator DocumentFormat.OpenXml.IntegerValue!(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator long(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.IntegerValue.ToInt64(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.OnOffValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.implicit operator bool(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OnOffValue.implicit operator DocumentFormat.OpenXml.OnOffValue!(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.ToBoolean(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator !=(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator ==(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, object! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, params object![]! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlSimpleType.implicit operator string?(DocumentFormat.OpenXml.OpenXmlSimpleType? xmlAttribute) -> string? +static DocumentFormat.OpenXml.OpenXmlSimpleValue.implicit operator T(DocumentFormat.OpenXml.OpenXmlSimpleValue! xmlAttribute) -> T +static DocumentFormat.OpenXml.OpenXmlUnknownElement.CreateOpenXmlUnknownElement(string! outerXml) -> DocumentFormat.OpenXml.OpenXmlUnknownElement! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CanSave.get -> bool +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, string! path) -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Packaging.Package! package) -> System.IO.Packaging.Package! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Stream! stream) -> System.IO.Stream! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.CreateRewriterFactory(DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter! rewriter) -> System.Func! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path, bool isTemplateAttached) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.SByteValue.FromSByte(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator DocumentFormat.OpenXml.SByteValue!(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator sbyte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SByteValue.ToSByte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SingleValue.FromSingle(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator DocumentFormat.OpenXml.SingleValue!(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator float(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.SingleValue.ToSingle(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.StringValue.FromString(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator DocumentFormat.OpenXml.StringValue!(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator string?(DocumentFormat.OpenXml.StringValue? value) -> string? +static DocumentFormat.OpenXml.StringValue.ToString(DocumentFormat.OpenXml.StringValue! value) -> string? +static DocumentFormat.OpenXml.TrueFalseBlankValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator DocumentFormat.OpenXml.TrueFalseBlankValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator DocumentFormat.OpenXml.TrueFalseValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.UInt16Value.FromUInt16(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator DocumentFormat.OpenXml.UInt16Value!(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator ushort(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt16Value.ToUInt16(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt32Value.FromUInt32(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator DocumentFormat.OpenXml.UInt32Value!(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator uint(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt32Value.ToUInt32(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt64Value.FromUInt64(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator DocumentFormat.OpenXml.UInt64Value!(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator ulong(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +static DocumentFormat.OpenXml.UInt64Value.ToUInt64(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +virtual DocumentFormat.OpenXml.OpenXmlElement.AppendChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ChildElements.get -> DocumentFormat.OpenXml.OpenXmlElementList! +virtual DocumentFormat.OpenXml.OpenXmlElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAt(T? newChild, int index) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.LocalName.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.NamespaceUri.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.Prefix.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.PrependChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.RemoveChild(T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +virtual DocumentFormat.OpenXml.OpenXmlElement.XName.get -> System.Xml.Linq.XName! +virtual DocumentFormat.OpenXml.OpenXmlElementList.this[int i].get -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.set -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Encoding.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +virtual DocumentFormat.OpenXml.OpenXmlReader.HasAttributes.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlReader.StandaloneXml.get -> bool? +virtual DocumentFormat.OpenXml.OpenXmlReader.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.HasValue.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.Packaging.DataPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPart.get -> DocumentFormat.OpenXml.Packaging.DataPart! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! contentType, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Id.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.IsExternal.get -> bool +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.RelationshipType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Uri.get -> System.Uri! +virtual DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.OnPackageLoaded() -> void + +DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(string! schemaFile, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(System.Xml.Schema.XmlSchemaSet! schemas, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml/PublicAPI/net40/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/net40/PublicAPI.Shipped.txt new file mode 100644 index 000000000..7ac34af92 --- /dev/null +++ b/src/DocumentFormat.OpenXml/PublicAPI/net40/PublicAPI.Shipped.txt @@ -0,0 +1,48405 @@ +#nullable enable +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.get -> T? +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.set -> void +abstract DocumentFormat.OpenXml.OpenXmlElement.HasChildren.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +abstract DocumentFormat.OpenXml.OpenXmlElementList.Count.get -> int +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetEnumerator() -> System.Collections.Generic.IEnumerator! +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetItem(int index) -> DocumentFormat.OpenXml.OpenXmlElement! +abstract DocumentFormat.OpenXml.OpenXmlReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +abstract DocumentFormat.OpenXml.OpenXmlReader.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlReader.Depth.get -> int +abstract DocumentFormat.OpenXml.OpenXmlReader.ElementType.get -> System.Type! +abstract DocumentFormat.OpenXml.OpenXmlReader.EOF.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.GetText() -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.IsEndElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsMiscNode.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsStartElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +abstract DocumentFormat.OpenXml.OpenXmlReader.LocalName.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceUri.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Prefix.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Read() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadFirstChild() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadNextSibling() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.Skip() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteEndElement() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument(bool standalone) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteString(string! text) -> void +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPart.RelationshipType.get -> string! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ThrowIfObjectDisposed() -> void +abstract DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewrite(System.Uri! partUri, string? id, string? uri) -> string! +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(string! outerXml) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Characteristic() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.EqualTo = 4 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThan = 2 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThanOrEqualTo = 0 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThan = 3 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThanOrEqualTo = 1 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AlternateContent +DocumentFormat.OpenXml.AlternateContent.AlternateContent() -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentChoice() -> DocumentFormat.OpenXml.AlternateContentChoice! +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentFallback() -> DocumentFormat.OpenXml.AlternateContentFallback! +DocumentFormat.OpenXml.AlternateContentChoice +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice() -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.Requires.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AlternateContentChoice.Requires.set -> void +DocumentFormat.OpenXml.AlternateContentFallback +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback() -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.List = 0 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.Ordered = 1 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.Base64BinaryValue +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue() -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(DocumentFormat.OpenXml.Base64BinaryValue! source) -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(string? base64Binary) -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle() -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Artist +DocumentFormat.OpenXml.Bibliography.Artist.Artist() -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author +DocumentFormat.OpenXml.Bibliography.Author.Author() -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.get -> DocumentFormat.OpenXml.Bibliography.Artist? +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.get -> DocumentFormat.OpenXml.Bibliography.Author? +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList() -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.get -> DocumentFormat.OpenXml.Bibliography.BookAuthor? +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.get -> DocumentFormat.OpenXml.Bibliography.Compiler? +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.get -> DocumentFormat.OpenXml.Bibliography.Composer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.get -> DocumentFormat.OpenXml.Bibliography.Conductor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.get -> DocumentFormat.OpenXml.Bibliography.Counsel? +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.get -> DocumentFormat.OpenXml.Bibliography.Director? +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.get -> DocumentFormat.OpenXml.Bibliography.Editor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.get -> DocumentFormat.OpenXml.Bibliography.Interviewee? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.get -> DocumentFormat.OpenXml.Bibliography.Interviewer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.get -> DocumentFormat.OpenXml.Bibliography.Inventor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.get -> DocumentFormat.OpenXml.Bibliography.Performer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.get -> DocumentFormat.OpenXml.Bibliography.ProducerName? +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.get -> DocumentFormat.OpenXml.Bibliography.Translator? +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.get -> DocumentFormat.OpenXml.Bibliography.Writer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.set -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor() -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookTitle +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle() -> void +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster() -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster(string! text) -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle() -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber() -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.City +DocumentFormat.OpenXml.Bibliography.City.City() -> void +DocumentFormat.OpenXml.Bibliography.City.City(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Comments +DocumentFormat.OpenXml.Bibliography.Comments.Comments() -> void +DocumentFormat.OpenXml.Bibliography.Comments.Comments(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Compiler +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler() -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer +DocumentFormat.OpenXml.Bibliography.Composer.Composer() -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor() -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName() -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Corporate +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate() -> void +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Counsel +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel() -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion() -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Court +DocumentFormat.OpenXml.Bibliography.Court.Court() -> void +DocumentFormat.OpenXml.Bibliography.Court.Court(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Art = 8 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ArticleInAPeriodical = 0 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Book = 1 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.BookSection = 2 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Case = 15 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ConferenceProceedings = 4 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.DocumentFromInternetSite = 9 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ElectronicSource = 14 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Film = 11 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.InternetSite = 10 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Interview = 12 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.JournalArticle = 3 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Miscellaneous = 16 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Patent = 13 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Performance = 7 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Report = 5 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.SoundRecording = 6 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.Day +DocumentFormat.OpenXml.Bibliography.Day.Day() -> void +DocumentFormat.OpenXml.Bibliography.Day.Day(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed() -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Department +DocumentFormat.OpenXml.Bibliography.Department.Department() -> void +DocumentFormat.OpenXml.Bibliography.Department.Department(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Director +DocumentFormat.OpenXml.Bibliography.Director.Director() -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Distributor +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor() -> void +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Edition +DocumentFormat.OpenXml.Bibliography.Edition.Edition() -> void +DocumentFormat.OpenXml.Bibliography.Edition.Edition(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Editor +DocumentFormat.OpenXml.Bibliography.Editor.Editor() -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.First +DocumentFormat.OpenXml.Bibliography.First.First() -> void +DocumentFormat.OpenXml.Bibliography.First.First(string! text) -> void +DocumentFormat.OpenXml.Bibliography.GuidString +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString() -> void +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Institution +DocumentFormat.OpenXml.Bibliography.Institution.Institution() -> void +DocumentFormat.OpenXml.Bibliography.Institution.Institution(string! text) -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle() -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee() -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer() -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor() -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Issue +DocumentFormat.OpenXml.Bibliography.Issue.Issue() -> void +DocumentFormat.OpenXml.Bibliography.Issue.Issue(string! text) -> void +DocumentFormat.OpenXml.Bibliography.JournalName +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName() -> void +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Last +DocumentFormat.OpenXml.Bibliography.Last.Last() -> void +DocumentFormat.OpenXml.Bibliography.Last.Last(string! text) -> void +DocumentFormat.OpenXml.Bibliography.LcId +DocumentFormat.OpenXml.Bibliography.LcId.LcId() -> void +DocumentFormat.OpenXml.Bibliography.LcId.LcId(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Medium +DocumentFormat.OpenXml.Bibliography.Medium.Medium() -> void +DocumentFormat.OpenXml.Bibliography.Medium.Medium(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Middle +DocumentFormat.OpenXml.Bibliography.Middle.Middle() -> void +DocumentFormat.OpenXml.Bibliography.Middle.Middle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Month +DocumentFormat.OpenXml.Bibliography.Month.Month() -> void +DocumentFormat.OpenXml.Bibliography.Month.Month(string! text) -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed() -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.NameList +DocumentFormat.OpenXml.Bibliography.NameList.NameList() -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.get -> DocumentFormat.OpenXml.Bibliography.Corporate? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType() -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType +DocumentFormat.OpenXml.Bibliography.NameType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType() -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes() -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Pages +DocumentFormat.OpenXml.Bibliography.Pages.Pages() -> void +DocumentFormat.OpenXml.Bibliography.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber() -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentType +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType() -> void +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Performer +DocumentFormat.OpenXml.Bibliography.Performer.Performer() -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle() -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Person +DocumentFormat.OpenXml.Bibliography.Person.Person() -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName() -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany() -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle() -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Publisher +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher() -> void +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher(string! text) -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber() -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder() -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Reporter +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter() -> void +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle() -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Source +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.get -> DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.get -> DocumentFormat.OpenXml.Bibliography.AlbumTitle? +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.get -> DocumentFormat.OpenXml.Bibliography.AuthorList? +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.get -> DocumentFormat.OpenXml.Bibliography.BookTitle? +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.get -> DocumentFormat.OpenXml.Bibliography.Broadcaster? +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.get -> DocumentFormat.OpenXml.Bibliography.BroadcastTitle? +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.get -> DocumentFormat.OpenXml.Bibliography.CaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.get -> DocumentFormat.OpenXml.Bibliography.ChapterNumber? +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.City.get -> DocumentFormat.OpenXml.Bibliography.City? +DocumentFormat.OpenXml.Bibliography.Source.City.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Comments.get -> DocumentFormat.OpenXml.Bibliography.Comments? +DocumentFormat.OpenXml.Bibliography.Source.Comments.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.get -> DocumentFormat.OpenXml.Bibliography.ConferenceName? +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.get -> DocumentFormat.OpenXml.Bibliography.CountryRegion? +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Court.get -> DocumentFormat.OpenXml.Bibliography.Court? +DocumentFormat.OpenXml.Bibliography.Source.Court.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Day.get -> DocumentFormat.OpenXml.Bibliography.Day? +DocumentFormat.OpenXml.Bibliography.Source.Day.set -> void +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.get -> DocumentFormat.OpenXml.Bibliography.DayAccessed? +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Department.get -> DocumentFormat.OpenXml.Bibliography.Department? +DocumentFormat.OpenXml.Bibliography.Source.Department.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Distributor.get -> DocumentFormat.OpenXml.Bibliography.Distributor? +DocumentFormat.OpenXml.Bibliography.Source.Distributor.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Edition.get -> DocumentFormat.OpenXml.Bibliography.Edition? +DocumentFormat.OpenXml.Bibliography.Source.Edition.set -> void +DocumentFormat.OpenXml.Bibliography.Source.GuidString.get -> DocumentFormat.OpenXml.Bibliography.GuidString? +DocumentFormat.OpenXml.Bibliography.Source.GuidString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Institution.get -> DocumentFormat.OpenXml.Bibliography.Institution? +DocumentFormat.OpenXml.Bibliography.Source.Institution.set -> void +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.get -> DocumentFormat.OpenXml.Bibliography.InternetSiteTitle? +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Issue.get -> DocumentFormat.OpenXml.Bibliography.Issue? +DocumentFormat.OpenXml.Bibliography.Source.Issue.set -> void +DocumentFormat.OpenXml.Bibliography.Source.JournalName.get -> DocumentFormat.OpenXml.Bibliography.JournalName? +DocumentFormat.OpenXml.Bibliography.Source.JournalName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.LcId.get -> DocumentFormat.OpenXml.Bibliography.LcId? +DocumentFormat.OpenXml.Bibliography.Source.LcId.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Medium.get -> DocumentFormat.OpenXml.Bibliography.Medium? +DocumentFormat.OpenXml.Bibliography.Source.Medium.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Month.get -> DocumentFormat.OpenXml.Bibliography.Month? +DocumentFormat.OpenXml.Bibliography.Source.Month.set -> void +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.get -> DocumentFormat.OpenXml.Bibliography.MonthAccessed? +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.get -> DocumentFormat.OpenXml.Bibliography.NumberVolumes? +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Pages.get -> DocumentFormat.OpenXml.Bibliography.Pages? +DocumentFormat.OpenXml.Bibliography.Source.Pages.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.get -> DocumentFormat.OpenXml.Bibliography.PatentNumber? +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentType.get -> DocumentFormat.OpenXml.Bibliography.PatentType? +DocumentFormat.OpenXml.Bibliography.Source.PatentType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.get -> DocumentFormat.OpenXml.Bibliography.PeriodicalTitle? +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.get -> DocumentFormat.OpenXml.Bibliography.ProductionCompany? +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.get -> DocumentFormat.OpenXml.Bibliography.PublicationTitle? +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Publisher.get -> DocumentFormat.OpenXml.Bibliography.Publisher? +DocumentFormat.OpenXml.Bibliography.Source.Publisher.set -> void +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.get -> DocumentFormat.OpenXml.Bibliography.RecordingNumber? +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.get -> DocumentFormat.OpenXml.Bibliography.ReferenceOrder? +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Reporter.get -> DocumentFormat.OpenXml.Bibliography.Reporter? +DocumentFormat.OpenXml.Bibliography.Source.Reporter.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.get -> DocumentFormat.OpenXml.Bibliography.ShortTitle? +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Source() -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.SourceType.get -> DocumentFormat.OpenXml.Bibliography.SourceType? +DocumentFormat.OpenXml.Bibliography.Source.SourceType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.get -> DocumentFormat.OpenXml.Bibliography.StandardNumber? +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.get -> DocumentFormat.OpenXml.Bibliography.StateProvince? +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Station.get -> DocumentFormat.OpenXml.Bibliography.Station? +DocumentFormat.OpenXml.Bibliography.Source.Station.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Tag.get -> DocumentFormat.OpenXml.Bibliography.Tag? +DocumentFormat.OpenXml.Bibliography.Source.Tag.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Theater.get -> DocumentFormat.OpenXml.Bibliography.Theater? +DocumentFormat.OpenXml.Bibliography.Source.Theater.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.get -> DocumentFormat.OpenXml.Bibliography.ThesisType? +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Title.get -> DocumentFormat.OpenXml.Bibliography.Title? +DocumentFormat.OpenXml.Bibliography.Source.Title.set -> void +DocumentFormat.OpenXml.Bibliography.Source.UrlString.get -> DocumentFormat.OpenXml.Bibliography.UrlString? +DocumentFormat.OpenXml.Bibliography.Source.UrlString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Version.get -> DocumentFormat.OpenXml.Bibliography.Version? +DocumentFormat.OpenXml.Bibliography.Source.Version.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Volume.get -> DocumentFormat.OpenXml.Bibliography.Volume? +DocumentFormat.OpenXml.Bibliography.Source.Volume.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Year.get -> DocumentFormat.OpenXml.Bibliography.Year? +DocumentFormat.OpenXml.Bibliography.Source.Year.set -> void +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.get -> DocumentFormat.OpenXml.Bibliography.YearAccessed? +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Sources +DocumentFormat.OpenXml.Bibliography.Sources.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources() -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.Uri.set -> void +DocumentFormat.OpenXml.Bibliography.SourceType +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType() -> void +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber() -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StateProvince +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince() -> void +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Station +DocumentFormat.OpenXml.Bibliography.Station.Station() -> void +DocumentFormat.OpenXml.Bibliography.Station.Station(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Tag +DocumentFormat.OpenXml.Bibliography.Tag.Tag() -> void +DocumentFormat.OpenXml.Bibliography.Tag.Tag(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Theater +DocumentFormat.OpenXml.Bibliography.Theater.Theater() -> void +DocumentFormat.OpenXml.Bibliography.Theater.Theater(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ThesisType +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType() -> void +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Title +DocumentFormat.OpenXml.Bibliography.Title.Title() -> void +DocumentFormat.OpenXml.Bibliography.Title.Title(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Translator +DocumentFormat.OpenXml.Bibliography.Translator.Translator() -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.UrlString +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString() -> void +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Version +DocumentFormat.OpenXml.Bibliography.Version.Version() -> void +DocumentFormat.OpenXml.Bibliography.Version.Version(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Volume +DocumentFormat.OpenXml.Bibliography.Volume.Volume() -> void +DocumentFormat.OpenXml.Bibliography.Volume.Volume(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Writer +DocumentFormat.OpenXml.Bibliography.Writer.Writer() -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Year +DocumentFormat.OpenXml.Bibliography.Year.Year() -> void +DocumentFormat.OpenXml.Bibliography.Year.Year(string! text) -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed() -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed(string! text) -> void +DocumentFormat.OpenXml.BooleanValue +DocumentFormat.OpenXml.BooleanValue.BooleanValue() -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(bool value) -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(DocumentFormat.OpenXml.BooleanValue! source) -> void +DocumentFormat.OpenXml.ByteValue +DocumentFormat.OpenXml.ByteValue.ByteValue() -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(byte value) -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(DocumentFormat.OpenXml.ByteValue! source) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute +DocumentFormat.OpenXml.ChildElementInfoAttribute.AvailableInVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType, DocumentFormat.OpenXml.FileFormatVersions availableInOfficeVersion) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ElementType.get -> System.Type! +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty() -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.Properties +DocumentFormat.OpenXml.CustomProperties.Properties.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.CustomProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.SchemaReference() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Schema() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.DateTimeValue +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue() -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(DocumentFormat.OpenXml.DateTimeValue! source) -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(System.DateTime value) -> void +DocumentFormat.OpenXml.DecimalValue +DocumentFormat.OpenXml.DecimalValue.DecimalValue() -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(decimal value) -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(DocumentFormat.OpenXml.DecimalValue! source) -> void +DocumentFormat.OpenXml.DoubleValue +DocumentFormat.OpenXml.DoubleValue.DoubleValue() -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(DocumentFormat.OpenXml.DoubleValue! source) -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(double value) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color() -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color() -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color() -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color() -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color() -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color() -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.AdjustPoint2DType() -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList() -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Alpha +DocumentFormat.OpenXml.Drawing.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.AlphaBiLevel() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.AlphaCeiling +DocumentFormat.OpenXml.Drawing.AlphaCeiling.AlphaCeiling() -> void +DocumentFormat.OpenXml.Drawing.AlphaFloor +DocumentFormat.OpenXml.Drawing.AlphaFloor.AlphaFloor() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulation +DocumentFormat.OpenXml.Drawing.AlphaModulation.AlphaModulation() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.AlphaModulationFixed() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset +DocumentFormat.OpenXml.Drawing.AlphaOffset.AlphaOffset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset +DocumentFormat.OpenXml.Drawing.AlphaOutset.AlphaOutset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace.AlphaReplace() -> void +DocumentFormat.OpenXml.Drawing.Anchor +DocumentFormat.OpenXml.Drawing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Anchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.X.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Y.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Z.set -> void +DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Category = 1 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.CategoryElement = 3 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Series = 0 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.SeriesElement = 2 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelAtOnce = 2 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelOne = 1 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.One = 0 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.ArcTo +DocumentFormat.OpenXml.Drawing.ArcTo.ArcTo() -> void +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.AudioCDTimeType() -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD() -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.get -> DocumentFormat.OpenXml.Drawing.EndTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.get -> DocumentFormat.OpenXml.Drawing.StartTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile() -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.AutoNumberedBullet() -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.get -> DocumentFormat.OpenXml.Drawing.Anchor? +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop() -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.get -> DocumentFormat.OpenXml.Drawing.Normal? +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.get -> DocumentFormat.OpenXml.Drawing.UpVector? +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.set -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList() -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Bevel +DocumentFormat.OpenXml.Drawing.Bevel.Bevel() -> void +DocumentFormat.OpenXml.Drawing.BevelBottom +DocumentFormat.OpenXml.Drawing.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Angle = 4 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Convex = 6 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Cross = 3 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Divot = 8 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.HardEdge = 10 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Riblet = 9 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Slope = 2 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.SoftRound = 5 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelTop +DocumentFormat.OpenXml.Drawing.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Drawing.BevelType +DocumentFormat.OpenXml.Drawing.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Drawing.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Height.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BevelType.Preset.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Width.set -> void +DocumentFormat.OpenXml.Drawing.BiLevel +DocumentFormat.OpenXml.Drawing.BiLevel.BiLevel() -> void +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Black = 8 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackGray = 6 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackWhite = 7 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Gray = 2 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.GrayWhite = 5 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Hidden = 10 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.InvGray = 4 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.LightGray = 3 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.White = 9 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.Blend +DocumentFormat.OpenXml.Drawing.Blend.Blend() -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.set -> void +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Darken = 3 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Lighten = 4 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Multiply = 1 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Overlay = 0 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Screen = 2 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.Blip +DocumentFormat.OpenXml.Drawing.Blip.Blip() -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Embed.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Link.set -> void +DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Email = 0 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.HighQualityPrint = 3 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.None = 4 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Print = 2 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Screen = 1 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipExtension +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension() -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList() -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Blue +DocumentFormat.OpenXml.Drawing.Blue.Blue() -> void +DocumentFormat.OpenXml.Drawing.BlueModulation +DocumentFormat.OpenXml.Drawing.BlueModulation.BlueModulation() -> void +DocumentFormat.OpenXml.Drawing.BlueOffset +DocumentFormat.OpenXml.Drawing.BlueOffset.BlueOffset() -> void +DocumentFormat.OpenXml.Drawing.Blur +DocumentFormat.OpenXml.Drawing.Blur.Blur() -> void +DocumentFormat.OpenXml.Drawing.Blur.Grow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Blur.Grow.set -> void +DocumentFormat.OpenXml.Drawing.Blur.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Blur.Radius.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties() -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Default = 2 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Off = 1 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.On = 0 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BottomBorder +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break +DocumentFormat.OpenXml.Drawing.Break.Break() -> void +DocumentFormat.OpenXml.Drawing.Break.Break(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Break.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildChart.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.BuildChart() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.set -> void +DocumentFormat.OpenXml.Drawing.BulletColor +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor() -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColorText +DocumentFormat.OpenXml.Drawing.BulletColorText.BulletColorText() -> void +DocumentFormat.OpenXml.Drawing.BulletFont +DocumentFormat.OpenXml.Drawing.BulletFont.BulletFont() -> void +DocumentFormat.OpenXml.Drawing.BulletFontText +DocumentFormat.OpenXml.Drawing.BulletFontText.BulletFontText() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.BulletSizePercentage() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints +DocumentFormat.OpenXml.Drawing.BulletSizePoints.BulletSizePoints() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizeText +DocumentFormat.OpenXml.Drawing.BulletSizeText.BulletSizeText() -> void +DocumentFormat.OpenXml.Drawing.Camera +DocumentFormat.OpenXml.Drawing.Camera.Camera() -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Camera.Preset.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.Camera.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Zoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.Zoom.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.get -> DocumentFormat.OpenXml.Drawing.Bevel? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties() -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet.CharacterBullet() -> void +DocumentFormat.OpenXml.Drawing.Chart +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.set -> void +DocumentFormat.OpenXml.Drawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.set -> void +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.AllPoints = 4 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Category = 0 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.CategoryPoints = 1 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.GridLegend = 5 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Series = 2 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.SeriesPoints = 3 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.ApplyToEnd() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.ApplyToFront() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.ApplyToSides() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.AutoLabeled() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.AutoTitleDeleted() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.AutoUpdate() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisId +DocumentFormat.OpenXml.Drawing.Charts.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.AxisPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Top = 3 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.AxisUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Backward +DocumentFormat.OpenXml.Drawing.Charts.Backward.Backward() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.BarDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Bar = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.BarGrouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Clustered = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Stacked = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Standard = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.BaseTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.BubbleScale() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.BuiltInUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Billions = 7 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredMillions = 6 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Hundreds = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredThousands = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Millions = 4 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenMillions = 5 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenThousands = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Thousands = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Trillions = 8 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted? +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.get -> DocumentFormat.OpenXml.Drawing.Charts.BackWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs? +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.get -> DocumentFormat.OpenXml.Drawing.Charts.Floor? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.get -> DocumentFormat.OpenXml.Drawing.Charts.Legend? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotFormats? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotArea? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.get -> DocumentFormat.OpenXml.Drawing.Charts.SideWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.get -> DocumentFormat.OpenXml.Drawing.Charts.View3D? +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartObject +DocumentFormat.OpenXml.Drawing.Charts.ChartObject.ChartObject() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartReference +DocumentFormat.OpenXml.Drawing.Charts.ChartReference.ChartReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.get -> DocumentFormat.OpenXml.Drawing.Charts.Date1904? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.get -> DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.get -> DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CrossBetween() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.Between = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.MidpointCategory = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.Crosses +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Crosses() -> void +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CrossesAt() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.AutoZero = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Maximum = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Minimum = 2 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CrossingAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CustomDisplayUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Data +DocumentFormat.OpenXml.Drawing.Charts.Data.Data() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16 +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.DataLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.BestFit = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideBase = 3 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideEnd = 4 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Left = 5 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.OutsideEnd = 6 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Right = 7 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Top = 8 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabels +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowKeys? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Date1904 +DocumentFormat.OpenXml.Drawing.Charts.Date1904.Date1904() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Delete +DocumentFormat.OpenXml.Drawing.Charts.Delete.Delete() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.DepthPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.DisplayBlanksAs() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.DisplayEquation() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.DisplayRSquaredValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.DoubleType() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.EditingLanguage() -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.X = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.Y = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.get -> DocumentFormat.OpenXml.Drawing.Charts.Minus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.get -> DocumentFormat.OpenXml.Drawing.Charts.NoEndCap? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.get -> DocumentFormat.OpenXml.Drawing.Charts.Plus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.ErrorBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.ErrorBarValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Both = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Minus = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Plus = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.ErrorBarValueType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.ErrorDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.FixedValue = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Percentage = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardDeviation = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardError = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Explosion +DocumentFormat.OpenXml.Drawing.Charts.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.FirstSliceAngle() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor() -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode() -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatId +DocumentFormat.OpenXml.Drawing.Charts.FormatId.FormatId() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formatting +DocumentFormat.OpenXml.Drawing.Charts.Formatting.Formatting() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Forward +DocumentFormat.OpenXml.Drawing.Charts.Forward.Forward() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.GapAmountType() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GapDepth +DocumentFormat.OpenXml.Drawing.Charts.GapDepth.GapDepth() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapWidth +DocumentFormat.OpenXml.Drawing.Charts.GapWidth.GapWidth() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Grouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Stacked = 2 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Standard = 1 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.OddFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.OddHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Height +DocumentFormat.OpenXml.Drawing.Charts.Height.Height() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightMode +DocumentFormat.OpenXml.Drawing.Charts.HeightMode.HeightMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.HeightPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.HoleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Index +DocumentFormat.OpenXml.Drawing.Charts.Index.Index() -> void +DocumentFormat.OpenXml.Drawing.Charts.Intercept +DocumentFormat.OpenXml.Drawing.Charts.Intercept.Intercept() -> void +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.InvertIfNegative() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.LabelAlignment() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.LabelOffset() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout() -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.LayoutModeType() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Edge = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Factor = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.LayoutTarget() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Inner = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Outer = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Left +DocumentFormat.OpenXml.Drawing.Charts.Left.Left() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeftMode +DocumentFormat.OpenXml.Drawing.Charts.LeftMode.LeftMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.LegendPosition? +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.LegendPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Top = 4 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.Level +DocumentFormat.OpenXml.Drawing.Charts.Level.Level() -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase +DocumentFormat.OpenXml.Drawing.Charts.LogBase.LogBase() -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.MajorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.MajorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.MajorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.get -> DocumentFormat.OpenXml.Drawing.Charts.Height? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.get -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.get -> DocumentFormat.OpenXml.Drawing.Charts.Left? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.get -> DocumentFormat.OpenXml.Drawing.Charts.LeftMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.get -> DocumentFormat.OpenXml.Drawing.Charts.Top? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.get -> DocumentFormat.OpenXml.Drawing.Charts.TopMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.get -> DocumentFormat.OpenXml.Drawing.Charts.Width? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.get -> DocumentFormat.OpenXml.Drawing.Charts.WidthMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dot = 4 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.None = 5 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Picture = 6 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Plus = 7 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Square = 8 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Star = 9 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Triangle = 10 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.X = 11 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.MaxAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.MinAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.MinorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.MinorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.MinorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.NoEndCap() -> void +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.NoMultiLevelLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingCache? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.get -> DocumentFormat.OpenXml.Drawing.Charts.OfPieType? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.OfPieType() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Bar = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Pie = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.Order +DocumentFormat.OpenXml.Drawing.Charts.Order.Order() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Orientation() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MaxMin = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MinMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Overlap +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Overlap() -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlay +DocumentFormat.OpenXml.Drawing.Charts.Overlay.Overlay() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Default = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Period +DocumentFormat.OpenXml.Drawing.Charts.Period.Period() -> void +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Perspective() -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.PictureFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.StackScale = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stretch = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormat? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.PictureStackUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.DataLabel? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.PlotVisibleOnly() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PointCount +DocumentFormat.OpenXml.Drawing.Charts.PointCount.PointCount() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.PolynomialOrder() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Drawing.Charts.PageMargins? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Drawing.Charts.PageSetup? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartObject? +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.get -> DocumentFormat.OpenXml.Drawing.Charts.Data? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.get -> DocumentFormat.OpenXml.Drawing.Charts.Formatting? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.get -> DocumentFormat.OpenXml.Drawing.Charts.Selection? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.get -> DocumentFormat.OpenXml.Drawing.Charts.UserInterface? +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyle? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.RadarStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Filled = 2 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Marker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Standard = 0 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.RelationshipIdType() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.RightAngleAxes() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX +DocumentFormat.OpenXml.Drawing.Charts.RotateX.RotateX() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY +DocumentFormat.OpenXml.Drawing.Charts.RotateY.RotateY() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.RoundedCorners() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.get -> DocumentFormat.OpenXml.Drawing.Charts.LogBase? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.get -> DocumentFormat.OpenXml.Drawing.Charts.Orientation? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.ScatterStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.LineMarker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Marker = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Smooth = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.SmoothMarker = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.SecondPiePoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.SecondPieSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Selection +DocumentFormat.OpenXml.Drawing.Charts.Selection.Selection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape +DocumentFormat.OpenXml.Drawing.Charts.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Box = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cone = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.ConeToMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cylinder = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Pyramid = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.PyramidToMaximum = 5 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.ShowBubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.ShowCategoryName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.ShowDataLabelsOverMaximum() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.ShowHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.ShowKeys() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.ShowLegendKey() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.ShowMarker() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.ShowNegativeBubbles() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.ShowOutlineBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.ShowPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.ShowSeriesName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowValue +DocumentFormat.OpenXml.Drawing.Charts.ShowValue.ShowValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.ShowVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Size +DocumentFormat.OpenXml.Drawing.Charts.Size.Size() -> void +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.SizeRepresents() -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Area = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Width = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SkipType +DocumentFormat.OpenXml.Drawing.Charts.SkipType.SkipType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Smooth +DocumentFormat.OpenXml.Drawing.Charts.Smooth.Smooth() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.SplitPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType +DocumentFormat.OpenXml.Drawing.Charts.SplitType.SplitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Percent = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Position = 2 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Value = 3 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.StockChart +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.StringCache? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Style +DocumentFormat.OpenXml.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.get -> DocumentFormat.OpenXml.Drawing.Charts.Thickness? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Symbol() -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Thickness() -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.TickLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.High = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.Low = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.NextTo = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.TickLabelSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.TickMarkSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.TickMarkType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Cross = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Inside = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.None = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Outside = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.TimeUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Days = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Months = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Years = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.Title +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.get -> DocumentFormat.OpenXml.Drawing.Charts.Overlay? +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Top +DocumentFormat.OpenXml.Drawing.Charts.Top.Top() -> void +DocumentFormat.OpenXml.Drawing.Charts.TopMode +DocumentFormat.OpenXml.Drawing.Charts.TopMode.TopMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.get -> DocumentFormat.OpenXml.Drawing.Charts.Backward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.get -> DocumentFormat.OpenXml.Drawing.Charts.Forward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.get -> DocumentFormat.OpenXml.Drawing.Charts.Intercept? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.get -> DocumentFormat.OpenXml.Drawing.Charts.Period? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.get -> DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineName? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineType? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.TrendlineType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Exponential = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Linear = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Logarithmic = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.MovingAverage = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Polynomial = 4 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Power = 5 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.get -> DocumentFormat.OpenXml.Drawing.Charts.DownBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.get -> DocumentFormat.OpenXml.Drawing.Charts.GapWidth? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.get -> DocumentFormat.OpenXml.Drawing.Charts.UpBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserInterface +DocumentFormat.OpenXml.Drawing.Charts.UserInterface.UserInterface() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Load(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Save(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.UserShapesReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values +DocumentFormat.OpenXml.Drawing.Charts.Values.Values() -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.VaryColors +DocumentFormat.OpenXml.Drawing.Charts.VaryColors.VaryColors() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.DepthPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.get -> DocumentFormat.OpenXml.Drawing.Charts.Perspective? +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.get -> DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateX? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateY? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Width +DocumentFormat.OpenXml.Drawing.Charts.Width.Width() -> void +DocumentFormat.OpenXml.Drawing.Charts.WidthMode +DocumentFormat.OpenXml.Drawing.Charts.WidthMode.WidthMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Wireframe +DocumentFormat.OpenXml.Drawing.Charts.Wireframe.Wireframe() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChildExtents +DocumentFormat.OpenXml.Drawing.ChildExtents.ChildExtents() -> void +DocumentFormat.OpenXml.Drawing.ChildOffset +DocumentFormat.OpenXml.Drawing.ChildOffset.ChildOffset() -> void +DocumentFormat.OpenXml.Drawing.CloseShapePath +DocumentFormat.OpenXml.Drawing.CloseShapePath.CloseShapePath() -> void +DocumentFormat.OpenXml.Drawing.Color2Type +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type() -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange() -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.get -> DocumentFormat.OpenXml.Drawing.ColorFrom? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.get -> DocumentFormat.OpenXml.Drawing.ColorTo? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.set -> void +DocumentFormat.OpenXml.Drawing.ColorFrom +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom() -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement() -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.get -> DocumentFormat.OpenXml.Drawing.Accent1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.get -> DocumentFormat.OpenXml.Drawing.Accent2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.get -> DocumentFormat.OpenXml.Drawing.Accent3Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.get -> DocumentFormat.OpenXml.Drawing.Accent4Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.get -> DocumentFormat.OpenXml.Drawing.Accent5Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.get -> DocumentFormat.OpenXml.Drawing.Accent6Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.get -> DocumentFormat.OpenXml.Drawing.Dark1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.get -> DocumentFormat.OpenXml.Drawing.Dark2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.get -> DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor? +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.get -> DocumentFormat.OpenXml.Drawing.Hyperlink? +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.get -> DocumentFormat.OpenXml.Drawing.Light1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.get -> DocumentFormat.OpenXml.Drawing.Light2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorTo +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo() -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType +DocumentFormat.OpenXml.Drawing.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Complement +DocumentFormat.OpenXml.Drawing.Complement.Complement() -> void +DocumentFormat.OpenXml.Drawing.ComplexScriptFont +DocumentFormat.OpenXml.Drawing.ComplexScriptFont.ComplexScriptFont() -> void +DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Single = 0 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.get -> DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionType +DocumentFormat.OpenXml.Drawing.ConnectionType.ConnectionType() -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor() -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CustomColor.Name.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColorList +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList() -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash() -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.get -> DocumentFormat.OpenXml.Drawing.AdjustHandleList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.get -> DocumentFormat.OpenXml.Drawing.ConnectionSiteList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry() -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.get -> DocumentFormat.OpenXml.Drawing.PathList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.get -> DocumentFormat.OpenXml.Drawing.Rectangle? +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.get -> DocumentFormat.OpenXml.Drawing.ShapeGuideList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.set -> void +DocumentFormat.OpenXml.Drawing.Dark1Color +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color() -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color() -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DashStop +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.set -> void +DocumentFormat.OpenXml.Drawing.DashStop.DashStop() -> void +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.set -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension() -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType() -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagram +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Drawing.Diagram.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagram.Id.set -> void +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Adjust() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Composite = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Connector = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Cycle = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyChild = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyRoot = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Linear = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Pyramid = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Snake = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Space = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Text = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.AnimateOneByOne() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.Branch = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.One = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.AnimationLevel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Level = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Arrow = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.NoArrow = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Gravity = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Upright = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Ancestor = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.AncestorOrSelf = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.DescendantOrSelf = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Follow = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.FollowSibling = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.None = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Parent = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Preceding = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.PrecedingSibling = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Root = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.Background +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Beginning = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Default = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.End = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.Equal = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.GreaterThanOrEqualTo = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.LessThanOrEqualTo = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Balanced = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.EndCanvas = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Fixed = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.BulletEnabled() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Category() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.FirstNode = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.Choose +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Cycle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Repeat = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.ColorDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.DiagramColorsPart.get -> DocumentFormat.OpenXml.Packaging.DiagramColorsPart? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.ColorTransformCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.ColorTransformDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.ParentOf = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationOf = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationParentOf = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.UnknownRelationship = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.Custom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomCenter = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleLeft = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleRight = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Radial = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopCenter = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopLeft = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopRight = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Bending = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Curve = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.LongCurve = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Straight = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.AlignmentOffset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadHeight = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadWidth = 62 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningMargin = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningPadding = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BendingDistance = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Bottom = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomMargin = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomOffset = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterHeight = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterWidth = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterXOffset = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterYOffset = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ConnectionDistance = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Diameter = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndMargin = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndPadding = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Height = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.HeightOffset = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Left = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftOffset = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PrimaryFontSize = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PyramidAccentRatio = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Right = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightMargin = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightOffset = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondaryFontSize = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondarySiblingSpacing = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SiblingSpacing = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Spacing = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.StemThickness = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Top = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopMargin = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopOffset = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedA = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedB = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedC = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedD = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedE = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedF = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedG = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedH = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedI = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedJ = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedK = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedL = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedM = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedN = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedO = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedP = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedQ = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedR = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedS = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedT = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedU = 55 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedV = 56 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedW = 57 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedX = 58 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedY = 59 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedZ = 60 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Width = 61 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.WidthOffset = 63 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.ReverseDirection = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.SameDirection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DiagramDataPart.get -> DocumentFormat.OpenXml.Packaging.DiagramDataPart? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Load(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Save(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Description() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Direction() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Normal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Reversed = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.All = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Assistant = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Document = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Node = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonAssistant = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonNormal = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Normal = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.ParentTransition = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Presentation = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.SiblingTransition = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Row = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThan = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThanOrEqualTo = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThan = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThanOrEqualTo = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.NotEqualTo = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Count = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Depth = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.MaxDepth = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Position = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionEven = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionOdd = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.ReversePosition = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Variable = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomRight = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterChild = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterDescendant = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomLeft = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomRight = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftBottom = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterChild = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterDescendant = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftTop = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightBottom = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterChildren = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterDescendants = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightTop = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterChildren = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterDescendants = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.HierarchyBranch() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Hanging = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Initial = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Standard = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Counterclockwise = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DiagramLayoutDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.get -> DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Direction? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.get -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.get -> DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromBottom = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromTop = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.MaxNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Offset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.OrganizationChart() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.Connection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AspectRatio = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AutoTextRotation = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningArrowheadStyle = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningPoints = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BendPoint = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Breakpoint = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BreakpointFixedValue = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.CenterShapeMapping = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildAlignment = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildDirection = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectionRoute = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectorDimension = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ContinueDirection = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.DestinationNode = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndPoints = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndStyle = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FallbackScale = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FlowDirection = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.GrowDirection = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HierarchyAlignment = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HorizontalAlignment = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LinearDirection = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterChildrenParagraph = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterParentParagraph = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingChildren = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingParent = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeHorizontalAlignment = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeVerticalAlignment = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Offset = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextLeftToRightAlignment = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextRightToLeftAlignment = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentBackgroundNode = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentPosition = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextNode = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidLevelNode = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RotationPath = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RouteShortestDistance = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryChildAlignment = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryLinearDirection = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextLeftToRightAlignment = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextRightToLeftAlignment = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SourceNode = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SpanAngle = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartAngle = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartBulletsAtLevel = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartElement = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAlignment = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontal = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontalWithChildren = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVertical = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVerticalWithChildren = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextBlockDirection = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextDirection = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.VerticalAlignment = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.Point +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBody? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Assistant = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Document = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.ParentTransition = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Presentation = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.SiblingTransition = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.PreferredNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.After = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.Before = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Step = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.RelationshipIds() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.ResizeHandles() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Exact = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Relative = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.AlongPath = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.Rule +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModel? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromBottom = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromLeft = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromRight = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromTop = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.Shape +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Transition = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.Style +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.DiagramStylePart.get -> DocumentFormat.OpenXml.Packaging.DiagramStylePart? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.StyleDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.StyleDisplayCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.StyleLabelDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromBottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromTop = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.get -> DocumentFormat.OpenXml.Drawing.FlatText? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.get -> DocumentFormat.OpenXml.Drawing.Shape3DType? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimateOne = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimationLevel = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.BulletsEnabled = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildMax = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildPreference = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.Direction = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.HierarchyBranch = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.OrganizationalChart = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ResizeHandles = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom2010 = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle2010 = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top2010 = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.Whole +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone +DocumentFormat.OpenXml.Drawing.Duotone.Duotone() -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EastAsianFont +DocumentFormat.OpenXml.Drawing.EastAsianFont.EastAsianFont() -> void +DocumentFormat.OpenXml.Drawing.Effect +DocumentFormat.OpenXml.Drawing.Effect.Effect() -> void +DocumentFormat.OpenXml.Drawing.Effect.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Effect.Reference.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainer +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer() -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType() -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Sibling = 0 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Tree = 1 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectDag +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag() -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList +DocumentFormat.OpenXml.Drawing.EffectList.Blur.get -> DocumentFormat.OpenXml.Drawing.Blur? +DocumentFormat.OpenXml.Drawing.EffectList.Blur.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList() -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.get -> DocumentFormat.OpenXml.Drawing.FillOverlay? +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Glow.get -> DocumentFormat.OpenXml.Drawing.Glow? +DocumentFormat.OpenXml.Drawing.EffectList.Glow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.get -> DocumentFormat.OpenXml.Drawing.InnerShadow? +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.get -> DocumentFormat.OpenXml.Drawing.OuterShadow? +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.get -> DocumentFormat.OpenXml.Drawing.PresetShadow? +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.get -> DocumentFormat.OpenXml.Drawing.Reflection? +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.get -> DocumentFormat.OpenXml.Drawing.SoftEdge? +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle() -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList() -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EmptyType +DocumentFormat.OpenXml.Drawing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Drawing.EndConnection +DocumentFormat.OpenXml.Drawing.EndConnection.EndConnection() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndTime +DocumentFormat.OpenXml.Drawing.EndTime.EndTime() -> void +DocumentFormat.OpenXml.Drawing.Extension +DocumentFormat.OpenXml.Drawing.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ExtensionList +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extents +DocumentFormat.OpenXml.Drawing.Extents.Extents() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.get -> DocumentFormat.OpenXml.Drawing.ColorMap? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field +DocumentFormat.OpenXml.Drawing.Field.Field() -> void +DocumentFormat.OpenXml.Drawing.Field.Field(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Id.set -> void +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Field.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Field.Text.set -> void +DocumentFormat.OpenXml.Drawing.Field.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Type.set -> void +DocumentFormat.OpenXml.Drawing.Fill +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill() -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.Fill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay() -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties() -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillRectangle +DocumentFormat.OpenXml.Drawing.FillRectangle.FillRectangle() -> void +DocumentFormat.OpenXml.Drawing.FillReference +DocumentFormat.OpenXml.Drawing.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList() -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillToRectangle +DocumentFormat.OpenXml.Drawing.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow() -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FlatText +DocumentFormat.OpenXml.Drawing.FlatText.FlatText() -> void +DocumentFormat.OpenXml.Drawing.FlatText.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.FlatText.Z.set -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor() -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Major = 0 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Minor = 1 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.None = 2 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionType +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.get -> DocumentFormat.OpenXml.Drawing.ComplexScriptFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.get -> DocumentFormat.OpenXml.Drawing.EastAsianFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType() -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.get -> DocumentFormat.OpenXml.Drawing.LatinFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.set -> void +DocumentFormat.OpenXml.Drawing.FontReference +DocumentFormat.OpenXml.Drawing.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FontReference.Index.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Fonts +DocumentFormat.OpenXml.Drawing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.get -> DocumentFormat.OpenXml.Drawing.MajorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.get -> DocumentFormat.OpenXml.Drawing.MinorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FontScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.get -> DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.get -> DocumentFormat.OpenXml.Drawing.EffectStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.get -> DocumentFormat.OpenXml.Drawing.FillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme() -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.get -> DocumentFormat.OpenXml.Drawing.LineStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Gamma +DocumentFormat.OpenXml.Drawing.Gamma.Gamma() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow +DocumentFormat.OpenXml.Drawing.Glow.Glow() -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Glow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Glow.Radius.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.get -> DocumentFormat.OpenXml.Drawing.GradientStopList? +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStopList +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic +DocumentFormat.OpenXml.Drawing.Graphic.Graphic() -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.get -> DocumentFormat.OpenXml.Drawing.GraphicData? +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.set -> void +DocumentFormat.OpenXml.Drawing.GraphicData +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData() -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.Gray +DocumentFormat.OpenXml.Drawing.Gray.Gray() -> void +DocumentFormat.OpenXml.Drawing.Grayscale +DocumentFormat.OpenXml.Drawing.Grayscale.Grayscale() -> void +DocumentFormat.OpenXml.Drawing.Green +DocumentFormat.OpenXml.Drawing.Green.Green() -> void +DocumentFormat.OpenXml.Drawing.GreenModulation +DocumentFormat.OpenXml.Drawing.GreenModulation.GreenModulation() -> void +DocumentFormat.OpenXml.Drawing.GreenOffset +DocumentFormat.OpenXml.Drawing.GreenOffset.GreenOffset() -> void +DocumentFormat.OpenXml.Drawing.GridColumn +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Drawing.GroupFill +DocumentFormat.OpenXml.Drawing.GroupFill.GroupFill() -> void +DocumentFormat.OpenXml.Drawing.GroupShape +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HeadEnd +DocumentFormat.OpenXml.Drawing.HeadEnd.HeadEnd() -> void +DocumentFormat.OpenXml.Drawing.Highlight +DocumentFormat.OpenXml.Drawing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hsl +DocumentFormat.OpenXml.Drawing.Hsl.Hsl() -> void +DocumentFormat.OpenXml.Drawing.Hsl.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Hue.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.set -> void +DocumentFormat.OpenXml.Drawing.HslColor +DocumentFormat.OpenXml.Drawing.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.set -> void +DocumentFormat.OpenXml.Drawing.Hue +DocumentFormat.OpenXml.Drawing.Hue.Hue() -> void +DocumentFormat.OpenXml.Drawing.Hue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hue.Val.set -> void +DocumentFormat.OpenXml.Drawing.HueModulation +DocumentFormat.OpenXml.Drawing.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Drawing.HueOffset +DocumentFormat.OpenXml.Drawing.HueOffset.HueOffset() -> void +DocumentFormat.OpenXml.Drawing.HueOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HueOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Hyperlink +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkSound +DocumentFormat.OpenXml.Drawing.HyperlinkSound.HyperlinkSound() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.get -> DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.get -> DocumentFormat.OpenXml.Drawing.HyperlinkSound? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow() -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Inverse +DocumentFormat.OpenXml.Drawing.Inverse.Inverse() -> void +DocumentFormat.OpenXml.Drawing.InverseGamma +DocumentFormat.OpenXml.Drawing.InverseGamma.InverseGamma() -> void +DocumentFormat.OpenXml.Drawing.LastColumn +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn() -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow +DocumentFormat.OpenXml.Drawing.LastRow.LastRow() -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LatinFont +DocumentFormat.OpenXml.Drawing.LatinFont.LatinFont() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.set -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color() -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color() -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig +DocumentFormat.OpenXml.Drawing.LightRig.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Direction.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rig.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Rig.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Balanced = 13 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Chilly = 21 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Contrasting = 17 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flat = 23 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flood = 16 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Freezing = 22 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Glow = 25 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Harsh = 15 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Morning = 18 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Soft = 14 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunrise = 19 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunset = 20 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.ThreePoints = 12 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.TwoPoints = 24 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LinearGradientFill +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.set -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.LinearGradientFill() -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.set -> void +DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineDefault +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault() -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.LineEndPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Arrow = 5 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.None = 0 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Oval = 4 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Stealth = 2 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Triangle = 1 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineJoinBevel +DocumentFormat.OpenXml.Drawing.LineJoinBevel.LineJoinBevel() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineReference +DocumentFormat.OpenXml.Drawing.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing() -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList() -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo +DocumentFormat.OpenXml.Drawing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.LineTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle() -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas() -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Luminance +DocumentFormat.OpenXml.Drawing.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.LuminanceEffect() -> void +DocumentFormat.OpenXml.Drawing.LuminanceModulation +DocumentFormat.OpenXml.Drawing.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Drawing.LuminanceOffset +DocumentFormat.OpenXml.Drawing.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Drawing.MajorFont +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont() -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MasterColorMapping +DocumentFormat.OpenXml.Drawing.MasterColorMapping.MasterColorMapping() -> void +DocumentFormat.OpenXml.Drawing.MinorFont +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont() -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Miter +DocumentFormat.OpenXml.Drawing.Miter.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Miter.Limit.set -> void +DocumentFormat.OpenXml.Drawing.Miter.Miter() -> void +DocumentFormat.OpenXml.Drawing.MoveTo +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.MoveTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.NoAutoFit +DocumentFormat.OpenXml.Drawing.NoAutoFit.NoAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NoBullet +DocumentFormat.OpenXml.Drawing.NoBullet.NoBullet() -> void +DocumentFormat.OpenXml.Drawing.NoFill +DocumentFormat.OpenXml.Drawing.NoFill.NoFill() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Normal +DocumentFormat.OpenXml.Drawing.Normal.Normal() -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.NormalAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell() -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.get -> DocumentFormat.OpenXml.Drawing.LineDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults() -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.get -> DocumentFormat.OpenXml.Drawing.ShapeDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.get -> DocumentFormat.OpenXml.Drawing.TextDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Offset +DocumentFormat.OpenXml.Drawing.Offset.Offset() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Outline +DocumentFormat.OpenXml.Drawing.Outline.Outline() -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping() -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.set -> void +DocumentFormat.OpenXml.Drawing.Path.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Path.Fill.set -> void +DocumentFormat.OpenXml.Drawing.Path.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Height.set -> void +DocumentFormat.OpenXml.Drawing.Path.Path() -> void +DocumentFormat.OpenXml.Drawing.Path.Path(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Stroke.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.Stroke.set -> void +DocumentFormat.OpenXml.Drawing.Path.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Width.set -> void +DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Darken = 4 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.DarkenLess = 5 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Lighten = 2 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.LightenLess = 3 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Norm = 1 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathGradientFill +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.get -> DocumentFormat.OpenXml.Drawing.FillToRectangle? +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill() -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList +DocumentFormat.OpenXml.Drawing.PathList.PathList() -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Rectangle = 2 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PatternFill +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Drawing.BackgroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Drawing.ForegroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Insert = 1 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PercentageType +DocumentFormat.OpenXml.Drawing.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Drawing.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Picture +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet() -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks() -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Pictures.BlipFill? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Point +DocumentFormat.OpenXml.Drawing.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Point2DType +DocumentFormat.OpenXml.Drawing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Position +DocumentFormat.OpenXml.Drawing.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType +DocumentFormat.OpenXml.Drawing.PositivePercentageType.PositivePercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetColor +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor() -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AliceBlue = 0 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AntiqueWhite = 1 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aqua = 2 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aquamarine = 3 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Azure = 4 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Beige = 5 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Bisque = 6 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Black = 7 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlanchedAlmond = 8 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Blue = 9 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlueViolet = 10 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Brown = 11 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BurlyWood = 12 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CadetBlue = 13 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chartreuse = 14 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chocolate = 15 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Coral = 16 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CornflowerBlue = 17 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cornsilk = 18 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Crimson = 19 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cyan = 20 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue = 21 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue2010 = 140 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan = 22 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan2010 = 141 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod = 23 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod2010 = 142 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray = 24 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray2010 = 143 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen = 25 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen2010 = 145 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey = 183 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey2010 = 144 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki = 26 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki2010 = 146 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta = 27 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta2010 = 147 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen = 28 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen2010 = 148 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange = 29 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange2010 = 149 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid = 30 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid2010 = 150 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed = 31 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed2010 = 151 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon = 32 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon2010 = 152 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen = 33 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen2010 = 153 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue = 34 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue2010 = 154 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray = 35 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray2010 = 155 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey = 185 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey2010 = 156 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise = 36 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise2010 = 157 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet = 37 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet2010 = 158 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepPink = 38 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepSkyBlue = 39 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGray = 40 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGrey = 184 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DodgerBlue = 41 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Firebrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.FloralWhite = 43 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.ForestGreen = 44 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Fuchsia = 45 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gainsboro = 46 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GhostWhite = 47 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gold = 48 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Goldenrod = 49 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gray = 50 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Green = 51 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GreenYellow = 52 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Grey = 186 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Honeydew = 53 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.HotPink = 54 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.IndianRed = 55 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Indigo = 56 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Ivory = 57 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Khaki = 58 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lavender = 59 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LavenderBlush = 60 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LawnGreen = 61 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LemonChiffon = 62 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue = 63 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue2010 = 159 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral = 64 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral2010 = 160 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan = 65 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan2010 = 161 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow = 66 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow2010 = 162 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray = 67 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray2010 = 163 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen = 68 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen2010 = 165 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey = 187 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey2010 = 164 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink = 69 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink2010 = 166 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon = 70 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon2010 = 167 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen = 71 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen2010 = 168 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue = 72 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue2010 = 169 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray = 73 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray2010 = 170 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey = 188 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey2010 = 171 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue = 74 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue2010 = 172 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow = 75 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow2010 = 173 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lime = 76 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LimeGreen = 77 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Linen = 78 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Magenta = 79 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Maroon = 80 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MedAquamarine = 81 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumAquamarine2010 = 174 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue = 82 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue2010 = 175 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid = 83 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid2010 = 176 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple = 84 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple2010 = 177 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen = 85 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen2010 = 178 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue = 86 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue2010 = 179 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen = 87 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen2010 = 180 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise = 88 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise2010 = 181 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed = 89 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed2010 = 182 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MidnightBlue = 90 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MintCream = 91 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MistyRose = 92 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Moccasin = 93 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.NavajoWhite = 94 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Navy = 95 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OldLace = 96 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Olive = 97 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OliveDrab = 98 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orange = 99 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OrangeRed = 100 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orchid = 101 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGoldenrod = 102 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGreen = 103 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleTurquoise = 104 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleVioletRed = 105 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PapayaWhip = 106 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PeachPuff = 107 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Peru = 108 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Pink = 109 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Plum = 110 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PowderBlue = 111 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Purple = 112 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Red = 113 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RosyBrown = 114 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RoyalBlue = 115 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SaddleBrown = 116 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Salmon = 117 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SandyBrown = 118 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaGreen = 119 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaShell = 120 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Sienna = 121 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Silver = 122 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SkyBlue = 123 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateBlue = 124 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGray = 125 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGrey = 189 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Snow = 126 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SpringGreen = 127 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SteelBlue = 128 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tan = 129 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Teal = 130 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Thistle = 131 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tomato = 132 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Turquoise = 133 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Violet = 134 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Wheat = 135 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.White = 136 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.WhiteSmoke = 137 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Yellow = 138 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.YellowGreen = 139 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetDash +DocumentFormat.OpenXml.Drawing.PresetDash.PresetDash() -> void +DocumentFormat.OpenXml.Drawing.PresetDash.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetDash.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry() -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.DashDot = 4 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDash = 3 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDot = 5 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDotDot = 6 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDash = 7 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDot = 9 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDot = 8 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Cross = 22 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkDownwardDiagonal = 27 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkHorizontal = 16 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkUpwardDiagonal = 28 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkVertical = 17 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedDownwardDiagonal = 31 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedHorizontal = 20 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedUpwardDiagonal = 32 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedVertical = 21 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalBrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalCross = 33 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Divot = 49 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DotGrid = 38 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DottedDiamond = 45 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DownwardDiagonal = 23 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Horizontal = 12 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.HorizontalBrick = 41 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeCheck = 35 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeConfetti = 40 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeGrid = 37 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightDownwardDiagonal = 25 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightHorizontal = 14 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightUpwardDiagonal = 26 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightVertical = 15 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowHorizontal = 18 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowVertical = 19 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.OpenDiamond = 44 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent10 = 1 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent20 = 2 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent25 = 3 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent30 = 4 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent40 = 5 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent5 = 0 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent50 = 6 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent60 = 7 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent70 = 8 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent75 = 9 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent80 = 10 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent90 = 11 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Plaid = 46 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Shingle = 50 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallCheck = 34 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallConfetti = 39 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallGrid = 36 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SolidDiamond = 43 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Sphere = 47 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Trellis = 52 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.UpwardDiagonal = 24 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Vertical = 13 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Wave = 51 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Weave = 48 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideDownwardDiagonal = 29 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideUpwardDiagonal = 30 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.ZigZag = 53 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetShadow +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow() -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackCenterPerspectiveShadow = 18 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftLongPerspectiveShadow = 10 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftPerspectiveShadow = 2 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightLongPerspectiveShadow = 11 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightPerspectiveShadow = 3 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomLeftDropShadow = 4 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightDropShadow = 5 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightSmallDropShadow = 13 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontBottomShadow = 19 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftLongPerspectiveShadow = 14 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftPerspectiveShadow = 6 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightLongPerspectiveShadow = 15 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightPerspectiveShadow = 7 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalInnerBoxShadow = 17 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalOuterBoxShadow = 16 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDoubleDropShadow = 12 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDropShadow = 0 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftLargeDropShadow = 9 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftSmallDropShadow = 8 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopRightDropShadow = 1 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetTextWrap +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap() -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension() -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile() -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RatioType +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Drawing.Rectangle +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Left.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Right.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Top.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Top.set -> void +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Bottom = 7 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomRight = 8 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.Red +DocumentFormat.OpenXml.Drawing.Red.Red() -> void +DocumentFormat.OpenXml.Drawing.RedModulation +DocumentFormat.OpenXml.Drawing.RedModulation.RedModulation() -> void +DocumentFormat.OpenXml.Drawing.RedOffset +DocumentFormat.OpenXml.Drawing.RedOffset.RedOffset() -> void +DocumentFormat.OpenXml.Drawing.Reflection +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.Distance.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.RelativeOffset() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.RelativeRectangleType() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightToLeft +DocumentFormat.OpenXml.Drawing.RightToLeft.RightToLeft() -> void +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.set -> void +DocumentFormat.OpenXml.Drawing.Rotation +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Rotation() -> void +DocumentFormat.OpenXml.Drawing.Round +DocumentFormat.OpenXml.Drawing.Round.Round() -> void +DocumentFormat.OpenXml.Drawing.Run +DocumentFormat.OpenXml.Drawing.Run.Run() -> void +DocumentFormat.OpenXml.Drawing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Run.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Run.Text.set -> void +DocumentFormat.OpenXml.Drawing.RunProperties +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Saturation +DocumentFormat.OpenXml.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Drawing.SaturationModulation +DocumentFormat.OpenXml.Drawing.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Drawing.SaturationOffset +DocumentFormat.OpenXml.Drawing.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Drawing.ScaleX +DocumentFormat.OpenXml.Drawing.ScaleX.ScaleX() -> void +DocumentFormat.OpenXml.Drawing.ScaleY +DocumentFormat.OpenXml.Drawing.ScaleY.ScaleY() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background1 = 0 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background2 = 2 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark1 = 13 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark2 = 15 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light1 = 14 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light2 = 16 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.PhColor = 12 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text1 = 1 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text2 = 3 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.Shade +DocumentFormat.OpenXml.Drawing.Shade.Shade() -> void +DocumentFormat.OpenXml.Drawing.Shape +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Shape.TextShape.get -> DocumentFormat.OpenXml.Drawing.TextShape? +DocumentFormat.OpenXml.Drawing.Shape.TextShape.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType() -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.set -> void +DocumentFormat.OpenXml.Drawing.ShapeAutoFit +DocumentFormat.OpenXml.Drawing.ShapeAutoFit.ShapeAutoFit() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.ShapeGuide() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout1 = 113 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout2 = 114 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout3 = 115 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout1 = 107 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout2 = 108 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout3 = 109 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBackPrevious = 165 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBeginning = 167 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBlank = 160 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonDocument = 169 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonEnd = 166 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonForwardNext = 164 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHelp = 162 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHome = 161 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonInformation = 163 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonMovie = 171 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonReturn = 168 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonSound = 170 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Arc = 88 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentArrow = 62 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector2 = 96 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector3 = 97 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector4 = 98 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector5 = 99 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentUpArrow = 49 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Bevel = 82 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BlockArc = 40 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout1 = 110 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout2 = 111 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout3 = 112 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracePair = 94 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracketPair = 93 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout1 = 104 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout2 = 105 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout3 = 106 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Can = 73 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartPlus = 186 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartStar = 185 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartX = 184 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chevron = 37 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chord = 87 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CircularArrow = 64 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cloud = 120 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CloudCallout = 119 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Corner = 85 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CornerTabs = 181 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cube = 72 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector2 = 100 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector3 = 101 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector4 = 102 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector5 = 103 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedDownArrow = 70 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedLeftArrow = 68 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedRightArrow = 67 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedUpArrow = 69 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Decagon = 13 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DiagonalStripe = 86 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Diamond = 5 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Dodecagon = 14 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Donut = 41 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DoubleWave = 129 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrow = 46 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrowCallout = 58 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ellipse = 34 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon = 123 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon2 = 124 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartAlternateProcess = 158 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartCollate = 147 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartConnector = 142 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDecision = 132 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDelay = 157 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDisplay = 156 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDocument = 136 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartExtract = 149 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInputOutput = 133 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInternalStorage = 135 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDisk = 154 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDrum = 155 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticTape = 153 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualInput = 140 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualOperation = 141 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMerge = 150 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMultidocument = 137 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOfflineStorage = 151 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOffpageConnector = 159 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOnlineStorage = 152 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOr = 146 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPredefinedProcess = 134 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPreparation = 139 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartProcess = 131 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedCard = 143 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedTape = 144 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSort = 148 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSummingJunction = 145 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartTerminator = 138 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FoldedCorner = 81 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Frame = 83 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Funnel = 174 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear6 = 172 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear9 = 173 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HalfFrame = 84 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heart = 75 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heptagon = 11 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Hexagon = 10 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HomePlate = 36 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HorizontalScroll = 127 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal1 = 79 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal2 = 80 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrow = 44 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrowCallout = 55 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBrace = 91 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBracket = 89 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftCircularArrow = 65 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrow = 50 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrowCallout = 59 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightCircularArrow = 66 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightRibbon = 125 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightUpArrow = 53 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftUpArrow = 52 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LightningBolt = 74 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LineInverse = 1 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathDivide = 178 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathEqual = 179 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMinus = 176 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMultiply = 177 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathNotEqual = 180 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathPlus = 175 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Moon = 77 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NonIsoscelesTrapezoid = 8 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NoSmoking = 42 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NotchedRightArrow = 48 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Octagon = 12 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Parallelogram = 6 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pentagon = 9 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pie = 39 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PieWedge = 38 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plaque = 33 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PlaqueTabs = 183 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plus = 130 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrow = 54 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrowCallout = 61 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Rectangle = 4 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon = 121 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon2 = 122 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrow = 43 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrowCallout = 56 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBrace = 92 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBracket = 90 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightTriangle = 3 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round1Rectangle = 26 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2DiagonalRectangle = 28 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2SameRectangle = 27 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RoundRectangle = 25 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SmileyFace = 78 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip1Rectangle = 30 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2DiagonalRectangle = 32 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2SameRectangle = 31 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SnipRoundRectangle = 29 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SquareTabs = 182 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star10 = 20 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star12 = 21 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star16 = 22 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star24 = 23 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star32 = 24 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star4 = 15 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star5 = 16 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star6 = 17 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star7 = 18 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star8 = 19 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StraightConnector1 = 95 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StripedRightArrow = 47 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Sun = 76 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SwooshArrow = 71 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Teardrop = 35 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Trapezoid = 7 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Triangle = 2 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrow = 45 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrowCallout = 57 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrow = 51 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrowCallout = 60 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UTurnArrow = 63 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.VerticalScroll = 126 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Wave = 128 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeEllipseCallout = 118 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRectangleCallout = 116 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRoundRectangleCallout = 117 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.SoftEdge +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.set -> void +DocumentFormat.OpenXml.Drawing.SoftEdge.SoftEdge() -> void +DocumentFormat.OpenXml.Drawing.SolidFill +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill() -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SourceRectangle +DocumentFormat.OpenXml.Drawing.SourceRectangle.SourceRectangle() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell() -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter() -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore() -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent +DocumentFormat.OpenXml.Drawing.SpacingPercent.SpacingPercent() -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints +DocumentFormat.OpenXml.Drawing.SpacingPoints.SpacingPoints() -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Position? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.Absolute = 2 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.OneCell = 1 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.TwoCell = 0 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Load(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Save(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StartConnection +DocumentFormat.OpenXml.Drawing.StartConnection.StartConnection() -> void +DocumentFormat.OpenXml.Drawing.StartTime +DocumentFormat.OpenXml.Drawing.StartTime.StartTime() -> void +DocumentFormat.OpenXml.Drawing.Stretch +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.get -> DocumentFormat.OpenXml.Drawing.FillRectangle? +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch() -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType() -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.SupplementalFont() -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.SymbolFont +DocumentFormat.OpenXml.Drawing.SymbolFont.SymbolFont() -> void +DocumentFormat.OpenXml.Drawing.SystemColor +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.set -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor() -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SystemColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveBorder = 10 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveCaption = 2 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ApplicationWorkspace = 12 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonFace = 15 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonHighlight = 20 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonShadow = 16 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonText = 18 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.CaptionText = 9 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientActiveCaption = 26 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientInactiveCaption = 27 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GrayText = 17 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Highlight = 13 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HighlightText = 14 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HotLight = 25 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveBorder = 11 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaption = 3 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaptionText = 19 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoBack = 24 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoText = 23 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Menu = 4 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuBar = 29 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuHighlight = 28 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuText = 7 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ScrollBar = 0 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDDarkShadow = 21 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDLight = 22 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Window = 5 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowFrame = 6 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowText = 8 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.Table +DocumentFormat.OpenXml.Drawing.Table.Table() -> void +DocumentFormat.OpenXml.Drawing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.TableGrid.get -> DocumentFormat.OpenXml.Drawing.TableGrid? +DocumentFormat.OpenXml.Drawing.Table.TableGrid.set -> void +DocumentFormat.OpenXml.Drawing.Table.TableProperties.get -> DocumentFormat.OpenXml.Drawing.TableProperties? +DocumentFormat.OpenXml.Drawing.Table.TableProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableBackground +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground() -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Drawing.TableCellProperties? +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Drawing.BottomBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideVerticalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Drawing.LeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Drawing.RightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Drawing.TopBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.get -> DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.get -> DocumentFormat.OpenXml.Drawing.Cell3DProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.RightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.get -> DocumentFormat.OpenXml.Drawing.TableCellBorders? +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellTextStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType() -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow +DocumentFormat.OpenXml.Drawing.TableRow.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TableRow.Height.set -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry() -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleId +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId() -> void +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId(string! text) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Load(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Save(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList() -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Drawing.TableStyleType +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band1Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.get -> DocumentFormat.OpenXml.Drawing.Band1Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band2Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.get -> DocumentFormat.OpenXml.Drawing.Band2Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.get -> DocumentFormat.OpenXml.Drawing.FirstColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.get -> DocumentFormat.OpenXml.Drawing.FirstRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.get -> DocumentFormat.OpenXml.Drawing.LastColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.get -> DocumentFormat.OpenXml.Drawing.LastRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.get -> DocumentFormat.OpenXml.Drawing.NortheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.get -> DocumentFormat.OpenXml.Drawing.NorthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.get -> DocumentFormat.OpenXml.Drawing.SoutheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.get -> DocumentFormat.OpenXml.Drawing.SouthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.get -> DocumentFormat.OpenXml.Drawing.TableBackground? +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType() -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.get -> DocumentFormat.OpenXml.Drawing.WholeTable? +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.set -> void +DocumentFormat.OpenXml.Drawing.TabStop +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Drawing.TabStopList +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList() -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TailEnd +DocumentFormat.OpenXml.Drawing.TailEnd.TailEnd() -> void +DocumentFormat.OpenXml.Drawing.Text +DocumentFormat.OpenXml.Drawing.Text.Text() -> void +DocumentFormat.OpenXml.Drawing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Distributed = 5 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Justified = 3 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.JustifiedLow = 4 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.ThaiDistributed = 6 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenBoth = 0 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenR = 2 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterPeriod = 4 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenBoth = 1 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenR = 3 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterPeriod = 5 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic1Minus = 28 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic2Minus = 29 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePeriod = 19 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePlain = 20 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenBoth = 6 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenR = 7 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPeriod = 8 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPlain = 9 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberDoubleBytePlain = 16 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsBlackPlain = 17 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsWhitePlain = 18 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseDoubleBytePeriod = 25 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPeriod = 27 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPlain = 26 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePeriod = 21 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePlain = 22 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePeriod = 23 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePlain = 24 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Hebrew2Minus = 30 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlpha1Period = 40 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlphaPeriod = 37 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumberParenthesisRight = 39 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumPeriod = 38 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenBoth = 10 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenR = 12 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterPeriod = 14 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenBoth = 11 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenR = 13 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterPeriod = 15 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisBoth = 33 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisRight = 32 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaPeriod = 31 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisBoth = 36 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisRight = 35 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberPeriod = 34 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextBody +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.All = 2 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.Small = 1 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Drawing.TextDefault +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault() -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Automatic = 0 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Baseline = 3 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Bottom = 4 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontType +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.TextFontType() -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Clip = 1 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.get -> DocumentFormat.OpenXml.Drawing.LineSpacing? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.get -> DocumentFormat.OpenXml.Drawing.SpaceAfter? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.get -> DocumentFormat.OpenXml.Drawing.SpaceBefore? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape() -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDown = 10 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDownPour = 14 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUp = 9 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUpPour = 13 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButton = 12 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButtonPour = 16 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanDown = 20 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanUp = 19 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeDown = 40 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeUp = 39 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevron = 5 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevronInverted = 6 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCircle = 11 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCirclePour = 15 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveDown = 18 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveUp = 17 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflate = 26 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateBottom = 28 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflate = 31 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflateDeflate = 32 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateTop = 30 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDoubleWave1 = 23 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeDown = 36 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeLeft = 34 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeRight = 33 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeUp = 35 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflate = 25 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateBottom = 27 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateTop = 29 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextNoShape = 0 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextPlain = 1 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingInside = 7 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingOutside = 8 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantDown = 38 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantUp = 37 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextStop = 2 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangle = 3 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangleInverted = 4 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave1 = 21 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave2 = 22 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave4 = 24 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextSpacingType +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.get -> DocumentFormat.OpenXml.Drawing.SpacingPercent? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.get -> DocumentFormat.OpenXml.Drawing.SpacingPoints? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType() -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.DoubleStrike = 2 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.NoStrike = 0 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.SingleStrike = 1 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Decimal = 3 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dash = 7 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashHeavy = 8 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLong = 9 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLongHeavy = 10 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDash = 11 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDashHeavy = 12 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDash = 13 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDashHeavy = 14 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dotted = 5 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Double = 3 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Heavy = 4 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.HeavyDotted = 6 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Single = 2 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Wavy = 15 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyDouble = 17 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyHeavy = 16 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Clip = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Ellipsis = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.EastAsianVetical = 4 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.MongolianVertical = 5 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical270 = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtLeftToRight = 6 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtVertical = 3 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.Theme +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.get -> DocumentFormat.OpenXml.Drawing.CustomColorList? +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.get -> DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList? +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Load(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.get -> DocumentFormat.OpenXml.Drawing.ObjectDefaults? +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.set -> void +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.get -> DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList? +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Save(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme() -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.get -> DocumentFormat.OpenXml.Drawing.ThemeElements? +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType() -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements() -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeManager +DocumentFormat.OpenXml.Drawing.ThemeManager.ThemeManager() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Load(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Save(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Drawing.Tile +DocumentFormat.OpenXml.Drawing.Tile.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Flip.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Tile() -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Horizontal = 1 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.HorizontalAndVertical = 3 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Vertical = 2 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileRectangle +DocumentFormat.OpenXml.Drawing.TileRectangle.TileRectangle() -> void +DocumentFormat.OpenXml.Drawing.Tint +DocumentFormat.OpenXml.Drawing.Tint.Tint() -> void +DocumentFormat.OpenXml.Drawing.TintEffect +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.TintEffect() -> void +DocumentFormat.OpenXml.Drawing.TopBorder +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder() -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.TransformEffect() -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.get -> DocumentFormat.OpenXml.Drawing.ChildExtents? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.get -> DocumentFormat.OpenXml.Drawing.ChildOffset? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup() -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Underline +DocumentFormat.OpenXml.Drawing.Underline.Underline() -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFillText +DocumentFormat.OpenXml.Drawing.UnderlineFillText.UnderlineFillText() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.UnderlineFollowsText() -> void +DocumentFormat.OpenXml.Drawing.UpVector +DocumentFormat.OpenXml.Drawing.UpVector.UpVector() -> void +DocumentFormat.OpenXml.Drawing.UseShapeRectangle +DocumentFormat.OpenXml.Drawing.UseShapeRectangle.UseShapeRectangle() -> void +DocumentFormat.OpenXml.Drawing.Vector3DType +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.WaveAudioFile +DocumentFormat.OpenXml.Drawing.WaveAudioFile.WaveAudioFile() -> void +DocumentFormat.OpenXml.Drawing.WholeTable +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable() -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.EffectExtent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Character = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Column = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.LeftMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.RightMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.SimplePosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.StartPoint() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.BottomMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Line = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Paragraph = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.TopMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.WrapNone() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.BothSides = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Largest = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ElementEventArgs +DocumentFormat.OpenXml.ElementEventArgs.Element.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.ElementEventArgs.ElementEventArgs(DocumentFormat.OpenXml.OpenXmlElement! element, DocumentFormat.OpenXml.OpenXmlElement! parentElement) -> void +DocumentFormat.OpenXml.ElementEventArgs.ParentElement.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.End = 1 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.Start = 0 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.Arc +DocumentFormat.OpenXml.EMMA.Arc.Arc() -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Arc.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.End.set -> void +DocumentFormat.OpenXml.EMMA.Arc.From.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.From.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Language.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Arc.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Arc.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Source.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.Start.set -> void +DocumentFormat.OpenXml.EMMA.Arc.To.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.To.set -> void +DocumentFormat.OpenXml.EMMA.Derivation +DocumentFormat.OpenXml.EMMA.Derivation.Derivation() -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.set -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.DerivedFrom() -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.set -> void +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multidevice = 2 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multiprocess = 3 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Recognition = 0 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Understanding = 1 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.Emma +DocumentFormat.OpenXml.EMMA.Emma.Emma() -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Emma.Version.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint() -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.set -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo() -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Replyto = 2 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Router = 3 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Sink = 1 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Source = 0 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.Grammar +DocumentFormat.OpenXml.EMMA.Grammar.Grammar() -> void +DocumentFormat.OpenXml.EMMA.Grammar.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Id.set -> void +DocumentFormat.OpenXml.EMMA.Grammar.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Group +DocumentFormat.OpenXml.EMMA.Group.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Group.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Group.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Group.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.End.set -> void +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Function.set -> void +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Group() -> void +DocumentFormat.OpenXml.EMMA.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Id.set -> void +DocumentFormat.OpenXml.EMMA.Group.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Language.set -> void +DocumentFormat.OpenXml.EMMA.Group.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Group.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Group.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Group.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Group.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Group.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Group.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Process.set -> void +DocumentFormat.OpenXml.EMMA.Group.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Group.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Group.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Source.set -> void +DocumentFormat.OpenXml.EMMA.Group.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.Start.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Group.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Group.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Group.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.GroupInfo +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo() -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Info +DocumentFormat.OpenXml.EMMA.Info.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Info.Id.set -> void +DocumentFormat.OpenXml.EMMA.Info.Info() -> void +DocumentFormat.OpenXml.EMMA.Info.Info(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.End.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Function.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Id.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation() -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Language.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Process.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Source.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.Start.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Lattice +DocumentFormat.OpenXml.EMMA.Lattice.Final.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Lattice.Final.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Initial.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Lattice.Initial.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice() -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Literal +DocumentFormat.OpenXml.EMMA.Literal.Literal() -> void +DocumentFormat.OpenXml.EMMA.Literal.Literal(string! text) -> void +DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Acoustic = 0 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Tactile = 1 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Visual = 2 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.Model +DocumentFormat.OpenXml.EMMA.Model.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Id.set -> void +DocumentFormat.OpenXml.EMMA.Model.Model() -> void +DocumentFormat.OpenXml.EMMA.Model.Model(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Node +DocumentFormat.OpenXml.EMMA.Node.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Node.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Node.Node() -> void +DocumentFormat.OpenXml.EMMA.Node.Node(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.set -> void +DocumentFormat.OpenXml.EMMA.OneOf +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Cost.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.Duration.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.End.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Function.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Id.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Language.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.OneOf.Medium.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.OneOf.Mode.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf() -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Process.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Signal.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Source.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.Start.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.End.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Function.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Id.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Language.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Sequence.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Sequence.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Process.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence() -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Source.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.Start.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.set -> void +DocumentFormat.OpenXml.EnumStringAttribute +DocumentFormat.OpenXml.EnumStringAttribute.EnumStringAttribute(string! value) -> void +DocumentFormat.OpenXml.EnumStringAttribute.Value.get -> string! +DocumentFormat.OpenXml.EnumValue +DocumentFormat.OpenXml.EnumValue.EnumValue() -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(DocumentFormat.OpenXml.EnumValue! source) -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(T value) -> void +DocumentFormat.OpenXml.ExtendedProperties.Application +DocumentFormat.OpenXml.ExtendedProperties.Application.Application() -> void +DocumentFormat.OpenXml.ExtendedProperties.Application.Application(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion() -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters() -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces() -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Company +DocumentFormat.OpenXml.ExtendedProperties.Company.Company() -> void +DocumentFormat.OpenXml.ExtendedProperties.Company.Company(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature() -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.set -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity() -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs() -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides() -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines() -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate() -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager() -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips() -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes() -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages() -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs() -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat() -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.get -> DocumentFormat.OpenXml.ExtendedProperties.Application? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.get -> DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.get -> DocumentFormat.OpenXml.ExtendedProperties.Characters? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.get -> DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces? +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.get -> DocumentFormat.OpenXml.ExtendedProperties.Company? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.get -> DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.get -> DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.get -> DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.get -> DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.get -> DocumentFormat.OpenXml.ExtendedProperties.Lines? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.get -> DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate? +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.get -> DocumentFormat.OpenXml.ExtendedProperties.Manager? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.get -> DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips? +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.get -> DocumentFormat.OpenXml.ExtendedProperties.Notes? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.get -> DocumentFormat.OpenXml.ExtendedProperties.Pages? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.get -> DocumentFormat.OpenXml.ExtendedProperties.Paragraphs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.get -> DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat? +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.get -> DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.get -> DocumentFormat.OpenXml.ExtendedProperties.SharedDocument? +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.get -> DocumentFormat.OpenXml.ExtendedProperties.Slides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.get -> DocumentFormat.OpenXml.ExtendedProperties.Template? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.get -> DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.get -> DocumentFormat.OpenXml.ExtendedProperties.TotalTime? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.get -> DocumentFormat.OpenXml.ExtendedProperties.Words? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.set -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop() -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument() -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides() -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Template +DocumentFormat.OpenXml.ExtendedProperties.Template.Template() -> void +DocumentFormat.OpenXml.ExtendedProperties.Template.Template(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts() -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime() -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType() -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Words +DocumentFormat.OpenXml.ExtendedProperties.Words.Words() -> void +DocumentFormat.OpenXml.ExtendedProperties.Words.Words(string! text) -> void +DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.None = 0 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2007 = 1 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2010 = 2 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2013 = 4 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2016 = 8 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2019 = 16 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.HexBinaryValue +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue() -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(DocumentFormat.OpenXml.HexBinaryValue! source) -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(string? hexBinary) -> void +DocumentFormat.OpenXml.HexBinaryValue.TryGetBytes(out byte[]! bytes) -> bool +DocumentFormat.OpenXml.InkML.ActiveArea +DocumentFormat.OpenXml.InkML.ActiveArea.ActiveArea() -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Height.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Height.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Size.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Units.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Width.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Width.set -> void +DocumentFormat.OpenXml.InkML.Annotation +DocumentFormat.OpenXml.InkML.Annotation.Annotation() -> void +DocumentFormat.OpenXml.InkML.Annotation.Annotation(string! text) -> void +DocumentFormat.OpenXml.InkML.Annotation.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Encoding.set -> void +DocumentFormat.OpenXml.InkML.Annotation.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Type.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml() -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.get -> DocumentFormat.OpenXml.EMMA.Emma? +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.set -> void +DocumentFormat.OpenXml.InkML.Bind +DocumentFormat.OpenXml.InkML.Bind.Bind() -> void +DocumentFormat.OpenXml.InkML.Bind.Column.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Column.set -> void +DocumentFormat.OpenXml.InkML.Bind.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Source.set -> void +DocumentFormat.OpenXml.InkML.Bind.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Target.set -> void +DocumentFormat.OpenXml.InkML.Bind.Variable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Variable.set -> void +DocumentFormat.OpenXml.InkML.Brush +DocumentFormat.OpenXml.InkML.Brush.Brush() -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Brush.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.Id.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty() -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.Canvas +DocumentFormat.OpenXml.InkML.Canvas.Canvas() -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.Id.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform() -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.set -> void +DocumentFormat.OpenXml.InkML.Channel +DocumentFormat.OpenXml.InkML.Channel.Channel() -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Default.set -> void +DocumentFormat.OpenXml.InkML.Channel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Id.set -> void +DocumentFormat.OpenXml.InkML.Channel.Max.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Max.set -> void +DocumentFormat.OpenXml.InkML.Channel.Min.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Min.set -> void +DocumentFormat.OpenXml.InkML.Channel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Name.set -> void +DocumentFormat.OpenXml.InkML.Channel.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Orientation.set -> void +DocumentFormat.OpenXml.InkML.Channel.RespectTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.RespectTo.set -> void +DocumentFormat.OpenXml.InkML.Channel.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Type.set -> void +DocumentFormat.OpenXml.InkML.Channel.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Boolean = 2 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Decimal = 1 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Integer = 0 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelProperties +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties() -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperty +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.ChannelProperty() -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.MinusVe = 1 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.PlusVe = 0 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.Context +DocumentFormat.OpenXml.InkML.Context.Brush.get -> DocumentFormat.OpenXml.InkML.Brush? +DocumentFormat.OpenXml.InkML.Context.Brush.set -> void +DocumentFormat.OpenXml.InkML.Context.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Canvas.get -> DocumentFormat.OpenXml.InkML.Canvas? +DocumentFormat.OpenXml.InkML.Context.Canvas.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasRef.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.get -> DocumentFormat.OpenXml.InkML.CanvasTransform? +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Context() -> void +DocumentFormat.OpenXml.InkML.Context.Context(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.Context(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Context.Context(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.Id.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSource.get -> DocumentFormat.OpenXml.InkML.InkSource? +DocumentFormat.OpenXml.InkML.Context.InkSource.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Timestamp.get -> DocumentFormat.OpenXml.InkML.Timestamp? +DocumentFormat.OpenXml.InkML.Context.Timestamp.set -> void +DocumentFormat.OpenXml.InkML.Context.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Context.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.set -> void +DocumentFormat.OpenXml.InkML.Definitions +DocumentFormat.OpenXml.InkML.Definitions.Definitions() -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink +DocumentFormat.OpenXml.InkML.Ink.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Ink.DocumentId.set -> void +DocumentFormat.OpenXml.InkML.Ink.Ink() -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.Ink.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.InkSource +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.get -> DocumentFormat.OpenXml.InkML.ActiveArea? +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Description.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Id.set -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource() -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.Latency.get -> DocumentFormat.OpenXml.InkML.Latency? +DocumentFormat.OpenXml.InkML.InkSource.Latency.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Model.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Model.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.get -> DocumentFormat.OpenXml.InkML.SampleRate? +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.set -> void +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels() -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Latency +DocumentFormat.OpenXml.InkML.Latency.Latency() -> void +DocumentFormat.OpenXml.InkML.Latency.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Latency.Value.set -> void +DocumentFormat.OpenXml.InkML.Mapping +DocumentFormat.OpenXml.InkML.Mapping.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.Id.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping() -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Mapping.Type.set -> void +DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Affine = 2 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Identity = 0 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Lookup = 1 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.MathML = 3 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Product = 4 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Unknown = 5 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.Matrix +DocumentFormat.OpenXml.InkML.Matrix.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Matrix.Id.set -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix() -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix(string! text) -> void +DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Drop = 2 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Ellipse = 0 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Rectangle = 1 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Black = 0 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.CopyPen = 12 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskNotPen = 2 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPen = 8 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPenNot = 4 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergeNotPen = 11 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePen = 14 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePenNot = 13 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NoOperation = 10 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Not = 5 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotCopyPen = 3 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMaskPen = 7 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMergePen = 1 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotXOrPen = 9 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.White = 15 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.XOrPen = 6 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.SampleRate +DocumentFormat.OpenXml.InkML.SampleRate.SampleRate() -> void +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.set -> void +DocumentFormat.OpenXml.InkML.SampleRate.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SampleRate.Value.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty +DocumentFormat.OpenXml.InkML.SourceProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.SourceProperty() -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Degree = 0 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Radian = 1 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.AntiAliased = 6 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Color = 2 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.FitToCurve = 7 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Height = 1 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.IgnorePressure = 8 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.RasterOp = 5 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Tip = 4 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Transparency = 3 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Width = 0 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlackColorValue = 27 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlueColorValue = 23 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ButtonPressure = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ColorValue = 20 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.CyanColorValue = 24 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.FingerTouch = 33 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.GreenColorValue = 22 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.MegentaColorValue = 25 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenAzimuthAngle = 14 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenElevationAngle = 15 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenInverted = 11 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenTipForce = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PexAxisRotation = 16 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PitchRotation = 17 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RedColorValue = 21 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RollRotation = 18 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SerialNumber = 30 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton1State = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton2State = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton3State = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton4State = 10 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.StrokesWidth = 28 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TangentPressure = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongXAxis = 12 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongYAxis = 13 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.Time = 29 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TipSwitchState = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchHeight = 32 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchWidth = 31 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.XCoordinate = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YawRotation = 19 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YCoordinate = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YellowColorValue = 26 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ZCoordinate = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Accuracy = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.CrossCoupling = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Distortion = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.MinBandwidth = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Noise = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.PeakRate = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Quantization = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Resolution = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Skew = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Threshold = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Centimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Em = 6 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Ex = 7 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Inche = 3 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Meter = 0 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Millimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Pica = 5 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Point = 4 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Gram = 1 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Kilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Milligram = 2 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Newton = 3 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Pond = 4 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.DeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.None = 2 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.Percentage = 0 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerDegree = 0 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerRadian = 1 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerCentimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEm = 6 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEx = 7 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerInche = 3 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMeter = 0 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMillimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPica = 5 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPoint = 4 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerGram = 1 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerKilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerMilligram = 2 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerNewton = 3 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerPond = 4 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerDeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerPercentage = 0 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerMillisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerSecond = 0 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Millisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Second = 0 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.Table +DocumentFormat.OpenXml.InkML.Table.Apply.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Apply.set -> void +DocumentFormat.OpenXml.InkML.Table.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Table.Id.set -> void +DocumentFormat.OpenXml.InkML.Table.Interpolation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Interpolation.set -> void +DocumentFormat.OpenXml.InkML.Table.Table() -> void +DocumentFormat.OpenXml.InkML.Table.Table(string! text) -> void +DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Absolute = 0 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Relative = 1 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Ceiling = 2 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Cubic = 4 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Floor = 0 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Linear = 3 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Middle = 1 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.Timestamp +DocumentFormat.OpenXml.InkML.Timestamp.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.Id.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Time.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.Time.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Timestamp() -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.set -> void +DocumentFormat.OpenXml.InkML.Trace +DocumentFormat.OpenXml.InkML.Trace.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.Continuation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Continuation.set -> void +DocumentFormat.OpenXml.InkML.Trace.Duration.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.Duration.set -> void +DocumentFormat.OpenXml.InkML.Trace.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.Id.set -> void +DocumentFormat.OpenXml.InkML.Trace.PriorRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.PriorRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Trace.Trace() -> void +DocumentFormat.OpenXml.InkML.Trace.Trace(string! text) -> void +DocumentFormat.OpenXml.InkML.Trace.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Type.set -> void +DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Begin = 0 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.End = 1 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Middle = 2 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceFormat +DocumentFormat.OpenXml.InkML.TraceFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceFormat.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat() -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup() -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.Indeterminate = 2 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenDown = 0 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenUp = 1 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceView +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.From.set -> void +DocumentFormat.OpenXml.InkML.TraceView.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceView.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.To.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView() -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Int16Value +DocumentFormat.OpenXml.Int16Value.Int16Value() -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(DocumentFormat.OpenXml.Int16Value! source) -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(short value) -> void +DocumentFormat.OpenXml.Int32Value +DocumentFormat.OpenXml.Int32Value.Int32Value() -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(DocumentFormat.OpenXml.Int32Value! source) -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(int value) -> void +DocumentFormat.OpenXml.Int64Value +DocumentFormat.OpenXml.Int64Value.Int64Value() -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(DocumentFormat.OpenXml.Int64Value! source) -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(long value) -> void +DocumentFormat.OpenXml.IntegerValue +DocumentFormat.OpenXml.IntegerValue.IntegerValue() -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(DocumentFormat.OpenXml.IntegerValue! source) -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(long value) -> void +DocumentFormat.OpenXml.InvalidMCContentException +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException() -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message) -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.ListValue +DocumentFormat.OpenXml.ListValue.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.ListValue.Items.get -> System.Collections.Generic.ICollection! +DocumentFormat.OpenXml.ListValue.ListValue() -> void +DocumentFormat.OpenXml.ListValue.ListValue(DocumentFormat.OpenXml.ListValue! list) -> void +DocumentFormat.OpenXml.ListValue.ListValue(System.Collections.Generic.IEnumerable! list) -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MarkupCompatibilityAttributes() -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.set -> void +DocumentFormat.OpenXml.Math.Accent +DocumentFormat.OpenXml.Math.Accent.Accent() -> void +DocumentFormat.OpenXml.Math.Accent.Accent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.AccentProperties.get -> DocumentFormat.OpenXml.Math.AccentProperties? +DocumentFormat.OpenXml.Math.Accent.AccentProperties.set -> void +DocumentFormat.OpenXml.Math.Accent.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Accent.Base.set -> void +DocumentFormat.OpenXml.Math.AccentChar +DocumentFormat.OpenXml.Math.AccentChar.AccentChar() -> void +DocumentFormat.OpenXml.Math.AccentProperties +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties() -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.Alignment +DocumentFormat.OpenXml.Math.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Math.AlignScripts +DocumentFormat.OpenXml.Math.AlignScripts.AlignScripts() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.get -> DocumentFormat.OpenXml.Math.ArgumentSize? +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.set -> void +DocumentFormat.OpenXml.Math.ArgumentSize +DocumentFormat.OpenXml.Math.ArgumentSize.ArgumentSize() -> void +DocumentFormat.OpenXml.Math.ArgumentSize.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.ArgumentSize.Val.set -> void +DocumentFormat.OpenXml.Math.Bar +DocumentFormat.OpenXml.Math.Bar.Bar() -> void +DocumentFormat.OpenXml.Math.Bar.Bar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.BarProperties.get -> DocumentFormat.OpenXml.Math.BarProperties? +DocumentFormat.OpenXml.Math.Bar.BarProperties.set -> void +DocumentFormat.OpenXml.Math.Bar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Bar.Base.set -> void +DocumentFormat.OpenXml.Math.BarProperties +DocumentFormat.OpenXml.Math.BarProperties.BarProperties() -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BarProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.BarProperties.Position.set -> void +DocumentFormat.OpenXml.Math.Base +DocumentFormat.OpenXml.Math.Base.Base() -> void +DocumentFormat.OpenXml.Math.Base.Base(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Base.Base(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Base.Base(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BaseJustification +DocumentFormat.OpenXml.Math.BaseJustification.BaseJustification() -> void +DocumentFormat.OpenXml.Math.BaseJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BaseJustification.Val.set -> void +DocumentFormat.OpenXml.Math.BeginChar +DocumentFormat.OpenXml.Math.BeginChar.BeginChar() -> void +DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.False = 1 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Off = 3 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.On = 2 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.One = 5 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.True = 0 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Zero = 4 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BorderBox +DocumentFormat.OpenXml.Math.BorderBox.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.BorderBox.Base.set -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox() -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.get -> DocumentFormat.OpenXml.Math.BorderBoxProperties? +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties() -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.get -> DocumentFormat.OpenXml.Math.HideBottom? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.get -> DocumentFormat.OpenXml.Math.HideLeft? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.get -> DocumentFormat.OpenXml.Math.HideRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.get -> DocumentFormat.OpenXml.Math.HideTop? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.get -> DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.get -> DocumentFormat.OpenXml.Math.StrikeHorizontal? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.get -> DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.get -> DocumentFormat.OpenXml.Math.StrikeVertical? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.set -> void +DocumentFormat.OpenXml.Math.Box +DocumentFormat.OpenXml.Math.Box.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Box.Base.set -> void +DocumentFormat.OpenXml.Math.Box.Box() -> void +DocumentFormat.OpenXml.Math.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Box.BoxProperties.get -> DocumentFormat.OpenXml.Math.BoxProperties? +DocumentFormat.OpenXml.Math.Box.BoxProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.get -> DocumentFormat.OpenXml.Math.Alignment? +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties() -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.Break.get -> DocumentFormat.OpenXml.Math.Break? +DocumentFormat.OpenXml.Math.BoxProperties.Break.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.Differential.get -> DocumentFormat.OpenXml.Math.Differential? +DocumentFormat.OpenXml.Math.BoxProperties.Differential.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.get -> DocumentFormat.OpenXml.Math.NoBreak? +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.get -> DocumentFormat.OpenXml.Math.OperatorEmulator? +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.set -> void +DocumentFormat.OpenXml.Math.Break +DocumentFormat.OpenXml.Math.Break.AlignAt.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.AlignAt.set -> void +DocumentFormat.OpenXml.Math.Break.Break() -> void +DocumentFormat.OpenXml.Math.Break.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinary +DocumentFormat.OpenXml.Math.BreakBinary.BreakBinary() -> void +DocumentFormat.OpenXml.Math.BreakBinary.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinary.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.After = 1 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Before = 0 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Repeat = 2 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinarySubtraction +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.BreakBinarySubtraction() -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusMinus = 0 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusPlus = 1 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.PlusMinus = 2 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.CharType +DocumentFormat.OpenXml.Math.CharType.CharType() -> void +DocumentFormat.OpenXml.Math.CharType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.CharType.Val.set -> void +DocumentFormat.OpenXml.Math.ColumnGap +DocumentFormat.OpenXml.Math.ColumnGap.ColumnGap() -> void +DocumentFormat.OpenXml.Math.ColumnGapRule +DocumentFormat.OpenXml.Math.ColumnGapRule.ColumnGapRule() -> void +DocumentFormat.OpenXml.Math.ColumnSpacing +DocumentFormat.OpenXml.Math.ColumnSpacing.ColumnSpacing() -> void +DocumentFormat.OpenXml.Math.ControlProperties +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DefaultJustification +DocumentFormat.OpenXml.Math.DefaultJustification.DefaultJustification() -> void +DocumentFormat.OpenXml.Math.Degree +DocumentFormat.OpenXml.Math.Degree.Degree() -> void +DocumentFormat.OpenXml.Math.Degree.Degree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter +DocumentFormat.OpenXml.Math.Delimiter.Delimiter() -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.get -> DocumentFormat.OpenXml.Math.DelimiterProperties? +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.get -> DocumentFormat.OpenXml.Math.BeginChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties() -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.get -> DocumentFormat.OpenXml.Math.EndChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.get -> DocumentFormat.OpenXml.Math.SeparatorChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.get -> DocumentFormat.OpenXml.Math.Shape? +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.set -> void +DocumentFormat.OpenXml.Math.Denominator +DocumentFormat.OpenXml.Math.Denominator.Denominator() -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Differential +DocumentFormat.OpenXml.Math.Differential.Differential() -> void +DocumentFormat.OpenXml.Math.DisplayDefaults +DocumentFormat.OpenXml.Math.DisplayDefaults.DisplayDefaults() -> void +DocumentFormat.OpenXml.Math.EndChar +DocumentFormat.OpenXml.Math.EndChar.EndChar() -> void +DocumentFormat.OpenXml.Math.EquationArray +DocumentFormat.OpenXml.Math.EquationArray.EquationArray() -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.get -> DocumentFormat.OpenXml.Math.EquationArrayProperties? +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties() -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.get -> DocumentFormat.OpenXml.Math.MaxDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.get -> DocumentFormat.OpenXml.Math.ObjectDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.Fraction +DocumentFormat.OpenXml.Math.Fraction.Denominator.get -> DocumentFormat.OpenXml.Math.Denominator? +DocumentFormat.OpenXml.Math.Fraction.Denominator.set -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction() -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.get -> DocumentFormat.OpenXml.Math.FractionProperties? +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.set -> void +DocumentFormat.OpenXml.Math.Fraction.Numerator.get -> DocumentFormat.OpenXml.Math.Numerator? +DocumentFormat.OpenXml.Math.Fraction.Numerator.set -> void +DocumentFormat.OpenXml.Math.FractionProperties +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties() -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.get -> DocumentFormat.OpenXml.Math.FractionType? +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.set -> void +DocumentFormat.OpenXml.Math.FractionType +DocumentFormat.OpenXml.Math.FractionType.FractionType() -> void +DocumentFormat.OpenXml.Math.FractionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.FractionType.Val.set -> void +DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Bar = 0 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Linear = 2 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.NoBar = 3 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Skewed = 1 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FunctionName +DocumentFormat.OpenXml.Math.FunctionName.FunctionName() -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties() -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar +DocumentFormat.OpenXml.Math.GroupChar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.GroupChar.Base.set -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar() -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.get -> DocumentFormat.OpenXml.Math.GroupCharProperties? +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties() -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.get -> DocumentFormat.OpenXml.Math.VerticalJustification? +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.set -> void +DocumentFormat.OpenXml.Math.GrowOperators +DocumentFormat.OpenXml.Math.GrowOperators.GrowOperators() -> void +DocumentFormat.OpenXml.Math.HideBottom +DocumentFormat.OpenXml.Math.HideBottom.HideBottom() -> void +DocumentFormat.OpenXml.Math.HideDegree +DocumentFormat.OpenXml.Math.HideDegree.HideDegree() -> void +DocumentFormat.OpenXml.Math.HideLeft +DocumentFormat.OpenXml.Math.HideLeft.HideLeft() -> void +DocumentFormat.OpenXml.Math.HidePlaceholder +DocumentFormat.OpenXml.Math.HidePlaceholder.HidePlaceholder() -> void +DocumentFormat.OpenXml.Math.HideRight +DocumentFormat.OpenXml.Math.HideRight.HideRight() -> void +DocumentFormat.OpenXml.Math.HideSubArgument +DocumentFormat.OpenXml.Math.HideSubArgument.HideSubArgument() -> void +DocumentFormat.OpenXml.Math.HideSuperArgument +DocumentFormat.OpenXml.Math.HideSuperArgument.HideSuperArgument() -> void +DocumentFormat.OpenXml.Math.HideTop +DocumentFormat.OpenXml.Math.HideTop.HideTop() -> void +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.IntegralLimitLocation +DocumentFormat.OpenXml.Math.IntegralLimitLocation.IntegralLimitLocation() -> void +DocumentFormat.OpenXml.Math.InterSpacing +DocumentFormat.OpenXml.Math.InterSpacing.InterSpacing() -> void +DocumentFormat.OpenXml.Math.IntraSpacing +DocumentFormat.OpenXml.Math.IntraSpacing.IntraSpacing() -> void +DocumentFormat.OpenXml.Math.Justification +DocumentFormat.OpenXml.Math.Justification.Justification() -> void +DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.CenterGroup = 3 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Right = 1 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.LeftMargin +DocumentFormat.OpenXml.Math.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Math.Limit +DocumentFormat.OpenXml.Math.Limit.Limit() -> void +DocumentFormat.OpenXml.Math.Limit.Limit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLocation +DocumentFormat.OpenXml.Math.LimitLocation.LimitLocation() -> void +DocumentFormat.OpenXml.Math.LimitLocationType +DocumentFormat.OpenXml.Math.LimitLocationType.LimitLocationType() -> void +DocumentFormat.OpenXml.Math.LimitLocationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.LimitLocationType.Val.set -> void +DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.SubscriptSuperscript = 1 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.UnderOver = 0 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLower +DocumentFormat.OpenXml.Math.LimitLower.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitLower.Base.set -> void +DocumentFormat.OpenXml.Math.LimitLower.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitLower.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower() -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.get -> DocumentFormat.OpenXml.Math.LimitLowerProperties? +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties() -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper +DocumentFormat.OpenXml.Math.LimitUpper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitUpper.Base.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitUpper.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper() -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.get -> DocumentFormat.OpenXml.Math.LimitUpperProperties? +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties() -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Literal +DocumentFormat.OpenXml.Math.Literal.Literal() -> void +DocumentFormat.OpenXml.Math.MathFont +DocumentFormat.OpenXml.Math.MathFont.MathFont() -> void +DocumentFormat.OpenXml.Math.MathFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.MathFont.Val.set -> void +DocumentFormat.OpenXml.Math.MathFunction +DocumentFormat.OpenXml.Math.MathFunction.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.MathFunction.Base.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.get -> DocumentFormat.OpenXml.Math.FunctionName? +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.get -> DocumentFormat.OpenXml.Math.FunctionProperties? +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.set -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction() -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.get -> DocumentFormat.OpenXml.Math.BreakBinary? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.set -> void +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.get -> DocumentFormat.OpenXml.Math.BreakBinarySubtraction? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.get -> DocumentFormat.OpenXml.Math.DefaultJustification? +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.get -> DocumentFormat.OpenXml.Math.DisplayDefaults? +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.set -> void +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.get -> DocumentFormat.OpenXml.Math.InterSpacing? +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.get -> DocumentFormat.OpenXml.Math.IntraSpacing? +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.get -> DocumentFormat.OpenXml.Math.LeftMargin? +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathFont.get -> DocumentFormat.OpenXml.Math.MathFont? +DocumentFormat.OpenXml.Math.MathProperties.MathFont.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties() -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.get -> DocumentFormat.OpenXml.Math.PostSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.get -> DocumentFormat.OpenXml.Math.PreSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.get -> DocumentFormat.OpenXml.Math.RightMargin? +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.get -> DocumentFormat.OpenXml.Math.SmallFraction? +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.set -> void +DocumentFormat.OpenXml.Math.Matrix +DocumentFormat.OpenXml.Math.Matrix.Matrix() -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.get -> DocumentFormat.OpenXml.Math.MatrixProperties? +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumn +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn() -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.get -> DocumentFormat.OpenXml.Math.MatrixColumnProperties? +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount +DocumentFormat.OpenXml.Math.MatrixColumnCount.MatrixColumnCount() -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification +DocumentFormat.OpenXml.Math.MatrixColumnJustification.MatrixColumnJustification() -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.get -> DocumentFormat.OpenXml.Math.MatrixColumnCount? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.get -> DocumentFormat.OpenXml.Math.MatrixColumnJustification? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties() -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns() -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.get -> DocumentFormat.OpenXml.Math.ColumnGap? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.get -> DocumentFormat.OpenXml.Math.ColumnGapRule? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Math.ColumnSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.get -> DocumentFormat.OpenXml.Math.HidePlaceholder? +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.get -> DocumentFormat.OpenXml.Math.MatrixColumns? +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties() -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.MatrixRow +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow() -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MaxDistribution +DocumentFormat.OpenXml.Math.MaxDistribution.MaxDistribution() -> void +DocumentFormat.OpenXml.Math.Nary +DocumentFormat.OpenXml.Math.Nary.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Nary.Base.set -> void +DocumentFormat.OpenXml.Math.Nary.Nary() -> void +DocumentFormat.OpenXml.Math.Nary.Nary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.NaryProperties.get -> DocumentFormat.OpenXml.Math.NaryProperties? +DocumentFormat.OpenXml.Math.Nary.NaryProperties.set -> void +DocumentFormat.OpenXml.Math.Nary.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Nary.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Nary.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Nary.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryLimitLocation +DocumentFormat.OpenXml.Math.NaryLimitLocation.NaryLimitLocation() -> void +DocumentFormat.OpenXml.Math.NaryProperties +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.get -> DocumentFormat.OpenXml.Math.HideSubArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.get -> DocumentFormat.OpenXml.Math.HideSuperArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.get -> DocumentFormat.OpenXml.Math.LimitLocation? +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties() -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.NoBreak +DocumentFormat.OpenXml.Math.NoBreak.NoBreak() -> void +DocumentFormat.OpenXml.Math.NormalText +DocumentFormat.OpenXml.Math.NormalText.NormalText() -> void +DocumentFormat.OpenXml.Math.Numerator +DocumentFormat.OpenXml.Math.Numerator.Numerator() -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ObjectDistribution +DocumentFormat.OpenXml.Math.ObjectDistribution.ObjectDistribution() -> void +DocumentFormat.OpenXml.Math.OfficeMath +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.get -> DocumentFormat.OpenXml.Math.ArgumentProperties? +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.set -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType() -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.OfficeMathJustificationType() -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.set -> void +DocumentFormat.OpenXml.Math.OnOffType +DocumentFormat.OpenXml.Math.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Math.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Math.OperatorEmulator +DocumentFormat.OpenXml.Math.OperatorEmulator.OperatorEmulator() -> void +DocumentFormat.OpenXml.Math.Paragraph +DocumentFormat.OpenXml.Math.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Math.ParagraphProperties? +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Math.Justification? +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom +DocumentFormat.OpenXml.Math.Phantom.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Phantom.Base.set -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom() -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.get -> DocumentFormat.OpenXml.Math.PhantomProperties? +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties() -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.get -> DocumentFormat.OpenXml.Math.ShowPhantom? +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.get -> DocumentFormat.OpenXml.Math.Transparent? +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.get -> DocumentFormat.OpenXml.Math.ZeroAscent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.get -> DocumentFormat.OpenXml.Math.ZeroDescent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.get -> DocumentFormat.OpenXml.Math.ZeroWidth? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.set -> void +DocumentFormat.OpenXml.Math.Position +DocumentFormat.OpenXml.Math.Position.Position() -> void +DocumentFormat.OpenXml.Math.PostSpacing +DocumentFormat.OpenXml.Math.PostSpacing.PostSpacing() -> void +DocumentFormat.OpenXml.Math.PreSpacing +DocumentFormat.OpenXml.Math.PreSpacing.PreSpacing() -> void +DocumentFormat.OpenXml.Math.PreSubSuper +DocumentFormat.OpenXml.Math.PreSubSuper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.PreSubSuper.Base.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper() -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.get -> DocumentFormat.OpenXml.Math.PreSubSuperProperties? +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties() -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical +DocumentFormat.OpenXml.Math.Radical.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Radical.Base.set -> void +DocumentFormat.OpenXml.Math.Radical.Degree.get -> DocumentFormat.OpenXml.Math.Degree? +DocumentFormat.OpenXml.Math.Radical.Degree.set -> void +DocumentFormat.OpenXml.Math.Radical.Radical() -> void +DocumentFormat.OpenXml.Math.Radical.Radical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.get -> DocumentFormat.OpenXml.Math.RadicalProperties? +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.get -> DocumentFormat.OpenXml.Math.HideDegree? +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties() -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.RightMargin +DocumentFormat.OpenXml.Math.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Math.RowSpacing +DocumentFormat.OpenXml.Math.RowSpacing.RowSpacing() -> void +DocumentFormat.OpenXml.Math.RowSpacingRule +DocumentFormat.OpenXml.Math.RowSpacingRule.RowSpacingRule() -> void +DocumentFormat.OpenXml.Math.Run +DocumentFormat.OpenXml.Math.Run.MathRunProperties.get -> DocumentFormat.OpenXml.Math.RunProperties? +DocumentFormat.OpenXml.Math.Run.MathRunProperties.set -> void +DocumentFormat.OpenXml.Math.Run.Run() -> void +DocumentFormat.OpenXml.Math.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Math.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Math.RunProperties +DocumentFormat.OpenXml.Math.RunProperties.Literal.get -> DocumentFormat.OpenXml.Math.Literal? +DocumentFormat.OpenXml.Math.RunProperties.Literal.set -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Script +DocumentFormat.OpenXml.Math.Script.Script() -> void +DocumentFormat.OpenXml.Math.Script.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Script.Val.set -> void +DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.DoubleStruck = 3 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Fraktur = 2 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Monospace = 5 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Roman = 0 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.SansSerif = 4 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Script = 1 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.SeparatorChar +DocumentFormat.OpenXml.Math.SeparatorChar.SeparatorChar() -> void +DocumentFormat.OpenXml.Math.Shape +DocumentFormat.OpenXml.Math.Shape.Shape() -> void +DocumentFormat.OpenXml.Math.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Shape.Val.set -> void +DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Centered = 0 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Match = 1 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShowPhantom +DocumentFormat.OpenXml.Math.ShowPhantom.ShowPhantom() -> void +DocumentFormat.OpenXml.Math.SmallFraction +DocumentFormat.OpenXml.Math.SmallFraction.SmallFraction() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType +DocumentFormat.OpenXml.Math.SpacingRuleType.SpacingRuleType() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.set -> void +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.StrikeBottomLeftToTopRight() -> void +DocumentFormat.OpenXml.Math.StrikeHorizontal +DocumentFormat.OpenXml.Math.StrikeHorizontal.StrikeHorizontal() -> void +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.StrikeTopLeftToBottomRight() -> void +DocumentFormat.OpenXml.Math.StrikeVertical +DocumentFormat.OpenXml.Math.StrikeVertical.StrikeVertical() -> void +DocumentFormat.OpenXml.Math.Style +DocumentFormat.OpenXml.Math.Style.Style() -> void +DocumentFormat.OpenXml.Math.Style.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Style.Val.set -> void +DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Bold = 1 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.BoldItalic = 3 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Italic = 2 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Plain = 0 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.SubArgument +DocumentFormat.OpenXml.Math.SubArgument.SubArgument() -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript +DocumentFormat.OpenXml.Math.Subscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Subscript.Base.set -> void +DocumentFormat.OpenXml.Math.Subscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Subscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript() -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.get -> DocumentFormat.OpenXml.Math.SubscriptProperties? +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript +DocumentFormat.OpenXml.Math.SubSuperscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.SubSuperscript.Base.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript() -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SubSuperscriptProperties? +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.get -> DocumentFormat.OpenXml.Math.AlignScripts? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument() -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript +DocumentFormat.OpenXml.Math.Superscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Superscript.Base.set -> void +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript() -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SuperscriptProperties? +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Text +DocumentFormat.OpenXml.Math.Text.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Text.Space.set -> void +DocumentFormat.OpenXml.Math.Text.Text() -> void +DocumentFormat.OpenXml.Math.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Math.TopBottomType +DocumentFormat.OpenXml.Math.TopBottomType.TopBottomType() -> void +DocumentFormat.OpenXml.Math.TopBottomType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.TopBottomType.Val.set -> void +DocumentFormat.OpenXml.Math.Transparent +DocumentFormat.OpenXml.Math.Transparent.Transparent() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType +DocumentFormat.OpenXml.Math.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Math.UnsignedShortType +DocumentFormat.OpenXml.Math.UnsignedShortType.UnsignedShortType() -> void +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.set -> void +DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bot = 3 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalJustification +DocumentFormat.OpenXml.Math.VerticalJustification.VerticalJustification() -> void +DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Bottom = 1 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.WrapIndent +DocumentFormat.OpenXml.Math.WrapIndent.WrapIndent() -> void +DocumentFormat.OpenXml.Math.WrapRight +DocumentFormat.OpenXml.Math.WrapRight.WrapRight() -> void +DocumentFormat.OpenXml.Math.ZeroAscent +DocumentFormat.OpenXml.Math.ZeroAscent.ZeroAscent() -> void +DocumentFormat.OpenXml.Math.ZeroDescent +DocumentFormat.OpenXml.Math.ZeroDescent.ZeroDescent() -> void +DocumentFormat.OpenXml.Math.ZeroWidth +DocumentFormat.OpenXml.Math.ZeroWidth.ZeroWidth() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message) -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComFont? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.set -> void +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistPropertyBag = 0 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStorage = 3 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStream = 1 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStreamInit = 2 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont() -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.SharedComPicture() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.get -> DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.get -> DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation(string! text) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box +DocumentFormat.OpenXml.Office.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.Button +DocumentFormat.OpenXml.Office.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUIPart.get -> DocumentFormat.OpenXml.Packaging.CustomUIPart? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.get -> DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.get -> DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton? +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown() -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox +DocumentFormat.OpenXml.Office.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.Menu +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.get -> DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.get -> DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.QuickAccessToolbarControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.RepurposedCommand() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.get -> DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.get -> DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office.CustomUI.Tabs? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SplitButton +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.TextLabel() -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.UnsizedButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.UnsizedControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.UnsizedDynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.UnsizedToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.VerticalSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.get -> DocumentFormat.OpenXml.Office.CustomXsn.CachedView? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.get -> DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.get -> DocumentFormat.OpenXml.Office.CustomXsn.Scope? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.get -> DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault() -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope() -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation() -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation(string! text) -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.DataModelExtensionBlock() -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.set -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing +DocumentFormat.OpenXml.Office.Drawing.Drawing.DiagramPersistLayoutPart.get -> DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart? +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Load(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Save(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeTree? +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Office.Drawing.TextBody? +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.get -> DocumentFormat.OpenXml.Office.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.ColumnSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.Formula +DocumentFormat.OpenXml.Office.Excel.Formula.Formula() -> void +DocumentFormat.OpenXml.Office.Excel.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Load(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet() -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.MacroSheetPart.get -> DocumentFormat.OpenXml.Packaging.MacroSheetPart? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Save(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.set -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence() -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.RowSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.SortMapItemType() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.get -> DocumentFormat.OpenXml.Office.Excel.ColumnSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Load(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.get -> DocumentFormat.OpenXml.Office.Excel.RowSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Save(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Office.LongProperties.LongProperties +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty(string! text) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Dummy() -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues.True = 0 -> DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorKeymapType() -> void +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AllocatedCommand() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.AllocatedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.AllocatedCommandManifestEntry() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CharacterInsertion() -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents() -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.FixedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.get -> DocumentFormat.OpenXml.Office.Word.CharacterInsertion? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType() -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.MacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroWllType() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.Mcd +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Mcd() -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Name.set -> void +DocumentFormat.OpenXml.Office.Word.Mcds +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds() -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode +DocumentFormat.OpenXml.Office.Word.RecordHashCode.RecordHashCode() -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.set -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded +DocumentFormat.OpenXml.Office.Word.RecordIncluded.RecordIncluded() -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.get -> DocumentFormat.OpenXml.Office.Word.RecordHashCode? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.get -> DocumentFormat.OpenXml.Office.Word.RecordIncluded? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord() -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Load(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Save(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup() -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.set -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData.ToolbarData() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.get -> DocumentFormat.OpenXml.Office.Word.DocEvents? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Load(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.get -> DocumentFormat.OpenXml.Office.Word.Mcds? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Save(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData() -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.WllMacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.BackstageCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.BackstageEditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.BackstageFastCommandButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.BackstageGroupButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.BackstageItemType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.BackstageLabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.BackstageMenuButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.BackstageMenuCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.BackstageMenuToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.BackstageRegularButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Button +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Command() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ControlCloneQat() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ControlCloneRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Backstage? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Commands? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular? +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.DynamicMenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Bottom = 7 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomRight = 8 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Center = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Right = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.False = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.Zero = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.Group +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.ItemBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.LabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.MenuSeparatorNoTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.RadioButtonBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Tabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Separator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Borderless = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Error = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Warning = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Tab +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.TaskGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMedium = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMediumSmall = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Medium = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.MediumSmall = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Small = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ToggleButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.ArtisticBlur() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.ArtisticCement() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.ArtisticChalkSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.ArtisticCrisscrossEtching() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.ArtisticCutout() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.ArtisticFilmGrain() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.ArtisticGlass() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.ArtisticGlowDiffused() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.ArtisticGlowEdges() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.ArtisticLightScreen() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.ArtisticLineDrawing() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.ArtisticMarker() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.ArtisticMosaicBubbles() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.ArtisticPaintBrush() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.ArtisticPaintStrokes() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.ArtisticPastelsSmooth() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.ArtisticPencilGrayscale() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.ArtisticPencilSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.ArtisticPhotocopy() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.ArtisticPlasticWrap() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.ArtisticTexturizer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.ArtisticWatercolorSponge() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.BackgroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.BrightnessContrast() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CameraTool() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.BooleanFalseType() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.DropZoneCategories() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.DropZoneData() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.DropZoneFilter() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.DropZoneSeries() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.DropZonesVisible() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.InSketchMode() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.ShowSketchButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperature() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CompatExtension() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.RecolorImages() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.ForegroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.get -> DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.get -> DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.get -> DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.get -> DocumentFormat.OpenXml.Office2010.Drawing.Saturation? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.get -> DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.IsCanvas() -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CompatibilityShape() -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.ShadowObscured() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.SharpenSoften() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.TextMath +DocumentFormat.OpenXml.Office2010.Drawing.TextMath.TextMath() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.UseLocalDpi() -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualAllocation = 0 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualIncrement = 1 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedAllocation = 2 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedIncrement = 3 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AxisColor +DocumentFormat.OpenXml.Office2010.Excel.AxisColor.AxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.BarAxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BorderColor +DocumentFormat.OpenXml.Office2010.Excel.BorderColor.BorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField +DocumentFormat.OpenXml.Office2010.Excel.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.get -> DocumentFormat.OpenXml.Office2010.Excel.SetLevels? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSet? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Checked = 1 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Mixed = 2 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Unchecked = 0 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.Color +DocumentFormat.OpenXml.Office2010.Excel.Color.Color() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotAreas? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.ConditionalFormattingIcon() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMax = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMin = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Max = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Min = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Numeric = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percent = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percentile = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Connection +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.get -> DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers? +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Automatic = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Middle = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.None = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.Context = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.LeftToRight = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.RightToLeft = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataField +DocumentFormat.OpenXml.Office2010.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CustomDataPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues() -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.get -> DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Combo = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.ComboEdit = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Simple = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Integer = 1 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Number = 2 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Reference = 3 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Text = 0 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FillColor +DocumentFormat.OpenXml.Office2010.Excel.FillColor.FillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter +DocumentFormat.OpenXml.Office2010.Excel.Filter.Filter() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.FirstMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ControlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ControlPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.get -> DocumentFormat.OpenXml.Office2010.Excel.ListItems? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Load(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Save(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.set -> void +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.HighMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveBoxes = 19 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveRating = 15 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrows = 8 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRating = 11 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.NoIcons = 20 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeStars = 17 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTriangles = 18 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Id +DocumentFormat.OpenXml.Office2010.Excel.Id.Id() -> void +DocumentFormat.OpenXml.Office2010.Excel.Id.Id(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.LastMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem +DocumentFormat.OpenXml.Office2010.Excel.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.LowMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.MarkersColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.NegativeBorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.NegativeColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.NegativeFillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Button = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.CheckBox = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Dialog = 10 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Drop = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.EditBox = 9 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.GroupBox = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Label = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.List = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Radio = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Scroll = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Spin = 8 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.OlapSlicerCacheItemParent() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Natural = 0 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OleItem +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.get -> DocumentFormat.OpenXml.Office2010.Excel.DdeValues? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotArea? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Boolean = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.DateTime = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Error = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Number = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.String = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotField +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParent = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentColumn = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentRow = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfRunningTotal = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankAscending = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankDescending = 5 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotChanges? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEdits? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Extended = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Multiple = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Single = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.SeriesColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.SetLevel() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.SlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithDataAtTop = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePart.get -> DocumentFormat.OpenXml.Packaging.SlicerCachePart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.SlicerCachePivotTable() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.SlicerRef() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Load(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Save(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.SlicersPart.get -> DocumentFormat.OpenXml.Packaging.SlicersPart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.SlicerStyleElement() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithData = 5 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithNoData = 7 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithData = 4 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithNoData = 6 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithData = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithNoData = 3 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithData = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SortCondition +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.SourceConnection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Custom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Group = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Individual = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Column = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Line = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Stacked = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Table +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.Table() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.TabularSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Ascending = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Descending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TupleItems +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.TupleSetHeader() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.TupleSetRowItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List() -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.ContextLinkType() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.DestinationLink() -> void +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.AnalysisHint = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.CustomRecognizer = 12 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.GroupNode = 21 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Image = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkBullet = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkDrawing = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkWord = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Line = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathEquation = 14 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathIdentifier = 17 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathNumber = 19 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathOperator = 18 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathRegion = 13 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathStruct = 15 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathSymbol = 16 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MixedDrawing = 22 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.NonInkDrawing = 20 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Object = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Paragraph = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Root = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.TextWord = 11 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.UnclassifiedInk = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.WritingRegion = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Callout = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Comment = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Connector = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Container = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Enclosure = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Highlight = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.ScratchOut = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Strikethrough = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Underline = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.VerticalRange = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.From = 1 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.To = 0 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.With = 2 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.SourceLink +DocumentFormat.OpenXml.Office2010.Ink.SourceLink.SourceLink() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkTarget() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.BrowseMode() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.ConveyorTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.DiscardImageEditData() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.DoorsTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.FerrisTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.FlashTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.FlipTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.FlythroughTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.GalleryTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.GlitterTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.HoneycombTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.LeftRightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.MediaBookmark() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.MediaFade() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.MediaPlaybackEventRecordType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.MediaTrim() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.ModificationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.NullEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.PanTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.PauseEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.PlayEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.PrismTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.RandomIdType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.ResumeEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.RevealTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.RippleTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.SectionSlideIdListEntry() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.SeekEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.ShowMediaControls() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.ShredTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.StopEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.SwitchTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.TracePoint() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Right = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Diamond = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Hexagon = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Rectangle = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Strip = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.TriggerEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.VortexTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.WarpTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.WheelReverseTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.WindowTransition() -> void +DocumentFormat.OpenXml.Office2010.Word.Alpha +DocumentFormat.OpenXml.Office2010.Word.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelBottom +DocumentFormat.OpenXml.Office2010.Word.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.BevelEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Angle = 4 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Convex = 6 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Cross = 3 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Divot = 8 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.HardEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Riblet = 9 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Slope = 2 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.SoftRound = 5 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelTop +DocumentFormat.OpenXml.Office2010.Word.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType +DocumentFormat.OpenXml.Office2010.Word.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.set -> void +DocumentFormat.OpenXml.Office2010.Word.Camera +DocumentFormat.OpenXml.Office2010.Word.Camera.Camera() -> void +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.CheckBoxSymbolType() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Checked +DocumentFormat.OpenXml.Office2010.Word.Checked.Checked() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckedState +DocumentFormat.OpenXml.Office2010.Word.CheckedState.CheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Simple = 0 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.ConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.ConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictMode +DocumentFormat.OpenXml.Office2010.Word.ConflictMode.ConflictMode() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.ContextualAlternatives() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CustomXmlConflictDeletionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CustomXmlConflictDeletionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CustomXmlConflictInsertionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CustomXmlConflictInsertionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.DiscardImageEditingData() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId +DocumentFormat.OpenXml.Office2010.Word.DocumentId.DocumentId() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.LeftMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.RightMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.BottomMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.TopMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2 +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxContent? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.EmptyType +DocumentFormat.OpenXml.Office2010.Word.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.EntityPickerEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.get -> DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow() -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.get -> DocumentFormat.OpenXml.Office2010.Word.GradientStopList? +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation +DocumentFormat.OpenXml.Office2010.Word.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Ligatures() -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.All = 15 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Contextual = 2 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualDiscretional = 9 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistorical = 7 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistoricalDiscretional = 14 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Discretional = 4 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Historical = 3 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.HistoricalDiscretional = 10 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Standard = 1 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextual = 5 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualDiscretional = 12 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualHistorical = 11 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardDiscretional = 8 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistorical = 6 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistoricalDiscretional = 13 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LightRig +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.get -> DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates? +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Balanced = 13 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Chilly = 21 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Contrasting = 17 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flat = 23 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flood = 16 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Freezing = 22 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Glow = 25 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Harsh = 15 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Morning = 18 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Soft = 14 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunrise = 19 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunset = 20 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.ThreePoint = 12 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.TwoPoint = 24 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.set -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.LinearShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.LineJoinMiterProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.Luminance +DocumentFormat.OpenXml.Office2010.Word.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.NoFillEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Lining = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.OldStyle = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.NumberSpacing() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Proportional = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Tabular = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType +DocumentFormat.OpenXml.Office2010.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.False = 1 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.One = 3 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.True = 0 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.get -> DocumentFormat.OpenXml.Office2010.Word.FillToRectangle? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Rect = 2 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Shape = 0 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Inset = 1 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PercentageType +DocumentFormat.OpenXml.Office2010.Word.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.PresetLineDashProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dash = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.DashDot = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDash = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDot = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDotDot = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDash = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDot = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDot = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.None = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.Properties3D +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.get -> DocumentFormat.OpenXml.Office2010.Word.BevelBottom? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.get -> DocumentFormat.OpenXml.Office2010.Word.BevelTop? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.get -> DocumentFormat.OpenXml.Office2010.Word.ContourColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Bottom = 8 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomLeft = 7 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomRight = 9 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Center = 5 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Left = 4 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Right = 6 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Top = 2 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopLeft = 1 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopRight = 3 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.Reflection +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.RoundEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Saturation +DocumentFormat.OpenXml.Office2010.Word.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.get -> DocumentFormat.OpenXml.Office2010.Word.Camera? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Office2010.Word.LightRig? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalBackgroundColor = 2 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalTextColor = 3 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AutoColor = 16 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.BackgroundColor = 0 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor5 = 8 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor6 = 9 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.FollowedHyperlinkColor = 11 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.HyperlinkColor = 10 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor1 = 12 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor2 = 14 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor1 = 13 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor2 = 15 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.TextColor = 1 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.get -> DocumentFormat.OpenXml.Office2010.Word.Checked? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.CheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox() -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.UncheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shade +DocumentFormat.OpenXml.Office2010.Word.Shade.Shade() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.SphereCoordinates() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.StyleSet() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets() -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Tint +DocumentFormat.OpenXml.Office2010.Word.Tint.Tint() -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.UncheckedState +DocumentFormat.OpenXml.Office2010.Word.UncheckedState.UncheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.AutoGeneneratedCategories() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.ExceptionForSave() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.ShowDataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.AxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.False = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.Ninch = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.True = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CategoryAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Load(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Save(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ChartColorStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartColorStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Load(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Save(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinear = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinearReversed = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.Cycle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinear = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinearReversed = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Center = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideBase = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideEnd = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.OutsideEnd = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DataSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Bottom = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Left = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Right = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Top = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.MarkerLayoutProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Circle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dash = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Diamond = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dot = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Plus = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Square = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Star = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Triangle = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.X = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.SeriesAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum.Automatic = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoFillOverride = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoLineOverride = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum.IgnoreCSTransforms = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.High = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Low = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.NextToAxis = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.None = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Cross = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Inside = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.None = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Outside = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Title() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Above = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Ninch = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Off = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Overlay = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.ValueAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.View3DProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.NonVisualGroupProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.ObjectProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz544x376 = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz640x480 = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz720x512 = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz800x600 = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.BoundsTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CachedUniqueName() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Default = 0 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Percent = 2 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.Connection +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.get -> DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.RangeProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.TextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField +DocumentFormat.OpenXml.Office2013.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTables? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.DbCommand() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable +DocumentFormat.OpenXml.Office2013.Excel.DbTable.DbTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.FieldListActiveTabTopLevelEntity() -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ModelRelationship() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.ModelTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.ModelTextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriodState() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Day = 4 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Month = 2 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Quarter = 1 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Week = 3 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Year = 0 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.get -> DocumentFormat.OpenXml.Office2013.Excel.DbCommand? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.PivotCacheDecoupled() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.PivotCacheIdVersion() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.PivotTableReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.get -> DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.get -> DocumentFormat.OpenXml.Office2013.Excel.Xstring? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.PivotValueCellExtra() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Currency = 9 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Fixed = 7 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralDate = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralNumber = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongDate = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongTime = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Percent = 8 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortDate = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortTime = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Standard = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.CheckBox = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Choice = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Date = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.MultipleLinesOfText = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Number = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.SingleLineOfText = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Time = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.SelectionTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.SlicerCacheOlapLevelName() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey() -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Absolute = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Fixed = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Inherit = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Relative = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Static = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Blank = 5 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Boolean = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Date = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Error = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.String = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache() -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimeLineCachePart.get -> DocumentFormat.OpenXml.Packaging.TimeLineCachePart? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TimelineCachePivotTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.TimelineCacheReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelinePivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.TimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.TimelineReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Load(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Save(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.TimeLinePart.get -> DocumentFormat.OpenXml.Packaging.TimeLinePart? +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.get -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.TimelineStyleElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel1 = 2 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel2 = 3 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlock = 4 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlockSpace = 6 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectionLabel = 0 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.TimeLevel = 1 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.UnselectedTimeBlock = 5 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.AbsolutePath() -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.ChartTrackingReferenceBased() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.ParentCommentIdentifier() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.PresetTransition() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.set -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Load(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Save(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.get -> DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPart.get -> DocumentFormat.OpenXml.Packaging.WebExtensionPart? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.WebExtensionProperty() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.WebExtensionReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Load(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Save(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.WebExtensionPartReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance +DocumentFormat.OpenXml.Office2013.Word.Appearance.Appearance() -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.ChartTrackingRefBased() -> void +DocumentFormat.OpenXml.Office2013.Word.Color +DocumentFormat.OpenXml.Office2013.Word.Color.Color() -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx +DocumentFormat.OpenXml.Office2013.Word.CommentEx.CommentEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Office2013.Word.DataBinding +DocumentFormat.OpenXml.Office2013.Word.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.DefaultCollapsed() -> void +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.DoNotAllowInsertDeleteSection() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.WebVideoProperty() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.FootnoteColumns() -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType +DocumentFormat.OpenXml.Office2013.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.People +DocumentFormat.OpenXml.Office2013.Word.People.Load(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People() -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.Save(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.PersistentDocumentId() -> void +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person +DocumentFormat.OpenXml.Office2013.Word.Person.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Author.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person() -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.get -> DocumentFormat.OpenXml.Office2013.Word.PresenceInfo? +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.BoundingBox = 0 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Hidden = 2 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Tags = 1 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.get -> DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection() -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.get -> DocumentFormat.OpenXml.Office2013.Word.SectionTitle? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.SdtRepeatedSectionItem() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.SectionTitle() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.WebExtensionCreated() -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.WebExtensionLinked() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.Aggregation() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Billions = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredMillions = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Hundreds = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredThousands = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Millions = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Percentage = 9 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenMillions = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenThousands = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Thousands = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Trillions = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CategoryAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.DataId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.DataLabelHidden() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.B = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.BestFit = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.Ctr = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InBase = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InEnd = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.L = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.OutEnd = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.R = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.T = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.DataLabelVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2 +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Col = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Row = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.R = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.NumberFormat() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Size = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Val = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.X = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Y = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Default = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Landscape = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Portrait = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayout() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Banner = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.None = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Overlapping = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Ctr = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Max = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Min = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Exclusive = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Inclusive = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.SeriesElementVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.BoxWhisker = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ClusteredColumn = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ParetoLine = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Sunburst = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Treemap = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Waterfall = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.B = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.R = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.T = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.Statistics() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType.Cat = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Cross = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.In = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.None = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Out = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.ValueAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.Bubble3DBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.LiteralDataChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16 +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.UniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.UniqueIDChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.UniqueIdChartUniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.ColIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.ConnectableReferences() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.OpenXmlIdentifierElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.PredecessorDrawingElementReference() -> void +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.RowIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Anchor = 4 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.CondFmt = 2 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fmla = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.FmlaNoSticky = 5 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Format = 1 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fragile = 7 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Future = 8 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.NoAdj = 6 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Sparkline = 3 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit() -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments() -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.AutoFilter = 10 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Comment = 7 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DataValidation = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DrawingElement = 9 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.FreezePanes = 3 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Future = 12 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.HideUnhideSheet = 5 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Hyperlink = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Outlines = 8 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.PivotTable = 11 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.RowColVisualOps = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.ShowGridlinesHeadings = 6 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Sparklines = 4 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FFormula +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Array = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Fill = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Future = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.FreezePanes() -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.HideUnhideSheet() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.Absolute = 2 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.OneCell = 1 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.TwoCell = 0 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.Outline +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Outline() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.RefCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefFuture +DocumentFormat.OpenXml.Office2016.Excel.RefFuture.RefFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.RefOartAnchor() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.RefTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.get -> DocumentFormat.OpenXml.Office2016.Excel.RstType? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.get -> DocumentFormat.OpenXml.Office2016.Excel.Xstring? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.get -> DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.RevExHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.RevExMove() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.RevExRowColumn() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.RevExSheetOp() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTest +DocumentFormat.OpenXml.Office2016.Excel.RevExTest.RevExTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.RevExTrimmed() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.RevExUnsupported() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Copy = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Normal = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Redo = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Undo = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionList +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RevisionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevisionPtr() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.get -> DocumentFormat.OpenXml.Office2016.Excel.FreezePanes? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.get -> DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.get -> DocumentFormat.OpenXml.Office2016.Excel.Outlines? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.get -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.get -> DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.RevisionStateLink() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RevListAutoExpandRw() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Autosize = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Hide = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Resize = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Unhide = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.RowColVisualOps() -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType() -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delc = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delr = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insc = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insr = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Delete = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Insert = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Rename = 3 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Reorder = 2 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.SheetXluid() -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridlinesHeadings() -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.get -> DocumentFormat.OpenXml.Office2016.Excel.RefMap? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.get -> DocumentFormat.OpenXml.Office2016.Excel.AutoFilter? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.get -> DocumentFormat.OpenXml.Office2016.Excel.Comments? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.get -> DocumentFormat.OpenXml.Office2016.Excel.DataValidation? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.get -> DocumentFormat.OpenXml.Office2016.Excel.Hyperlink? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.get -> DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.get -> DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.Future = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.None = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.Xstring +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CalculatedTimeColumn() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Days = 5 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Daysindex = 4 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Hours = 6 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Minutes = 7 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Months = 3 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Monthsindex = 2 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Quarters = 1 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Seconds = 8 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Years = 0 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.DesignElement() -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.SymEx() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite.Indefinite = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.PosterFrame() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16 +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Decorative() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.get -> DocumentFormat.OpenXml.Drawing.AutoNumberedBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.get -> DocumentFormat.OpenXml.Drawing.CharacterBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.get -> DocumentFormat.OpenXml.Drawing.NoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.get -> DocumentFormat.OpenXml.Drawing.PictureBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.get -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.ParTrans = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.SibTrans = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.HyperlinkColor() -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.HLink = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.Tx = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorX = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorY = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.InkEffects = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.ScaleFactor = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Bronze = 9 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Galaxy = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Gold = 4 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Lava = 6 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.None = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Ocean = 7 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Pencil = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rainbow = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rosegold = 8 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Silver = 5 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.IlluminancePositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.IntensityPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.LookAtPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.MeterPerModelUnitPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.OpenXmlPoint3DElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.OpenXmlPositiveRatioElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.PosPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.PostTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.PreTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Rotate3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.SxRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.SyRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.SzPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.SzRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.UnknownLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.UpVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.SVGBlip() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CalcFeature() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16 +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.PivotTableDefinition16() -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.Key() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.RichValueBlock() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.E = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.Spb = 7 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CustomRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.DynamicRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.RichDateGroupItem() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.RichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.RichFormatProperty() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.I = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortCondition() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10 +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.RichTop10() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.RichValueTypeReservedKeyFlag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.SupportingPropertyBagKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spba = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Mention() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText(string! text) -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.ClassificationOutcome() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Ftr = 2 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Hdr = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.None = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Watermark = 3 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Media = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Slide = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.ReadonlyRecommended() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Track() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.get -> DocumentFormat.OpenXml.Office2019.Presentation.TrackList? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CommentId() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.OfficeAvailabilityAttribute +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeAvailabilityAttribute(DocumentFormat.OpenXml.FileFormatVersions officeVersion) -> void +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.OnOffValue +DocumentFormat.OpenXml.OnOffValue.OnOffValue() -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(bool value) -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(DocumentFormat.OpenXml.OnOffValue! source) -> void +DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlAttribute.Equals(DocumentFormat.OpenXml.OpenXmlAttribute other) -> bool +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute() -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! prefix, string! localName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! qualifiedName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Value.get -> string? +DocumentFormat.OpenXml.OpenXmlAttribute.Value.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +DocumentFormat.OpenXml.OpenXmlAttribute.XName.get -> System.Xml.Linq.XName! +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(T other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(T other) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement +DocumentFormat.OpenXml.OpenXmlCompositeElement.AddChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, bool throwOnError = true) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement() -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.Generic.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlDomReader +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> void +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlElement +DocumentFormat.OpenXml.OpenXmlElement.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.OpenXmlElement.AddNamespaceDeclaration(string! prefix, string! uri) -> void +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.OpenXmlElement.Annotation() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Append(params DocumentFormat.OpenXml.OpenXmlElement![]! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.Append(System.Collections.Generic.IEnumerable! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.ClearAllAttributes() -> void +DocumentFormat.OpenXml.OpenXmlElement.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsAfter() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsBefore() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ExtendedAttributes.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.GetAttribute(string! localName, string! namespaceUri) -> DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlElement.GetAttributes() -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.OpenXmlElement.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.OpenXmlElement.GetFirstChild() -> T? +DocumentFormat.OpenXml.OpenXmlElement.HasAttributes.get -> bool +DocumentFormat.OpenXml.OpenXmlElement.InsertAfterSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.InsertBeforeSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.IsAfter(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.IsBefore(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.LookupNamespace(string! prefix) -> string? +DocumentFormat.OpenXml.OpenXmlElement.LookupPrefix(string! namespaceUri) -> string? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.get -> DocumentFormat.OpenXml.MarkupCompatibilityAttributes? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.set -> void +DocumentFormat.OpenXml.OpenXmlElement.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement() -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElementContext.get -> DocumentFormat.OpenXml.OpenXmlElementContext? +DocumentFormat.OpenXml.OpenXmlElement.OuterXml.get -> string! +DocumentFormat.OpenXml.OpenXmlElement.Parent.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Remove() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAttribute(string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveNamespaceDeclaration(string! prefix) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttribute(DocumentFormat.OpenXml.OpenXmlAttribute openXmlAttribute) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttributes(System.Collections.Generic.IEnumerable! openXmlAttributes) -> void +DocumentFormat.OpenXml.OpenXmlElementContext +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserted -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserting -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoved -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoving -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.OpenXmlElementContext() -> void +DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions +DocumentFormat.OpenXml.OpenXmlElementList +DocumentFormat.OpenXml.OpenXmlElementList.First() -> T? +DocumentFormat.OpenXml.OpenXmlElementList.OfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElementList.OpenXmlElementList() -> void +DocumentFormat.OpenXml.OpenXmlLeafElement +DocumentFormat.OpenXml.OpenXmlLeafElement.OpenXmlLeafElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement(string! text) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType, string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.XmlNodeType.get -> System.Xml.XmlNodeType +DocumentFormat.OpenXml.OpenXmlPartReader +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Reload() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save(System.IO.Stream! stream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlReader +DocumentFormat.OpenXml.OpenXmlReader.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader(bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlReader.ReadMiscNodes.get -> bool +DocumentFormat.OpenXml.OpenXmlSimpleType +DocumentFormat.OpenXml.OpenXmlSimpleType.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType() -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType(DocumentFormat.OpenXml.OpenXmlSimpleType! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.get -> string? +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.set -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue() -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(DocumentFormat.OpenXml.OpenXmlSimpleValue! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(T value) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.get -> T +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.set -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement() -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! name) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! prefix, string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! qualifiedName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.Text.get -> string! +DocumentFormat.OpenXml.OpenXmlWriter +DocumentFormat.OpenXml.OpenXmlWriter.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlWriter.OpenXmlWriter() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.AlternativeFormatImportPart() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Html = 9 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Mht = 1 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabled = 5 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabledTemplate = 7 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordTemplate = 6 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Rtf = 8 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.TextPlain = 3 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.WordprocessingML = 4 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xhtml = 0 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xml = 2 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationChain! +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.set -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChainPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart +DocumentFormat.OpenXml.Packaging.CellMetadataPart.CellMetadataPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.get -> DocumentFormat.OpenXml.Spreadsheet.Metadata! +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.set -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ChartColorStylePart() -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle! +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.get -> DocumentFormat.OpenXml.Drawing.Charts.UserShapes! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart +DocumentFormat.OpenXml.Packaging.ChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ChartPart.ChartPart() -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartSpace! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.get -> DocumentFormat.OpenXml.Spreadsheet.Chartsheet! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.set -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ChartsheetPart() -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartStylePart +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle! +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStylePart() -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorList! +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.set -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorsPart() -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.get -> DocumentFormat.OpenXml.Spreadsheet.Connections! +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.set -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart.ConnectionsPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ControlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties! +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.set -> void +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.CoreFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPart +DocumentFormat.OpenXml.Packaging.CustomDataPart.CustomDataPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPart? +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.get -> DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem! +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.set -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.CustomFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.CustomProperties.Properties! +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart +DocumentFormat.OpenXml.Packaging.CustomizationPart.CustomizationPart() -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.get -> DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup! +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.WordAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.CustomPropertyPart +DocumentFormat.OpenXml.Packaging.CustomPropertyPart.CustomPropertyPart() -> void +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Spreadsheet = 0 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Xml = 1 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomUIPart +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.get -> DocumentFormat.OpenXml.Office.CustomUI.CustomUI? +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUIPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.CustomXmlMappingsPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.get -> DocumentFormat.OpenXml.Spreadsheet.MapInfo! +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.set -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.AdditionalCharacteristics = 0 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.Bibliography = 1 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.CustomXml = 2 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.InkContent = 3 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.CustomXmlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem! +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.set -> void +DocumentFormat.OpenXml.Packaging.DataPart +DocumentFormat.OpenXml.Packaging.DataPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.DataPart.GetDataPartReferenceRelationships() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.DataPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPartReferenceRelationship(DocumentFormat.OpenXml.Packaging.DataPart! dataPart, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition! +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.DiagramColorsPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.set -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DiagramDataPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.DiagramLayoutDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.DiagramPersistLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.get -> DocumentFormat.OpenXml.Office.Drawing.Drawing! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramStylePart +DocumentFormat.OpenXml.Packaging.DiagramStylePart.DiagramStylePart() -> void +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition! +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart +DocumentFormat.OpenXml.Packaging.DialogsheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.get -> DocumentFormat.OpenXml.Spreadsheet.DialogSheet! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogsheetPart() -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.DialogsheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.DigitalSignatureOriginPart() -> void +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.XmlSignatureParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.DocumentSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.MailMergeRecipientDataPart.get -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart? +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.get -> DocumentFormat.OpenXml.Wordprocessing.Settings! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.set -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DrawingsPart() -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.set -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.EmbeddedControlPersistenceBinaryDataPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType.ActiveXBin = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistencePart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveX = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveXBin = 1 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.EmbeddedObjectPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.EmbeddedPackagePart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Endnotes! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.set -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.EndnotesPart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ExcelAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ExtendedChartPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ExtendedFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.ExtendedProperties.Properties! +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart(string! relationshipType) -> void +DocumentFormat.OpenXml.Packaging.ExternalRelationship +DocumentFormat.OpenXml.Packaging.ExternalRelationship.ExternalRelationship(System.Uri! externalUri, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalLink! +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.set -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalWorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.FontPart +DocumentFormat.OpenXml.Packaging.FontPart.FontPart() -> void +DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontData = 0 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontOdttf = 2 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontTtf = 1 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontTablePart +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.get -> DocumentFormat.OpenXml.Wordprocessing.Fonts! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.set -> void +DocumentFormat.OpenXml.Packaging.FontTablePart.FontTablePart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.get -> DocumentFormat.OpenXml.Wordprocessing.Footer! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.set -> void +DocumentFormat.OpenXml.Packaging.FooterPart.FooterPart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Footnotes! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.set -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.FootnotesPart() -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.get -> DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.set -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.get -> DocumentFormat.OpenXml.Presentation.HandoutMaster! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.set -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMasterPart() -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.get -> DocumentFormat.OpenXml.Wordprocessing.Header! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.set -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.HeaderPart() -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.HyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair +DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(DocumentFormat.OpenXml.Packaging.IdPartPair? value) -> bool +DocumentFormat.OpenXml.Packaging.IdPartPair.IdPartPair(string! id, DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.set -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.get -> string! +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.set -> void +DocumentFormat.OpenXml.Packaging.IFixedContentTypePart +DocumentFormat.OpenXml.Packaging.ImagePart +DocumentFormat.OpenXml.Packaging.ImagePart.ImagePart() -> void +DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Bmp = 0 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Emf = 7 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Gif = 1 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Icon = 4 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Jpeg = 6 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Pcx = 5 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Png = 2 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Tiff = 3 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Wmf = 8 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.InternationalMacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.LegacyDiagramTextInfoPart() -> void +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.LegacyDiagramTextPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.get -> DocumentFormat.OpenXml.Office.Excel.Macrosheet! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.set -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.MacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipientDataPart() -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.get -> DocumentFormat.OpenXml.Office.Word.MailMergeRecipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.get -> DocumentFormat.OpenXml.Wordprocessing.Recipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.MsWordMailMergeRecipientData = 1 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.OpenXmlMailMergeRecipientData = 0 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MainDocumentPart +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.get -> DocumentFormat.OpenXml.Wordprocessing.Document! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.set -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.MainDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.NoProcess = 0 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessAllParts = 2 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessLoadedPartsOnly = 1 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.MarkupCompatibilityProcessSettings(DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode processMode, DocumentFormat.OpenXml.FileFormatVersions targetFileFormatVersions) -> void +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.ProcessMode.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.TargetFileFormatVersions.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Packaging.MediaDataPart +DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Aiff = 0 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Asx = 8 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Avi = 9 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Midi = 1 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mp3 = 2 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegAudio = 6 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegUrl = 3 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegVideo = 11 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mpg = 10 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggAudio = 7 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggVideo = 16 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Quicktime = 15 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.VC1 = 17 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wav = 4 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wma = 5 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmv = 12 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmx = 13 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wvx = 14 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.get -> DocumentFormat.OpenXml.Presentation.NotesMaster! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.set -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMasterPart() -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.get -> DocumentFormat.OpenXml.Presentation.NotesSlide! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.set -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlidePart() -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.get -> DocumentFormat.OpenXml.Wordprocessing.Numbering! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.set -> void +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.NumberingDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.OpenSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.get -> System.Func? +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone() -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Close() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.get -> System.IO.Packaging.CompressionOption +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(DocumentFormat.OpenXml.Packaging.MediaDataPartType mediaDataPartType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType, string! extension) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePart(DocumentFormat.OpenXml.Packaging.DataPart! dataPart) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePartsRecursivelyOfType() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FileOpenAccess.get -> System.IO.FileAccess +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenXmlPackage() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Package.get -> System.IO.Packaging.Package! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PackageProperties.get -> System.IO.Packaging.PackageProperties! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PartExtensionProvider.get -> DocumentFormat.OpenXml.Packaging.PartExtensionProvider! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Save() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.SaveAs(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.StrictRelationshipFound.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument(System.Xml.Linq.XProcessingInstruction? instruction) -> System.Xml.Linq.XDocument! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcString() -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings! validationSettings) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.get -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.PartClassName.get -> string? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.SubPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.EventHandler -> System.EventHandler! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.OpenXmlPackageValidationSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart +DocumentFormat.OpenXml.Packaging.OpenXmlPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetParentParts() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPart() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.RootElement.get -> DocumentFormat.OpenXml.OpenXmlPartRootElement? +DocumentFormat.OpenXml.Packaging.OpenXmlPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt, string? rId) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri, string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart() -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! id) -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation() -> T? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ChangeIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part, string! newRelationshipId) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart, string! id) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DataPartReferenceRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(DocumentFormat.OpenXml.Packaging.ExternalRelationship! externalRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(string! id) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteParts(System.Collections.Generic.IEnumerable! partsToBeDeleted) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(DocumentFormat.OpenXml.Packaging.ReferenceRelationship! referenceRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ExternalRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetExternalRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartById(string! id) -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsCountOfType() -> int +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType(System.Collections.Generic.ICollection! partCollection) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetReferenceRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ReferenceRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.HyperlinkRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.OpenXmlPartContainer() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Parts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.TryGetPartById(string! id, out DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.PartExtensionProvider +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.AddPartExtension(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.MakeSurePartExtensionExist(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider() -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(DocumentFormat.OpenXml.Packaging.PartExtensionProvider! partExtProvider) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(int capacity) -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition! +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords! +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotTableCacheRecordsPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition! +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTablePart() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddPresentationPart() -> DocumentFormat.OpenXml.Packaging.PresentationPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.ChangeDocumentType(DocumentFormat.OpenXml.PresentationDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DocumentType.get -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.Packaging.PresentationDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationDocument() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.LegacyDiagramTextInfoPart.get -> DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.get -> DocumentFormat.OpenXml.Presentation.Presentation! +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPart() -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideMasterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.PresentationPart.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.get -> DocumentFormat.OpenXml.Presentation.PresentationProperties! +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTable! +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.set -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTablePart() -> void +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.QuickAccessToolbarCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Container.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer? +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.IO.Packaging.PackageRelationship! packageRelationship) -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.Uri! targetUri, bool isExternal, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.RelationshipErrorHandler() -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.get -> DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RibbonAndBackstageCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RibbonExtensibilityPart() -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.get -> DocumentFormat.OpenXml.Spreadsheet.SharedStringTable! +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.set -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleCellTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.get -> DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells! +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition! +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCachePart() -> void +DocumentFormat.OpenXml.Packaging.SlicersPart +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.get -> DocumentFormat.OpenXml.Office2010.Excel.Slicers! +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.set -> void +DocumentFormat.OpenXml.Packaging.SlicersPart.SlicersPart() -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.get -> DocumentFormat.OpenXml.Presentation.CommentList! +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.set -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.SlideCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.get -> DocumentFormat.OpenXml.Presentation.SlideLayout! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.set -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.get -> DocumentFormat.OpenXml.Presentation.SlideMaster! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.set -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMasterPart() -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.SlideMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.get -> DocumentFormat.OpenXml.Presentation.Slide! +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.set -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlidePart() -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Packaging.SlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncDataPart() -> void +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.get -> DocumentFormat.OpenXml.Presentation.SlideSyncProperties! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.set -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWorkbookPart() -> DocumentFormat.OpenXml.Packaging.WorkbookPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ChangeDocumentType(DocumentFormat.OpenXml.SpreadsheetDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DocumentType.get -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.SpreadsheetDocument() -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.SpreadsheetPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.StyleDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.StylesPart +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.get -> DocumentFormat.OpenXml.Wordprocessing.Styles? +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.set -> void +DocumentFormat.OpenXml.Packaging.StylesPart.StylesPart() -> void +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.StylesWithEffectsPart() -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.get -> DocumentFormat.OpenXml.Spreadsheet.Table! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.set -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TableDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.get -> DocumentFormat.OpenXml.Drawing.TableStyleList! +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.set -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStylesPart() -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.get -> DocumentFormat.OpenXml.Drawing.ThemeOverride! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.set -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverridePart() -> void +DocumentFormat.OpenXml.Packaging.ThemePart +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.get -> DocumentFormat.OpenXml.Drawing.Theme! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.set -> void +DocumentFormat.OpenXml.Packaging.ThemePart.ThemePart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPart +DocumentFormat.OpenXml.Packaging.ThumbnailPart.ThumbnailPart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Emf = 1 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Jpeg = 0 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Wmf = 2 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.TimeLineCachePart +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition! +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimeLineCachePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart +DocumentFormat.OpenXml.Packaging.TimeLinePart.TimeLinePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.get -> DocumentFormat.OpenXml.Office2013.Excel.Timelines! +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.get -> DocumentFormat.OpenXml.Presentation.TagList! +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.UserDefinedTagsPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaDataPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.get -> DocumentFormat.OpenXml.Office.Word.VbaSuppData! +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.set -> void +DocumentFormat.OpenXml.Packaging.VbaProjectPart +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaProjectPart() -> void +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.get -> DocumentFormat.OpenXml.Presentation.ViewProperties! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.set -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.VmlDrawingPart +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.LegacyDiagramTextParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.VmlDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileDependenciesPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.get -> DocumentFormat.OpenXml.Spreadsheet.VolatileTypes! +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes! +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExTaskpanesPart() -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.set -> void +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtensionPart() -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.get -> DocumentFormat.OpenXml.Wordprocessing.WebSettings! +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.set -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.WordAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.get -> DocumentFormat.OpenXml.Office2013.Word.CommentsEx! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.WordprocessingCommentsExPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.get -> DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.WordprocessingCommentsIdsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.get -> DocumentFormat.OpenXml.Wordprocessing.Comments! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.WordprocessingCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddMainDocumentPart() -> DocumentFormat.OpenXml.Packaging.MainDocumentPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ChangeDocumentType(DocumentFormat.OpenXml.WordprocessingDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DocumentType.get -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WordprocessingDocument() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.get -> DocumentFormat.OpenXml.Office2013.Word.People! +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.WordprocessingPeoplePart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.WordprocessingPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ChartsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomDataPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.DialogsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExcelAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExternalWorkbookParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.InternationalMacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.MacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.PivotTableCacheDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.SlicerCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.TimeLineCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.get -> DocumentFormat.OpenXml.Spreadsheet.Workbook! +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.get -> DocumentFormat.OpenXml.Spreadsheet.Headers! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionHeaderPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionLogParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.get -> DocumentFormat.OpenXml.Spreadsheet.Revisions! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.WorkbookRevisionLogPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.get -> DocumentFormat.OpenXml.Spreadsheet.Stylesheet! +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.WorkbookStylesPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.get -> DocumentFormat.OpenXml.Spreadsheet.Users! +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.WorkbookUserDataPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.get -> DocumentFormat.OpenXml.Spreadsheet.Comments! +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.WorksheetCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ControlPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.PivotTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.SlicersParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TableDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TimeLineParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.get -> DocumentFormat.OpenXml.Spreadsheet.Worksheet! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.get -> DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap! +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMapPart() -> void +DocumentFormat.OpenXml.Packaging.XmlSignaturePart +DocumentFormat.OpenXml.Packaging.XmlSignaturePart.XmlSignaturePart() -> void +DocumentFormat.OpenXml.Presentation.Animate +DocumentFormat.OpenXml.Presentation.Animate.Animate() -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.Animate.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.By.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Animate.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.From.set -> void +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.get -> DocumentFormat.OpenXml.Presentation.TimeAnimateValueList? +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.set -> void +DocumentFormat.OpenXml.Presentation.Animate.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.To.set -> void +DocumentFormat.OpenXml.Presentation.Animate.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.ValueType.set -> void +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Discrete = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Formula = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Linear = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Number = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.String = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateColor +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor() -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.get -> DocumentFormat.OpenXml.Presentation.ByColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.get -> DocumentFormat.OpenXml.Presentation.FromColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.get -> DocumentFormat.OpenXml.Presentation.ToColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.CounterClockwise = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Hsl = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Rgb = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateEffect +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect() -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.get -> DocumentFormat.OpenXml.Presentation.Progress? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.In = 0 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.None = 2 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.Out = 1 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateMotion +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion() -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.get -> DocumentFormat.OpenXml.Presentation.RotationCenter? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Layout = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Parent = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Fixed = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Relative = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateRotation +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation() -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale() -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeName +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName() -> void +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName(string! text) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList() -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio +DocumentFormat.OpenXml.Presentation.Audio.Audio() -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.set -> void +DocumentFormat.OpenXml.Presentation.Background +DocumentFormat.OpenXml.Presentation.Background.Background() -> void +DocumentFormat.OpenXml.Presentation.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.get -> DocumentFormat.OpenXml.Presentation.BackgroundProperties? +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.set -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.get -> DocumentFormat.OpenXml.Presentation.BackgroundStyleReference? +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.set -> void +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundAnimation +DocumentFormat.OpenXml.Presentation.BackgroundAnimation.BackgroundAnimation() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference() -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.Always = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.None = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Base = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Multiply = 3 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.None = 4 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Replace = 2 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Sum = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.ChildStyle = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.Normal = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Image = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Point = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BlindsTransition +DocumentFormat.OpenXml.Presentation.BlindsTransition.BlindsTransition() -> void +DocumentFormat.OpenXml.Presentation.BlipFill +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Presentation.BodyStyle +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle() -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BoldFont +DocumentFormat.OpenXml.Presentation.BoldFont.BoldFont() -> void +DocumentFormat.OpenXml.Presentation.BoldItalicFont +DocumentFormat.OpenXml.Presentation.BoldItalicFont.BoldItalicFont() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.BooleanVariantValue() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.BrowseSlideMode() -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.set -> void +DocumentFormat.OpenXml.Presentation.BuildAsOne +DocumentFormat.OpenXml.Presentation.BuildAsOne.BuildAsOne() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.get -> DocumentFormat.OpenXml.Presentation.BuildAsOne? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics() -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.get -> DocumentFormat.OpenXml.Presentation.BuildSubElement? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildList +DocumentFormat.OpenXml.Presentation.BuildList.BuildList() -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.BuildOleChart() -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph() -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.get -> DocumentFormat.OpenXml.Presentation.TemplateList? +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.get -> DocumentFormat.OpenXml.Drawing.BuildChart? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.get -> DocumentFormat.OpenXml.Drawing.BuildDiagram? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement() -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor +DocumentFormat.OpenXml.Presentation.ByColor.ByColor() -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.get -> DocumentFormat.OpenXml.Presentation.HslColor? +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.get -> DocumentFormat.OpenXml.Presentation.RgbColor? +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.set -> void +DocumentFormat.OpenXml.Presentation.ByPosition +DocumentFormat.OpenXml.Presentation.ByPosition.ByPosition() -> void +DocumentFormat.OpenXml.Presentation.CharRange +DocumentFormat.OpenXml.Presentation.CharRange.CharRange() -> void +DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.GridLegend = 0 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInCategory = 4 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInSeries = 3 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.CheckerTransition +DocumentFormat.OpenXml.Presentation.CheckerTransition.CheckerTransition() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CircleTransition +DocumentFormat.OpenXml.Presentation.CircleTransition.CircleTransition() -> void +DocumentFormat.OpenXml.Presentation.Color3Type +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type() -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.get -> DocumentFormat.OpenXml.Drawing.MasterColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.get -> DocumentFormat.OpenXml.Drawing.OverrideColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType +DocumentFormat.OpenXml.Presentation.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorValue +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue() -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CombTransition +DocumentFormat.OpenXml.Presentation.CombTransition.CombTransition() -> void +DocumentFormat.OpenXml.Presentation.Command +DocumentFormat.OpenXml.Presentation.Command.Command() -> void +DocumentFormat.OpenXml.Presentation.Command.Command(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Command.CommandName.set -> void +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Command.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Command.Type.set -> void +DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Call = 1 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Event = 0 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Verb = 2 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.Comment +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment() -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentExtensionList? +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Comment.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.Comment.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.Index.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Position.get -> DocumentFormat.OpenXml.Presentation.Position? +DocumentFormat.OpenXml.Presentation.Comment.Position.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Text.get -> DocumentFormat.OpenXml.Presentation.Text? +DocumentFormat.OpenXml.Presentation.Comment.Text.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList? +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Load(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Save(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList +DocumentFormat.OpenXml.Presentation.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Load(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Save(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Presentation.CommonBehavior +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.get -> DocumentFormat.OpenXml.Presentation.AttributeNameList? +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior() -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode() -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.get -> DocumentFormat.OpenXml.Presentation.Background? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.get -> DocumentFormat.OpenXml.Presentation.ControlList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.get -> DocumentFormat.OpenXml.Presentation.ShapeTree? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.get -> DocumentFormat.OpenXml.Presentation.GuideList? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.ChildTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode() -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.get -> DocumentFormat.OpenXml.Presentation.EndConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.get -> DocumentFormat.OpenXml.Presentation.EndSync? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.get -> DocumentFormat.OpenXml.Presentation.Iterate? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.get -> DocumentFormat.OpenXml.Presentation.StartConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.SubTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.get -> DocumentFormat.OpenXml.Presentation.Origin? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.get -> DocumentFormat.OpenXml.Presentation.ScaleFactor? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.set -> void +DocumentFormat.OpenXml.Presentation.Condition +DocumentFormat.OpenXml.Presentation.Condition.Condition() -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Strict = 0 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Transitional = 1 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConnectionShape +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify? +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D? +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.Control +DocumentFormat.OpenXml.Presentation.Control.Control() -> void +DocumentFormat.OpenXml.Presentation.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Id.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Name.set -> void +DocumentFormat.OpenXml.Presentation.Control.Picture.get -> DocumentFormat.OpenXml.Presentation.Picture? +DocumentFormat.OpenXml.Presentation.Control.Picture.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.ControlList +DocumentFormat.OpenXml.Presentation.ControlList.ControlList() -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CoverTransition +DocumentFormat.OpenXml.Presentation.CoverTransition.CoverTransition() -> void +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.Invalid = 2 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaAES = 0 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CustomerData +DocumentFormat.OpenXml.Presentation.CustomerData.CustomerData() -> void +DocumentFormat.OpenXml.Presentation.CustomerData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerData.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags +DocumentFormat.OpenXml.Presentation.CustomerDataTags.CustomerDataTags() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow() -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShow.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomShow.Name.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.get -> DocumentFormat.OpenXml.Presentation.SlideList? +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShowList +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList() -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference +DocumentFormat.OpenXml.Presentation.CustomShowReference.CustomShowReference() -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.set -> void +DocumentFormat.OpenXml.Presentation.CutTransition +DocumentFormat.OpenXml.Presentation.CutTransition.CutTransition() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.AllAtOnce = 15 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByLevel = 4 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByNode = 3 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Clockwise = 5 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseIn = 6 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseOut = 7 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwise = 8 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseIn = 9 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseOut = 10 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Custom = 16 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByBranch = 2 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByNode = 1 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Down = 14 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.InByRing = 11 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.OutByRing = 12 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Up = 13 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Whole = 0 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiamondTransition +DocumentFormat.OpenXml.Presentation.DiamondTransition.DiamondTransition() -> void +DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DissolveTransition +DocumentFormat.OpenXml.Presentation.DissolveTransition.DissolveTransition() -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.EightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.get -> DocumentFormat.OpenXml.Presentation.BoldFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.get -> DocumentFormat.OpenXml.Presentation.BoldItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.get -> DocumentFormat.OpenXml.Presentation.Font? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.get -> DocumentFormat.OpenXml.Presentation.ItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.get -> DocumentFormat.OpenXml.Presentation.RegularFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.EmbeddedFontDataIdType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Presentation.EmptyType +DocumentFormat.OpenXml.Presentation.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSoundAction +DocumentFormat.OpenXml.Presentation.EndSoundAction.EndSoundAction() -> void +DocumentFormat.OpenXml.Presentation.EndSync +DocumentFormat.OpenXml.Presentation.EndSync.EndSync() -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension +DocumentFormat.OpenXml.Presentation.Extension.Extension() -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Extension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ExtensionList +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification() -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.set -> void +DocumentFormat.OpenXml.Presentation.FadeTransition +DocumentFormat.OpenXml.Presentation.FadeTransition.FadeTransition() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue +DocumentFormat.OpenXml.Presentation.FloatVariantValue.FloatVariantValue() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.Font +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.set -> void +DocumentFormat.OpenXml.Presentation.Font.Font() -> void +DocumentFormat.OpenXml.Presentation.Font.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Presentation.Font.Panose.set -> void +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.set -> void +DocumentFormat.OpenXml.Presentation.Font.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Font.Typeface.set -> void +DocumentFormat.OpenXml.Presentation.FromColor +DocumentFormat.OpenXml.Presentation.FromColor.FromColor() -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromPosition +DocumentFormat.OpenXml.Presentation.FromPosition.FromPosition() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.get -> DocumentFormat.OpenXml.Drawing.Chart? +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.get -> DocumentFormat.OpenXml.Drawing.Diagram? +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Presentation.Transform? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Presentation.GridSpacing +DocumentFormat.OpenXml.Presentation.GridSpacing.GridSpacing() -> void +DocumentFormat.OpenXml.Presentation.GroupShape +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.GroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Guide +DocumentFormat.OpenXml.Presentation.Guide.Guide() -> void +DocumentFormat.OpenXml.Presentation.Guide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Guide.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.Guide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Guide.Position.set -> void +DocumentFormat.OpenXml.Presentation.GuideList +DocumentFormat.OpenXml.Presentation.GuideList.GuideList() -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster() -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Load(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Save(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterId? +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.set -> void +DocumentFormat.OpenXml.Presentation.HslColor +DocumentFormat.OpenXml.Presentation.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Presentation.HslColor.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Hue.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties() -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3 = 1 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3v4 = 2 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V4 = 0 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues.Indefinite = 0 -> DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndexRangeType +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.set -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.IndexRangeType() -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.set -> void +DocumentFormat.OpenXml.Presentation.InkTarget +DocumentFormat.OpenXml.Presentation.InkTarget.InkTarget() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.IntegerVariantValue() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.ItalicFont +DocumentFormat.OpenXml.Presentation.ItalicFont.ItalicFont() -> void +DocumentFormat.OpenXml.Presentation.Iterate +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate() -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.get -> DocumentFormat.OpenXml.Presentation.TimeAbsolute? +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.get -> DocumentFormat.OpenXml.Presentation.TimePercentage? +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Iterate.Type.set -> void +DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Element = 0 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Letter = 2 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Word = 1 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.Kinsoku +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.set -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode +DocumentFormat.OpenXml.Presentation.KioskSlideMode.KioskSlideMode() -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ModificationVerifier() -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.set -> void +DocumentFormat.OpenXml.Presentation.NewsflashTransition +DocumentFormat.OpenXml.Presentation.NewsflashTransition.NewsflashTransition() -> void +DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.Seek = 1 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextConditionList +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList() -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.NormalViewPortionType() -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.get -> DocumentFormat.OpenXml.Presentation.RestoredLeft? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.get -> DocumentFormat.OpenXml.Presentation.RestoredTop? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Load(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster() -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.get -> DocumentFormat.OpenXml.Presentation.NotesStyle? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Save(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.get -> DocumentFormat.OpenXml.Presentation.NotesMasterId? +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSize +DocumentFormat.OpenXml.Presentation.NotesSize.NotesSize() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.Load(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Presentation.NotesSlide.Save(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.NotesStyle +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle() -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.CategoryElement = 4 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.SeriesElement = 3 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartElement +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.set -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.OleChartElement() -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.set -> void +DocumentFormat.OpenXml.Presentation.OleObject +DocumentFormat.OpenXml.Presentation.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Id.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Name.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed() -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.Full = 1 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.None = 0 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.TextAndBackground = 2 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectLink +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink() -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.OptionalBlackTransitionType() -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Origin +DocumentFormat.OpenXml.Presentation.Origin.Origin() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.get -> DocumentFormat.OpenXml.Presentation.OutlineViewSlideList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.OutlineViewSlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Custom = 2 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Paragraph = 1 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Whole = 3 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.ParagraphIndexRange() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor +DocumentFormat.OpenXml.Presentation.PenColor.PenColor() -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum() -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle1 = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle2 = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle3 = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle4 = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle5 = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle6 = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle7 = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FitToSlide = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPic = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPicWithTitle = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePic = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePicWithTitle = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPic = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPicWithTitle = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.Picture +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.get -> DocumentFormat.OpenXml.Presentation.BlipFill? +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties? +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture() -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape() -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Full = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Half = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Quarter = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Body = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.CenteredTitle = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Chart = 9 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.ClipArt = 11 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.DateAndTime = 4 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Diagram = 12 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Footer = 6 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Header = 7 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Media = 13 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Object = 8 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Picture = 15 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideImage = 14 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideNumber = 5 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SubTitle = 3 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Table = 10 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlusTransition +DocumentFormat.OpenXml.Presentation.PlusTransition.PlusTransition() -> void +DocumentFormat.OpenXml.Presentation.Point2DType +DocumentFormat.OpenXml.Presentation.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Presentation.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.X.set -> void +DocumentFormat.OpenXml.Presentation.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Presentation.Position +DocumentFormat.OpenXml.Presentation.Position.Position() -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Presentation.Presentation +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.get -> DocumentFormat.OpenXml.Presentation.CustomShowList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.get -> DocumentFormat.OpenXml.Presentation.DefaultTextStyle? +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.get -> DocumentFormat.OpenXml.Presentation.EmbeddedFontList? +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.get -> DocumentFormat.OpenXml.Presentation.Kinsoku? +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Load(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.get -> DocumentFormat.OpenXml.Presentation.ModificationVerifier? +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.get -> DocumentFormat.OpenXml.Presentation.NotesSize? +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.get -> DocumentFormat.OpenXml.Presentation.PhotoAlbum? +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation() -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationExtensionList? +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Save(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.get -> DocumentFormat.OpenXml.Presentation.SlideIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.get -> DocumentFormat.OpenXml.Presentation.SlideSize? +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.get -> DocumentFormat.OpenXml.Presentation.HtmlPublishProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Load(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties() -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.get -> DocumentFormat.OpenXml.Presentation.PrintingProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Save(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.get -> DocumentFormat.OpenXml.Presentation.ShowProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.get -> DocumentFormat.OpenXml.Presentation.WebProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresenterSlideMode +DocumentFormat.OpenXml.Presentation.PresenterSlideMode.PresenterSlideMode() -> void +DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.SkipTimed = 1 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousConditionList +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList() -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.BlackWhite = 0 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Gray = 1 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintingProperties +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties() -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.set -> void +DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts1 = 1 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts2 = 2 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts3 = 3 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts4 = 4 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts6 = 5 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts9 = 6 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Notes = 7 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Outline = 8 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Slides = 0 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.Progress +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress() -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PullTransition +DocumentFormat.OpenXml.Presentation.PullTransition.PullTransition() -> void +DocumentFormat.OpenXml.Presentation.PushTransition +DocumentFormat.OpenXml.Presentation.PushTransition.PushTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomBarTransition +DocumentFormat.OpenXml.Presentation.RandomBarTransition.RandomBarTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomTransition +DocumentFormat.OpenXml.Presentation.RandomTransition.RandomTransition() -> void +DocumentFormat.OpenXml.Presentation.RegularFont +DocumentFormat.OpenXml.Presentation.RegularFont.RegularFont() -> void +DocumentFormat.OpenXml.Presentation.RestoredLeft +DocumentFormat.OpenXml.Presentation.RestoredLeft.RestoredLeft() -> void +DocumentFormat.OpenXml.Presentation.RestoredTop +DocumentFormat.OpenXml.Presentation.RestoredTop.RestoredTop() -> void +DocumentFormat.OpenXml.Presentation.RgbColor +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Green.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Green.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Red.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Red.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Presentation.RotationCenter +DocumentFormat.OpenXml.Presentation.RotationCenter.RotationCenter() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.RuntimeNodeTrigger() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor() -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.get -> DocumentFormat.OpenXml.Drawing.ScaleX? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.get -> DocumentFormat.OpenXml.Drawing.ScaleY? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.get -> DocumentFormat.OpenXml.Presentation.NextConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.get -> DocumentFormat.OpenXml.Presentation.PreviousConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode() -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior() -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.get -> DocumentFormat.OpenXml.Presentation.ToVariantValue? +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Shape +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape() -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.Shape.TextBody.get -> DocumentFormat.OpenXml.Presentation.TextBody? +DocumentFormat.OpenXml.Presentation.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.get -> DocumentFormat.OpenXml.Presentation.BackgroundAnimation? +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.get -> DocumentFormat.OpenXml.Presentation.GraphicElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.get -> DocumentFormat.OpenXml.Presentation.OleChartElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget() -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.get -> DocumentFormat.OpenXml.Presentation.SubShape? +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.get -> DocumentFormat.OpenXml.Presentation.TextElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTree +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties() -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Slide +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Load(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Save(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Show.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.Show.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide() -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideExtensionList? +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Slide.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Presentation.Slide.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.Slide.Timing.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.Slide.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideAll +DocumentFormat.OpenXml.Presentation.SlideAll.SlideAll() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId() -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Load(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Save(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout() -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Blank = 11 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Chart = 7 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ChartAndText = 5 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndText = 9 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndVerticalText = 25 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Custom = 31 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Diagram = 6 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.FourObjects = 23 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.MidiaAndText = 17 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Object = 15 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndText = 13 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndTwoObjects = 29 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOnly = 14 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOverText = 18 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectText = 34 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.PictureText = 35 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.SectionHeader = 32 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Table = 3 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Text = 1 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndChart = 4 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndClipArt = 8 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndMedia = 16 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndObject = 12 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndTwoObjects = 20 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextOverObject = 19 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TitleOnly = 10 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoColumnText = 2 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjects = 28 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndObject = 30 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndText = 21 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsOverText = 22 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoTextAndTwoObjects = 33 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalText = 24 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndText = 26 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndTextOverChart = 27 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideList +DocumentFormat.OpenXml.Presentation.SlideList.SlideList() -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry.SlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Load(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Save(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutIdList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.get -> DocumentFormat.OpenXml.Presentation.TextStyles? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideRange +DocumentFormat.OpenXml.Presentation.SlideRange.SlideRange() -> void +DocumentFormat.OpenXml.Presentation.SlideSize +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.SlideSize() -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideSize.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A3 = 8 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A4 = 2 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4ISO = 9 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4JIS = 11 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5ISO = 10 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5JIS = 12 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Banner = 5 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Custom = 6 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Film35mm = 3 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.HagakiCard = 13 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Ledger = 7 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Letter = 1 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Overhead = 4 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x10 = 15 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x9 = 14 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen4x3 = 0 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSyncProperties +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Load(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Save(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideTarget +DocumentFormat.OpenXml.Presentation.SlideTarget.SlideTarget() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Sound +DocumentFormat.OpenXml.Presentation.Sound.Sound() -> void +DocumentFormat.OpenXml.Presentation.SoundAction +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.get -> DocumentFormat.OpenXml.Presentation.EndSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction() -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.get -> DocumentFormat.OpenXml.Presentation.StartSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundTarget +DocumentFormat.OpenXml.Presentation.SoundTarget.SoundTarget() -> void +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Maximized = 2 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Minimized = 0 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Restored = 1 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitTransition +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.SplitTransition() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.get -> DocumentFormat.OpenXml.Presentation.Sound? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction() -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue +DocumentFormat.OpenXml.Presentation.StringVariantValue.StringVariantValue() -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition.StripsTransition() -> void +DocumentFormat.OpenXml.Presentation.SubShape +DocumentFormat.OpenXml.Presentation.SubShape.SubShape() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Tag +DocumentFormat.OpenXml.Presentation.Tag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Name.set -> void +DocumentFormat.OpenXml.Presentation.Tag.Tag() -> void +DocumentFormat.OpenXml.Presentation.Tag.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Val.set -> void +DocumentFormat.OpenXml.Presentation.TagList +DocumentFormat.OpenXml.Presentation.TagList.Load(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.Save(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList() -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Presentation.TargetElement +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.get -> DocumentFormat.OpenXml.Presentation.InkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.get -> DocumentFormat.OpenXml.Presentation.ShapeTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.get -> DocumentFormat.OpenXml.Presentation.SlideTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.get -> DocumentFormat.OpenXml.Presentation.SoundTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement() -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template +DocumentFormat.OpenXml.Presentation.Template.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Template.Level.set -> void +DocumentFormat.OpenXml.Presentation.Template.Template() -> void +DocumentFormat.OpenXml.Presentation.Template.Template(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.TemplateList +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList() -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Text +DocumentFormat.OpenXml.Presentation.Text.Text() -> void +DocumentFormat.OpenXml.Presentation.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Presentation.TextBody +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.get -> DocumentFormat.OpenXml.Presentation.CharRange? +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.get -> DocumentFormat.OpenXml.Presentation.ParagraphIndexRange? +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement() -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.get -> DocumentFormat.OpenXml.Presentation.BodyStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.get -> DocumentFormat.OpenXml.Presentation.OtherStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles() -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.get -> DocumentFormat.OpenXml.Presentation.TitleStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.set -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute +DocumentFormat.OpenXml.Presentation.TimeAbsolute.TimeAbsolute() -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.get -> DocumentFormat.OpenXml.Presentation.VariantValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.get -> DocumentFormat.OpenXml.Presentation.BooleanVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.get -> DocumentFormat.OpenXml.Presentation.ColorValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.get -> DocumentFormat.OpenXml.Presentation.IntegerVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.get -> DocumentFormat.OpenXml.Presentation.StringVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType() -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.get -> DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType() -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.get -> DocumentFormat.OpenXml.Presentation.TimeNode? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.TimeListSubShapeIdType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListType +DocumentFormat.OpenXml.Presentation.TimeListType.TimeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListType.X.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.X.set -> void +DocumentFormat.OpenXml.Presentation.TimeListType.Y.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.Y.set -> void +DocumentFormat.OpenXml.Presentation.TimeNode +DocumentFormat.OpenXml.Presentation.TimeNode.TimeNode() -> void +DocumentFormat.OpenXml.Presentation.TimeNode.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.TimeNode.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Freeze = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Hold = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Remove = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Transition = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeList +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.get -> DocumentFormat.OpenXml.Presentation.ParallelTimeNode? +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.NextClick = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.SameClick = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Emphasis = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Entrance = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Exit = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.MediaCall = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Path = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Verb = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Always = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Never = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.WhenNotActive = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.CanSlip = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.Locked = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterEffect = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterGroup = 7 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickEffect = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickParagraph = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.InteractiveSequence = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.MainSequence = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.TmingRoot = 8 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithEffect = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithGroup = 6 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimePercentage +DocumentFormat.OpenXml.Presentation.TimePercentage.TimePercentage() -> void +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing +DocumentFormat.OpenXml.Presentation.Timing.BuildList.get -> DocumentFormat.OpenXml.Presentation.BuildList? +DocumentFormat.OpenXml.Presentation.Timing.BuildList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing() -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor +DocumentFormat.OpenXml.Presentation.ToColor.ToColor() -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToPosition +DocumentFormat.OpenXml.Presentation.ToPosition.ToPosition() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform +DocumentFormat.OpenXml.Presentation.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Presentation.Transform.Extents.set -> void +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Presentation.Transform.Offset.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform() -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transition +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.set -> void +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.Duration.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Speed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Transition.Speed.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition() -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftDown = 2 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftUp = 0 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightDown = 3 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightUp = 1 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.In = 1 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.Out = 0 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Down = 3 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Left = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Right = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Up = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Fast = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Medium = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Slow = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.Begin = 3 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.End = 4 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnBegin = 1 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnClick = 5 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnDoubleClick = 6 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnEnd = 2 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMediaBookmark = 12 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOut = 8 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOver = 7 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnNext = 9 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnPrevious = 10 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnStopAudio = 11 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.All = 2 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.First = 0 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.Last = 1 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.VariantValue +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue() -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Video.FullScreen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Video.FullScreen.set -> void +DocumentFormat.OpenXml.Presentation.Video.Video() -> void +DocumentFormat.OpenXml.Presentation.Video.Video(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.get -> DocumentFormat.OpenXml.Presentation.GridSpacing? +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Load(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.get -> DocumentFormat.OpenXml.Presentation.NormalViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesTextViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.get -> DocumentFormat.OpenXml.Presentation.OutlineViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Save(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.SlideViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.get -> DocumentFormat.OpenXml.Presentation.SorterViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties() -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.HandoutView = 3 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesMasterView = 4 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesView = 2 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.OutlineView = 5 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideMasterView = 1 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideSorterView = 6 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideThumbnailView = 7 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideView = 0 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.BlackTextOnWhite = 5 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.Browser = 1 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.None = 0 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationAccent = 3 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationText = 2 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.WhiteTextOnBlack = 4 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebProperties +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Color.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Color.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties() -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1800x1400 = 9 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WedgeTransition +DocumentFormat.OpenXml.Presentation.WedgeTransition.WedgeTransition() -> void +DocumentFormat.OpenXml.Presentation.WheelTransition +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.set -> void +DocumentFormat.OpenXml.Presentation.WheelTransition.WheelTransition() -> void +DocumentFormat.OpenXml.Presentation.WipeTransition +DocumentFormat.OpenXml.Presentation.WipeTransition.WipeTransition() -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition.ZoomTransition() -> void +DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.AddIn = 6 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledPresentation = 3 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledSlideshow = 5 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledTemplate = 4 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Presentation = 0 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Slideshow = 2 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Template = 1 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.SByteValue +DocumentFormat.OpenXml.SByteValue.SByteValue() -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(DocumentFormat.OpenXml.SByteValue! source) -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(sbyte value) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute +DocumentFormat.OpenXml.SchemaAttrAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(byte nsId, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! ns, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.Tag.get -> string! +DocumentFormat.OpenXml.SingleValue +DocumentFormat.OpenXml.SingleValue.SingleValue() -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(DocumentFormat.OpenXml.SingleValue! source) -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(float value) -> void +DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Default = 0 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Preserve = 1 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.Spreadsheet.Alignment +DocumentFormat.OpenXml.Spreadsheet.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Author +DocumentFormat.OpenXml.Spreadsheet.Author.Author() -> void +DocumentFormat.OpenXml.Spreadsheet.Author.Author(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors() -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Bold +DocumentFormat.OpenXml.Spreadsheet.Bold.Bold() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.BooleanPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border +DocumentFormat.OpenXml.Spreadsheet.Border.Border() -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.get -> DocumentFormat.OpenXml.Spreadsheet.BottomBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.get -> DocumentFormat.OpenXml.Spreadsheet.EndBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.get -> DocumentFormat.OpenXml.Spreadsheet.LeftBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.get -> DocumentFormat.OpenXml.Spreadsheet.RightBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.get -> DocumentFormat.OpenXml.Spreadsheet.StartBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.get -> DocumentFormat.OpenXml.Spreadsheet.TopBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType() -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Borders +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders() -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDot = 9 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDotDot = 11 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dashed = 3 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dotted = 4 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Double = 6 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Hair = 7 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Medium = 2 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDot = 10 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDotDot = 12 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashed = 8 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.SlantDashDot = 13 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thick = 5 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thin = 1 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BottomBorder +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Break +DocumentFormat.OpenXml.Spreadsheet.Break.Break() -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.get -> DocumentFormat.OpenXml.Spreadsheet.FieldGroup? +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.get -> DocumentFormat.OpenXml.Spreadsheet.SharedItems? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.get -> DocumentFormat.OpenXml.Spreadsheet.FieldsUsage? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.get -> DocumentFormat.OpenXml.Spreadsheet.GroupLevels? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.get -> DocumentFormat.OpenXml.Spreadsheet.Consolidation? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.get -> DocumentFormat.OpenXml.Spreadsheet.WorksheetSource? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Auto = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.AutoNoTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculationCell +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CalculationCell() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Load(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Save(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Gregorian = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianArabic = 10 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianMiddleEastFrench = 9 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedEnglish = 11 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedFrench = 12 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianUs = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hebrew = 8 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hijri = 6 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Japan = 3 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Korea = 5 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Thai = 7 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.Cell +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell() -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AsDisplayed = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AtEnd = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellFormat +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Array = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.DataTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Shared = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellMetadata +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType() -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(bool value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(decimal value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(double value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(int value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTime dateTime) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTimeOffset dateTimeOffset) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetBoolean(out bool value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTime(out System.DateTime dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTimeOffset(out System.DateTimeOffset dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDecimal(out decimal value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDouble(out double dbl) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetInt(out int value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Date = 6 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.InlineString = 5 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Number = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.SharedString = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellWatch +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellWatch() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CharacterValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartsheetPart.get -> DocumentFormat.OpenXml.Packaging.ChartsheetPart? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Load(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.get -> DocumentFormat.OpenXml.Spreadsheet.Picture? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Save(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishItems? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.ChartSheetPageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.ChartSheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Color +DocumentFormat.OpenXml.Spreadsheet.Color.Color() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.ColorFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors() -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.get -> DocumentFormat.OpenXml.Spreadsheet.IndexedColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.get -> DocumentFormat.OpenXml.Spreadsheet.MruColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Column() -> void +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Style.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Width.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.ColumnHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Columns +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns() -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment() -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CommentProperties? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.get -> DocumentFormat.OpenXml.Spreadsheet.CommentText? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments() -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Load(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Save(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicator = 1 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicatorAndComment = 2 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentNone = 0 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentText +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Condense +DocumentFormat.OpenXml.Spreadsheet.Condense.Condense() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreas? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Between = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThan = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThanOrEqual = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotBetween = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotContains = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Formula = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Max = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Min = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Number = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percent = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percentile = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.AboveAverage = 17 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.CellIs = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ColorScale = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsBlanks = 12 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsErrors = 14 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DataBar = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DuplicateValues = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Expression = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.IconSet = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsBlanks = 13 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsErrors = 15 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsText = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.TimePeriod = 16 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Top10 = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.UniqueValues = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumstrict = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumtransitional = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.Connection +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection() -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.get -> DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.New.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.New.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OlapProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.get -> DocumentFormat.OpenXml.Spreadsheet.Parameters? +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.get -> DocumentFormat.OpenXml.Spreadsheet.TextProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections() -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Spreadsheet.Connections.Load(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Save(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation() -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.get -> DocumentFormat.OpenXml.Spreadsheet.Pages? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.get -> DocumentFormat.OpenXml.Spreadsheet.RangeSets? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control +DocumentFormat.OpenXml.Spreadsheet.Control.Control() -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ControlProperties? +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Controls +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls() -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Integrated = 0 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.None = 1 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Stored = 2 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CustomProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.RowBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.get -> DocumentFormat.OpenXml.Spreadsheet.Selection? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.DatabaseProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate() -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.get -> DocumentFormat.OpenXml.Spreadsheet.DataReferences? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Average = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.CountNumbers = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Minimum = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Product = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviation = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviationP = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Sum = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Variance = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.VarianceP = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataField +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField() -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference +DocumentFormat.OpenXml.Spreadsheet.DataReference.DataReference() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Information = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Stop = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Warning = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Disabled = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullAlpha = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullHangul = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullKatakana = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfAlpha = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfHangul = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfKatakana = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Hiragana = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Off = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.On = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Between = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThan = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThanOrEqual = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThan = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThanOrEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotBetween = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidations +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Custom = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Date = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Decimal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.List = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.TextLength = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Whole = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectContent = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectIcon = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateGroupItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Day = 2 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Hour = 3 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Minute = 4 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Month = 1 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Second = 5 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Year = 0 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.get -> DocumentFormat.OpenXml.Spreadsheet.Values? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.get -> DocumentFormat.OpenXml.Spreadsheet.DdeItems? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Boolean = 1 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Error = 3 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Nil = 0 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.RealNumber = 2 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DefinedName +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField +DocumentFormat.OpenXml.Spreadsheet.DeletedField.DeletedField() -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.get -> DocumentFormat.OpenXml.Spreadsheet.Controls? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogsheetPart.get -> DocumentFormat.OpenXml.Packaging.DialogsheetPart? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Load(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.get -> DocumentFormat.OpenXml.Spreadsheet.OleObjects? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Save(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProtection? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Dimension() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing +DocumentFormat.OpenXml.Spreadsheet.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.DrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.DynamicFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.AboveAverage = 1 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.April = 26 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.August = 30 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.BelowAverage = 2 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.December = 34 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.February = 24 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.January = 23 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.July = 29 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.June = 28 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastMonth = 11 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastQuarter = 14 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastYear = 17 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.March = 25 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.May = 27 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextMonth = 9 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextQuarter = 12 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextWeek = 6 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextYear = 15 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.November = 33 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Null = 0 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.October = 32 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter1 = 19 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter2 = 20 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter3 = 21 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter4 = 22 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.September = 31 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisMonth = 10 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisQuarter = 13 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisYear = 16 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Today = 4 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Tomorrow = 3 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.YearToDate = 18 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Yesterday = 5 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries() -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem() -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Extend +DocumentFormat.OpenXml.Spreadsheet.Extend.Extend() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDataSet? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.get -> DocumentFormat.OpenXml.Spreadsheet.SheetNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayMonthYear = 3 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayYearMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.EMD = 9 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthDayYear = 2 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthYearDay = 5 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Skip = 8 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Text = 1 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearDayMonth = 7 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearMonthDay = 4 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.ExternalDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalWorkbookPart.get -> DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Load(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Save(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.ExternalReference() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Field +DocumentFormat.OpenXml.Spreadsheet.Field.Field() -> void +DocumentFormat.OpenXml.Spreadsheet.Field.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Field.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem +DocumentFormat.OpenXml.Spreadsheet.FieldItem.FieldItem() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.FieldUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.FileRecoveryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.FileSharing() -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Dos = 2 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Mac = 0 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Win = 1 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileVersion +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.FileVersion() -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill() -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.get -> DocumentFormat.OpenXml.Spreadsheet.GradientFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.get -> DocumentFormat.OpenXml.Spreadsheet.PatternFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills() -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filter +DocumentFormat.OpenXml.Spreadsheet.Filter.Filter() -> void +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.get -> DocumentFormat.OpenXml.Spreadsheet.ColorFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.get -> DocumentFormat.OpenXml.Spreadsheet.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.get -> DocumentFormat.OpenXml.Office2010.Excel.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.get -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.get -> DocumentFormat.OpenXml.Spreadsheet.Filters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.get -> DocumentFormat.OpenXml.Spreadsheet.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.get -> DocumentFormat.OpenXml.Office2010.Excel.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.get -> DocumentFormat.OpenXml.Spreadsheet.Top10? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThan = 1 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThanOrEqual = 2 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.Filters +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters() -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Font +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.get -> DocumentFormat.OpenXml.Spreadsheet.Bold? +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.Font.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.get -> DocumentFormat.OpenXml.Spreadsheet.Condense? +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.get -> DocumentFormat.OpenXml.Spreadsheet.Extend? +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font() -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.get -> DocumentFormat.OpenXml.Spreadsheet.FontCharSet? +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.get -> DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering? +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.get -> DocumentFormat.OpenXml.Spreadsheet.FontName? +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.get -> DocumentFormat.OpenXml.Spreadsheet.FontScheme? +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.get -> DocumentFormat.OpenXml.Spreadsheet.FontSize? +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.get -> DocumentFormat.OpenXml.Spreadsheet.Italic? +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.get -> DocumentFormat.OpenXml.Spreadsheet.Outline? +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.get -> DocumentFormat.OpenXml.Spreadsheet.Shadow? +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.get -> DocumentFormat.OpenXml.Spreadsheet.Strike? +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.get -> DocumentFormat.OpenXml.Spreadsheet.Underline? +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment? +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamily +DocumentFormat.OpenXml.Spreadsheet.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.FontFamilyNumbering() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontName +DocumentFormat.OpenXml.Spreadsheet.FontName.FontName() -> void +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme +DocumentFormat.OpenXml.Spreadsheet.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Major = 1 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Minor = 2 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSize +DocumentFormat.OpenXml.Spreadsheet.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Format +DocumentFormat.OpenXml.Spreadsheet.Format.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Format.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format() -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Blank = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Formatting = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.Formats +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats() -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1 +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2 +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Area = 2 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.AreaError = 3 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ComputedArea = 4 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Reference = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ReferenceError = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.FunctionGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Linear = 0 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Path = 1 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.Group +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group() -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.get -> DocumentFormat.OpenXml.Spreadsheet.GroupMembers? +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Group.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Days = 4 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Hours = 3 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Minutes = 2 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Months = 5 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Quarters = 6 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Range = 0 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Seconds = 1 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Years = 7 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupItems +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.get -> DocumentFormat.OpenXml.Spreadsheet.Groups? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.GroupMember() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups() -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertClear = 1 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertDelete = 0 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.OverwriteClear = 2 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.Header +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header() -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.get -> DocumentFormat.OpenXml.Spreadsheet.ReviewedList? +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.get -> DocumentFormat.OpenXml.Spreadsheet.SheetIdMap? +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Spreadsheet.EvenFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Spreadsheet.EvenHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Spreadsheet.FirstFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Spreadsheet.FirstHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Spreadsheet.OddFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Spreadsheet.OddHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers() -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.History.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.HierarchyUsageType() -> void +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.CenterContinuous = 6 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Distributed = 7 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Fill = 4 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Justify = 5 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.All = 2 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.HonorRichText = 1 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.Hyperlink +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveRating = 15 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrows = 8 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRating = 11 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IgnoredError +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors() -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString() -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.InputCells() -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.InternationalPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Italic +DocumentFormat.OpenXml.Spreadsheet.Italic.Italic() -> void +DocumentFormat.OpenXml.Spreadsheet.Item +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Item.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Item() -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items +DocumentFormat.OpenXml.Spreadsheet.Items.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Items.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items() -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Blank = 14 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Count = 8 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.CountA = 3 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Data = 0 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Default = 1 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Grand = 13 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Maximum = 5 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Minimum = 6 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Product = 7 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviation = 9 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviationP = 10 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Sum = 2 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Variance = 11 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.VarianceP = 12 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.Kpi +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Kpi() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.LegacyDrawingType() -> void +DocumentFormat.OpenXml.Spreadsheet.Location +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Location() -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main +DocumentFormat.OpenXml.Spreadsheet.Main.First.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Main.First.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main() -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.get -> DocumentFormat.OpenXml.Spreadsheet.DataBinding? +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ID.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Map.ID.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map() -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.set -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo +DocumentFormat.OpenXml.Spreadsheet.MapInfo.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps() -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx() -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.get -> DocumentFormat.OpenXml.Spreadsheet.MdxKpi? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.get -> DocumentFormat.OpenXml.Spreadsheet.MdxSet? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.get -> DocumentFormat.OpenXml.Spreadsheet.MdxTuple? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeKPIMember = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMember = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMemberProperty = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeRankedMember = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSet = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSetCount = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeValue = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxKpi +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.MdxKpi() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Goal = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Status = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Trend = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Weight = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.MdxMemberProp() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaAscendingSortOrder = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaDescendingSortOrder = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalAscending = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalDescending = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Unsorted = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxTuple +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureDimensionMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.MeasureGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Member +DocumentFormat.OpenXml.Spreadsheet.Member.Member() -> void +DocumentFormat.OpenXml.Spreadsheet.Member.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Member.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.MemberPropertiesMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.MemberProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.MemberPropertyIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.Members +DocumentFormat.OpenXml.Spreadsheet.Members.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members() -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell +DocumentFormat.OpenXml.Spreadsheet.MergeCell.MergeCell() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata +DocumentFormat.OpenXml.Spreadsheet.Metadata.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Spreadsheet.Metadata.Load(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMetadata? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata() -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataStrings? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataTypes? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Save(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.MetadataRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MetadataType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem() -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingTable +DocumentFormat.OpenXml.Spreadsheet.MissingTable.MissingTable() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.NameIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.get -> DocumentFormat.OpenXml.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor() -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.get -> DocumentFormat.OpenXml.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.All = 0 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.Placeholders = 1 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.OddFooter +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.OlapProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell() -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.get -> DocumentFormat.OpenXml.Spreadsheet.OleItems? +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink() -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.get -> DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties? +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize +DocumentFormat.OpenXml.Spreadsheet.OleSize.OleSize() -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateAlways = 0 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateOnCall = 1 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Default = 0 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.Outline +DocumentFormat.OpenXml.Spreadsheet.Outline.Outline() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.OutlineProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page +DocumentFormat.OpenXml.Spreadsheet.Page.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Page.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page() -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType() -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField() -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem.PageItem() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.DownThenOver = 0 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.OverThenDown = 1 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.Pages +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages() -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.PageSetupProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.Pane() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Frozen = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.FrozenSplit = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Split = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomRight = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopLeft = 3 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopRight = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.Parameter +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Cell = 2 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Prompt = 0 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Value = 1 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.PatternFill +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.BackgroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.ForegroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkDown = 7 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGray = 3 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGrid = 9 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkHorizontal = 5 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkTrellis = 10 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkUp = 8 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkVertical = 6 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray0625 = 18 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray125 = 17 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightDown = 13 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGray = 4 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGrid = 15 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightHorizontal = 11 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightTrellis = 16 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightUp = 14 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightVertical = 12 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.MediumGray = 2 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Solid = 1 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Distributed = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.PhoneticProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.FullWidthKatakana = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.HalfWidthKatakana = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.Hiragana = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.NoConversion = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.Picture +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.All = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Button = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Data = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Normal = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Origin = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopEnd = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopRight = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotCache +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.PivotCache() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.get -> DocumentFormat.OpenXml.Spreadsheet.CacheFields? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSource? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedItems? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.get -> DocumentFormat.OpenXml.Spreadsheet.Dimensions? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.get -> DocumentFormat.OpenXml.Spreadsheet.Kpis? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.get -> DocumentFormat.OpenXml.Spreadsheet.Maps? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.get -> DocumentFormat.OpenXml.Spreadsheet.MeasureGroups? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.get -> DocumentFormat.OpenXml.Spreadsheet.TupleCache? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.get -> DocumentFormat.OpenXml.Spreadsheet.AutoSortScope? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.get -> DocumentFormat.OpenXml.Spreadsheet.Items? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.April = 57 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.August = 61 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBeginsWith = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBetween = 16 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionContains = 10 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEndsWith = 8 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThan = 12 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThanOrEqual = 13 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThan = 14 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThanOrEqual = 15 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBeginsWith = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBetween = 17 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotContains = 11 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEndsWith = 9 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateBetween = 32 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateEqual = 26 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThan = 30 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThanOrEqual = 31 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotBetween = 33 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotEqual = 27 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThan = 28 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThanOrEqual = 29 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.December = 65 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.February = 55 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.January = 54 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.July = 60 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.June = 59 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastMonth = 42 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastQuarter = 45 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastWeek = 39 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastYear = 48 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.March = 56 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.May = 58 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextMonth = 40 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextQuarter = 43 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextWeek = 37 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextYear = 46 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.November = 64 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.October = 63 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter1 = 50 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter2 = 51 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter3 = 52 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter4 = 53 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.September = 62 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Sum = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisMonth = 41 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisQuarter = 44 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisWeek = 38 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisYear = 47 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Today = 35 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Tomorrow = 34 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Unknown = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueBetween = 24 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueEqual = 18 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThan = 20 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThanOrEqual = 21 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThan = 22 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThanOrEqual = 23 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotBetween = 25 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotEqual = 19 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.YearToDate = 49 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Yesterday = 36 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.get -> DocumentFormat.OpenXml.Spreadsheet.MemberProperties? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisColumn = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisPage = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisValues = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTablePart.get -> DocumentFormat.OpenXml.Packaging.PivotTablePart? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.PivotTableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Blank = 1 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Dash = 2 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Displayed = 0 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.NA = 3 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintOptions +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.PrintOptions() -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Protection +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Protection() -> void +DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.DoubleQuote = 0 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.SingleQuote = 1 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.Query +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query() -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Load(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTablePart.get -> DocumentFormat.OpenXml.Packaging.QueryTablePart? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Save(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.RangeSet() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.A1 = 0 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.R1C1 = 1 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.Reviewed +DocumentFormat.OpenXml.Spreadsheet.Reviewed.Reviewed() -> void +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList() -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Add = 0 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Delete = 1 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.RevisionAutoFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.get -> DocumentFormat.OpenXml.Spreadsheet.NewCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.get -> DocumentFormat.OpenXml.Spreadsheet.OldCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.RevisionComment() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionConflict() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.RevisionCustomView() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.get -> DocumentFormat.OpenXml.Spreadsheet.Formula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.get -> DocumentFormat.OpenXml.Spreadsheet.OldFormula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionInsertSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.RevisionQueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions +DocumentFormat.OpenXml.Spreadsheet.Revisions.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions() -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.WorkbookRevisionLogPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Height.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Height.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row() -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.ColumnInsert = 2 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.InsertRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowFields +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields() -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.RowHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType() -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.All = 1 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Column = 3 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Row = 2 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.Run +DocumentFormat.OpenXml.Spreadsheet.Run.Run() -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.get -> DocumentFormat.OpenXml.Spreadsheet.RunProperties? +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.Run.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont +DocumentFormat.OpenXml.Spreadsheet.RunFont.RunFont() -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.RunPropertyCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema() -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Data = 1 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Field = 2 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Selection = 0 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.Selection +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Selection() -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Shadow +DocumentFormat.OpenXml.Spreadsheet.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Load(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Save(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Sheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.SheetCalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.SheetDimension() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.SheetFormatProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId +DocumentFormat.OpenXml.Spreadsheet.SheetId.SheetId() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName +DocumentFormat.OpenXml.Spreadsheet.SheetName.SheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OutlineProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetView +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageBreakPreview = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageLayout = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Difference = 1 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Index = 8 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentageDifference = 3 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfColumn = 6 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfRaw = 5 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfTotal = 7 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.RunTotal = 4 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Load(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Save(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.CellColor = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.FontColor = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Icon = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortCondition +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.PinYin = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.Stroke = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortState +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState() -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingAlpha = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingNatural = 5 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingAlpha = 4 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingNatural = 6 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Consolidation = 2 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.External = 1 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Scenario = 3 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.StartBorder +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Strike +DocumentFormat.OpenXml.Spreadsheet.Strike.Strike() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.get -> DocumentFormat.OpenXml.Spreadsheet.Borders? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.get -> DocumentFormat.OpenXml.Spreadsheet.Colors? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.get -> DocumentFormat.OpenXml.Spreadsheet.Fills? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.get -> DocumentFormat.OpenXml.Spreadsheet.Fonts? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Load(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Save(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic() -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TabColor +DocumentFormat.OpenXml.Spreadsheet.TabColor.TabColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Table +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Load(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Save(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table() -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.get -> DocumentFormat.OpenXml.Spreadsheet.TableColumns? +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.TableDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.TableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo? +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.get -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType() -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart.TablePart() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables() -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.TableStyleElement() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.TableStyleInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.BlankRow = 19 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnStripe = 7 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnSubheading = 20 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstHeaderCell = 9 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowStripe = 5 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowSubheading = 23 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalColumn = 13 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalRow = 16 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstTotalCell = 11 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.HeaderRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastColumn = 4 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastHeaderCell = 10 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastTotalCell = 12 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldLabels = 26 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldValues = 27 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnStripe = 8 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnSubheading = 21 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowStripe = 6 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowSubheading = 24 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalColumn = 14 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalRow = 17 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdColumnSubheading = 22 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdRowSubheading = 25 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalColumn = 15 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalRow = 18 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.TotalRow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.WholeTable = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.QueryTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Xml = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.Text +DocumentFormat.OpenXml.Spreadsheet.Text.Text() -> void +DocumentFormat.OpenXml.Spreadsheet.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TextField +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.TextField() -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields() -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextProperties +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Last7Days = 3 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastMonth = 5 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextWeek = 9 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisMonth = 4 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Today = 0 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Tomorrow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Yesterday = 1 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Top10 +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top10() -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic() -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.TopicReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Count = 5 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.CountNumbers = 6 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Custom = 9 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Minimum = 2 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.StandardDeviation = 7 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Sum = 1 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Variance = 8 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.Tuple +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Tuple() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.get -> DocumentFormat.OpenXml.Spreadsheet.Entries? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.get -> DocumentFormat.OpenXml.Spreadsheet.QueryCache? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ServerFormats? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.get -> DocumentFormat.OpenXml.Spreadsheet.Sets? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples() -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType() -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Underline +DocumentFormat.OpenXml.Spreadsheet.Underline.Underline() -> void +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Double = 1 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.DoubleAccounting = 3 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.None = 4 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.SingleAccounting = 2 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.Undo +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Undo() -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Always = 2 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Never = 1 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.UserSet = 0 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UserInfo +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users +DocumentFormat.OpenXml.Spreadsheet.Users.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Users.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Load(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Save(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users() -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Spreadsheet.Value +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.get -> DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue? +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value() -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values() -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Baseline = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Subscript = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Superscript = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.OlapFunctions = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.RealTimeData = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileType +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Load(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Save(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.RealNumber = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.String = 3 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.WebPublishing +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.WebPublishing() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.WebPublishItem() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.WebPublishObject() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.get -> DocumentFormat.OpenXml.Spreadsheet.Tables? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.AutoFilter = 2 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Chart = 4 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Label = 7 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PivotTable = 5 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PrintArea = 1 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Query = 6 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Range = 3 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Sheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.Workbook +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.get -> DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath? +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.get -> DocumentFormat.OpenXml.Spreadsheet.BookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.DefinedNames? +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalReferences? +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.get -> DocumentFormat.OpenXml.Spreadsheet.FileSharing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.get -> DocumentFormat.OpenXml.Spreadsheet.FileVersion? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.get -> DocumentFormat.OpenXml.Spreadsheet.FunctionGroups? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Load(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.get -> DocumentFormat.OpenXml.Spreadsheet.OleSize? +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCaches? +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Save(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.get -> DocumentFormat.OpenXml.Spreadsheet.Sheets? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook() -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Load(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Save(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.WorksheetPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetPart? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.WorksheetSource() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlProperties? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyType = 44 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyURI = 34 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Base64Binary = 5 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Boolean = 21 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Byte = 3 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Date = 25 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.DateTime = 23 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Decimal = 18 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Double = 20 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Duration = 24 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entities = 40 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entity = 39 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Float = 19 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gday = 29 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gmonth = 26 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GMonthDay = 30 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gyear = 27 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GYearMonth = 28 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.HexBinary = 6 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Id = 36 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRef = 37 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRefs = 38 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Int = 12 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Integer = 7 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Language = 35 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Long = 14 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Name = 31 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NCName = 33 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NegativeInteger = 9 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMToken = 42 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMTokens = 43 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonNegativeInteger = 11 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonPositiveInteger = 10 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NormalizedString = 1 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Notation = 41 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.PositiveInteger = 8 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Qname = 32 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Short = 16 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.String = 0 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Time = 22 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Token = 2 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedByte = 4 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedInteger = 13 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedLong = 15 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedShort = 17 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlProperties +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType() -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XType +DocumentFormat.OpenXml.Spreadsheet.XType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.XType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.XType.XType() -> void +DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.AddIn = 4 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledWorkbook = 2 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Template = 1 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Workbook = 0 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.StringValue +DocumentFormat.OpenXml.StringValue.StringValue() -> void +DocumentFormat.OpenXml.StringValue.StringValue(DocumentFormat.OpenXml.StringValue! source) -> void +DocumentFormat.OpenXml.StringValue.StringValue(string? value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue() -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(DocumentFormat.OpenXml.TrueFalseBlankValue! source) -> void +DocumentFormat.OpenXml.TrueFalseValue +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue() -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(DocumentFormat.OpenXml.TrueFalseValue! source) -> void +DocumentFormat.OpenXml.UInt16Value +DocumentFormat.OpenXml.UInt16Value.UInt16Value() -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(DocumentFormat.OpenXml.UInt16Value! source) -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(ushort value) -> void +DocumentFormat.OpenXml.UInt32Value +DocumentFormat.OpenXml.UInt32Value.UInt32Value() -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(DocumentFormat.OpenXml.UInt32Value! source) -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(uint value) -> void +DocumentFormat.OpenXml.UInt64Value +DocumentFormat.OpenXml.UInt64Value.UInt64Value() -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(DocumentFormat.OpenXml.UInt64Value! source) -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(ulong value) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator +DocumentFormat.OpenXml.Validation.OpenXmlValidator.FileFormat.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.get -> int +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.set -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator() -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator(DocumentFormat.OpenXml.FileFormatVersions fileFormat) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Description.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ErrorType.get -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Id.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Node.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Path.get -> DocumentFormat.OpenXml.XmlPath? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedNode.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ValidationErrorInfo() -> void +DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.MarkupCompatibility = 3 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Package = 2 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Schema = 0 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Semantic = 1 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bool = 14 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bstr = 12 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Currency = 15 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Date = 13 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Decimal = 11 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Error = 16 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Integer = 4 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.UnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.Variant +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.get -> DocumentFormat.OpenXml.VariantTypes.Variant? +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant() -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bool = 16 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bstr = 13 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClassId = 19 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClipboardData = 20 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Currency = 17 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Date = 14 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesSignedInteger = 4 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesUnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Error = 18 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Filetime = 15 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpstr = 11 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpwstr = 12 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VTArray +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray() -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBool +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool() -> void +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBString +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString() -> void +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTByte +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId() -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData() -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency() -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDate +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate() -> void +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal() -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble() -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTEmpty +DocumentFormat.OpenXml.VariantTypes.VTEmpty.VTEmpty() -> void +DocumentFormat.OpenXml.VariantTypes.VTError +DocumentFormat.OpenXml.VariantTypes.VTError.VTError() -> void +DocumentFormat.OpenXml.VariantTypes.VTError.VTError(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime() -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat() -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32 +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64 +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTNull +DocumentFormat.OpenXml.VariantTypes.VTNull.VTNull() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTShort +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector() -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData(string! text) -> void +DocumentFormat.OpenXml.Vml.Arc +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Arc.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Arc.Arc() -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Arc.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Button.set -> void +DocumentFormat.OpenXml.Vml.Arc.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Clip.set -> void +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Arc.EndAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.EndAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Filled.set -> void +DocumentFormat.OpenXml.Vml.Arc.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Arc.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Arc.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Href.set -> void +DocumentFormat.OpenXml.Vml.Arc.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Id.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Arc.Ole.set -> void +DocumentFormat.OpenXml.Vml.Arc.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Arc.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Oned.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Arc.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Print.set -> void +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Arc.StartAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.StartAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Arc.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Style.set -> void +DocumentFormat.OpenXml.Vml.Arc.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Target.set -> void +DocumentFormat.OpenXml.Vml.Arc.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Title.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.set -> void +DocumentFormat.OpenXml.Vml.Background +DocumentFormat.OpenXml.Vml.Background.Background() -> void +DocumentFormat.OpenXml.Vml.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Background.Fill.set -> void +DocumentFormat.OpenXml.Vml.Background.Fillcolor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Fillcolor.set -> void +DocumentFormat.OpenXml.Vml.Background.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Background.Filled.set -> void +DocumentFormat.OpenXml.Vml.Background.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Id.set -> void +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Vml.Curve +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Curve.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Curve.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Button.set -> void +DocumentFormat.OpenXml.Vml.Curve.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Class.set -> void +DocumentFormat.OpenXml.Vml.Curve.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Clip.set -> void +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control1.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control2.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Curve.Curve() -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Curve.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Filled.set -> void +DocumentFormat.OpenXml.Vml.Curve.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Curve.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.From.set -> void +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Curve.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Curve.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Href.set -> void +DocumentFormat.OpenXml.Vml.Curve.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Id.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Curve.Ole.set -> void +DocumentFormat.OpenXml.Vml.Curve.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Curve.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Oned.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Curve.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Print.set -> void +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Curve.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Style.set -> void +DocumentFormat.OpenXml.Vml.Curve.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Target.set -> void +DocumentFormat.OpenXml.Vml.Curve.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Title.set -> void +DocumentFormat.OpenXml.Vml.Curve.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.To.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Bullseye = 6 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Canvas = 0 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Cycle = 3 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.OrganizationChart = 1 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Radial = 2 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Stacked = 4 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Venn = 5 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.BackwardCompatible = 2 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.Edit = 1 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.View = 0 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.Fill +DocumentFormat.OpenXml.Vml.Fill.AlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.AlignShape.set -> void +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Fill.Angle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Fill.Angle.set -> void +DocumentFormat.OpenXml.Vml.Fill.Aspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Aspect.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Colors.set -> void +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.Fill.Fill() -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.get -> DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties? +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.set -> void +DocumentFormat.OpenXml.Vml.Fill.Focus.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Focus.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusSize.set -> void +DocumentFormat.OpenXml.Vml.Fill.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Href.set -> void +DocumentFormat.OpenXml.Vml.Fill.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Id.set -> void +DocumentFormat.OpenXml.Vml.Fill.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Method.set -> void +DocumentFormat.OpenXml.Vml.Fill.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.On.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Origin.set -> void +DocumentFormat.OpenXml.Vml.Fill.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Position.set -> void +DocumentFormat.OpenXml.Vml.Fill.Recolor.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Recolor.set -> void +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Fill.Rotate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Rotate.set -> void +DocumentFormat.OpenXml.Vml.Fill.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Size.set -> void +DocumentFormat.OpenXml.Vml.Fill.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Source.set -> void +DocumentFormat.OpenXml.Vml.Fill.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Title.set -> void +DocumentFormat.OpenXml.Vml.Fill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Type.set -> void +DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Any = 3 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linear = 1 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linearsigma = 4 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.None = 0 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Sigma = 2 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Frame = 5 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Gradient = 1 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.GradientRadial = 2 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Pattern = 4 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.Formula +DocumentFormat.OpenXml.Vml.Formula.Equation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Formula.Equation.set -> void +DocumentFormat.OpenXml.Vml.Formula.Formula() -> void +DocumentFormat.OpenXml.Vml.Formulas +DocumentFormat.OpenXml.Vml.Formulas.Formulas() -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group +DocumentFormat.OpenXml.Vml.Group.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Group.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Group.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Group.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Button.set -> void +DocumentFormat.OpenXml.Vml.Group.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Class.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Group.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.EditAs.set -> void +DocumentFormat.OpenXml.Vml.Group.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Group.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Group.Group() -> void +DocumentFormat.OpenXml.Vml.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Group.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Href.set -> void +DocumentFormat.OpenXml.Vml.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Id.set -> void +DocumentFormat.OpenXml.Vml.Group.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Group.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Oned.set -> void +DocumentFormat.OpenXml.Vml.Group.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Group.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Print.set -> void +DocumentFormat.OpenXml.Vml.Group.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Group.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Style.set -> void +DocumentFormat.OpenXml.Vml.Group.TableLimits.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableLimits.set -> void +DocumentFormat.OpenXml.Vml.Group.TableProperties.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableProperties.set -> void +DocumentFormat.OpenXml.Vml.Group.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Target.set -> void +DocumentFormat.OpenXml.Vml.Group.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Title.set -> void +DocumentFormat.OpenXml.Vml.Group.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Group.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtLeast = 2 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtMost = 1 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.Ignore = 0 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageData +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ImageData() -> void +DocumentFormat.OpenXml.Vml.ImageData.Picture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Picture.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelHref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelHref.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Button.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Class.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Clip.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Filled.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Href.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile() -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ImageFile.Ole.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Oned.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Print.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Source.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Style.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Target.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Line +DocumentFormat.OpenXml.Vml.Line.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Line.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Line.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Button.set -> void +DocumentFormat.OpenXml.Vml.Line.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Class.set -> void +DocumentFormat.OpenXml.Vml.Line.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Clip.set -> void +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Line.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Line.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Filled.set -> void +DocumentFormat.OpenXml.Vml.Line.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Line.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.From.set -> void +DocumentFormat.OpenXml.Vml.Line.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Line.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Line.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Line.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Href.set -> void +DocumentFormat.OpenXml.Vml.Line.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Id.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Line.Line() -> void +DocumentFormat.OpenXml.Vml.Line.Line(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.Line(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Line.Line(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Line.Ole.set -> void +DocumentFormat.OpenXml.Vml.Line.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Line.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Oned.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Line.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Line.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Print.set -> void +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Line.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Style.set -> void +DocumentFormat.OpenXml.Vml.Line.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Target.set -> void +DocumentFormat.OpenXml.Vml.Line.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Title.set -> void +DocumentFormat.OpenXml.Vml.Line.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.To.set -> void +DocumentFormat.OpenXml.Vml.Line.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Line.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Any = 0 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Auto = 5 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree30 = 1 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree45 = 2 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree60 = 3 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree90 = 4 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Black = 7 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.BlackTextAndLines = 10 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayOutline = 5 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayScale = 2 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.HighContrast = 6 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.InverseGray = 4 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.LightGrayScale = 3 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Undrawn = 9 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.White = 8 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BottomStroke +DocumentFormat.OpenXml.Vml.Office.BottomStroke.BottomStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Callout +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Callout() -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Length.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Center = 1 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.User = 3 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.ClipPath +DocumentFormat.OpenXml.Vml.Office.ClipPath.ClipPath() -> void +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ColorMenu() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColumnStroke +DocumentFormat.OpenXml.Vml.Office.ColumnStroke.ColumnStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Complex +DocumentFormat.OpenXml.Vml.Office.Complex.Complex() -> void +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Curved = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Elbow = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Straight = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Custom = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Rectangle = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Segments = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.Diagram +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.get -> DocumentFormat.OpenXml.Vml.Office.RelationTable? +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry +DocumentFormat.OpenXml.Vml.Office.Entry.Entry() -> void +DocumentFormat.OpenXml.Vml.Office.Entry.New.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.New.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry.Old.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.Old.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extrusion() -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.set -> void +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.XY = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.YZ = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.ZX = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.BoundingCube = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.WireFrame = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Parallel = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Perspective = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.FieldCodes +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes() -> void +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.FillExtendedProperties() -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Background = 8 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Frame = 4 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Gradient = 7 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientCenter = 0 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientRadial = 6 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientUnscaled = 5 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Solid = 1 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.Ink +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.set -> void +DocumentFormat.OpenXml.Vml.Office.Ink.Ink() -> void +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.set -> void +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.LeftStroke +DocumentFormat.OpenXml.Vml.Office.LeftStroke.LeftStroke() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.Lock +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Lock() -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Position.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Position.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.set -> void +DocumentFormat.OpenXml.Vml.Office.LockedField +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField() -> void +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Content = 0 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Icon = 1 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Bitmap = 1 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.EnhancedMetaFile = 2 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Picture = 0 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleObject +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.get -> DocumentFormat.OpenXml.Vml.Office.FieldCodes? +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.get -> DocumentFormat.OpenXml.Vml.Office.LinkType? +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.get -> DocumentFormat.OpenXml.Vml.Office.LockedField? +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.set -> void +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.Always = 0 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.OnCall = 1 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Embed = 0 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Link = 1 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.Proxy +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.End.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.End.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Proxy() -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable() -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Relation +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Relation() -> void +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable() -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RightStroke +DocumentFormat.OpenXml.Vml.Office.RightStroke.RightStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Rule +DocumentFormat.OpenXml.Vml.Office.Rule.How.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.How.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule() -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules() -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Arc = 0 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Callout = 1 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Connector = 2 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1152x862 = 5 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.get -> DocumentFormat.OpenXml.Vml.Office.Callout? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.get -> DocumentFormat.OpenXml.Vml.Office.ColorMenu? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.get -> DocumentFormat.OpenXml.Vml.Office.Extrusion? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.get -> DocumentFormat.OpenXml.Vml.ImageData? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.get -> DocumentFormat.OpenXml.Vml.Office.Lock? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.get -> DocumentFormat.OpenXml.Vml.Shadow? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.get -> DocumentFormat.OpenXml.Vml.Office.Skew? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.get -> DocumentFormat.OpenXml.Vml.Stroke? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.get -> DocumentFormat.OpenXml.Vml.TextBox? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.ShapeIdMap() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.get -> DocumentFormat.OpenXml.Vml.Office.RegroupTable? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.get -> DocumentFormat.OpenXml.Vml.Office.Rules? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.get -> DocumentFormat.OpenXml.Vml.Office.ShapeIdMap? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Skew.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Skew() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StrokeChildType() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.set -> void +DocumentFormat.OpenXml.Vml.Office.TopStroke +DocumentFormat.OpenXml.Vml.Office.TopStroke.TopStroke() -> void +DocumentFormat.OpenXml.Vml.Oval +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Oval.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Oval.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Button.set -> void +DocumentFormat.OpenXml.Vml.Oval.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Class.set -> void +DocumentFormat.OpenXml.Vml.Oval.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Clip.set -> void +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Oval.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Filled.set -> void +DocumentFormat.OpenXml.Vml.Oval.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Oval.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Oval.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Href.set -> void +DocumentFormat.OpenXml.Vml.Oval.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Id.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Oval.Ole.set -> void +DocumentFormat.OpenXml.Vml.Oval.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Oned.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oval() -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Oval.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Print.set -> void +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Oval.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Style.set -> void +DocumentFormat.OpenXml.Vml.Oval.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Target.set -> void +DocumentFormat.OpenXml.Vml.Oval.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Title.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Path +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowFill.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowFill.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowShading.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowShading.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowStroke.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.set -> void +DocumentFormat.OpenXml.Vml.Path.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Id.set -> void +DocumentFormat.OpenXml.Vml.Path.Limo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Limo.set -> void +DocumentFormat.OpenXml.Vml.Path.Path() -> void +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.set -> void +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.set -> void +DocumentFormat.OpenXml.Vml.Path.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Value.set -> void +DocumentFormat.OpenXml.Vml.PolyLine +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Button.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Class.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Clip.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Filled.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Href.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Id.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.PolyLine.Ole.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Oned.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Points.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Points.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine() -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Print.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Style.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Target.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Title.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.InkAnnotationFlag() -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.set -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData.TextData() -> void +DocumentFormat.OpenXml.Vml.Rectangle +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Rectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle() -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Shadow +DocumentFormat.OpenXml.Vml.Shadow.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Id.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Obscured.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.Obscured.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.On.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Origin.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Vml.Shadow.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shadow.Type.set -> void +DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Double = 1 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.DrawingRelative = 5 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Emboss = 2 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Perspective = 3 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.ShapeRelative = 4 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Single = 0 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.Shape +DocumentFormat.OpenXml.Vml.Shape.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shape.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shape.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Button.set -> void +DocumentFormat.OpenXml.Vml.Shape.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Class.set -> void +DocumentFormat.OpenXml.Vml.Shape.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shape.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.set -> void +DocumentFormat.OpenXml.Vml.Shape.EquationXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EquationXml.set -> void +DocumentFormat.OpenXml.Vml.Shape.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shape.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shape.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shape.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Href.set -> void +DocumentFormat.OpenXml.Vml.Shape.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Id.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shape.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shape.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shape.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shape.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Print.set -> void +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shape.Shape() -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shape.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Style.set -> void +DocumentFormat.OpenXml.Vml.Shape.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Target.set -> void +DocumentFormat.OpenXml.Vml.Shape.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Title.set -> void +DocumentFormat.OpenXml.Vml.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Type.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.ShapeHandle() -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandles +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles() -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Button.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Class.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Href.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Id.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Master.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Master.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shapetype.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Print.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype() -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Style.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Target.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Title.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.Empty = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.F = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.False = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.T = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.True = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Bitmap = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Picture = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureOld = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PicturePrint = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureScreen = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingLine = 7 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingRectangle = 13 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Button = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Checkbox = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Dialog = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Drop = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Edit = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Group = 17 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.GroupBox = 5 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Label = 6 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.List = 8 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Movie = 9 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Note = 10 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Picture = 11 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Radio = 12 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Rectangle = 18 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Scroll = 14 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Shape = 16 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Spin = 15 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible(string! text) -> void +DocumentFormat.OpenXml.Vml.Stroke +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.get -> DocumentFormat.OpenXml.Vml.Office.BottomStroke? +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color2.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.get -> DocumentFormat.OpenXml.Vml.Office.ColumnStroke? +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Stroke.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.FillType.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Href.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Id.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.set -> void +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.get -> DocumentFormat.OpenXml.Vml.Office.LeftStroke? +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.set -> void +DocumentFormat.OpenXml.Vml.Stroke.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.On.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.get -> DocumentFormat.OpenXml.Vml.Office.RightStroke? +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Source.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke() -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Title.set -> void +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.get -> DocumentFormat.OpenXml.Vml.Office.TopStroke? +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Weight.set -> void +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Long = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Short = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Block = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Classic = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Diamond = 4 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.None = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Open = 5 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Oval = 3 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Narrow = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Wide = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Flat = 0 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Round = 2 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Frame = 3 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Tile = 1 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Bevel = 1 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Miter = 2 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Round = 0 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.Single = 0 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickBetweenThin = 4 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickThin = 3 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThick = 2 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThin = 1 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.TextBox +DocumentFormat.OpenXml.Vml.TextBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Id.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Inset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Inset.set -> void +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Style.set -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox() -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.TextPath +DocumentFormat.OpenXml.Vml.TextPath.FitPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitPath.set -> void +DocumentFormat.OpenXml.Vml.TextPath.FitShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitShape.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Id.set -> void +DocumentFormat.OpenXml.Vml.TextPath.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.On.set -> void +DocumentFormat.OpenXml.Vml.TextPath.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.String.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Style.set -> void +DocumentFormat.OpenXml.Vml.TextPath.TextPath() -> void +DocumentFormat.OpenXml.Vml.TextPath.Trim.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.Trim.set -> void +DocumentFormat.OpenXml.Vml.TextPath.XScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.XScale.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.AnchorLock() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dash = 6 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotDot = 8 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashedSmall = 21 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dot = 5 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Double = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Hairline = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLInset = 26 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLOutset = 25 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.None = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Single = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Thick = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThin = 15 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinLarge = 18 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinSmall = 12 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThin = 14 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinLarge = 17 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinSmall = 11 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThick = 13 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickLarge = 16 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickSmall = 10 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.TextWrap() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Both = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Largest = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Left = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Right = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.None = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Through = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Tight = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.TopAndBottom = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.MiddleDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Indent = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Margin = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbstractNum +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.get -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelType? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.get -> DocumentFormat.OpenXml.Wordprocessing.Nsid? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.StyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.get -> DocumentFormat.OpenXml.Wordprocessing.TemplateCode? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.AbstractNumDefinitionName() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.AbstractNumId() -> void +DocumentFormat.OpenXml.Wordprocessing.Active +DocumentFormat.OpenXml.Wordprocessing.Active.Active() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.ActiveRecord() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ActiveWritingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.set -> void +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.AddressFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.AdjustLineHeightInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.AdjustRightIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.Aliases +DocumentFormat.OpenXml.Wordprocessing.Aliases.Aliases() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.AlignBorderAndEdges() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.AlignTablesRowByRow() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowPNG +DocumentFormat.OpenXml.Wordprocessing.AllowPNG.AllowPNG() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.AllowSpaceOfSameStyleInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.get -> DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.get -> DocumentFormat.OpenXml.Wordprocessing.MatchSource? +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltName +DocumentFormat.OpenXml.Wordprocessing.AltName.AltName() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.AlwaysMergeEmptyNamespace() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.AlwaysShowPlaceholderText() -> void +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.AnnotationReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.ApplyBreakingRules() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.AttachedSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.AttachedTemplate() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.AutoCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.AutofitToFirstFixedWidthCell() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.AutoFormatOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.AutoHyphenation() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.AutomaticallySizeFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.AutoRedefine() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.AutoSpaceDE() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.AutoSpaceDN() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95 +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.AutoSpaceLikeWord95() -> void +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.BalanceSingleByteDoubleByteWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.BarBorder +DocumentFormat.OpenXml.Wordprocessing.BarBorder.BarBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BasedOn +DocumentFormat.OpenXml.Wordprocessing.BasedOn.BasedOn() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior +DocumentFormat.OpenXml.Wordprocessing.Behavior.Behavior() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors() -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.BetweenBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BiDi +DocumentFormat.OpenXml.Wordprocessing.BiDi.BiDi() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.BiDiVisual() -> void +DocumentFormat.OpenXml.Wordprocessing.BlockQuote +DocumentFormat.OpenXml.Wordprocessing.BlockQuote.BlockQuote() -> void +DocumentFormat.OpenXml.Wordprocessing.Body +DocumentFormat.OpenXml.Wordprocessing.Body.Body() -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyDiv +DocumentFormat.OpenXml.Wordprocessing.BodyDiv.BodyDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Bold +DocumentFormat.OpenXml.Wordprocessing.Bold.Bold() -> void +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.BoldComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.BookFoldPrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.BookFoldPrintingSheets() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.BookFoldReversePrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.BookmarkEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.BookmarkStart() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Border +DocumentFormat.OpenXml.Wordprocessing.Border.Border() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.BordersDoNotSurroundFooter() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.BordersDoNotSurroundHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Apples = 27 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ArchedScallops = 28 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyPacifier = 29 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyRattle = 30 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Balloons3Colors = 31 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BalloonsHotAir = 32 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDashes = 33 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDots = 34 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackSquares = 35 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicThinLines = 36 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDashes = 37 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDots = 38 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteSquares = 39 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideInline = 40 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideMidline = 41 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideOutline = 42 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Bats = 43 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Birds = 44 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BirdsFlight = 45 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cabins = 46 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CakeSlice = 47 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CandyCorn = 48 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CelticKnotwork = 49 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CertificateBanner = 50 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChainLink = 51 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChampagneBottle = 52 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarBlack = 53 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarColor = 54 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Checkered = 55 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChristmasTree = 56 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesLines = 57 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesRectangles = 58 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ClassicalWave = 59 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Clocks = 60 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Compass = 61 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Confetti = 62 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiGrays = 63 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiOutline = 64 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiStreamers = 65 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiWhite = 66 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CornerTriangles = 67 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDashes = 68 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDots = 69 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrazyMaze = 70 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesButterfly = 71 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesFish = 72 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesInsects = 73 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesLadyBug = 74 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrossStitch = 75 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cup = 76 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dashed = 6 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashSmallGap = 21 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArch = 77 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArchColor = 78 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoBlocks = 79 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DiamondsGray = 80 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDotDash = 8 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dotted = 5 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Double = 4 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleD = 81 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleDiamonds = 82 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth1 = 83 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth2 = 84 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares1 = 85 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares2 = 86 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EggsBlack = 87 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Fans = 88 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Film = 89 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Firecrackers = 90 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersBlockPrint = 91 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersDaisies = 92 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern1 = 93 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern2 = 94 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersPansy = 95 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRedRose = 96 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRoses = 97 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTeacup = 98 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTiny = 99 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gems = 100 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.GingerbreadMan = 101 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gradient = 102 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade1 = 103 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade2 = 104 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartBalloon = 105 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartGray = 106 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hearts = 107 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeebieJeebies = 108 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Holly = 109 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HouseFunky = 110 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hypnotic = 111 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.IceCreamCones = 112 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Inset = 26 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.LightBulb = 113 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning1 = 114 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning2 = 115 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleLeaf = 117 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleMuffins = 118 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapPins = 116 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Marquee = 119 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MarqueeToothed = 120 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Moons = 121 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Mosaic = 122 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MusicNotes = 123 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.None = 1 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Northwest = 124 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Outset = 25 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Ovals = 125 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Packages = 126 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsBlack = 127 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsColor = 128 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PaperClips = 129 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Papyrus = 130 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyFavor = 131 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyGlass = 132 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pencils = 133 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.People = 134 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleHats = 136 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleWaving = 135 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Poinsettias = 137 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PostageStamp = 138 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pumpkin1 = 139 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote1 = 141 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote2 = 140 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pyramids = 142 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PyramidsAbove = 143 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Quadrants = 144 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Rings = 145 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Safari = 146 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sawtooth = 147 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SawtoothGray = 148 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ScaredCat = 149 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Seattle = 150 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShadowedSquares = 151 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes1 = 181 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes2 = 182 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SharksTeeth = 152 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShorebirdTracks = 153 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Single = 2 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Skyrocket = 154 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SnowflakeFancy = 155 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Snowflakes = 156 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sombrero = 157 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Southwest = 158 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars = 159 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars3d = 161 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsBlack = 162 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsShadowed = 163 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsTop = 160 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sun = 164 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Swirligig = 165 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinLargeGap = 17 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinMediumGap = 14 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinSmallGap = 11 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickLargeGap = 16 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickMediumGap = 13 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickSmallGap = 10 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinLargeGap = 18 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinMediumGap = 15 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinSmallGap = 12 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaper = 166 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaperBlack = 167 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Trees = 168 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle1 = 177 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle2 = 178 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle1 = 179 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle2 = 180 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleParty = 169 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangles = 170 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal1 = 171 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal2 = 172 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal3 = 173 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal4 = 174 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal5 = 175 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal6 = 176 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines1 = 183 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines2 = 184 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Vine = 185 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Waveline = 186 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingAngles = 187 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingBraid = 188 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingRibbon = 189 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingStrips = 190 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WhiteFlowers = 191 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Woodwork = 192 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.XIllusions = 193 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZanyTriangles = 194 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZag = 195 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZagStitch = 196 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMargin +DocumentFormat.OpenXml.Wordprocessing.BottomMargin.BottomMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.BottomMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.Break +DocumentFormat.OpenXml.Wordprocessing.Break.Break() -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.set -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.All = 3 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Column = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.TextWrapping = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CachedColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CalculateOnExit() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar +DocumentFormat.OpenXml.Wordprocessing.Calendar.Calendar() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Gregorian = 0 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianArabic = 13 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianMeFrench = 12 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedEnglish = 9 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedFrench = 10 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianUs = 11 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hebrew = 3 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hijri = 1 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Japan = 5 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Korea = 7 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.None = 14 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Saka = 8 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Thai = 6 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Umalqura = 2 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CantSplit +DocumentFormat.OpenXml.Wordprocessing.CantSplit.CantSplit() -> void +DocumentFormat.OpenXml.Wordprocessing.Caps +DocumentFormat.OpenXml.Wordprocessing.Caps.Caps() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption +DocumentFormat.OpenXml.Wordprocessing.Caption.Caption() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Above = 0 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Below = 1 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.Captions +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions() -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CarriageReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.Category +DocumentFormat.OpenXml.Wordprocessing.Category.Category() -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.get -> DocumentFormat.OpenXml.Wordprocessing.Gallery? +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.Category.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellDeletion +DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CellDeletion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellInsertion +DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CellInsertion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.CellMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Colon = 2 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EmDash = 3 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EnDash = 4 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Hyphen = 0 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Period = 1 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.CharacterScale +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CharacterScale() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CharacterSpacingControl() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuation = 1 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuationAndJapaneseKana = 2 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.DoNotCompress = 0 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CheckBox +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Checked +DocumentFormat.OpenXml.Wordprocessing.Checked.Checked() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckErrors +DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CheckErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.ClickAndTypeStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Color +DocumentFormat.OpenXml.Wordprocessing.Color.Color() -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.ColorSchemeMapping() -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column +DocumentFormat.OpenXml.Wordprocessing.Column.Column() -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.ColumnDelimiter() -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.ColumnIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Angle = 3 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Curly = 4 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Round = 1 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Square = 2 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.Comment +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment() -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.set -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CommentRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CommentRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentReference +DocumentFormat.OpenXml.Wordprocessing.CommentReference.CommentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.get -> DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.get -> DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.get -> DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.get -> DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility() -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.get -> DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.get -> DocumentFormat.OpenXml.Wordprocessing.GrowAutofit? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.get -> DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.get -> DocumentFormat.OpenXml.Wordprocessing.NoLeading? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.get -> DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.get -> DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.get -> DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.get -> DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.get -> DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.get -> DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.get -> DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.get -> DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.get -> DocumentFormat.OpenXml.Wordprocessing.SubFontBySize? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.get -> DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.get -> DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.get -> DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.get -> DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.get -> DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.get -> DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CompatibilitySetting() -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowHyphenationAtTrackBottom = 6 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowTextAfterFloatingTableBreak = 7 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.CompatibilityMode = 0 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DifferentiateMultirowTableHeaders = 4 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DoNotFlipMirrorIndents = 3 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.EnableOpenTypeFeatures = 2 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.OverrideTableStyleFontSizeAndJustification = 1 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.UseWord2013TrackBottomHyphenation = 5 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.ComplexScript +DocumentFormat.OpenXml.Wordprocessing.ComplexScript.ComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.ConditionalFormatStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConnectString +DocumentFormat.OpenXml.Wordprocessing.ConnectString.ConnectString() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.ConsecutiveHyphenLimit() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart +DocumentFormat.OpenXml.Wordprocessing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.ContextualSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.ContinuationSeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Control +DocumentFormat.OpenXml.Wordprocessing.Control.Control() -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.ConvertMailMergeEscape() -> void +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.Custom = 2 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaAdvancedEncryptionStandard = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CustomXmlAttribute() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CustomXmlDelRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CustomXmlDelRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CustomXmlInsRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CustomXmlInsRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CustomXmlMoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CustomXmlMoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CustomXmlMoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CustomXmlMoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CustomXmlPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding +DocumentFormat.OpenXml.Wordprocessing.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.get -> DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSource? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceReference? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.get -> DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.DataSourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.DataSourceTableName() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType +DocumentFormat.OpenXml.Wordprocessing.DataType.DataType() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormat +DocumentFormat.OpenXml.Wordprocessing.DateFormat.DateFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Date = 1 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.DateTime = 2 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DayLong +DocumentFormat.OpenXml.Wordprocessing.DayLong.DayLong() -> void +DocumentFormat.OpenXml.Wordprocessing.DayShort +DocumentFormat.OpenXml.Wordprocessing.DayShort.DayShort() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.DecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.DecimalSymbol() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.DefaultCheckBoxFormFieldState() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.DefaultDropDownListItemIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.DefaultTableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.DefaultTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.DefaultTextBoxFormFieldString() -> void +DocumentFormat.OpenXml.Wordprocessing.Deleted +DocumentFormat.OpenXml.Wordprocessing.Deleted.Deleted() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.Description +DocumentFormat.OpenXml.Wordprocessing.Description.Description() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination +DocumentFormat.OpenXml.Wordprocessing.Destination.Destination() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Ltr = 0 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Rtl = 1 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.Dirty +DocumentFormat.OpenXml.Wordprocessing.Dirty.Dirty() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Next = 0 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Previous = 1 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.DisplayBackgroundShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.DisplayHangulFixedWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.DisplayHorizontalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.DisplayVerticalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.Div +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.get -> DocumentFormat.OpenXml.Wordprocessing.BlockQuote? +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BodyDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div() -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.get -> DocumentFormat.OpenXml.Wordprocessing.DivBorder? +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Div.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivId +DocumentFormat.OpenXml.Wordprocessing.DivId.DivId() -> void +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Divs +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs() -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.DocGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Lines = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.LinesAndChars = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.SnapToChars = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocPart +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartBody? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartProperties? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Content = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Paragraph = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBody +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.DocPartCategory() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.DocPartGallery() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Any = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.AutoText = 11 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Bibliography = 17 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CoverPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom1 = 33 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom2 = 34 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom3 = 35 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom4 = 36 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom5 = 37 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomAutoText = 26 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomBibliography = 32 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomCoverPage = 19 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomEquation = 20 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomFooter = 21 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomHeaders = 22 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumber = 23 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberBottom = 29 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberMargin = 30 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberTop = 28 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomQuickParts = 18 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTable = 24 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTableOfContents = 31 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTextBox = 27 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomWatermark = 25 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.DocumentPart = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Equation = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Footer = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Header = 7 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumber = 8 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberBottom = 14 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberMargins = 15 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberTop = 13 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Placeholder = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Table = 9 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TableOfContents = 16 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TextBox = 12 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.WaterMark = 10 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartId +DocumentFormat.OpenXml.Wordprocessing.DocPartId.DocPartId() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.DocPartName() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.get -> DocumentFormat.OpenXml.Wordprocessing.Behaviors? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.get -> DocumentFormat.OpenXml.Wordprocessing.Category? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.get -> DocumentFormat.OpenXml.Wordprocessing.Description? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartName? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartTypes? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.get -> DocumentFormat.OpenXml.Wordprocessing.StyleId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartReference +DocumentFormat.OpenXml.Wordprocessing.DocPartReference.DocPartReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType +DocumentFormat.OpenXml.Wordprocessing.DocPartType.DocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.DocPartUnique() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.AutoExp = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.FormField = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Normal = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.SdtPlaceholder = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Speller = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Toolbar = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.Document +DocumentFormat.OpenXml.Wordprocessing.Document.Body.get -> DocumentFormat.OpenXml.Wordprocessing.Body? +DocumentFormat.OpenXml.Wordprocessing.Document.Body.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document() -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Load(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.Document.Save(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.get -> DocumentFormat.OpenXml.Vml.Background? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.strict = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.transitional = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.DocumentProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Comments = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Forms = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.ReadOnly = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.TrackedChanges = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentType +DocumentFormat.OpenXml.Wordprocessing.DocumentType.DocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Letter = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.NotSpecified = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.DocumentVariable() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.DoNotAutoCompressPictures() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.DoNotAutofitConstrainedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.DoNotBreakConstrainedForcedTable() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.DoNotBreakWrappedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.DoNotDemarcateInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.DoNotDisplayPageBoundaries() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.DoNotExpandShiftReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.DoNotHyphenateCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.DoNotIncludeSubdocsInStats() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.DoNotLeaveBackslashAlone() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.DoNotOrganizeInFolder() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.DoNotRelyOnCSS() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.DoNotSaveAsSingleFile() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.DoNotShadeFormData() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.DoNotSnapToGridInCell() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.DoNotSuppressBlankLines() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.DoNotSuppressIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.DoNotSuppressParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.DoNotTrackFormatting() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.DoNotTrackMoves() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.DoNotUseEastAsianBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.DoNotUseHTMLParagraphAutoSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.DoNotUseIndentAsNumberingTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.DoNotUseLongFileNames() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.DoNotUseMarginsForDrawingGridOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.DoNotValidateAgainstSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.DoNotVerticallyAlignCellWithShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.DoNotVerticallyAlignInTextBox() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.DoNotWrapTextWithPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.DoubleStrike() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.set -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.DrawingGridHorizontalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.DrawingGridHorizontalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.DrawingGridVerticalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.DrawingGridVerticalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Drop = 1 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Margin = 2 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.get -> DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.DropDownListSelection() -> void +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.DynamicAddress() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.EastAsianLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.EmbedBoldFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.EmbedBoldItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.EmbedItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.EmbedRegularFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.EmbedSystemFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.EmbedTrueTypeFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Emboss +DocumentFormat.OpenXml.Wordprocessing.Emboss.Emboss() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Emphasis() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Circle = 3 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Comma = 2 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.UnderDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmptyType +DocumentFormat.OpenXml.Wordprocessing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Wordprocessing.Enabled +DocumentFormat.OpenXml.Wordprocessing.Enabled.Enabled() -> void +DocumentFormat.OpenXml.Wordprocessing.EndBorder +DocumentFormat.OpenXml.Wordprocessing.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.EndMargin +DocumentFormat.OpenXml.Wordprocessing.EndMargin.EndMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.EndnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.DocumentEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.SectionEnd = 0 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.EndnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.EndnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Load(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Save(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.EndnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EntryMacro +DocumentFormat.OpenXml.Wordprocessing.EntryMacro.EntryMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.EvenAndOddHeaders() -> void +DocumentFormat.OpenXml.Wordprocessing.ExitMacro +DocumentFormat.OpenXml.Wordprocessing.ExitMacro.ExitMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FormFieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Begin = 0 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.End = 2 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Separate = 1 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCode +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.get -> DocumentFormat.OpenXml.Wordprocessing.DynamicAddress? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.get -> DocumentFormat.OpenXml.Wordprocessing.MappedName? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.FirstRowHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText +DocumentFormat.OpenXml.Wordprocessing.FitText.FitText() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FlatBorders +DocumentFormat.OpenXml.Wordprocessing.FlatBorders.FlatBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.Font +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.get -> DocumentFormat.OpenXml.Wordprocessing.AltName? +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font() -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.get -> DocumentFormat.OpenXml.Wordprocessing.FontCharSet? +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.get -> DocumentFormat.OpenXml.Wordprocessing.FontFamily? +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.get -> DocumentFormat.OpenXml.Wordprocessing.FontSignature? +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Font.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.get -> DocumentFormat.OpenXml.Wordprocessing.NotTrueType? +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.get -> DocumentFormat.OpenXml.Wordprocessing.Panose1Number? +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.get -> DocumentFormat.OpenXml.Wordprocessing.Pitch? +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily +DocumentFormat.OpenXml.Wordprocessing.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Auto = 5 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Decorative = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Modern = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Roman = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Script = 3 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Swiss = 4 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Variable = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontRelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.set -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Wordprocessing.Fonts.Load(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Save(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.FontSignature() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSize +DocumentFormat.OpenXml.Wordprocessing.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.FontSizeComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.ComplexScript = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.EastAsia = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.Footer +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer() -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.FooterPart.get -> DocumentFormat.OpenXml.Packaging.FooterPart? +DocumentFormat.OpenXml.Wordprocessing.Footer.Load(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Save(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FooterReference +DocumentFormat.OpenXml.Wordprocessing.FooterReference.FooterReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.FootnoteEndnoteReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.FootnoteEndnoteSeparatorReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationNotice = 3 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationSeparator = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Normal = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Separator = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.FootnoteLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.FootnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.BeneathText = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.PageBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.SectionEnd = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.FootnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.FootnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Load(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Save(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.FootnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.ForceUpgrade() -> void +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.ForgetLastTabAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.Format +DocumentFormat.OpenXml.Wordprocessing.Format.Format() -> void +DocumentFormat.OpenXml.Wordprocessing.Format.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Format.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.FormFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.FormFieldSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FormProtection +DocumentFormat.OpenXml.Wordprocessing.FormProtection.FormProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.FormsDesign +DocumentFormat.OpenXml.Wordprocessing.FormsDesign.FormsDesign() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.get -> DocumentFormat.OpenXml.Wordprocessing.FrameName? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedToFile? +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.get -> DocumentFormat.OpenXml.Wordprocessing.MarginHeight? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.get -> DocumentFormat.OpenXml.Wordprocessing.MarginWidth? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.get -> DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed? +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.get -> DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility? +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceFileReference? +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.FrameLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Columns = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.None = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Rows = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameName +DocumentFormat.OpenXml.Wordprocessing.FrameName.FrameName() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.FrameProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Auto = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.Frameset +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.get -> DocumentFormat.OpenXml.Wordprocessing.FrameLayout? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset() -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.get -> DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.get -> DocumentFormat.OpenXml.Wordprocessing.FlatBorders? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar() -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.get -> DocumentFormat.OpenXml.Wordprocessing.NoBorder? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.get -> DocumentFormat.OpenXml.Wordprocessing.Width? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameSize +DocumentFormat.OpenXml.Wordprocessing.FrameSize.FrameSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery +DocumentFormat.OpenXml.Wordprocessing.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.get -> DocumentFormat.OpenXml.Wordprocessing.DocParts? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument() -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Load(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Save(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GridAfter +DocumentFormat.OpenXml.Wordprocessing.GridAfter.GridAfter() -> void +DocumentFormat.OpenXml.Wordprocessing.GridBefore +DocumentFormat.OpenXml.Wordprocessing.GridBefore.GridBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn +DocumentFormat.OpenXml.Wordprocessing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.GridSpan +DocumentFormat.OpenXml.Wordprocessing.GridSpan.GridSpan() -> void +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.GrowAutofit() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.GutterAtTop() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.GutterOnRight() -> void +DocumentFormat.OpenXml.Wordprocessing.Header +DocumentFormat.OpenXml.Wordprocessing.Header.Header() -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.HeaderPart.get -> DocumentFormat.OpenXml.Packaging.HeaderPart? +DocumentFormat.OpenXml.Wordprocessing.Header.Load(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Save(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.HeaderFooterReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Default = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Even = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.First = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderReference +DocumentFormat.OpenXml.Wordprocessing.HeaderReference.HeaderReference() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderSource +DocumentFormat.OpenXml.Wordprocessing.HeaderSource.HeaderSource() -> void +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HelpText +DocumentFormat.OpenXml.Wordprocessing.HelpText.HelpText() -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hidden +DocumentFormat.OpenXml.Wordprocessing.Hidden.Hidden() -> void +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.HideGrammaticalErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.HideMark +DocumentFormat.OpenXml.Wordprocessing.HideMark.HideMark() -> void +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.HideSpellingErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight +DocumentFormat.OpenXml.Wordprocessing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Black = 0 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Blue = 1 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Cyan = 2 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkBlue = 8 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkCyan = 9 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGray = 14 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGreen = 10 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkMagenta = 11 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkRed = 12 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkYellow = 13 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Green = 3 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.LightGray = 15 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Magenta = 4 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.None = 16 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Red = 5 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.White = 7 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Yellow = 6 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.HorizontalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.HpsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.HyphenationZone() -> void +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.IgnoreMixedContent() -> void +DocumentFormat.OpenXml.Wordprocessing.Imprint +DocumentFormat.OpenXml.Wordprocessing.Imprint.Imprint() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Indentation() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.AutoText = 1 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.Inserted +DocumentFormat.OpenXml.Wordprocessing.Inserted.Inserted() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.IsLegalNumberingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Italic +DocumentFormat.OpenXml.Wordprocessing.Italic.Italic() -> void +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.ItalicComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification +DocumentFormat.OpenXml.Wordprocessing.Justification.Justification() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Both = 5 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Distribute = 7 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.End = 4 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.HighKashida = 9 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.LowKashida = 10 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.MediumKashida = 6 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.NumTab = 8 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Right = 3 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Start = 1 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.ThaiDistribute = 11 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.KeepLines +DocumentFormat.OpenXml.Wordprocessing.KeepLines.KeepLines() -> void +DocumentFormat.OpenXml.Wordprocessing.KeepNext +DocumentFormat.OpenXml.Wordprocessing.KeepNext.KeepNext() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern +DocumentFormat.OpenXml.Wordprocessing.Kern.Kern() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Kinsoku +DocumentFormat.OpenXml.Wordprocessing.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId +DocumentFormat.OpenXml.Wordprocessing.LanguageId.LanguageId() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Languages +DocumentFormat.OpenXml.Wordprocessing.Languages.Languages() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.LanguageType() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.LastRenderedPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.LatentStyleExceptionInfo() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.LayoutRawTableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.LayoutTableRowsApart() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMargin +DocumentFormat.OpenXml.Wordprocessing.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.LeftMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyNumbering() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.get -> DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle? +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.get -> DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering? +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level() -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.get -> DocumentFormat.OpenXml.Wordprocessing.LevelJustification? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.get -> DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.get -> DocumentFormat.OpenXml.Wordprocessing.LevelRestart? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.get -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffix? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.get -> DocumentFormat.OpenXml.Wordprocessing.LevelText? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel? +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.LevelJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelOverride +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.get -> DocumentFormat.OpenXml.Wordprocessing.Level? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.LevelPictureBulletId() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelRestart +DocumentFormat.OpenXml.Wordprocessing.LevelRestart.LevelRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.LevelSuffix() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Nothing = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Space = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Tab = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelText +DocumentFormat.OpenXml.Wordprocessing.LevelText.LevelText() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberType +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.LineNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6 +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.LineWrapLikeWord6() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.LinkedStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.LinkedToFile() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkStyles +DocumentFormat.OpenXml.Wordprocessing.LinkStyles.LinkStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.LinkToQuery() -> void +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.ListEntryFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListSeparator +DocumentFormat.OpenXml.Wordprocessing.ListSeparator.ListSeparator() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock +DocumentFormat.OpenXml.Wordprocessing.Lock.Lock() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Locked +DocumentFormat.OpenXml.Wordprocessing.Locked.Locked() -> void +DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.ContentLocked = 1 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtContentLocked = 3 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtLocked = 0 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.Unlocked = 2 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.LongHexNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.MacroNameType() -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.MacWordSmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.MailAsAttachment() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.get -> DocumentFormat.OpenXml.Wordprocessing.ActiveRecord? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.get -> DocumentFormat.OpenXml.Wordprocessing.AddressFieldName? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.get -> DocumentFormat.OpenXml.Wordprocessing.CheckErrors? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.get -> DocumentFormat.OpenXml.Wordprocessing.ConnectString? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceObject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceReference? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.get -> DocumentFormat.OpenXml.Wordprocessing.DataType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.get -> DocumentFormat.OpenXml.Wordprocessing.Destination? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.get -> DocumentFormat.OpenXml.Wordprocessing.HeaderSource? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.get -> DocumentFormat.OpenXml.Wordprocessing.LinkToQuery? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.get -> DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.get -> DocumentFormat.OpenXml.Wordprocessing.MailSubject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.get -> DocumentFormat.OpenXml.Wordprocessing.MainDocumentType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.get -> DocumentFormat.OpenXml.Wordprocessing.Query? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.get -> DocumentFormat.OpenXml.Wordprocessing.ViewMergedData? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Database = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Native = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Odbc = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Query = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Spreadsheet = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.TextFile = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Fax = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.NewDocument = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Printer = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Catalog = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Email = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Envelope = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Fax = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.FormLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.MailingLabel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.MailMergeFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.DbColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.Null = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.MailMergeSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.AddressBook = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Database = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document1 = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Email = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Legacy = 7 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Master = 8 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Native = 6 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Text = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailSubject +DocumentFormat.OpenXml.Wordprocessing.MailSubject.MailSubject() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.MainDocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MappedName +DocumentFormat.OpenXml.Wordprocessing.MappedName.MappedName() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginHeight +DocumentFormat.OpenXml.Wordprocessing.MarginHeight.MarginHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginWidth +DocumentFormat.OpenXml.Wordprocessing.MarginWidth.MarginWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.MarkupRangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Wordprocessing.MatchSource +DocumentFormat.OpenXml.Wordprocessing.MatchSource.MatchSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength +DocumentFormat.OpenXml.Wordprocessing.MaxLength.MaxLength() -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.MirrorIndents() -> void +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.MirrorMargins() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthLong +DocumentFormat.OpenXml.Wordprocessing.MonthLong.MonthLong() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthShort +DocumentFormat.OpenXml.Wordprocessing.MonthShort.MonthShort() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.MoveBookmarkType() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFrom +DocumentFormat.OpenXml.Wordprocessing.MoveFrom.MoveFrom() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.MoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.MoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveTo +DocumentFormat.OpenXml.Wordprocessing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.MoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.MoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MovieReference +DocumentFormat.OpenXml.Wordprocessing.MovieReference.MovieReference() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.MultiLevelType() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.HybridMultilevel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.Multilevel = 1 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.SingleLevel = 0 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.Name +DocumentFormat.OpenXml.Wordprocessing.Name.Name() -> void +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.NextParagraphStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBorder +DocumentFormat.OpenXml.Wordprocessing.NoBorder.NoBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.NoBreakHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.NoColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.NoEndnote +DocumentFormat.OpenXml.Wordprocessing.NoEndnote.NoEndnote() -> void +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.NoExtraLineSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLeading +DocumentFormat.OpenXml.Wordprocessing.NoLeading.NoLeading() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.NoLineBreaksAfterKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.NoLineBreaksBeforeKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.NonNegativeDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.NonNegativeShortType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoProof +DocumentFormat.OpenXml.Wordprocessing.NoProof.NoProof() -> void +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.NoPunctuationKerning() -> void +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.NoResizeAllowed() -> void +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.NoSpaceRaiseLower() -> void +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.NoTabHangIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.NotTrueType +DocumentFormat.OpenXml.Wordprocessing.NotTrueType.NotTrueType() -> void +DocumentFormat.OpenXml.Wordprocessing.NoWrap +DocumentFormat.OpenXml.Wordprocessing.NoWrap.NoWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.Nsid +DocumentFormat.OpenXml.Wordprocessing.Nsid.Nsid() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Aiueo = 12 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.AiueoFullWidth = 20 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAbjad = 52 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAlpha = 51 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.BahtText = 60 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Bullet = 23 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.CardinalText = 6 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chicago = 9 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCounting = 37 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCountingThousand = 39 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseLegalSimplified = 38 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chosung = 25 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Custom = 62 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Decimal = 0 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircle = 18 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircleChinese = 28 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedFullstop = 26 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedParen = 27 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth = 14 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth2 = 19 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalHalfWidth = 15 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalZero = 22 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DollarText = 61 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ganada = 24 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew1 = 49 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew2 = 50 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hex = 8 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiConsonants = 54 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiCounting = 56 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiNumbers = 55 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiVowels = 53 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographDigital = 10 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographEnclosedCircle = 29 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographLegalTraditional = 34 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographTraditional = 30 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiac = 31 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiacTraditional = 32 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Iroha = 13 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IrohaFullWidth = 21 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseCounting = 11 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseDigitalTenThousand = 17 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseLegal = 16 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanCounting = 41 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital = 40 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital2 = 43 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanLegal = 42 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerLetter = 4 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerRoman = 2 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.None = 47 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.NumberInDash = 48 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ordinal = 5 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.OrdinalText = 7 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianLower = 45 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianUpper = 46 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCounting = 33 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCountingThousand = 35 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseDigital = 36 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiCounting = 59 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiLetters = 57 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiNumbers = 58 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperRoman = 1 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.VietnameseCounting = 44 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.Numbering +DocumentFormat.OpenXml.Wordprocessing.Numbering.Load(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering() -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Wordprocessing.Numbering.Save(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.NumberingChange() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingId +DocumentFormat.OpenXml.Wordprocessing.NumberingId.NumberingId() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.NumberingIdMacAtCleanup() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumId? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.NumberingLevelReference() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.get -> DocumentFormat.OpenXml.Wordprocessing.Drawing? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.get -> DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingId? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.NumberingRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.NumberingStart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.NumberingStyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.content = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.icon = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ObjectEmbed() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ObjectLink() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.always = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.onCall = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.OfficeMath +DocumentFormat.OpenXml.Wordprocessing.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.OnOffOnlyType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffType +DocumentFormat.OpenXml.Wordprocessing.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.OptimizeForBrowser() -> void +DocumentFormat.OpenXml.Wordprocessing.Outline +DocumentFormat.OpenXml.Wordprocessing.Outline.Outline() -> void +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.OutlineLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.OverflowPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.AllPages = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.FirstPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.NotFirstPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Text = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorders +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Back = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Front = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.PageBreakBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.PageMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumber +DocumentFormat.OpenXml.Wordprocessing.PageNumber.PageNumber() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.PageNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Landscape = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Portrait = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageSize +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.PageSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Panose1Number() -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.PaperSource() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BarBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BetweenBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SectionProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.ParagraphStyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.ParagraphStyleIdInLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.PermEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.PermStart() -> void +DocumentFormat.OpenXml.Wordprocessing.Personal +DocumentFormat.OpenXml.Wordprocessing.Personal.Personal() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.PersonalCompose() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalReply +DocumentFormat.OpenXml.Wordprocessing.PersonalReply.PersonalReply() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.PhoneticGuideBaseTextSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.PhoneticGuideRaise() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.PhoneticGuideTextFontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase() -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch +DocumentFormat.OpenXml.Wordprocessing.Pitch.Pitch() -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.PixelsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.PixelsPerInch() -> void +DocumentFormat.OpenXml.Wordprocessing.Position +DocumentFormat.OpenXml.Wordprocessing.Position.Position() -> void +DocumentFormat.OpenXml.Wordprocessing.Position.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Position.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.PositionalTab() -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.BestFit = 2 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.FullPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.TextFit = 3 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.get -> DocumentFormat.OpenXml.Wordprocessing.Columns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.get -> DocumentFormat.OpenXml.Wordprocessing.DocGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.get -> DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.get -> DocumentFormat.OpenXml.Wordprocessing.FormProtection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.get -> DocumentFormat.OpenXml.Wordprocessing.GutterOnRight? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.LineNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.get -> DocumentFormat.OpenXml.Wordprocessing.NoEndnote? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.get -> DocumentFormat.OpenXml.Wordprocessing.PageBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.get -> DocumentFormat.OpenXml.Wordprocessing.PageMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.PageNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.get -> DocumentFormat.OpenXml.Wordprocessing.PageSize? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.get -> DocumentFormat.OpenXml.Wordprocessing.PaperSource? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.get -> DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.get -> DocumentFormat.OpenXml.Wordprocessing.SectionType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.get -> DocumentFormat.OpenXml.Wordprocessing.TitlePage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.PrimaryStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.PrintBodyTextBeforeHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.PrintColorBlackWhite() -> void +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.PrinterSettingsReference() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.PrintFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.PrintFractionalCharacterWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.PrintPostScriptOverText() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.PrintTwoOnOne() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError +DocumentFormat.OpenXml.Wordprocessing.ProofError.ProofError() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarEnd = 3 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarStart = 2 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellStart = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Clean = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Dirty = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofState +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.ProofState() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.set -> void +DocumentFormat.OpenXml.Wordprocessing.Query +DocumentFormat.OpenXml.Wordprocessing.Query.Query() -> void +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Administrators = 2 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Contributors = 3 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Current = 6 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Editors = 4 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Everyone = 1 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Owners = 5 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.ReadModeInkLockDown() -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.get -> DocumentFormat.OpenXml.Wordprocessing.Active? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData() -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.get -> DocumentFormat.OpenXml.Wordprocessing.UniqueTag? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.RecipientDataReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients +DocumentFormat.OpenXml.Wordprocessing.Recipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.RelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.RelyOnVML() -> void +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.RemoveDateAndTime() -> void +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.RemovePersonalInformation() -> void +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.Continuous = 0 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RevisionView +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.RevisionView() -> void +DocumentFormat.OpenXml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMargin +DocumentFormat.OpenXml.Wordprocessing.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.RightMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.RightToLeftText() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsid +DocumentFormat.OpenXml.Wordprocessing.Rsid.Rsid() -> void +DocumentFormat.OpenXml.Wordprocessing.RsidRoot +DocumentFormat.OpenXml.Wordprocessing.RsidRoot.RsidRoot() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.get -> DocumentFormat.OpenXml.Wordprocessing.RsidRoot? +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.set -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby() -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.get -> DocumentFormat.OpenXml.Wordprocessing.RubyBase? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.get -> DocumentFormat.OpenXml.Wordprocessing.RubyContent? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RubyProperties? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.RubyAlign() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Center = 0 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeLetter = 1 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeSpace = 2 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Left = 3 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.RightVertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyBase +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.get -> DocumentFormat.OpenXml.Wordprocessing.Dirty? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.get -> DocumentFormat.OpenXml.Wordprocessing.RubyAlign? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run() -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.RunFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.get -> DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.get -> DocumentFormat.OpenXml.Office2010.Word.FillTextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.get -> DocumentFormat.OpenXml.Office2010.Word.Glow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.get -> DocumentFormat.OpenXml.Wordprocessing.Highlight? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.get -> DocumentFormat.OpenXml.Office2010.Word.Ligatures? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Office2010.Word.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.get -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.get -> DocumentFormat.OpenXml.Office2010.Word.Properties3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.get -> DocumentFormat.OpenXml.Office2010.Word.Reflection? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunStyle? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.get -> DocumentFormat.OpenXml.Office2010.Word.Scene3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.get -> DocumentFormat.OpenXml.Office2010.Word.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.get -> DocumentFormat.OpenXml.Office2010.Word.StylisticSets? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.get -> DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunStyle +DocumentFormat.OpenXml.Wordprocessing.RunStyle.RunStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.SaveFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.SaveInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.SavePreviewPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.SaveSubsetFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SaveThroughXslt() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.SaveXmlDataOnly() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.ScrollbarVisibility() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtAlias +DocumentFormat.OpenXml.Wordprocessing.SdtAlias.SdtAlias() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock? +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentCell? +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.SdtContentBibliography() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.SdtContentCitation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.get -> DocumentFormat.OpenXml.Wordprocessing.Calendar? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.get -> DocumentFormat.OpenXml.Wordprocessing.DateFormat? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.get -> DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.SdtContentEquation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.SdtContentGroup() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.SdtContentPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.SdtContentRichText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.SdtContentText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.SdtDateMappingType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartCategory? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartGallery? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartUnique? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtId +DocumentFormat.OpenXml.Wordprocessing.SdtId.SdtId() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartReference? +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRow? +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRun? +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby? +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.EvenPage = 3 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.OddPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionProperties +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType +DocumentFormat.OpenXml.Wordprocessing.SectionType.SectionType() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.SelectFieldWithFirstOrLastChar() -> void +DocumentFormat.OpenXml.Wordprocessing.SemiHidden +DocumentFormat.OpenXml.Wordprocessing.SemiHidden.SemiHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.SeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.get -> DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges? +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape? +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.get -> DocumentFormat.OpenXml.Wordprocessing.GutterAtTop? +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Load(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorMargins? +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.get -> DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.get -> DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.get -> DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Save(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.SaveFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.get -> DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.View.get -> DocumentFormat.OpenXml.Wordprocessing.View? +DocumentFormat.OpenXml.Wordprocessing.Settings.View.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.get -> DocumentFormat.OpenXml.Wordprocessing.WriteProtection? +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.get -> DocumentFormat.OpenXml.Wordprocessing.Zoom? +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Shading() -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Clear = 1 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalCross = 8 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalStripe = 6 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalCross = 7 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalStripe = 3 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent10 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent12 = 17 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent15 = 18 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent20 = 19 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent25 = 20 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent30 = 21 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent35 = 22 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent37 = 23 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent40 = 24 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent45 = 25 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent5 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent50 = 26 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent55 = 27 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent60 = 28 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent62 = 29 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent65 = 30 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent70 = 31 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent75 = 32 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent80 = 33 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent85 = 34 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent87 = 35 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent90 = 36 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent95 = 37 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ReverseDiagonalStripe = 5 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Solid = 2 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalCross = 14 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalStripe = 12 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalCross = 13 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalStripe = 9 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinReverseDiagonalStripe = 11 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinVerticalStripe = 10 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.VerticalStripe = 4 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.Shadow +DocumentFormat.OpenXml.Wordprocessing.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.ShapeLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.ShowBreaksInFrames() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.ShowEnvelope() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.ShowingPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.ShowXmlTags() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.SignedTwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SmallCaps +DocumentFormat.OpenXml.Wordprocessing.SmallCaps.SmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.SnapToGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.SoftHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.SourceFileReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceReference +DocumentFormat.OpenXml.Wordprocessing.SourceReference.SourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.SpaceForUnderline() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing +DocumentFormat.OpenXml.Wordprocessing.Spacing.Spacing() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.SpacingBetweenLines() -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.SpacingInWholePoints() -> void +DocumentFormat.OpenXml.Wordprocessing.SpecVanish +DocumentFormat.OpenXml.Wordprocessing.SpecVanish.SpecVanish() -> void +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.SplitPageBreakAndParagraphMark() -> void +DocumentFormat.OpenXml.Wordprocessing.StartBorder +DocumentFormat.OpenXml.Wordprocessing.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.StartMargin +DocumentFormat.OpenXml.Wordprocessing.StartMargin.StartMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.StartNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.StartOverrideNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText +DocumentFormat.OpenXml.Wordprocessing.StatusText.StatusText() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsAnsi = 0 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsArabic = 11 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsBaltic = 12 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsChinese5 = 6 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsEastEurope = 15 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGB2312 = 5 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGreek = 7 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHangeul = 3 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHebrew = 10 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsJohab = 4 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsMacFfn = 1 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsRussian = 13 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsShiftJIS = 2 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsThai = 14 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsTurkish = 8 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsVietnamese = 9 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.StrictFirstAndLastChars() -> void +DocumentFormat.OpenXml.Wordprocessing.Strike +DocumentFormat.OpenXml.Wordprocessing.Strike.Strike() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type +DocumentFormat.OpenXml.Wordprocessing.String253Type.String253Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type +DocumentFormat.OpenXml.Wordprocessing.String255Type.String255Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StringType +DocumentFormat.OpenXml.Wordprocessing.StringType.StringType() -> void +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.get -> DocumentFormat.OpenXml.Wordprocessing.Aliases? +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.get -> DocumentFormat.OpenXml.Wordprocessing.AutoRedefine? +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.get -> DocumentFormat.OpenXml.Wordprocessing.BasedOn? +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Default.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Default.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.get -> DocumentFormat.OpenXml.Wordprocessing.Locked? +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.get -> DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.get -> DocumentFormat.OpenXml.Wordprocessing.Personal? +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalCompose? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalReply? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.get -> DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.get -> DocumentFormat.OpenXml.Wordprocessing.Rsid? +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.get -> DocumentFormat.OpenXml.Wordprocessing.SemiHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style() -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.get -> DocumentFormat.OpenXml.Wordprocessing.StyleHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.get -> DocumentFormat.OpenXml.Wordprocessing.StyleName? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.get -> DocumentFormat.OpenXml.Wordprocessing.UIPriority? +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.get -> DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed? +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleHidden +DocumentFormat.OpenXml.Wordprocessing.StyleHidden.StyleHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleId +DocumentFormat.OpenXml.Wordprocessing.StyleId.StyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLink +DocumentFormat.OpenXml.Wordprocessing.StyleLink.StyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.StyleLockStylesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.StyleLockThemesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName +DocumentFormat.OpenXml.Wordprocessing.StyleName.StyleName() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylePaneFormatFilter() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.StylePaneSortMethods() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.BasedOn = 7 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Default = 11 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Five = 10 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Font = 5 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Four = 8 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Name = 1 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.One = 2 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Priority = 3 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Three = 6 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Two = 4 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Type = 9 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Zero = 0 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.get -> DocumentFormat.OpenXml.Wordprocessing.DocDefaults? +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.get -> DocumentFormat.OpenXml.Wordprocessing.LatentStyles? +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Load(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Save(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles() -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.StylesPart.get -> DocumentFormat.OpenXml.Packaging.StylesPart? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Character = 1 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Numbering = 3 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Paragraph = 0 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Table = 2 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.SubDocumentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.SubFontBySize() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.SummaryLength() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.SuppressAutoHyphens() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.SuppressBottomSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.SuppressLineNumbers() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.SuppressOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.SuppressSpacingAtTopOfPage() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.SuppressSpacingBeforeAfterPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.SuppressTopSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.SuppressTopSpacingWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.SwapBordersFacingPages() -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.SymbolChar() -> void +DocumentFormat.OpenXml.Wordprocessing.TabChar +DocumentFormat.OpenXml.Wordprocessing.TabChar.TabChar() -> void +DocumentFormat.OpenXml.Wordprocessing.Table +DocumentFormat.OpenXml.Wordprocessing.Table.Table() -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCaption +DocumentFormat.OpenXml.Wordprocessing.TableCaption.TableCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.TableCellFitText() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.TableCellLeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.RightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.TableCellRightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.TableCellSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.TableCellVerticalAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.TableCellWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableDescription +DocumentFormat.OpenXml.Wordprocessing.TableDescription.TableDescription() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableHeader +DocumentFormat.OpenXml.Wordprocessing.TableHeader.TableHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.TableIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification +DocumentFormat.OpenXml.Wordprocessing.TableJustification.TableJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout +DocumentFormat.OpenXml.Wordprocessing.TableLayout.TableLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Autofit = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLook +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.TableLook() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.TableOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Never = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Overlap = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.TableRowHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyle +DocumentFormat.OpenXml.Wordprocessing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.TableStyleColumnBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Horizontal = 7 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Vertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Horizontal = 8 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Vertical = 6 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstRow = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastColumn = 4 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastRow = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthEastCell = 9 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthWestCell = 10 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthEastCell = 11 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthWestCell = 12 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.WholeTable = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.TableStyleRowBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableWidth +DocumentFormat.OpenXml.Wordprocessing.TableWidth.TableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.TableWidthDxaNilType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.TableWidthType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Auto = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Dxa = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Pct = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Dxa = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.Tabs +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Heavy = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.MiddleDot = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Bar = 7 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Center = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Clear = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Decimal = 6 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.End = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Number = 8 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Start = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.Tag +DocumentFormat.OpenXml.Wordprocessing.Tag.Tag() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.TargetScreenSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TemplateCode +DocumentFormat.OpenXml.Wordprocessing.TemplateCode.TemplateCode() -> void +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.TemporarySdt() -> void +DocumentFormat.OpenXml.Wordprocessing.Text +DocumentFormat.OpenXml.Wordprocessing.Text.Text() -> void +DocumentFormat.OpenXml.Wordprocessing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.TextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.TextBoxFormFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Calculated = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentDate = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentTime = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Date = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Number = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Regular = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.TextBoxTightWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.AllLines = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstAndLastLine = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstLineOnly = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.LastLineOnly = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextDirection +DocumentFormat.OpenXml.Wordprocessing.TextDirection.TextDirection() -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight2010 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefToRightTopToBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottom2010 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefttoRightTopToBottomRotated = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottomRotated2010 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated = 10 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated2010 = 11 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft2010 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated = 8 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated2010 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextEffect +DocumentFormat.OpenXml.Wordprocessing.TextEffect.TextEffect() -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsBlack = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsRed = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.BlinkBackground = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Lights = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.None = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Shimmer = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Sparkle = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextInput +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString? +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.get -> DocumentFormat.OpenXml.Wordprocessing.Format? +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.get -> DocumentFormat.OpenXml.Wordprocessing.MaxLength? +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType? +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput() -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextType +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Around = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.None = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.NotBeside = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Through = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Tight = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background1 = 13 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background2 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.None = 12 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text1 = 14 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text2 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.ThemeFontLanguages() -> void +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorAscii = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorBidi = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorEastAsia = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorHighAnsi = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorAscii = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorBidi = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorEastAsia = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorHighAnsi = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.TitlePage +DocumentFormat.OpenXml.Wordprocessing.TitlePage.TitlePage() -> void +DocumentFormat.OpenXml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.TopLeftToBottomRightCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.TopLinePunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMargin +DocumentFormat.OpenXml.Wordprocessing.TopMargin.TopMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.TopMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.TopRightToBottomLeftCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.TrackRevisions() -> void +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.TruncateFontHeightsLikeWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.UdlConnectionString() -> void +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003 +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.UICompatibleWith97To2003() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority +DocumentFormat.OpenXml.Wordprocessing.UIPriority.UIPriority() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Underline() -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.UnderlineTabInNumberingList() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.UnderlineTrailingSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dash = 6 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotDotHeavy = 13 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotHeavy = 11 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashedHeavy = 7 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLong = 8 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLongHeavy = 9 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDash = 10 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDotDash = 12 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dotted = 4 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DottedHeavy = 5 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Double = 2 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.None = 17 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Wave = 14 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyDouble = 16 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyHeavy = 15 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.UnhideWhenUsed() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.UniqueTag() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.UnsignedDecimalNumberMax3Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.UnsignedDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.UnsignedInt7Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.UpdateFieldsOnOpen() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.UseAltKinsokuLineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.UseAnsiKerningPairs() -> void +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.UseFarEastLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.UseNormalStyleForList() -> void +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.UsePrinterMetrics() -> void +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.UseSingleBorderForContiguousCells() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.UseWord2002TableStyleRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.UseWord97LineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.UseXsltWhenSaving() -> void +DocumentFormat.OpenXml.Wordprocessing.Vanish +DocumentFormat.OpenXml.Wordprocessing.Vanish.Vanish() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inside = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Outside = 5 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Both = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.VerticalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Baseline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Subscript = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Superscript = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.VerticalTextAlignmentOnPage() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Auto = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Baseline = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.View +DocumentFormat.OpenXml.Wordprocessing.View.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.View.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.View.View() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.ViewMergedData() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.MasterPages = 3 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Normal = 4 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Outline = 2 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Print = 1 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Web = 5 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.WebHidden +DocumentFormat.OpenXml.Wordprocessing.WebHidden.WebHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.WebPageEncoding() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.get -> DocumentFormat.OpenXml.Wordprocessing.AllowPNG? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.get -> DocumentFormat.OpenXml.Wordprocessing.Divs? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.get -> DocumentFormat.OpenXml.Wordprocessing.Frameset? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Load(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.get -> DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.get -> DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.get -> DocumentFormat.OpenXml.Wordprocessing.RelyOnVML? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Save(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.get -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.get -> DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.WidowControl +DocumentFormat.OpenXml.Wordprocessing.WidowControl.WidowControl() -> void +DocumentFormat.OpenXml.Wordprocessing.Width +DocumentFormat.OpenXml.Wordprocessing.Width.Width() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.WidthAfterTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.WidthBeforeTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.WordPerfectJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.WordPerfectSpaceWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.WordWrap +DocumentFormat.OpenXml.Wordprocessing.WordWrap.WordWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.WrapTrailSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.WriteProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.YearLong +DocumentFormat.OpenXml.Wordprocessing.YearLong.YearLong() -> void +DocumentFormat.OpenXml.Wordprocessing.YearShort +DocumentFormat.OpenXml.Wordprocessing.YearShort.YearShort() -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Zoom() -> void +DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Document = 0 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledDocument = 2 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Template = 1 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.XmlPath +DocumentFormat.OpenXml.XmlPath.Namespaces.get -> System.Xml.IXmlNamespaceResolver! +DocumentFormat.OpenXml.XmlPath.NamespacesDefinitions.get -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.XmlPath.PartUri.get -> System.Uri? +DocumentFormat.OpenXml.XmlPath.XPath.get -> string! +override DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentChoice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContentChoice.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Base64BinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.Base64BinaryValue.Value.set -> void +override DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AlbumTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Artist.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Broadcaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BroadcastTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ChapterNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.City.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Compiler.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Composer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Conductor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ConferenceName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Corporate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Counsel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CountryRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Court.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Day.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.DayAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Department.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Director.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Distributor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Edition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Editor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.First.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.GuidString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Institution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewee.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Inventor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Issue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.JournalName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Last.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.LcId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Medium.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Middle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Month.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.MonthAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NumberVolumes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Performer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProducerName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProductionCompany.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PublicationTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Publisher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.RecordingNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ReferenceOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Reporter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ShortTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Source.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Sources.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.SourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StandardNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StateProvince.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Station.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Theater.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ThesisType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Translator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.UrlString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Version.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Volume.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Writer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Year.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.YearAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent3Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent4Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent5Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent6Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleXY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaBiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaCeiling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaFloor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaInverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOutset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaReplace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ArcTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromCD.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Backdrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Bevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColorText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFontText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizeText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Cell3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CharacterBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BackWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Backward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Crosses.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Date1904.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Delete.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Forward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapDepth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Grouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Height.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HoleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Index.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Intercept.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Left.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeftMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LogBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Minus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Order.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Orientation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Period.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Perspective.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Plus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PointCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Scaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SideWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Size.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Smooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Symbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Thickness.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Top.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TopMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserInterface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.VaryColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.View3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.WidthMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Wireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.XValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.YValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildExtents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CloseShapePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorReplacement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Complement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ComplexScriptFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSiteList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DashStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DataModelExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Choose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Direction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Whole.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Duotone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EastAsianFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Effect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectDag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillOverlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FlatText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FormatScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Graphic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Grayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Green.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HeadEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hsl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkSound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InnerShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Inverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InverseGamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LatinFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LinearGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineJoinBevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ListStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MajorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MasterColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MinorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Miter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Normal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NormalAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NortheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NorthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ObjectDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Offset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OuterShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OverrideColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetTextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PtExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Red.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RelativeOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightToLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Round.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Scene3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoftEdge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SolidFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SourceRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoutheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SouthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Stretch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SupplementalFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SymbolFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SystemColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TailEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Theme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeManager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TileRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TintEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFillText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UpVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UseShapeRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VideoFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WaveAudioFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WholeTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Derivation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.DerivedFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Emma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPointInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Grammar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.GroupInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Info.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Interpretation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Lattice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Model.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Node.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.OneOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Sequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Application.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Characters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Company.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Lines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Manager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Notes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Slides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TotalTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Words.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.HexBinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.HexBinaryValue.Value.set -> void +override DocumentFormat.OpenXml.InkML.ActiveArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Annotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.AnnotationXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Bind.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Brush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.BrushProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Canvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.CanvasTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Channel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Context.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Definitions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.InkSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.IntermittentChannels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Latency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Mapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SampleRate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SourceProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Timestamp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Trace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ListValue.HasValue.get -> bool +override DocumentFormat.OpenXml.ListValue.InnerText.get -> string? +override DocumentFormat.OpenXml.ListValue.InnerText.set -> void +override DocumentFormat.OpenXml.Math.Accent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AlignScripts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Bar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BarProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Base.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BaseJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BeginChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinarySubtraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGapRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DefaultJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Degree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Delimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DelimiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Denominator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Differential.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DisplayDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EndChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Fraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GrowOperators.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideDegree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HidePlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntegralLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.InterSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntraSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Limit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLowerProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFunction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MaxDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Nary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NoBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NormalText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Numerator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ObjectDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OperatorEmulator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Phantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PhantomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PostSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Radical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RadicalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Script.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SeparatorChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ShowPhantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SmallFraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeHorizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeVertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Subscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Superscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Transparent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.VerticalJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroAscent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroDescent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.TextLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.Scope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Macrosheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.DocEvents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordHashCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordIncluded.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.ToolbarData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Toolbars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.VbaSuppData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Commands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.TextMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.AxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DdeValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Id.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparkline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparklines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.ExcelAc.List.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.SourceLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Media.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Section.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Ligatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Properties3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StyleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StylisticSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.UncheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Survey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timeline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timelines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Appearance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.People.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SectionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExStream.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RstType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Decorative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.Track.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TrackList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlAttribute.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlAttribute.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlCompositeElement.AppendChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAt(T? newChild, int index) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.PrependChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveChild(T? child) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +override DocumentFormat.OpenXml.OpenXmlDomReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlDomReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlDomReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlDomReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlDomReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlDomReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlMiscNode.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.OpenXmlPartReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlPartReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlPartReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlPartReader.Encoding.get -> string? +override DocumentFormat.OpenXml.OpenXmlPartReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +override DocumentFormat.OpenXml.OpenXmlPartReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlPartReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.StandaloneXml.get -> bool? +override DocumentFormat.OpenXml.OpenXmlPartRootElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteEndElement() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument(bool standalone) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteString(string! text) -> void +override DocumentFormat.OpenXml.OpenXmlSimpleType.ToString() -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlSimpleValue.HasValue.get -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.get -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.ExtendedPart.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.Packaging.IdPartPair.GetHashCode() -> int +override DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AddPart(T! part) -> T! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ThrowIfObjectDisposed() -> void +override DocumentFormat.OpenXml.Packaging.PresentationDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.PresentationDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Presentation.Animate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateMotion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateRotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeNameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Audio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlindsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BodyStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BooleanVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BrowseSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildAsOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildGraphics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildOleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildParagraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildSubElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CharRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CheckerTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CircleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonMediaNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Condition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ControlList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CoverTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CutTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DefaultTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DiamondTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DissolveTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFontList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSync.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FadeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FloatVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GridSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Guide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.InkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.IntegerVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Iterate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.KioskSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ModificationVerifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NewsflashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NextConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NormalViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSlide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleChartElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Origin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OtherStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PenColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PhotoAlbum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlaceholderShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlusTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Presentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresenterSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PreviousConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PrintingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Progress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PullTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PushTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomBarTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RotationCenter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ScaleFactor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SetBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Slide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideAll.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSyncProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SorterViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Sound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SplitTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StringVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StripsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TagList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TargetElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TemplateList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAbsolute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Timing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.VariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Video.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WebProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WedgeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WheelTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WipeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ZoomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Authors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BooleanItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Borders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Cell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Colors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Condense.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Consolidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Controls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DeletedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Entries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ErrorItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalBook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileSharing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fills.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Groups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Headers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IndexedColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InlineString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InputCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Items.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Location.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Main.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Map.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MapInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Maps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Mdx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxKpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Member.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Members.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Metadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MruColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NameIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OlapProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Page.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PrintOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Reviewed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ReviewedList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Revisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Row.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenario.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenarios.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortByTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Subtopic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TabColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TablePart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Top10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Topic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuples.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Undo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.UserInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Users.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Workbook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Worksheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.StringValue.Value.get -> string? +override DocumentFormat.OpenXml.StringValue.Value.set -> void +override DocumentFormat.OpenXml.VariantTypes.Variant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClassId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClipboardData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTCurrency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDecimal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFileTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFloat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTNull.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Curve.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formulas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Line.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.BottomStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Callout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ClipPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColumnStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Complex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Entry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Extrusion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FieldCodes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LeftStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LinkType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LockedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Proxy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RegroupTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Relation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RelationTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RightStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Skew.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.TopStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Oval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.PolyLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.RoundRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shapetype.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Stroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Active.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Aliases.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowPNG.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunk.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BarBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BasedOn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behaviors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BlockQuote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Body.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BodyDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Calendar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CantSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Captions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Compatibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConnectString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DateFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Deleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Destination.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Dirty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Div.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Divs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivsChild.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Document.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emboss.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emphasis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Enabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EntryMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ExitMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldMapData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FlatBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FooterReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormsDesign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frameset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridSpan.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HelpText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Imprint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Indentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Inserted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepNext.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kern.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LanguageId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Languages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailSubject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MappedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MatchSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MaxLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MovieReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Name.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoEndnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLeading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoProof.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NotTrueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Nsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Numbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Panose1Number.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PaperSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Personal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalReply.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Pitch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PositionalTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Recipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RevisionView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RsidRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsids.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Ruby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyAlign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtAlias.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SemiHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Settings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Spacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpecVanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StatusText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Styles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SummaryLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SymbolChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGridChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemplateCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextInput.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TitlePage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UIPriority.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UniqueTag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Vanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.View.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidowControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Zoom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override sealed DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomPropertyPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ImagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MainDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.OpenXmlPart.ThrowIfObjectDisposed() -> void +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThumbnailPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.RelationshipType.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespace.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespaceId.get -> byte +static DocumentFormat.OpenXml.AlternateContent.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentChoice.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentFallback.TagName.get -> string! +static DocumentFormat.OpenXml.Base64BinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator DocumentFormat.OpenXml.Base64BinaryValue!(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator string?(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.Base64BinaryValue.ToString(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.BooleanValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.implicit operator bool(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.BooleanValue.implicit operator DocumentFormat.OpenXml.BooleanValue!(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.ToBoolean(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.ByteValue.FromByte(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.implicit operator byte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.ByteValue.implicit operator DocumentFormat.OpenXml.ByteValue!(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.ToByte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.DateTimeValue.FromDateTime(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator DocumentFormat.OpenXml.DateTimeValue!(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator System.DateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DateTimeValue.ToDateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DecimalValue.FromDecimal(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.implicit operator decimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DecimalValue.implicit operator DocumentFormat.OpenXml.DecimalValue!(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.ToDecimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DoubleValue.FromDouble(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator DocumentFormat.OpenXml.DoubleValue!(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator double(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.DoubleValue.ToDouble(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.EnumValue.implicit operator DocumentFormat.OpenXml.EnumValue!(T value) -> DocumentFormat.OpenXml.EnumValue! +static DocumentFormat.OpenXml.EnumValue.implicit operator string?(DocumentFormat.OpenXml.EnumValue! value) -> string? +static DocumentFormat.OpenXml.EnumValue.implicit operator T(DocumentFormat.OpenXml.EnumValue! value) -> T +static DocumentFormat.OpenXml.HexBinaryValue.Create(params byte[]! bytes) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator DocumentFormat.OpenXml.HexBinaryValue!(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator string?(DocumentFormat.OpenXml.HexBinaryValue? value) -> string? +static DocumentFormat.OpenXml.HexBinaryValue.ToString(DocumentFormat.OpenXml.HexBinaryValue! value) -> string? +static DocumentFormat.OpenXml.Int16Value.FromInt16(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator DocumentFormat.OpenXml.Int16Value!(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator short(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int16Value.ToInt16(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int32Value.FromInt32(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator DocumentFormat.OpenXml.Int32Value!(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator int(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int32Value.ToInt32(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int64Value.FromInt64(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator DocumentFormat.OpenXml.Int64Value!(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator long(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.Int64Value.ToInt64(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.IntegerValue.FromInt64(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator DocumentFormat.OpenXml.IntegerValue!(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator long(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.IntegerValue.ToInt64(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.OnOffValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.implicit operator bool(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OnOffValue.implicit operator DocumentFormat.OpenXml.OnOffValue!(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.ToBoolean(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator !=(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator ==(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, object! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, params object![]! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlSimpleType.implicit operator string?(DocumentFormat.OpenXml.OpenXmlSimpleType? xmlAttribute) -> string? +static DocumentFormat.OpenXml.OpenXmlSimpleValue.implicit operator T(DocumentFormat.OpenXml.OpenXmlSimpleValue! xmlAttribute) -> T +static DocumentFormat.OpenXml.OpenXmlUnknownElement.CreateOpenXmlUnknownElement(string! outerXml) -> DocumentFormat.OpenXml.OpenXmlUnknownElement! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CanSave.get -> bool +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, string! path) -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Packaging.Package! package) -> System.IO.Packaging.Package! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Stream! stream) -> System.IO.Stream! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.CreateRewriterFactory(DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter! rewriter) -> System.Func! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path, bool isTemplateAttached) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.SByteValue.FromSByte(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator DocumentFormat.OpenXml.SByteValue!(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator sbyte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SByteValue.ToSByte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SingleValue.FromSingle(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator DocumentFormat.OpenXml.SingleValue!(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator float(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.SingleValue.ToSingle(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.StringValue.FromString(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator DocumentFormat.OpenXml.StringValue!(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator string?(DocumentFormat.OpenXml.StringValue? value) -> string? +static DocumentFormat.OpenXml.StringValue.ToString(DocumentFormat.OpenXml.StringValue! value) -> string? +static DocumentFormat.OpenXml.TrueFalseBlankValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator DocumentFormat.OpenXml.TrueFalseBlankValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator DocumentFormat.OpenXml.TrueFalseValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.UInt16Value.FromUInt16(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator DocumentFormat.OpenXml.UInt16Value!(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator ushort(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt16Value.ToUInt16(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt32Value.FromUInt32(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator DocumentFormat.OpenXml.UInt32Value!(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator uint(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt32Value.ToUInt32(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt64Value.FromUInt64(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator DocumentFormat.OpenXml.UInt64Value!(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator ulong(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +static DocumentFormat.OpenXml.UInt64Value.ToUInt64(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +virtual DocumentFormat.OpenXml.OpenXmlElement.AppendChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ChildElements.get -> DocumentFormat.OpenXml.OpenXmlElementList! +virtual DocumentFormat.OpenXml.OpenXmlElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAt(T? newChild, int index) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.LocalName.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.NamespaceUri.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.Prefix.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.PrependChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.RemoveChild(T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +virtual DocumentFormat.OpenXml.OpenXmlElement.XName.get -> System.Xml.Linq.XName! +virtual DocumentFormat.OpenXml.OpenXmlElementList.this[int i].get -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.set -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Encoding.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +virtual DocumentFormat.OpenXml.OpenXmlReader.HasAttributes.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlReader.StandaloneXml.get -> bool? +virtual DocumentFormat.OpenXml.OpenXmlReader.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.HasValue.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.Packaging.DataPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPart.get -> DocumentFormat.OpenXml.Packaging.DataPart! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! contentType, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Id.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.IsExternal.get -> bool +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.RelationshipType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Uri.get -> System.Uri! +virtual DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.OnPackageLoaded() -> void + +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(string! schemaFile, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(System.Xml.Schema.XmlSchemaSet! schemas, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml/PublicAPI/net46/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/net46/PublicAPI.Shipped.txt new file mode 100644 index 000000000..7ac34af92 --- /dev/null +++ b/src/DocumentFormat.OpenXml/PublicAPI/net46/PublicAPI.Shipped.txt @@ -0,0 +1,48405 @@ +#nullable enable +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.get -> T? +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.set -> void +abstract DocumentFormat.OpenXml.OpenXmlElement.HasChildren.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +abstract DocumentFormat.OpenXml.OpenXmlElementList.Count.get -> int +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetEnumerator() -> System.Collections.Generic.IEnumerator! +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetItem(int index) -> DocumentFormat.OpenXml.OpenXmlElement! +abstract DocumentFormat.OpenXml.OpenXmlReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +abstract DocumentFormat.OpenXml.OpenXmlReader.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlReader.Depth.get -> int +abstract DocumentFormat.OpenXml.OpenXmlReader.ElementType.get -> System.Type! +abstract DocumentFormat.OpenXml.OpenXmlReader.EOF.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.GetText() -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.IsEndElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsMiscNode.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsStartElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +abstract DocumentFormat.OpenXml.OpenXmlReader.LocalName.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceUri.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Prefix.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Read() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadFirstChild() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadNextSibling() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.Skip() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteEndElement() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument(bool standalone) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteString(string! text) -> void +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPart.RelationshipType.get -> string! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ThrowIfObjectDisposed() -> void +abstract DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewrite(System.Uri! partUri, string? id, string? uri) -> string! +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(string! outerXml) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Characteristic() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.EqualTo = 4 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThan = 2 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThanOrEqualTo = 0 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThan = 3 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThanOrEqualTo = 1 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AlternateContent +DocumentFormat.OpenXml.AlternateContent.AlternateContent() -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentChoice() -> DocumentFormat.OpenXml.AlternateContentChoice! +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentFallback() -> DocumentFormat.OpenXml.AlternateContentFallback! +DocumentFormat.OpenXml.AlternateContentChoice +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice() -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.Requires.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AlternateContentChoice.Requires.set -> void +DocumentFormat.OpenXml.AlternateContentFallback +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback() -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.List = 0 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.Ordered = 1 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.Base64BinaryValue +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue() -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(DocumentFormat.OpenXml.Base64BinaryValue! source) -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(string? base64Binary) -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle() -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Artist +DocumentFormat.OpenXml.Bibliography.Artist.Artist() -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author +DocumentFormat.OpenXml.Bibliography.Author.Author() -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.get -> DocumentFormat.OpenXml.Bibliography.Artist? +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.get -> DocumentFormat.OpenXml.Bibliography.Author? +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList() -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.get -> DocumentFormat.OpenXml.Bibliography.BookAuthor? +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.get -> DocumentFormat.OpenXml.Bibliography.Compiler? +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.get -> DocumentFormat.OpenXml.Bibliography.Composer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.get -> DocumentFormat.OpenXml.Bibliography.Conductor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.get -> DocumentFormat.OpenXml.Bibliography.Counsel? +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.get -> DocumentFormat.OpenXml.Bibliography.Director? +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.get -> DocumentFormat.OpenXml.Bibliography.Editor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.get -> DocumentFormat.OpenXml.Bibliography.Interviewee? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.get -> DocumentFormat.OpenXml.Bibliography.Interviewer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.get -> DocumentFormat.OpenXml.Bibliography.Inventor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.get -> DocumentFormat.OpenXml.Bibliography.Performer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.get -> DocumentFormat.OpenXml.Bibliography.ProducerName? +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.get -> DocumentFormat.OpenXml.Bibliography.Translator? +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.get -> DocumentFormat.OpenXml.Bibliography.Writer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.set -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor() -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookTitle +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle() -> void +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster() -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster(string! text) -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle() -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber() -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.City +DocumentFormat.OpenXml.Bibliography.City.City() -> void +DocumentFormat.OpenXml.Bibliography.City.City(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Comments +DocumentFormat.OpenXml.Bibliography.Comments.Comments() -> void +DocumentFormat.OpenXml.Bibliography.Comments.Comments(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Compiler +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler() -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer +DocumentFormat.OpenXml.Bibliography.Composer.Composer() -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor() -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName() -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Corporate +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate() -> void +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Counsel +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel() -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion() -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Court +DocumentFormat.OpenXml.Bibliography.Court.Court() -> void +DocumentFormat.OpenXml.Bibliography.Court.Court(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Art = 8 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ArticleInAPeriodical = 0 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Book = 1 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.BookSection = 2 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Case = 15 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ConferenceProceedings = 4 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.DocumentFromInternetSite = 9 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ElectronicSource = 14 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Film = 11 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.InternetSite = 10 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Interview = 12 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.JournalArticle = 3 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Miscellaneous = 16 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Patent = 13 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Performance = 7 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Report = 5 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.SoundRecording = 6 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.Day +DocumentFormat.OpenXml.Bibliography.Day.Day() -> void +DocumentFormat.OpenXml.Bibliography.Day.Day(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed() -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Department +DocumentFormat.OpenXml.Bibliography.Department.Department() -> void +DocumentFormat.OpenXml.Bibliography.Department.Department(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Director +DocumentFormat.OpenXml.Bibliography.Director.Director() -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Distributor +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor() -> void +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Edition +DocumentFormat.OpenXml.Bibliography.Edition.Edition() -> void +DocumentFormat.OpenXml.Bibliography.Edition.Edition(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Editor +DocumentFormat.OpenXml.Bibliography.Editor.Editor() -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.First +DocumentFormat.OpenXml.Bibliography.First.First() -> void +DocumentFormat.OpenXml.Bibliography.First.First(string! text) -> void +DocumentFormat.OpenXml.Bibliography.GuidString +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString() -> void +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Institution +DocumentFormat.OpenXml.Bibliography.Institution.Institution() -> void +DocumentFormat.OpenXml.Bibliography.Institution.Institution(string! text) -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle() -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee() -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer() -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor() -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Issue +DocumentFormat.OpenXml.Bibliography.Issue.Issue() -> void +DocumentFormat.OpenXml.Bibliography.Issue.Issue(string! text) -> void +DocumentFormat.OpenXml.Bibliography.JournalName +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName() -> void +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Last +DocumentFormat.OpenXml.Bibliography.Last.Last() -> void +DocumentFormat.OpenXml.Bibliography.Last.Last(string! text) -> void +DocumentFormat.OpenXml.Bibliography.LcId +DocumentFormat.OpenXml.Bibliography.LcId.LcId() -> void +DocumentFormat.OpenXml.Bibliography.LcId.LcId(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Medium +DocumentFormat.OpenXml.Bibliography.Medium.Medium() -> void +DocumentFormat.OpenXml.Bibliography.Medium.Medium(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Middle +DocumentFormat.OpenXml.Bibliography.Middle.Middle() -> void +DocumentFormat.OpenXml.Bibliography.Middle.Middle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Month +DocumentFormat.OpenXml.Bibliography.Month.Month() -> void +DocumentFormat.OpenXml.Bibliography.Month.Month(string! text) -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed() -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.NameList +DocumentFormat.OpenXml.Bibliography.NameList.NameList() -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.get -> DocumentFormat.OpenXml.Bibliography.Corporate? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType() -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType +DocumentFormat.OpenXml.Bibliography.NameType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType() -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes() -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Pages +DocumentFormat.OpenXml.Bibliography.Pages.Pages() -> void +DocumentFormat.OpenXml.Bibliography.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber() -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentType +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType() -> void +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Performer +DocumentFormat.OpenXml.Bibliography.Performer.Performer() -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle() -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Person +DocumentFormat.OpenXml.Bibliography.Person.Person() -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName() -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany() -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle() -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Publisher +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher() -> void +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher(string! text) -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber() -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder() -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Reporter +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter() -> void +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle() -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Source +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.get -> DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.get -> DocumentFormat.OpenXml.Bibliography.AlbumTitle? +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.get -> DocumentFormat.OpenXml.Bibliography.AuthorList? +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.get -> DocumentFormat.OpenXml.Bibliography.BookTitle? +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.get -> DocumentFormat.OpenXml.Bibliography.Broadcaster? +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.get -> DocumentFormat.OpenXml.Bibliography.BroadcastTitle? +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.get -> DocumentFormat.OpenXml.Bibliography.CaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.get -> DocumentFormat.OpenXml.Bibliography.ChapterNumber? +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.City.get -> DocumentFormat.OpenXml.Bibliography.City? +DocumentFormat.OpenXml.Bibliography.Source.City.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Comments.get -> DocumentFormat.OpenXml.Bibliography.Comments? +DocumentFormat.OpenXml.Bibliography.Source.Comments.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.get -> DocumentFormat.OpenXml.Bibliography.ConferenceName? +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.get -> DocumentFormat.OpenXml.Bibliography.CountryRegion? +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Court.get -> DocumentFormat.OpenXml.Bibliography.Court? +DocumentFormat.OpenXml.Bibliography.Source.Court.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Day.get -> DocumentFormat.OpenXml.Bibliography.Day? +DocumentFormat.OpenXml.Bibliography.Source.Day.set -> void +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.get -> DocumentFormat.OpenXml.Bibliography.DayAccessed? +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Department.get -> DocumentFormat.OpenXml.Bibliography.Department? +DocumentFormat.OpenXml.Bibliography.Source.Department.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Distributor.get -> DocumentFormat.OpenXml.Bibliography.Distributor? +DocumentFormat.OpenXml.Bibliography.Source.Distributor.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Edition.get -> DocumentFormat.OpenXml.Bibliography.Edition? +DocumentFormat.OpenXml.Bibliography.Source.Edition.set -> void +DocumentFormat.OpenXml.Bibliography.Source.GuidString.get -> DocumentFormat.OpenXml.Bibliography.GuidString? +DocumentFormat.OpenXml.Bibliography.Source.GuidString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Institution.get -> DocumentFormat.OpenXml.Bibliography.Institution? +DocumentFormat.OpenXml.Bibliography.Source.Institution.set -> void +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.get -> DocumentFormat.OpenXml.Bibliography.InternetSiteTitle? +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Issue.get -> DocumentFormat.OpenXml.Bibliography.Issue? +DocumentFormat.OpenXml.Bibliography.Source.Issue.set -> void +DocumentFormat.OpenXml.Bibliography.Source.JournalName.get -> DocumentFormat.OpenXml.Bibliography.JournalName? +DocumentFormat.OpenXml.Bibliography.Source.JournalName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.LcId.get -> DocumentFormat.OpenXml.Bibliography.LcId? +DocumentFormat.OpenXml.Bibliography.Source.LcId.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Medium.get -> DocumentFormat.OpenXml.Bibliography.Medium? +DocumentFormat.OpenXml.Bibliography.Source.Medium.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Month.get -> DocumentFormat.OpenXml.Bibliography.Month? +DocumentFormat.OpenXml.Bibliography.Source.Month.set -> void +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.get -> DocumentFormat.OpenXml.Bibliography.MonthAccessed? +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.get -> DocumentFormat.OpenXml.Bibliography.NumberVolumes? +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Pages.get -> DocumentFormat.OpenXml.Bibliography.Pages? +DocumentFormat.OpenXml.Bibliography.Source.Pages.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.get -> DocumentFormat.OpenXml.Bibliography.PatentNumber? +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentType.get -> DocumentFormat.OpenXml.Bibliography.PatentType? +DocumentFormat.OpenXml.Bibliography.Source.PatentType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.get -> DocumentFormat.OpenXml.Bibliography.PeriodicalTitle? +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.get -> DocumentFormat.OpenXml.Bibliography.ProductionCompany? +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.get -> DocumentFormat.OpenXml.Bibliography.PublicationTitle? +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Publisher.get -> DocumentFormat.OpenXml.Bibliography.Publisher? +DocumentFormat.OpenXml.Bibliography.Source.Publisher.set -> void +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.get -> DocumentFormat.OpenXml.Bibliography.RecordingNumber? +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.get -> DocumentFormat.OpenXml.Bibliography.ReferenceOrder? +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Reporter.get -> DocumentFormat.OpenXml.Bibliography.Reporter? +DocumentFormat.OpenXml.Bibliography.Source.Reporter.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.get -> DocumentFormat.OpenXml.Bibliography.ShortTitle? +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Source() -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.SourceType.get -> DocumentFormat.OpenXml.Bibliography.SourceType? +DocumentFormat.OpenXml.Bibliography.Source.SourceType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.get -> DocumentFormat.OpenXml.Bibliography.StandardNumber? +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.get -> DocumentFormat.OpenXml.Bibliography.StateProvince? +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Station.get -> DocumentFormat.OpenXml.Bibliography.Station? +DocumentFormat.OpenXml.Bibliography.Source.Station.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Tag.get -> DocumentFormat.OpenXml.Bibliography.Tag? +DocumentFormat.OpenXml.Bibliography.Source.Tag.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Theater.get -> DocumentFormat.OpenXml.Bibliography.Theater? +DocumentFormat.OpenXml.Bibliography.Source.Theater.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.get -> DocumentFormat.OpenXml.Bibliography.ThesisType? +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Title.get -> DocumentFormat.OpenXml.Bibliography.Title? +DocumentFormat.OpenXml.Bibliography.Source.Title.set -> void +DocumentFormat.OpenXml.Bibliography.Source.UrlString.get -> DocumentFormat.OpenXml.Bibliography.UrlString? +DocumentFormat.OpenXml.Bibliography.Source.UrlString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Version.get -> DocumentFormat.OpenXml.Bibliography.Version? +DocumentFormat.OpenXml.Bibliography.Source.Version.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Volume.get -> DocumentFormat.OpenXml.Bibliography.Volume? +DocumentFormat.OpenXml.Bibliography.Source.Volume.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Year.get -> DocumentFormat.OpenXml.Bibliography.Year? +DocumentFormat.OpenXml.Bibliography.Source.Year.set -> void +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.get -> DocumentFormat.OpenXml.Bibliography.YearAccessed? +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Sources +DocumentFormat.OpenXml.Bibliography.Sources.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources() -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.Uri.set -> void +DocumentFormat.OpenXml.Bibliography.SourceType +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType() -> void +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber() -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StateProvince +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince() -> void +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Station +DocumentFormat.OpenXml.Bibliography.Station.Station() -> void +DocumentFormat.OpenXml.Bibliography.Station.Station(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Tag +DocumentFormat.OpenXml.Bibliography.Tag.Tag() -> void +DocumentFormat.OpenXml.Bibliography.Tag.Tag(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Theater +DocumentFormat.OpenXml.Bibliography.Theater.Theater() -> void +DocumentFormat.OpenXml.Bibliography.Theater.Theater(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ThesisType +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType() -> void +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Title +DocumentFormat.OpenXml.Bibliography.Title.Title() -> void +DocumentFormat.OpenXml.Bibliography.Title.Title(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Translator +DocumentFormat.OpenXml.Bibliography.Translator.Translator() -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.UrlString +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString() -> void +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Version +DocumentFormat.OpenXml.Bibliography.Version.Version() -> void +DocumentFormat.OpenXml.Bibliography.Version.Version(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Volume +DocumentFormat.OpenXml.Bibliography.Volume.Volume() -> void +DocumentFormat.OpenXml.Bibliography.Volume.Volume(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Writer +DocumentFormat.OpenXml.Bibliography.Writer.Writer() -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Year +DocumentFormat.OpenXml.Bibliography.Year.Year() -> void +DocumentFormat.OpenXml.Bibliography.Year.Year(string! text) -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed() -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed(string! text) -> void +DocumentFormat.OpenXml.BooleanValue +DocumentFormat.OpenXml.BooleanValue.BooleanValue() -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(bool value) -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(DocumentFormat.OpenXml.BooleanValue! source) -> void +DocumentFormat.OpenXml.ByteValue +DocumentFormat.OpenXml.ByteValue.ByteValue() -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(byte value) -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(DocumentFormat.OpenXml.ByteValue! source) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute +DocumentFormat.OpenXml.ChildElementInfoAttribute.AvailableInVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType, DocumentFormat.OpenXml.FileFormatVersions availableInOfficeVersion) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ElementType.get -> System.Type! +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty() -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.Properties +DocumentFormat.OpenXml.CustomProperties.Properties.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.CustomProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.SchemaReference() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Schema() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.DateTimeValue +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue() -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(DocumentFormat.OpenXml.DateTimeValue! source) -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(System.DateTime value) -> void +DocumentFormat.OpenXml.DecimalValue +DocumentFormat.OpenXml.DecimalValue.DecimalValue() -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(decimal value) -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(DocumentFormat.OpenXml.DecimalValue! source) -> void +DocumentFormat.OpenXml.DoubleValue +DocumentFormat.OpenXml.DoubleValue.DoubleValue() -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(DocumentFormat.OpenXml.DoubleValue! source) -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(double value) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color() -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color() -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color() -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color() -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color() -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color() -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.AdjustPoint2DType() -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList() -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Alpha +DocumentFormat.OpenXml.Drawing.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.AlphaBiLevel() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.AlphaCeiling +DocumentFormat.OpenXml.Drawing.AlphaCeiling.AlphaCeiling() -> void +DocumentFormat.OpenXml.Drawing.AlphaFloor +DocumentFormat.OpenXml.Drawing.AlphaFloor.AlphaFloor() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulation +DocumentFormat.OpenXml.Drawing.AlphaModulation.AlphaModulation() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.AlphaModulationFixed() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset +DocumentFormat.OpenXml.Drawing.AlphaOffset.AlphaOffset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset +DocumentFormat.OpenXml.Drawing.AlphaOutset.AlphaOutset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace.AlphaReplace() -> void +DocumentFormat.OpenXml.Drawing.Anchor +DocumentFormat.OpenXml.Drawing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Anchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.X.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Y.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Z.set -> void +DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Category = 1 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.CategoryElement = 3 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Series = 0 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.SeriesElement = 2 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelAtOnce = 2 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelOne = 1 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.One = 0 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.ArcTo +DocumentFormat.OpenXml.Drawing.ArcTo.ArcTo() -> void +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.AudioCDTimeType() -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD() -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.get -> DocumentFormat.OpenXml.Drawing.EndTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.get -> DocumentFormat.OpenXml.Drawing.StartTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile() -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.AutoNumberedBullet() -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.get -> DocumentFormat.OpenXml.Drawing.Anchor? +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop() -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.get -> DocumentFormat.OpenXml.Drawing.Normal? +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.get -> DocumentFormat.OpenXml.Drawing.UpVector? +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.set -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList() -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Bevel +DocumentFormat.OpenXml.Drawing.Bevel.Bevel() -> void +DocumentFormat.OpenXml.Drawing.BevelBottom +DocumentFormat.OpenXml.Drawing.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Angle = 4 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Convex = 6 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Cross = 3 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Divot = 8 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.HardEdge = 10 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Riblet = 9 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Slope = 2 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.SoftRound = 5 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelTop +DocumentFormat.OpenXml.Drawing.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Drawing.BevelType +DocumentFormat.OpenXml.Drawing.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Drawing.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Height.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BevelType.Preset.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Width.set -> void +DocumentFormat.OpenXml.Drawing.BiLevel +DocumentFormat.OpenXml.Drawing.BiLevel.BiLevel() -> void +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Black = 8 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackGray = 6 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackWhite = 7 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Gray = 2 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.GrayWhite = 5 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Hidden = 10 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.InvGray = 4 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.LightGray = 3 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.White = 9 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.Blend +DocumentFormat.OpenXml.Drawing.Blend.Blend() -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.set -> void +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Darken = 3 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Lighten = 4 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Multiply = 1 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Overlay = 0 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Screen = 2 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.Blip +DocumentFormat.OpenXml.Drawing.Blip.Blip() -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Embed.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Link.set -> void +DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Email = 0 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.HighQualityPrint = 3 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.None = 4 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Print = 2 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Screen = 1 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipExtension +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension() -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList() -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Blue +DocumentFormat.OpenXml.Drawing.Blue.Blue() -> void +DocumentFormat.OpenXml.Drawing.BlueModulation +DocumentFormat.OpenXml.Drawing.BlueModulation.BlueModulation() -> void +DocumentFormat.OpenXml.Drawing.BlueOffset +DocumentFormat.OpenXml.Drawing.BlueOffset.BlueOffset() -> void +DocumentFormat.OpenXml.Drawing.Blur +DocumentFormat.OpenXml.Drawing.Blur.Blur() -> void +DocumentFormat.OpenXml.Drawing.Blur.Grow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Blur.Grow.set -> void +DocumentFormat.OpenXml.Drawing.Blur.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Blur.Radius.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties() -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Default = 2 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Off = 1 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.On = 0 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BottomBorder +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break +DocumentFormat.OpenXml.Drawing.Break.Break() -> void +DocumentFormat.OpenXml.Drawing.Break.Break(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Break.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildChart.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.BuildChart() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.set -> void +DocumentFormat.OpenXml.Drawing.BulletColor +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor() -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColorText +DocumentFormat.OpenXml.Drawing.BulletColorText.BulletColorText() -> void +DocumentFormat.OpenXml.Drawing.BulletFont +DocumentFormat.OpenXml.Drawing.BulletFont.BulletFont() -> void +DocumentFormat.OpenXml.Drawing.BulletFontText +DocumentFormat.OpenXml.Drawing.BulletFontText.BulletFontText() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.BulletSizePercentage() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints +DocumentFormat.OpenXml.Drawing.BulletSizePoints.BulletSizePoints() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizeText +DocumentFormat.OpenXml.Drawing.BulletSizeText.BulletSizeText() -> void +DocumentFormat.OpenXml.Drawing.Camera +DocumentFormat.OpenXml.Drawing.Camera.Camera() -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Camera.Preset.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.Camera.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Zoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.Zoom.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.get -> DocumentFormat.OpenXml.Drawing.Bevel? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties() -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet.CharacterBullet() -> void +DocumentFormat.OpenXml.Drawing.Chart +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.set -> void +DocumentFormat.OpenXml.Drawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.set -> void +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.AllPoints = 4 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Category = 0 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.CategoryPoints = 1 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.GridLegend = 5 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Series = 2 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.SeriesPoints = 3 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.ApplyToEnd() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.ApplyToFront() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.ApplyToSides() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.AutoLabeled() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.AutoTitleDeleted() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.AutoUpdate() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisId +DocumentFormat.OpenXml.Drawing.Charts.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.AxisPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Top = 3 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.AxisUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Backward +DocumentFormat.OpenXml.Drawing.Charts.Backward.Backward() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.BarDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Bar = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.BarGrouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Clustered = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Stacked = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Standard = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.BaseTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.BubbleScale() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.BuiltInUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Billions = 7 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredMillions = 6 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Hundreds = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredThousands = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Millions = 4 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenMillions = 5 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenThousands = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Thousands = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Trillions = 8 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted? +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.get -> DocumentFormat.OpenXml.Drawing.Charts.BackWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs? +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.get -> DocumentFormat.OpenXml.Drawing.Charts.Floor? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.get -> DocumentFormat.OpenXml.Drawing.Charts.Legend? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotFormats? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotArea? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.get -> DocumentFormat.OpenXml.Drawing.Charts.SideWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.get -> DocumentFormat.OpenXml.Drawing.Charts.View3D? +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartObject +DocumentFormat.OpenXml.Drawing.Charts.ChartObject.ChartObject() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartReference +DocumentFormat.OpenXml.Drawing.Charts.ChartReference.ChartReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.get -> DocumentFormat.OpenXml.Drawing.Charts.Date1904? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.get -> DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.get -> DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CrossBetween() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.Between = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.MidpointCategory = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.Crosses +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Crosses() -> void +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CrossesAt() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.AutoZero = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Maximum = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Minimum = 2 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CrossingAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CustomDisplayUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Data +DocumentFormat.OpenXml.Drawing.Charts.Data.Data() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16 +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.DataLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.BestFit = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideBase = 3 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideEnd = 4 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Left = 5 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.OutsideEnd = 6 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Right = 7 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Top = 8 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabels +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowKeys? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Date1904 +DocumentFormat.OpenXml.Drawing.Charts.Date1904.Date1904() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Delete +DocumentFormat.OpenXml.Drawing.Charts.Delete.Delete() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.DepthPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.DisplayBlanksAs() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.DisplayEquation() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.DisplayRSquaredValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.DoubleType() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.EditingLanguage() -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.X = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.Y = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.get -> DocumentFormat.OpenXml.Drawing.Charts.Minus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.get -> DocumentFormat.OpenXml.Drawing.Charts.NoEndCap? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.get -> DocumentFormat.OpenXml.Drawing.Charts.Plus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.ErrorBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.ErrorBarValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Both = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Minus = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Plus = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.ErrorBarValueType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.ErrorDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.FixedValue = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Percentage = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardDeviation = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardError = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Explosion +DocumentFormat.OpenXml.Drawing.Charts.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.FirstSliceAngle() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor() -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode() -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatId +DocumentFormat.OpenXml.Drawing.Charts.FormatId.FormatId() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formatting +DocumentFormat.OpenXml.Drawing.Charts.Formatting.Formatting() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Forward +DocumentFormat.OpenXml.Drawing.Charts.Forward.Forward() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.GapAmountType() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GapDepth +DocumentFormat.OpenXml.Drawing.Charts.GapDepth.GapDepth() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapWidth +DocumentFormat.OpenXml.Drawing.Charts.GapWidth.GapWidth() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Grouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Stacked = 2 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Standard = 1 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.OddFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.OddHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Height +DocumentFormat.OpenXml.Drawing.Charts.Height.Height() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightMode +DocumentFormat.OpenXml.Drawing.Charts.HeightMode.HeightMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.HeightPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.HoleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Index +DocumentFormat.OpenXml.Drawing.Charts.Index.Index() -> void +DocumentFormat.OpenXml.Drawing.Charts.Intercept +DocumentFormat.OpenXml.Drawing.Charts.Intercept.Intercept() -> void +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.InvertIfNegative() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.LabelAlignment() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.LabelOffset() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout() -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.LayoutModeType() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Edge = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Factor = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.LayoutTarget() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Inner = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Outer = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Left +DocumentFormat.OpenXml.Drawing.Charts.Left.Left() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeftMode +DocumentFormat.OpenXml.Drawing.Charts.LeftMode.LeftMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.LegendPosition? +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.LegendPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Top = 4 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.Level +DocumentFormat.OpenXml.Drawing.Charts.Level.Level() -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase +DocumentFormat.OpenXml.Drawing.Charts.LogBase.LogBase() -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.MajorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.MajorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.MajorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.get -> DocumentFormat.OpenXml.Drawing.Charts.Height? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.get -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.get -> DocumentFormat.OpenXml.Drawing.Charts.Left? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.get -> DocumentFormat.OpenXml.Drawing.Charts.LeftMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.get -> DocumentFormat.OpenXml.Drawing.Charts.Top? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.get -> DocumentFormat.OpenXml.Drawing.Charts.TopMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.get -> DocumentFormat.OpenXml.Drawing.Charts.Width? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.get -> DocumentFormat.OpenXml.Drawing.Charts.WidthMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dot = 4 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.None = 5 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Picture = 6 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Plus = 7 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Square = 8 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Star = 9 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Triangle = 10 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.X = 11 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.MaxAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.MinAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.MinorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.MinorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.MinorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.NoEndCap() -> void +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.NoMultiLevelLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingCache? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.get -> DocumentFormat.OpenXml.Drawing.Charts.OfPieType? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.OfPieType() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Bar = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Pie = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.Order +DocumentFormat.OpenXml.Drawing.Charts.Order.Order() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Orientation() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MaxMin = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MinMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Overlap +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Overlap() -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlay +DocumentFormat.OpenXml.Drawing.Charts.Overlay.Overlay() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Default = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Period +DocumentFormat.OpenXml.Drawing.Charts.Period.Period() -> void +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Perspective() -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.PictureFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.StackScale = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stretch = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormat? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.PictureStackUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.DataLabel? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.PlotVisibleOnly() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PointCount +DocumentFormat.OpenXml.Drawing.Charts.PointCount.PointCount() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.PolynomialOrder() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Drawing.Charts.PageMargins? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Drawing.Charts.PageSetup? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartObject? +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.get -> DocumentFormat.OpenXml.Drawing.Charts.Data? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.get -> DocumentFormat.OpenXml.Drawing.Charts.Formatting? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.get -> DocumentFormat.OpenXml.Drawing.Charts.Selection? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.get -> DocumentFormat.OpenXml.Drawing.Charts.UserInterface? +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyle? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.RadarStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Filled = 2 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Marker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Standard = 0 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.RelationshipIdType() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.RightAngleAxes() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX +DocumentFormat.OpenXml.Drawing.Charts.RotateX.RotateX() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY +DocumentFormat.OpenXml.Drawing.Charts.RotateY.RotateY() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.RoundedCorners() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.get -> DocumentFormat.OpenXml.Drawing.Charts.LogBase? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.get -> DocumentFormat.OpenXml.Drawing.Charts.Orientation? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.ScatterStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.LineMarker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Marker = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Smooth = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.SmoothMarker = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.SecondPiePoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.SecondPieSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Selection +DocumentFormat.OpenXml.Drawing.Charts.Selection.Selection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape +DocumentFormat.OpenXml.Drawing.Charts.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Box = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cone = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.ConeToMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cylinder = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Pyramid = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.PyramidToMaximum = 5 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.ShowBubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.ShowCategoryName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.ShowDataLabelsOverMaximum() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.ShowHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.ShowKeys() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.ShowLegendKey() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.ShowMarker() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.ShowNegativeBubbles() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.ShowOutlineBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.ShowPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.ShowSeriesName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowValue +DocumentFormat.OpenXml.Drawing.Charts.ShowValue.ShowValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.ShowVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Size +DocumentFormat.OpenXml.Drawing.Charts.Size.Size() -> void +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.SizeRepresents() -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Area = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Width = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SkipType +DocumentFormat.OpenXml.Drawing.Charts.SkipType.SkipType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Smooth +DocumentFormat.OpenXml.Drawing.Charts.Smooth.Smooth() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.SplitPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType +DocumentFormat.OpenXml.Drawing.Charts.SplitType.SplitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Percent = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Position = 2 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Value = 3 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.StockChart +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.StringCache? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Style +DocumentFormat.OpenXml.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.get -> DocumentFormat.OpenXml.Drawing.Charts.Thickness? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Symbol() -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Thickness() -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.TickLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.High = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.Low = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.NextTo = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.TickLabelSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.TickMarkSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.TickMarkType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Cross = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Inside = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.None = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Outside = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.TimeUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Days = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Months = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Years = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.Title +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.get -> DocumentFormat.OpenXml.Drawing.Charts.Overlay? +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Top +DocumentFormat.OpenXml.Drawing.Charts.Top.Top() -> void +DocumentFormat.OpenXml.Drawing.Charts.TopMode +DocumentFormat.OpenXml.Drawing.Charts.TopMode.TopMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.get -> DocumentFormat.OpenXml.Drawing.Charts.Backward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.get -> DocumentFormat.OpenXml.Drawing.Charts.Forward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.get -> DocumentFormat.OpenXml.Drawing.Charts.Intercept? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.get -> DocumentFormat.OpenXml.Drawing.Charts.Period? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.get -> DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineName? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineType? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.TrendlineType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Exponential = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Linear = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Logarithmic = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.MovingAverage = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Polynomial = 4 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Power = 5 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.get -> DocumentFormat.OpenXml.Drawing.Charts.DownBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.get -> DocumentFormat.OpenXml.Drawing.Charts.GapWidth? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.get -> DocumentFormat.OpenXml.Drawing.Charts.UpBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserInterface +DocumentFormat.OpenXml.Drawing.Charts.UserInterface.UserInterface() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Load(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Save(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.UserShapesReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values +DocumentFormat.OpenXml.Drawing.Charts.Values.Values() -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.VaryColors +DocumentFormat.OpenXml.Drawing.Charts.VaryColors.VaryColors() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.DepthPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.get -> DocumentFormat.OpenXml.Drawing.Charts.Perspective? +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.get -> DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateX? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateY? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Width +DocumentFormat.OpenXml.Drawing.Charts.Width.Width() -> void +DocumentFormat.OpenXml.Drawing.Charts.WidthMode +DocumentFormat.OpenXml.Drawing.Charts.WidthMode.WidthMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Wireframe +DocumentFormat.OpenXml.Drawing.Charts.Wireframe.Wireframe() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChildExtents +DocumentFormat.OpenXml.Drawing.ChildExtents.ChildExtents() -> void +DocumentFormat.OpenXml.Drawing.ChildOffset +DocumentFormat.OpenXml.Drawing.ChildOffset.ChildOffset() -> void +DocumentFormat.OpenXml.Drawing.CloseShapePath +DocumentFormat.OpenXml.Drawing.CloseShapePath.CloseShapePath() -> void +DocumentFormat.OpenXml.Drawing.Color2Type +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type() -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange() -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.get -> DocumentFormat.OpenXml.Drawing.ColorFrom? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.get -> DocumentFormat.OpenXml.Drawing.ColorTo? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.set -> void +DocumentFormat.OpenXml.Drawing.ColorFrom +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom() -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement() -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.get -> DocumentFormat.OpenXml.Drawing.Accent1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.get -> DocumentFormat.OpenXml.Drawing.Accent2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.get -> DocumentFormat.OpenXml.Drawing.Accent3Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.get -> DocumentFormat.OpenXml.Drawing.Accent4Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.get -> DocumentFormat.OpenXml.Drawing.Accent5Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.get -> DocumentFormat.OpenXml.Drawing.Accent6Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.get -> DocumentFormat.OpenXml.Drawing.Dark1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.get -> DocumentFormat.OpenXml.Drawing.Dark2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.get -> DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor? +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.get -> DocumentFormat.OpenXml.Drawing.Hyperlink? +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.get -> DocumentFormat.OpenXml.Drawing.Light1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.get -> DocumentFormat.OpenXml.Drawing.Light2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorTo +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo() -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType +DocumentFormat.OpenXml.Drawing.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Complement +DocumentFormat.OpenXml.Drawing.Complement.Complement() -> void +DocumentFormat.OpenXml.Drawing.ComplexScriptFont +DocumentFormat.OpenXml.Drawing.ComplexScriptFont.ComplexScriptFont() -> void +DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Single = 0 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.get -> DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionType +DocumentFormat.OpenXml.Drawing.ConnectionType.ConnectionType() -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor() -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CustomColor.Name.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColorList +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList() -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash() -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.get -> DocumentFormat.OpenXml.Drawing.AdjustHandleList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.get -> DocumentFormat.OpenXml.Drawing.ConnectionSiteList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry() -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.get -> DocumentFormat.OpenXml.Drawing.PathList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.get -> DocumentFormat.OpenXml.Drawing.Rectangle? +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.get -> DocumentFormat.OpenXml.Drawing.ShapeGuideList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.set -> void +DocumentFormat.OpenXml.Drawing.Dark1Color +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color() -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color() -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DashStop +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.set -> void +DocumentFormat.OpenXml.Drawing.DashStop.DashStop() -> void +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.set -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension() -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType() -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagram +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Drawing.Diagram.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagram.Id.set -> void +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Adjust() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Composite = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Connector = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Cycle = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyChild = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyRoot = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Linear = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Pyramid = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Snake = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Space = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Text = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.AnimateOneByOne() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.Branch = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.One = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.AnimationLevel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Level = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Arrow = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.NoArrow = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Gravity = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Upright = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Ancestor = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.AncestorOrSelf = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.DescendantOrSelf = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Follow = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.FollowSibling = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.None = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Parent = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Preceding = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.PrecedingSibling = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Root = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.Background +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Beginning = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Default = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.End = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.Equal = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.GreaterThanOrEqualTo = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.LessThanOrEqualTo = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Balanced = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.EndCanvas = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Fixed = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.BulletEnabled() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Category() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.FirstNode = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.Choose +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Cycle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Repeat = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.ColorDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.DiagramColorsPart.get -> DocumentFormat.OpenXml.Packaging.DiagramColorsPart? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.ColorTransformCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.ColorTransformDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.ParentOf = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationOf = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationParentOf = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.UnknownRelationship = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.Custom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomCenter = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleLeft = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleRight = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Radial = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopCenter = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopLeft = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopRight = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Bending = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Curve = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.LongCurve = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Straight = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.AlignmentOffset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadHeight = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadWidth = 62 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningMargin = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningPadding = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BendingDistance = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Bottom = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomMargin = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomOffset = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterHeight = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterWidth = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterXOffset = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterYOffset = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ConnectionDistance = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Diameter = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndMargin = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndPadding = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Height = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.HeightOffset = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Left = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftOffset = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PrimaryFontSize = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PyramidAccentRatio = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Right = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightMargin = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightOffset = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondaryFontSize = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondarySiblingSpacing = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SiblingSpacing = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Spacing = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.StemThickness = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Top = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopMargin = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopOffset = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedA = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedB = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedC = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedD = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedE = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedF = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedG = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedH = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedI = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedJ = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedK = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedL = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedM = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedN = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedO = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedP = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedQ = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedR = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedS = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedT = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedU = 55 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedV = 56 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedW = 57 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedX = 58 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedY = 59 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedZ = 60 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Width = 61 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.WidthOffset = 63 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.ReverseDirection = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.SameDirection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DiagramDataPart.get -> DocumentFormat.OpenXml.Packaging.DiagramDataPart? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Load(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Save(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Description() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Direction() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Normal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Reversed = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.All = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Assistant = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Document = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Node = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonAssistant = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonNormal = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Normal = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.ParentTransition = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Presentation = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.SiblingTransition = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Row = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThan = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThanOrEqualTo = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThan = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThanOrEqualTo = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.NotEqualTo = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Count = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Depth = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.MaxDepth = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Position = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionEven = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionOdd = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.ReversePosition = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Variable = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomRight = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterChild = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterDescendant = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomLeft = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomRight = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftBottom = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterChild = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterDescendant = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftTop = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightBottom = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterChildren = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterDescendants = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightTop = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterChildren = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterDescendants = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.HierarchyBranch() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Hanging = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Initial = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Standard = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Counterclockwise = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DiagramLayoutDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.get -> DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Direction? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.get -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.get -> DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromBottom = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromTop = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.MaxNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Offset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.OrganizationChart() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.Connection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AspectRatio = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AutoTextRotation = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningArrowheadStyle = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningPoints = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BendPoint = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Breakpoint = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BreakpointFixedValue = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.CenterShapeMapping = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildAlignment = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildDirection = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectionRoute = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectorDimension = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ContinueDirection = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.DestinationNode = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndPoints = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndStyle = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FallbackScale = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FlowDirection = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.GrowDirection = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HierarchyAlignment = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HorizontalAlignment = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LinearDirection = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterChildrenParagraph = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterParentParagraph = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingChildren = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingParent = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeHorizontalAlignment = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeVerticalAlignment = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Offset = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextLeftToRightAlignment = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextRightToLeftAlignment = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentBackgroundNode = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentPosition = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextNode = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidLevelNode = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RotationPath = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RouteShortestDistance = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryChildAlignment = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryLinearDirection = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextLeftToRightAlignment = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextRightToLeftAlignment = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SourceNode = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SpanAngle = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartAngle = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartBulletsAtLevel = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartElement = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAlignment = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontal = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontalWithChildren = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVertical = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVerticalWithChildren = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextBlockDirection = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextDirection = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.VerticalAlignment = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.Point +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBody? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Assistant = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Document = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.ParentTransition = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Presentation = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.SiblingTransition = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.PreferredNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.After = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.Before = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Step = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.RelationshipIds() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.ResizeHandles() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Exact = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Relative = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.AlongPath = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.Rule +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModel? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromBottom = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromLeft = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromRight = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromTop = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.Shape +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Transition = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.Style +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.DiagramStylePart.get -> DocumentFormat.OpenXml.Packaging.DiagramStylePart? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.StyleDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.StyleDisplayCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.StyleLabelDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromBottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromTop = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.get -> DocumentFormat.OpenXml.Drawing.FlatText? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.get -> DocumentFormat.OpenXml.Drawing.Shape3DType? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimateOne = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimationLevel = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.BulletsEnabled = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildMax = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildPreference = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.Direction = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.HierarchyBranch = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.OrganizationalChart = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ResizeHandles = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom2010 = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle2010 = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top2010 = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.Whole +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone +DocumentFormat.OpenXml.Drawing.Duotone.Duotone() -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EastAsianFont +DocumentFormat.OpenXml.Drawing.EastAsianFont.EastAsianFont() -> void +DocumentFormat.OpenXml.Drawing.Effect +DocumentFormat.OpenXml.Drawing.Effect.Effect() -> void +DocumentFormat.OpenXml.Drawing.Effect.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Effect.Reference.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainer +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer() -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType() -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Sibling = 0 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Tree = 1 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectDag +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag() -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList +DocumentFormat.OpenXml.Drawing.EffectList.Blur.get -> DocumentFormat.OpenXml.Drawing.Blur? +DocumentFormat.OpenXml.Drawing.EffectList.Blur.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList() -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.get -> DocumentFormat.OpenXml.Drawing.FillOverlay? +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Glow.get -> DocumentFormat.OpenXml.Drawing.Glow? +DocumentFormat.OpenXml.Drawing.EffectList.Glow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.get -> DocumentFormat.OpenXml.Drawing.InnerShadow? +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.get -> DocumentFormat.OpenXml.Drawing.OuterShadow? +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.get -> DocumentFormat.OpenXml.Drawing.PresetShadow? +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.get -> DocumentFormat.OpenXml.Drawing.Reflection? +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.get -> DocumentFormat.OpenXml.Drawing.SoftEdge? +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle() -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList() -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EmptyType +DocumentFormat.OpenXml.Drawing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Drawing.EndConnection +DocumentFormat.OpenXml.Drawing.EndConnection.EndConnection() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndTime +DocumentFormat.OpenXml.Drawing.EndTime.EndTime() -> void +DocumentFormat.OpenXml.Drawing.Extension +DocumentFormat.OpenXml.Drawing.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ExtensionList +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extents +DocumentFormat.OpenXml.Drawing.Extents.Extents() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.get -> DocumentFormat.OpenXml.Drawing.ColorMap? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field +DocumentFormat.OpenXml.Drawing.Field.Field() -> void +DocumentFormat.OpenXml.Drawing.Field.Field(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Id.set -> void +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Field.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Field.Text.set -> void +DocumentFormat.OpenXml.Drawing.Field.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Type.set -> void +DocumentFormat.OpenXml.Drawing.Fill +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill() -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.Fill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay() -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties() -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillRectangle +DocumentFormat.OpenXml.Drawing.FillRectangle.FillRectangle() -> void +DocumentFormat.OpenXml.Drawing.FillReference +DocumentFormat.OpenXml.Drawing.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList() -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillToRectangle +DocumentFormat.OpenXml.Drawing.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow() -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FlatText +DocumentFormat.OpenXml.Drawing.FlatText.FlatText() -> void +DocumentFormat.OpenXml.Drawing.FlatText.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.FlatText.Z.set -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor() -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Major = 0 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Minor = 1 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.None = 2 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionType +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.get -> DocumentFormat.OpenXml.Drawing.ComplexScriptFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.get -> DocumentFormat.OpenXml.Drawing.EastAsianFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType() -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.get -> DocumentFormat.OpenXml.Drawing.LatinFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.set -> void +DocumentFormat.OpenXml.Drawing.FontReference +DocumentFormat.OpenXml.Drawing.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FontReference.Index.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Fonts +DocumentFormat.OpenXml.Drawing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.get -> DocumentFormat.OpenXml.Drawing.MajorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.get -> DocumentFormat.OpenXml.Drawing.MinorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FontScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.get -> DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.get -> DocumentFormat.OpenXml.Drawing.EffectStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.get -> DocumentFormat.OpenXml.Drawing.FillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme() -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.get -> DocumentFormat.OpenXml.Drawing.LineStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Gamma +DocumentFormat.OpenXml.Drawing.Gamma.Gamma() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow +DocumentFormat.OpenXml.Drawing.Glow.Glow() -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Glow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Glow.Radius.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.get -> DocumentFormat.OpenXml.Drawing.GradientStopList? +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStopList +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic +DocumentFormat.OpenXml.Drawing.Graphic.Graphic() -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.get -> DocumentFormat.OpenXml.Drawing.GraphicData? +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.set -> void +DocumentFormat.OpenXml.Drawing.GraphicData +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData() -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.Gray +DocumentFormat.OpenXml.Drawing.Gray.Gray() -> void +DocumentFormat.OpenXml.Drawing.Grayscale +DocumentFormat.OpenXml.Drawing.Grayscale.Grayscale() -> void +DocumentFormat.OpenXml.Drawing.Green +DocumentFormat.OpenXml.Drawing.Green.Green() -> void +DocumentFormat.OpenXml.Drawing.GreenModulation +DocumentFormat.OpenXml.Drawing.GreenModulation.GreenModulation() -> void +DocumentFormat.OpenXml.Drawing.GreenOffset +DocumentFormat.OpenXml.Drawing.GreenOffset.GreenOffset() -> void +DocumentFormat.OpenXml.Drawing.GridColumn +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Drawing.GroupFill +DocumentFormat.OpenXml.Drawing.GroupFill.GroupFill() -> void +DocumentFormat.OpenXml.Drawing.GroupShape +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HeadEnd +DocumentFormat.OpenXml.Drawing.HeadEnd.HeadEnd() -> void +DocumentFormat.OpenXml.Drawing.Highlight +DocumentFormat.OpenXml.Drawing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hsl +DocumentFormat.OpenXml.Drawing.Hsl.Hsl() -> void +DocumentFormat.OpenXml.Drawing.Hsl.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Hue.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.set -> void +DocumentFormat.OpenXml.Drawing.HslColor +DocumentFormat.OpenXml.Drawing.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.set -> void +DocumentFormat.OpenXml.Drawing.Hue +DocumentFormat.OpenXml.Drawing.Hue.Hue() -> void +DocumentFormat.OpenXml.Drawing.Hue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hue.Val.set -> void +DocumentFormat.OpenXml.Drawing.HueModulation +DocumentFormat.OpenXml.Drawing.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Drawing.HueOffset +DocumentFormat.OpenXml.Drawing.HueOffset.HueOffset() -> void +DocumentFormat.OpenXml.Drawing.HueOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HueOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Hyperlink +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkSound +DocumentFormat.OpenXml.Drawing.HyperlinkSound.HyperlinkSound() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.get -> DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.get -> DocumentFormat.OpenXml.Drawing.HyperlinkSound? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow() -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Inverse +DocumentFormat.OpenXml.Drawing.Inverse.Inverse() -> void +DocumentFormat.OpenXml.Drawing.InverseGamma +DocumentFormat.OpenXml.Drawing.InverseGamma.InverseGamma() -> void +DocumentFormat.OpenXml.Drawing.LastColumn +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn() -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow +DocumentFormat.OpenXml.Drawing.LastRow.LastRow() -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LatinFont +DocumentFormat.OpenXml.Drawing.LatinFont.LatinFont() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.set -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color() -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color() -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig +DocumentFormat.OpenXml.Drawing.LightRig.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Direction.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rig.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Rig.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Balanced = 13 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Chilly = 21 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Contrasting = 17 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flat = 23 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flood = 16 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Freezing = 22 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Glow = 25 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Harsh = 15 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Morning = 18 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Soft = 14 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunrise = 19 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunset = 20 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.ThreePoints = 12 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.TwoPoints = 24 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LinearGradientFill +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.set -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.LinearGradientFill() -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.set -> void +DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineDefault +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault() -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.LineEndPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Arrow = 5 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.None = 0 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Oval = 4 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Stealth = 2 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Triangle = 1 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineJoinBevel +DocumentFormat.OpenXml.Drawing.LineJoinBevel.LineJoinBevel() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineReference +DocumentFormat.OpenXml.Drawing.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing() -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList() -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo +DocumentFormat.OpenXml.Drawing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.LineTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle() -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas() -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Luminance +DocumentFormat.OpenXml.Drawing.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.LuminanceEffect() -> void +DocumentFormat.OpenXml.Drawing.LuminanceModulation +DocumentFormat.OpenXml.Drawing.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Drawing.LuminanceOffset +DocumentFormat.OpenXml.Drawing.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Drawing.MajorFont +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont() -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MasterColorMapping +DocumentFormat.OpenXml.Drawing.MasterColorMapping.MasterColorMapping() -> void +DocumentFormat.OpenXml.Drawing.MinorFont +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont() -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Miter +DocumentFormat.OpenXml.Drawing.Miter.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Miter.Limit.set -> void +DocumentFormat.OpenXml.Drawing.Miter.Miter() -> void +DocumentFormat.OpenXml.Drawing.MoveTo +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.MoveTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.NoAutoFit +DocumentFormat.OpenXml.Drawing.NoAutoFit.NoAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NoBullet +DocumentFormat.OpenXml.Drawing.NoBullet.NoBullet() -> void +DocumentFormat.OpenXml.Drawing.NoFill +DocumentFormat.OpenXml.Drawing.NoFill.NoFill() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Normal +DocumentFormat.OpenXml.Drawing.Normal.Normal() -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.NormalAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell() -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.get -> DocumentFormat.OpenXml.Drawing.LineDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults() -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.get -> DocumentFormat.OpenXml.Drawing.ShapeDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.get -> DocumentFormat.OpenXml.Drawing.TextDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Offset +DocumentFormat.OpenXml.Drawing.Offset.Offset() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Outline +DocumentFormat.OpenXml.Drawing.Outline.Outline() -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping() -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.set -> void +DocumentFormat.OpenXml.Drawing.Path.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Path.Fill.set -> void +DocumentFormat.OpenXml.Drawing.Path.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Height.set -> void +DocumentFormat.OpenXml.Drawing.Path.Path() -> void +DocumentFormat.OpenXml.Drawing.Path.Path(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Stroke.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.Stroke.set -> void +DocumentFormat.OpenXml.Drawing.Path.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Width.set -> void +DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Darken = 4 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.DarkenLess = 5 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Lighten = 2 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.LightenLess = 3 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Norm = 1 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathGradientFill +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.get -> DocumentFormat.OpenXml.Drawing.FillToRectangle? +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill() -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList +DocumentFormat.OpenXml.Drawing.PathList.PathList() -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Rectangle = 2 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PatternFill +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Drawing.BackgroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Drawing.ForegroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Insert = 1 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PercentageType +DocumentFormat.OpenXml.Drawing.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Drawing.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Picture +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet() -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks() -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Pictures.BlipFill? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Point +DocumentFormat.OpenXml.Drawing.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Point2DType +DocumentFormat.OpenXml.Drawing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Position +DocumentFormat.OpenXml.Drawing.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType +DocumentFormat.OpenXml.Drawing.PositivePercentageType.PositivePercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetColor +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor() -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AliceBlue = 0 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AntiqueWhite = 1 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aqua = 2 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aquamarine = 3 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Azure = 4 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Beige = 5 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Bisque = 6 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Black = 7 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlanchedAlmond = 8 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Blue = 9 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlueViolet = 10 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Brown = 11 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BurlyWood = 12 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CadetBlue = 13 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chartreuse = 14 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chocolate = 15 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Coral = 16 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CornflowerBlue = 17 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cornsilk = 18 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Crimson = 19 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cyan = 20 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue = 21 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue2010 = 140 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan = 22 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan2010 = 141 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod = 23 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod2010 = 142 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray = 24 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray2010 = 143 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen = 25 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen2010 = 145 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey = 183 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey2010 = 144 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki = 26 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki2010 = 146 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta = 27 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta2010 = 147 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen = 28 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen2010 = 148 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange = 29 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange2010 = 149 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid = 30 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid2010 = 150 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed = 31 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed2010 = 151 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon = 32 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon2010 = 152 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen = 33 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen2010 = 153 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue = 34 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue2010 = 154 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray = 35 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray2010 = 155 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey = 185 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey2010 = 156 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise = 36 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise2010 = 157 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet = 37 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet2010 = 158 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepPink = 38 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepSkyBlue = 39 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGray = 40 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGrey = 184 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DodgerBlue = 41 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Firebrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.FloralWhite = 43 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.ForestGreen = 44 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Fuchsia = 45 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gainsboro = 46 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GhostWhite = 47 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gold = 48 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Goldenrod = 49 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gray = 50 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Green = 51 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GreenYellow = 52 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Grey = 186 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Honeydew = 53 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.HotPink = 54 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.IndianRed = 55 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Indigo = 56 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Ivory = 57 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Khaki = 58 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lavender = 59 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LavenderBlush = 60 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LawnGreen = 61 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LemonChiffon = 62 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue = 63 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue2010 = 159 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral = 64 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral2010 = 160 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan = 65 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan2010 = 161 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow = 66 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow2010 = 162 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray = 67 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray2010 = 163 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen = 68 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen2010 = 165 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey = 187 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey2010 = 164 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink = 69 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink2010 = 166 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon = 70 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon2010 = 167 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen = 71 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen2010 = 168 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue = 72 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue2010 = 169 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray = 73 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray2010 = 170 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey = 188 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey2010 = 171 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue = 74 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue2010 = 172 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow = 75 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow2010 = 173 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lime = 76 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LimeGreen = 77 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Linen = 78 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Magenta = 79 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Maroon = 80 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MedAquamarine = 81 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumAquamarine2010 = 174 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue = 82 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue2010 = 175 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid = 83 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid2010 = 176 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple = 84 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple2010 = 177 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen = 85 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen2010 = 178 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue = 86 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue2010 = 179 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen = 87 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen2010 = 180 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise = 88 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise2010 = 181 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed = 89 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed2010 = 182 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MidnightBlue = 90 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MintCream = 91 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MistyRose = 92 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Moccasin = 93 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.NavajoWhite = 94 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Navy = 95 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OldLace = 96 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Olive = 97 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OliveDrab = 98 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orange = 99 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OrangeRed = 100 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orchid = 101 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGoldenrod = 102 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGreen = 103 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleTurquoise = 104 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleVioletRed = 105 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PapayaWhip = 106 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PeachPuff = 107 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Peru = 108 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Pink = 109 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Plum = 110 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PowderBlue = 111 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Purple = 112 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Red = 113 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RosyBrown = 114 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RoyalBlue = 115 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SaddleBrown = 116 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Salmon = 117 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SandyBrown = 118 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaGreen = 119 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaShell = 120 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Sienna = 121 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Silver = 122 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SkyBlue = 123 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateBlue = 124 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGray = 125 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGrey = 189 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Snow = 126 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SpringGreen = 127 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SteelBlue = 128 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tan = 129 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Teal = 130 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Thistle = 131 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tomato = 132 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Turquoise = 133 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Violet = 134 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Wheat = 135 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.White = 136 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.WhiteSmoke = 137 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Yellow = 138 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.YellowGreen = 139 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetDash +DocumentFormat.OpenXml.Drawing.PresetDash.PresetDash() -> void +DocumentFormat.OpenXml.Drawing.PresetDash.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetDash.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry() -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.DashDot = 4 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDash = 3 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDot = 5 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDotDot = 6 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDash = 7 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDot = 9 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDot = 8 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Cross = 22 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkDownwardDiagonal = 27 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkHorizontal = 16 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkUpwardDiagonal = 28 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkVertical = 17 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedDownwardDiagonal = 31 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedHorizontal = 20 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedUpwardDiagonal = 32 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedVertical = 21 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalBrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalCross = 33 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Divot = 49 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DotGrid = 38 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DottedDiamond = 45 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DownwardDiagonal = 23 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Horizontal = 12 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.HorizontalBrick = 41 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeCheck = 35 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeConfetti = 40 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeGrid = 37 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightDownwardDiagonal = 25 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightHorizontal = 14 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightUpwardDiagonal = 26 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightVertical = 15 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowHorizontal = 18 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowVertical = 19 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.OpenDiamond = 44 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent10 = 1 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent20 = 2 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent25 = 3 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent30 = 4 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent40 = 5 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent5 = 0 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent50 = 6 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent60 = 7 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent70 = 8 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent75 = 9 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent80 = 10 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent90 = 11 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Plaid = 46 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Shingle = 50 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallCheck = 34 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallConfetti = 39 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallGrid = 36 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SolidDiamond = 43 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Sphere = 47 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Trellis = 52 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.UpwardDiagonal = 24 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Vertical = 13 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Wave = 51 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Weave = 48 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideDownwardDiagonal = 29 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideUpwardDiagonal = 30 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.ZigZag = 53 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetShadow +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow() -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackCenterPerspectiveShadow = 18 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftLongPerspectiveShadow = 10 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftPerspectiveShadow = 2 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightLongPerspectiveShadow = 11 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightPerspectiveShadow = 3 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomLeftDropShadow = 4 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightDropShadow = 5 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightSmallDropShadow = 13 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontBottomShadow = 19 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftLongPerspectiveShadow = 14 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftPerspectiveShadow = 6 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightLongPerspectiveShadow = 15 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightPerspectiveShadow = 7 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalInnerBoxShadow = 17 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalOuterBoxShadow = 16 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDoubleDropShadow = 12 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDropShadow = 0 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftLargeDropShadow = 9 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftSmallDropShadow = 8 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopRightDropShadow = 1 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetTextWrap +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap() -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension() -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile() -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RatioType +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Drawing.Rectangle +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Left.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Right.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Top.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Top.set -> void +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Bottom = 7 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomRight = 8 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.Red +DocumentFormat.OpenXml.Drawing.Red.Red() -> void +DocumentFormat.OpenXml.Drawing.RedModulation +DocumentFormat.OpenXml.Drawing.RedModulation.RedModulation() -> void +DocumentFormat.OpenXml.Drawing.RedOffset +DocumentFormat.OpenXml.Drawing.RedOffset.RedOffset() -> void +DocumentFormat.OpenXml.Drawing.Reflection +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.Distance.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.RelativeOffset() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.RelativeRectangleType() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightToLeft +DocumentFormat.OpenXml.Drawing.RightToLeft.RightToLeft() -> void +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.set -> void +DocumentFormat.OpenXml.Drawing.Rotation +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Rotation() -> void +DocumentFormat.OpenXml.Drawing.Round +DocumentFormat.OpenXml.Drawing.Round.Round() -> void +DocumentFormat.OpenXml.Drawing.Run +DocumentFormat.OpenXml.Drawing.Run.Run() -> void +DocumentFormat.OpenXml.Drawing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Run.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Run.Text.set -> void +DocumentFormat.OpenXml.Drawing.RunProperties +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Saturation +DocumentFormat.OpenXml.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Drawing.SaturationModulation +DocumentFormat.OpenXml.Drawing.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Drawing.SaturationOffset +DocumentFormat.OpenXml.Drawing.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Drawing.ScaleX +DocumentFormat.OpenXml.Drawing.ScaleX.ScaleX() -> void +DocumentFormat.OpenXml.Drawing.ScaleY +DocumentFormat.OpenXml.Drawing.ScaleY.ScaleY() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background1 = 0 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background2 = 2 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark1 = 13 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark2 = 15 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light1 = 14 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light2 = 16 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.PhColor = 12 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text1 = 1 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text2 = 3 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.Shade +DocumentFormat.OpenXml.Drawing.Shade.Shade() -> void +DocumentFormat.OpenXml.Drawing.Shape +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Shape.TextShape.get -> DocumentFormat.OpenXml.Drawing.TextShape? +DocumentFormat.OpenXml.Drawing.Shape.TextShape.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType() -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.set -> void +DocumentFormat.OpenXml.Drawing.ShapeAutoFit +DocumentFormat.OpenXml.Drawing.ShapeAutoFit.ShapeAutoFit() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.ShapeGuide() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout1 = 113 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout2 = 114 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout3 = 115 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout1 = 107 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout2 = 108 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout3 = 109 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBackPrevious = 165 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBeginning = 167 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBlank = 160 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonDocument = 169 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonEnd = 166 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonForwardNext = 164 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHelp = 162 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHome = 161 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonInformation = 163 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonMovie = 171 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonReturn = 168 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonSound = 170 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Arc = 88 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentArrow = 62 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector2 = 96 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector3 = 97 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector4 = 98 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector5 = 99 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentUpArrow = 49 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Bevel = 82 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BlockArc = 40 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout1 = 110 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout2 = 111 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout3 = 112 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracePair = 94 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracketPair = 93 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout1 = 104 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout2 = 105 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout3 = 106 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Can = 73 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartPlus = 186 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartStar = 185 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartX = 184 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chevron = 37 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chord = 87 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CircularArrow = 64 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cloud = 120 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CloudCallout = 119 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Corner = 85 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CornerTabs = 181 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cube = 72 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector2 = 100 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector3 = 101 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector4 = 102 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector5 = 103 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedDownArrow = 70 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedLeftArrow = 68 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedRightArrow = 67 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedUpArrow = 69 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Decagon = 13 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DiagonalStripe = 86 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Diamond = 5 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Dodecagon = 14 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Donut = 41 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DoubleWave = 129 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrow = 46 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrowCallout = 58 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ellipse = 34 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon = 123 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon2 = 124 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartAlternateProcess = 158 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartCollate = 147 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartConnector = 142 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDecision = 132 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDelay = 157 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDisplay = 156 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDocument = 136 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartExtract = 149 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInputOutput = 133 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInternalStorage = 135 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDisk = 154 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDrum = 155 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticTape = 153 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualInput = 140 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualOperation = 141 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMerge = 150 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMultidocument = 137 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOfflineStorage = 151 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOffpageConnector = 159 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOnlineStorage = 152 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOr = 146 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPredefinedProcess = 134 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPreparation = 139 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartProcess = 131 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedCard = 143 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedTape = 144 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSort = 148 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSummingJunction = 145 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartTerminator = 138 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FoldedCorner = 81 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Frame = 83 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Funnel = 174 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear6 = 172 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear9 = 173 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HalfFrame = 84 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heart = 75 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heptagon = 11 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Hexagon = 10 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HomePlate = 36 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HorizontalScroll = 127 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal1 = 79 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal2 = 80 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrow = 44 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrowCallout = 55 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBrace = 91 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBracket = 89 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftCircularArrow = 65 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrow = 50 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrowCallout = 59 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightCircularArrow = 66 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightRibbon = 125 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightUpArrow = 53 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftUpArrow = 52 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LightningBolt = 74 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LineInverse = 1 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathDivide = 178 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathEqual = 179 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMinus = 176 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMultiply = 177 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathNotEqual = 180 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathPlus = 175 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Moon = 77 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NonIsoscelesTrapezoid = 8 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NoSmoking = 42 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NotchedRightArrow = 48 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Octagon = 12 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Parallelogram = 6 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pentagon = 9 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pie = 39 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PieWedge = 38 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plaque = 33 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PlaqueTabs = 183 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plus = 130 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrow = 54 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrowCallout = 61 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Rectangle = 4 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon = 121 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon2 = 122 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrow = 43 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrowCallout = 56 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBrace = 92 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBracket = 90 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightTriangle = 3 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round1Rectangle = 26 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2DiagonalRectangle = 28 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2SameRectangle = 27 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RoundRectangle = 25 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SmileyFace = 78 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip1Rectangle = 30 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2DiagonalRectangle = 32 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2SameRectangle = 31 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SnipRoundRectangle = 29 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SquareTabs = 182 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star10 = 20 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star12 = 21 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star16 = 22 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star24 = 23 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star32 = 24 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star4 = 15 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star5 = 16 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star6 = 17 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star7 = 18 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star8 = 19 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StraightConnector1 = 95 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StripedRightArrow = 47 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Sun = 76 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SwooshArrow = 71 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Teardrop = 35 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Trapezoid = 7 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Triangle = 2 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrow = 45 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrowCallout = 57 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrow = 51 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrowCallout = 60 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UTurnArrow = 63 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.VerticalScroll = 126 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Wave = 128 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeEllipseCallout = 118 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRectangleCallout = 116 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRoundRectangleCallout = 117 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.SoftEdge +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.set -> void +DocumentFormat.OpenXml.Drawing.SoftEdge.SoftEdge() -> void +DocumentFormat.OpenXml.Drawing.SolidFill +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill() -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SourceRectangle +DocumentFormat.OpenXml.Drawing.SourceRectangle.SourceRectangle() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell() -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter() -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore() -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent +DocumentFormat.OpenXml.Drawing.SpacingPercent.SpacingPercent() -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints +DocumentFormat.OpenXml.Drawing.SpacingPoints.SpacingPoints() -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Position? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.Absolute = 2 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.OneCell = 1 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.TwoCell = 0 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Load(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Save(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StartConnection +DocumentFormat.OpenXml.Drawing.StartConnection.StartConnection() -> void +DocumentFormat.OpenXml.Drawing.StartTime +DocumentFormat.OpenXml.Drawing.StartTime.StartTime() -> void +DocumentFormat.OpenXml.Drawing.Stretch +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.get -> DocumentFormat.OpenXml.Drawing.FillRectangle? +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch() -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType() -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.SupplementalFont() -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.SymbolFont +DocumentFormat.OpenXml.Drawing.SymbolFont.SymbolFont() -> void +DocumentFormat.OpenXml.Drawing.SystemColor +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.set -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor() -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SystemColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveBorder = 10 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveCaption = 2 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ApplicationWorkspace = 12 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonFace = 15 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonHighlight = 20 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonShadow = 16 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonText = 18 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.CaptionText = 9 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientActiveCaption = 26 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientInactiveCaption = 27 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GrayText = 17 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Highlight = 13 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HighlightText = 14 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HotLight = 25 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveBorder = 11 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaption = 3 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaptionText = 19 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoBack = 24 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoText = 23 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Menu = 4 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuBar = 29 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuHighlight = 28 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuText = 7 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ScrollBar = 0 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDDarkShadow = 21 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDLight = 22 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Window = 5 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowFrame = 6 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowText = 8 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.Table +DocumentFormat.OpenXml.Drawing.Table.Table() -> void +DocumentFormat.OpenXml.Drawing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.TableGrid.get -> DocumentFormat.OpenXml.Drawing.TableGrid? +DocumentFormat.OpenXml.Drawing.Table.TableGrid.set -> void +DocumentFormat.OpenXml.Drawing.Table.TableProperties.get -> DocumentFormat.OpenXml.Drawing.TableProperties? +DocumentFormat.OpenXml.Drawing.Table.TableProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableBackground +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground() -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Drawing.TableCellProperties? +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Drawing.BottomBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideVerticalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Drawing.LeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Drawing.RightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Drawing.TopBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.get -> DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.get -> DocumentFormat.OpenXml.Drawing.Cell3DProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.RightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.get -> DocumentFormat.OpenXml.Drawing.TableCellBorders? +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellTextStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType() -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow +DocumentFormat.OpenXml.Drawing.TableRow.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TableRow.Height.set -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry() -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleId +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId() -> void +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId(string! text) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Load(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Save(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList() -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Drawing.TableStyleType +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band1Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.get -> DocumentFormat.OpenXml.Drawing.Band1Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band2Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.get -> DocumentFormat.OpenXml.Drawing.Band2Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.get -> DocumentFormat.OpenXml.Drawing.FirstColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.get -> DocumentFormat.OpenXml.Drawing.FirstRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.get -> DocumentFormat.OpenXml.Drawing.LastColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.get -> DocumentFormat.OpenXml.Drawing.LastRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.get -> DocumentFormat.OpenXml.Drawing.NortheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.get -> DocumentFormat.OpenXml.Drawing.NorthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.get -> DocumentFormat.OpenXml.Drawing.SoutheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.get -> DocumentFormat.OpenXml.Drawing.SouthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.get -> DocumentFormat.OpenXml.Drawing.TableBackground? +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType() -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.get -> DocumentFormat.OpenXml.Drawing.WholeTable? +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.set -> void +DocumentFormat.OpenXml.Drawing.TabStop +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Drawing.TabStopList +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList() -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TailEnd +DocumentFormat.OpenXml.Drawing.TailEnd.TailEnd() -> void +DocumentFormat.OpenXml.Drawing.Text +DocumentFormat.OpenXml.Drawing.Text.Text() -> void +DocumentFormat.OpenXml.Drawing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Distributed = 5 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Justified = 3 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.JustifiedLow = 4 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.ThaiDistributed = 6 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenBoth = 0 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenR = 2 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterPeriod = 4 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenBoth = 1 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenR = 3 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterPeriod = 5 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic1Minus = 28 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic2Minus = 29 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePeriod = 19 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePlain = 20 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenBoth = 6 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenR = 7 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPeriod = 8 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPlain = 9 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberDoubleBytePlain = 16 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsBlackPlain = 17 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsWhitePlain = 18 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseDoubleBytePeriod = 25 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPeriod = 27 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPlain = 26 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePeriod = 21 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePlain = 22 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePeriod = 23 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePlain = 24 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Hebrew2Minus = 30 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlpha1Period = 40 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlphaPeriod = 37 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumberParenthesisRight = 39 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumPeriod = 38 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenBoth = 10 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenR = 12 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterPeriod = 14 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenBoth = 11 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenR = 13 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterPeriod = 15 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisBoth = 33 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisRight = 32 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaPeriod = 31 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisBoth = 36 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisRight = 35 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberPeriod = 34 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextBody +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.All = 2 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.Small = 1 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Drawing.TextDefault +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault() -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Automatic = 0 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Baseline = 3 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Bottom = 4 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontType +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.TextFontType() -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Clip = 1 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.get -> DocumentFormat.OpenXml.Drawing.LineSpacing? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.get -> DocumentFormat.OpenXml.Drawing.SpaceAfter? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.get -> DocumentFormat.OpenXml.Drawing.SpaceBefore? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape() -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDown = 10 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDownPour = 14 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUp = 9 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUpPour = 13 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButton = 12 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButtonPour = 16 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanDown = 20 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanUp = 19 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeDown = 40 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeUp = 39 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevron = 5 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevronInverted = 6 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCircle = 11 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCirclePour = 15 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveDown = 18 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveUp = 17 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflate = 26 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateBottom = 28 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflate = 31 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflateDeflate = 32 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateTop = 30 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDoubleWave1 = 23 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeDown = 36 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeLeft = 34 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeRight = 33 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeUp = 35 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflate = 25 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateBottom = 27 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateTop = 29 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextNoShape = 0 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextPlain = 1 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingInside = 7 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingOutside = 8 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantDown = 38 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantUp = 37 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextStop = 2 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangle = 3 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangleInverted = 4 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave1 = 21 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave2 = 22 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave4 = 24 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextSpacingType +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.get -> DocumentFormat.OpenXml.Drawing.SpacingPercent? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.get -> DocumentFormat.OpenXml.Drawing.SpacingPoints? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType() -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.DoubleStrike = 2 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.NoStrike = 0 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.SingleStrike = 1 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Decimal = 3 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dash = 7 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashHeavy = 8 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLong = 9 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLongHeavy = 10 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDash = 11 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDashHeavy = 12 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDash = 13 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDashHeavy = 14 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dotted = 5 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Double = 3 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Heavy = 4 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.HeavyDotted = 6 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Single = 2 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Wavy = 15 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyDouble = 17 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyHeavy = 16 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Clip = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Ellipsis = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.EastAsianVetical = 4 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.MongolianVertical = 5 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical270 = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtLeftToRight = 6 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtVertical = 3 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.Theme +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.get -> DocumentFormat.OpenXml.Drawing.CustomColorList? +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.get -> DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList? +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Load(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.get -> DocumentFormat.OpenXml.Drawing.ObjectDefaults? +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.set -> void +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.get -> DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList? +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Save(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme() -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.get -> DocumentFormat.OpenXml.Drawing.ThemeElements? +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType() -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements() -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeManager +DocumentFormat.OpenXml.Drawing.ThemeManager.ThemeManager() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Load(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Save(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Drawing.Tile +DocumentFormat.OpenXml.Drawing.Tile.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Flip.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Tile() -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Horizontal = 1 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.HorizontalAndVertical = 3 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Vertical = 2 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileRectangle +DocumentFormat.OpenXml.Drawing.TileRectangle.TileRectangle() -> void +DocumentFormat.OpenXml.Drawing.Tint +DocumentFormat.OpenXml.Drawing.Tint.Tint() -> void +DocumentFormat.OpenXml.Drawing.TintEffect +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.TintEffect() -> void +DocumentFormat.OpenXml.Drawing.TopBorder +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder() -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.TransformEffect() -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.get -> DocumentFormat.OpenXml.Drawing.ChildExtents? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.get -> DocumentFormat.OpenXml.Drawing.ChildOffset? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup() -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Underline +DocumentFormat.OpenXml.Drawing.Underline.Underline() -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFillText +DocumentFormat.OpenXml.Drawing.UnderlineFillText.UnderlineFillText() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.UnderlineFollowsText() -> void +DocumentFormat.OpenXml.Drawing.UpVector +DocumentFormat.OpenXml.Drawing.UpVector.UpVector() -> void +DocumentFormat.OpenXml.Drawing.UseShapeRectangle +DocumentFormat.OpenXml.Drawing.UseShapeRectangle.UseShapeRectangle() -> void +DocumentFormat.OpenXml.Drawing.Vector3DType +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.WaveAudioFile +DocumentFormat.OpenXml.Drawing.WaveAudioFile.WaveAudioFile() -> void +DocumentFormat.OpenXml.Drawing.WholeTable +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable() -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.EffectExtent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Character = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Column = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.LeftMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.RightMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.SimplePosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.StartPoint() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.BottomMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Line = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Paragraph = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.TopMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.WrapNone() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.BothSides = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Largest = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ElementEventArgs +DocumentFormat.OpenXml.ElementEventArgs.Element.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.ElementEventArgs.ElementEventArgs(DocumentFormat.OpenXml.OpenXmlElement! element, DocumentFormat.OpenXml.OpenXmlElement! parentElement) -> void +DocumentFormat.OpenXml.ElementEventArgs.ParentElement.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.End = 1 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.Start = 0 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.Arc +DocumentFormat.OpenXml.EMMA.Arc.Arc() -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Arc.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.End.set -> void +DocumentFormat.OpenXml.EMMA.Arc.From.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.From.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Language.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Arc.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Arc.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Source.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.Start.set -> void +DocumentFormat.OpenXml.EMMA.Arc.To.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.To.set -> void +DocumentFormat.OpenXml.EMMA.Derivation +DocumentFormat.OpenXml.EMMA.Derivation.Derivation() -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.set -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.DerivedFrom() -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.set -> void +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multidevice = 2 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multiprocess = 3 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Recognition = 0 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Understanding = 1 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.Emma +DocumentFormat.OpenXml.EMMA.Emma.Emma() -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Emma.Version.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint() -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.set -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo() -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Replyto = 2 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Router = 3 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Sink = 1 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Source = 0 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.Grammar +DocumentFormat.OpenXml.EMMA.Grammar.Grammar() -> void +DocumentFormat.OpenXml.EMMA.Grammar.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Id.set -> void +DocumentFormat.OpenXml.EMMA.Grammar.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Group +DocumentFormat.OpenXml.EMMA.Group.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Group.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Group.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Group.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.End.set -> void +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Function.set -> void +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Group() -> void +DocumentFormat.OpenXml.EMMA.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Id.set -> void +DocumentFormat.OpenXml.EMMA.Group.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Language.set -> void +DocumentFormat.OpenXml.EMMA.Group.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Group.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Group.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Group.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Group.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Group.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Group.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Process.set -> void +DocumentFormat.OpenXml.EMMA.Group.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Group.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Group.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Source.set -> void +DocumentFormat.OpenXml.EMMA.Group.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.Start.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Group.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Group.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Group.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.GroupInfo +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo() -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Info +DocumentFormat.OpenXml.EMMA.Info.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Info.Id.set -> void +DocumentFormat.OpenXml.EMMA.Info.Info() -> void +DocumentFormat.OpenXml.EMMA.Info.Info(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.End.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Function.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Id.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation() -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Language.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Process.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Source.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.Start.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Lattice +DocumentFormat.OpenXml.EMMA.Lattice.Final.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Lattice.Final.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Initial.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Lattice.Initial.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice() -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Literal +DocumentFormat.OpenXml.EMMA.Literal.Literal() -> void +DocumentFormat.OpenXml.EMMA.Literal.Literal(string! text) -> void +DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Acoustic = 0 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Tactile = 1 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Visual = 2 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.Model +DocumentFormat.OpenXml.EMMA.Model.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Id.set -> void +DocumentFormat.OpenXml.EMMA.Model.Model() -> void +DocumentFormat.OpenXml.EMMA.Model.Model(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Node +DocumentFormat.OpenXml.EMMA.Node.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Node.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Node.Node() -> void +DocumentFormat.OpenXml.EMMA.Node.Node(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.set -> void +DocumentFormat.OpenXml.EMMA.OneOf +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Cost.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.Duration.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.End.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Function.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Id.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Language.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.OneOf.Medium.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.OneOf.Mode.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf() -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Process.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Signal.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Source.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.Start.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.End.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Function.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Id.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Language.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Sequence.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Sequence.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Process.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence() -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Source.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.Start.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.set -> void +DocumentFormat.OpenXml.EnumStringAttribute +DocumentFormat.OpenXml.EnumStringAttribute.EnumStringAttribute(string! value) -> void +DocumentFormat.OpenXml.EnumStringAttribute.Value.get -> string! +DocumentFormat.OpenXml.EnumValue +DocumentFormat.OpenXml.EnumValue.EnumValue() -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(DocumentFormat.OpenXml.EnumValue! source) -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(T value) -> void +DocumentFormat.OpenXml.ExtendedProperties.Application +DocumentFormat.OpenXml.ExtendedProperties.Application.Application() -> void +DocumentFormat.OpenXml.ExtendedProperties.Application.Application(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion() -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters() -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces() -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Company +DocumentFormat.OpenXml.ExtendedProperties.Company.Company() -> void +DocumentFormat.OpenXml.ExtendedProperties.Company.Company(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature() -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.set -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity() -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs() -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides() -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines() -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate() -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager() -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips() -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes() -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages() -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs() -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat() -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.get -> DocumentFormat.OpenXml.ExtendedProperties.Application? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.get -> DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.get -> DocumentFormat.OpenXml.ExtendedProperties.Characters? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.get -> DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces? +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.get -> DocumentFormat.OpenXml.ExtendedProperties.Company? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.get -> DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.get -> DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.get -> DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.get -> DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.get -> DocumentFormat.OpenXml.ExtendedProperties.Lines? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.get -> DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate? +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.get -> DocumentFormat.OpenXml.ExtendedProperties.Manager? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.get -> DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips? +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.get -> DocumentFormat.OpenXml.ExtendedProperties.Notes? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.get -> DocumentFormat.OpenXml.ExtendedProperties.Pages? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.get -> DocumentFormat.OpenXml.ExtendedProperties.Paragraphs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.get -> DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat? +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.get -> DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.get -> DocumentFormat.OpenXml.ExtendedProperties.SharedDocument? +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.get -> DocumentFormat.OpenXml.ExtendedProperties.Slides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.get -> DocumentFormat.OpenXml.ExtendedProperties.Template? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.get -> DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.get -> DocumentFormat.OpenXml.ExtendedProperties.TotalTime? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.get -> DocumentFormat.OpenXml.ExtendedProperties.Words? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.set -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop() -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument() -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides() -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Template +DocumentFormat.OpenXml.ExtendedProperties.Template.Template() -> void +DocumentFormat.OpenXml.ExtendedProperties.Template.Template(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts() -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime() -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType() -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Words +DocumentFormat.OpenXml.ExtendedProperties.Words.Words() -> void +DocumentFormat.OpenXml.ExtendedProperties.Words.Words(string! text) -> void +DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.None = 0 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2007 = 1 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2010 = 2 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2013 = 4 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2016 = 8 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2019 = 16 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.HexBinaryValue +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue() -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(DocumentFormat.OpenXml.HexBinaryValue! source) -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(string? hexBinary) -> void +DocumentFormat.OpenXml.HexBinaryValue.TryGetBytes(out byte[]! bytes) -> bool +DocumentFormat.OpenXml.InkML.ActiveArea +DocumentFormat.OpenXml.InkML.ActiveArea.ActiveArea() -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Height.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Height.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Size.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Units.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Width.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Width.set -> void +DocumentFormat.OpenXml.InkML.Annotation +DocumentFormat.OpenXml.InkML.Annotation.Annotation() -> void +DocumentFormat.OpenXml.InkML.Annotation.Annotation(string! text) -> void +DocumentFormat.OpenXml.InkML.Annotation.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Encoding.set -> void +DocumentFormat.OpenXml.InkML.Annotation.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Type.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml() -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.get -> DocumentFormat.OpenXml.EMMA.Emma? +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.set -> void +DocumentFormat.OpenXml.InkML.Bind +DocumentFormat.OpenXml.InkML.Bind.Bind() -> void +DocumentFormat.OpenXml.InkML.Bind.Column.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Column.set -> void +DocumentFormat.OpenXml.InkML.Bind.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Source.set -> void +DocumentFormat.OpenXml.InkML.Bind.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Target.set -> void +DocumentFormat.OpenXml.InkML.Bind.Variable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Variable.set -> void +DocumentFormat.OpenXml.InkML.Brush +DocumentFormat.OpenXml.InkML.Brush.Brush() -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Brush.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.Id.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty() -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.Canvas +DocumentFormat.OpenXml.InkML.Canvas.Canvas() -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.Id.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform() -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.set -> void +DocumentFormat.OpenXml.InkML.Channel +DocumentFormat.OpenXml.InkML.Channel.Channel() -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Default.set -> void +DocumentFormat.OpenXml.InkML.Channel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Id.set -> void +DocumentFormat.OpenXml.InkML.Channel.Max.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Max.set -> void +DocumentFormat.OpenXml.InkML.Channel.Min.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Min.set -> void +DocumentFormat.OpenXml.InkML.Channel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Name.set -> void +DocumentFormat.OpenXml.InkML.Channel.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Orientation.set -> void +DocumentFormat.OpenXml.InkML.Channel.RespectTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.RespectTo.set -> void +DocumentFormat.OpenXml.InkML.Channel.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Type.set -> void +DocumentFormat.OpenXml.InkML.Channel.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Boolean = 2 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Decimal = 1 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Integer = 0 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelProperties +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties() -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperty +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.ChannelProperty() -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.MinusVe = 1 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.PlusVe = 0 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.Context +DocumentFormat.OpenXml.InkML.Context.Brush.get -> DocumentFormat.OpenXml.InkML.Brush? +DocumentFormat.OpenXml.InkML.Context.Brush.set -> void +DocumentFormat.OpenXml.InkML.Context.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Canvas.get -> DocumentFormat.OpenXml.InkML.Canvas? +DocumentFormat.OpenXml.InkML.Context.Canvas.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasRef.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.get -> DocumentFormat.OpenXml.InkML.CanvasTransform? +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Context() -> void +DocumentFormat.OpenXml.InkML.Context.Context(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.Context(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Context.Context(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.Id.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSource.get -> DocumentFormat.OpenXml.InkML.InkSource? +DocumentFormat.OpenXml.InkML.Context.InkSource.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Timestamp.get -> DocumentFormat.OpenXml.InkML.Timestamp? +DocumentFormat.OpenXml.InkML.Context.Timestamp.set -> void +DocumentFormat.OpenXml.InkML.Context.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Context.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.set -> void +DocumentFormat.OpenXml.InkML.Definitions +DocumentFormat.OpenXml.InkML.Definitions.Definitions() -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink +DocumentFormat.OpenXml.InkML.Ink.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Ink.DocumentId.set -> void +DocumentFormat.OpenXml.InkML.Ink.Ink() -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.Ink.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.InkSource +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.get -> DocumentFormat.OpenXml.InkML.ActiveArea? +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Description.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Id.set -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource() -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.Latency.get -> DocumentFormat.OpenXml.InkML.Latency? +DocumentFormat.OpenXml.InkML.InkSource.Latency.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Model.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Model.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.get -> DocumentFormat.OpenXml.InkML.SampleRate? +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.set -> void +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels() -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Latency +DocumentFormat.OpenXml.InkML.Latency.Latency() -> void +DocumentFormat.OpenXml.InkML.Latency.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Latency.Value.set -> void +DocumentFormat.OpenXml.InkML.Mapping +DocumentFormat.OpenXml.InkML.Mapping.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.Id.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping() -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Mapping.Type.set -> void +DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Affine = 2 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Identity = 0 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Lookup = 1 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.MathML = 3 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Product = 4 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Unknown = 5 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.Matrix +DocumentFormat.OpenXml.InkML.Matrix.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Matrix.Id.set -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix() -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix(string! text) -> void +DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Drop = 2 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Ellipse = 0 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Rectangle = 1 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Black = 0 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.CopyPen = 12 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskNotPen = 2 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPen = 8 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPenNot = 4 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergeNotPen = 11 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePen = 14 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePenNot = 13 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NoOperation = 10 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Not = 5 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotCopyPen = 3 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMaskPen = 7 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMergePen = 1 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotXOrPen = 9 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.White = 15 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.XOrPen = 6 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.SampleRate +DocumentFormat.OpenXml.InkML.SampleRate.SampleRate() -> void +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.set -> void +DocumentFormat.OpenXml.InkML.SampleRate.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SampleRate.Value.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty +DocumentFormat.OpenXml.InkML.SourceProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.SourceProperty() -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Degree = 0 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Radian = 1 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.AntiAliased = 6 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Color = 2 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.FitToCurve = 7 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Height = 1 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.IgnorePressure = 8 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.RasterOp = 5 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Tip = 4 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Transparency = 3 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Width = 0 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlackColorValue = 27 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlueColorValue = 23 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ButtonPressure = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ColorValue = 20 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.CyanColorValue = 24 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.FingerTouch = 33 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.GreenColorValue = 22 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.MegentaColorValue = 25 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenAzimuthAngle = 14 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenElevationAngle = 15 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenInverted = 11 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenTipForce = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PexAxisRotation = 16 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PitchRotation = 17 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RedColorValue = 21 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RollRotation = 18 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SerialNumber = 30 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton1State = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton2State = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton3State = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton4State = 10 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.StrokesWidth = 28 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TangentPressure = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongXAxis = 12 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongYAxis = 13 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.Time = 29 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TipSwitchState = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchHeight = 32 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchWidth = 31 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.XCoordinate = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YawRotation = 19 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YCoordinate = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YellowColorValue = 26 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ZCoordinate = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Accuracy = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.CrossCoupling = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Distortion = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.MinBandwidth = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Noise = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.PeakRate = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Quantization = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Resolution = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Skew = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Threshold = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Centimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Em = 6 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Ex = 7 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Inche = 3 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Meter = 0 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Millimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Pica = 5 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Point = 4 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Gram = 1 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Kilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Milligram = 2 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Newton = 3 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Pond = 4 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.DeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.None = 2 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.Percentage = 0 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerDegree = 0 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerRadian = 1 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerCentimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEm = 6 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEx = 7 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerInche = 3 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMeter = 0 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMillimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPica = 5 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPoint = 4 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerGram = 1 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerKilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerMilligram = 2 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerNewton = 3 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerPond = 4 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerDeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerPercentage = 0 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerMillisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerSecond = 0 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Millisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Second = 0 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.Table +DocumentFormat.OpenXml.InkML.Table.Apply.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Apply.set -> void +DocumentFormat.OpenXml.InkML.Table.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Table.Id.set -> void +DocumentFormat.OpenXml.InkML.Table.Interpolation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Interpolation.set -> void +DocumentFormat.OpenXml.InkML.Table.Table() -> void +DocumentFormat.OpenXml.InkML.Table.Table(string! text) -> void +DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Absolute = 0 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Relative = 1 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Ceiling = 2 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Cubic = 4 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Floor = 0 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Linear = 3 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Middle = 1 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.Timestamp +DocumentFormat.OpenXml.InkML.Timestamp.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.Id.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Time.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.Time.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Timestamp() -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.set -> void +DocumentFormat.OpenXml.InkML.Trace +DocumentFormat.OpenXml.InkML.Trace.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.Continuation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Continuation.set -> void +DocumentFormat.OpenXml.InkML.Trace.Duration.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.Duration.set -> void +DocumentFormat.OpenXml.InkML.Trace.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.Id.set -> void +DocumentFormat.OpenXml.InkML.Trace.PriorRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.PriorRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Trace.Trace() -> void +DocumentFormat.OpenXml.InkML.Trace.Trace(string! text) -> void +DocumentFormat.OpenXml.InkML.Trace.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Type.set -> void +DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Begin = 0 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.End = 1 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Middle = 2 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceFormat +DocumentFormat.OpenXml.InkML.TraceFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceFormat.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat() -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup() -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.Indeterminate = 2 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenDown = 0 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenUp = 1 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceView +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.From.set -> void +DocumentFormat.OpenXml.InkML.TraceView.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceView.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.To.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView() -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Int16Value +DocumentFormat.OpenXml.Int16Value.Int16Value() -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(DocumentFormat.OpenXml.Int16Value! source) -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(short value) -> void +DocumentFormat.OpenXml.Int32Value +DocumentFormat.OpenXml.Int32Value.Int32Value() -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(DocumentFormat.OpenXml.Int32Value! source) -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(int value) -> void +DocumentFormat.OpenXml.Int64Value +DocumentFormat.OpenXml.Int64Value.Int64Value() -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(DocumentFormat.OpenXml.Int64Value! source) -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(long value) -> void +DocumentFormat.OpenXml.IntegerValue +DocumentFormat.OpenXml.IntegerValue.IntegerValue() -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(DocumentFormat.OpenXml.IntegerValue! source) -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(long value) -> void +DocumentFormat.OpenXml.InvalidMCContentException +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException() -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message) -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.ListValue +DocumentFormat.OpenXml.ListValue.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.ListValue.Items.get -> System.Collections.Generic.ICollection! +DocumentFormat.OpenXml.ListValue.ListValue() -> void +DocumentFormat.OpenXml.ListValue.ListValue(DocumentFormat.OpenXml.ListValue! list) -> void +DocumentFormat.OpenXml.ListValue.ListValue(System.Collections.Generic.IEnumerable! list) -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MarkupCompatibilityAttributes() -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.set -> void +DocumentFormat.OpenXml.Math.Accent +DocumentFormat.OpenXml.Math.Accent.Accent() -> void +DocumentFormat.OpenXml.Math.Accent.Accent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.AccentProperties.get -> DocumentFormat.OpenXml.Math.AccentProperties? +DocumentFormat.OpenXml.Math.Accent.AccentProperties.set -> void +DocumentFormat.OpenXml.Math.Accent.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Accent.Base.set -> void +DocumentFormat.OpenXml.Math.AccentChar +DocumentFormat.OpenXml.Math.AccentChar.AccentChar() -> void +DocumentFormat.OpenXml.Math.AccentProperties +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties() -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.Alignment +DocumentFormat.OpenXml.Math.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Math.AlignScripts +DocumentFormat.OpenXml.Math.AlignScripts.AlignScripts() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.get -> DocumentFormat.OpenXml.Math.ArgumentSize? +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.set -> void +DocumentFormat.OpenXml.Math.ArgumentSize +DocumentFormat.OpenXml.Math.ArgumentSize.ArgumentSize() -> void +DocumentFormat.OpenXml.Math.ArgumentSize.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.ArgumentSize.Val.set -> void +DocumentFormat.OpenXml.Math.Bar +DocumentFormat.OpenXml.Math.Bar.Bar() -> void +DocumentFormat.OpenXml.Math.Bar.Bar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.BarProperties.get -> DocumentFormat.OpenXml.Math.BarProperties? +DocumentFormat.OpenXml.Math.Bar.BarProperties.set -> void +DocumentFormat.OpenXml.Math.Bar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Bar.Base.set -> void +DocumentFormat.OpenXml.Math.BarProperties +DocumentFormat.OpenXml.Math.BarProperties.BarProperties() -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BarProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.BarProperties.Position.set -> void +DocumentFormat.OpenXml.Math.Base +DocumentFormat.OpenXml.Math.Base.Base() -> void +DocumentFormat.OpenXml.Math.Base.Base(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Base.Base(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Base.Base(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BaseJustification +DocumentFormat.OpenXml.Math.BaseJustification.BaseJustification() -> void +DocumentFormat.OpenXml.Math.BaseJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BaseJustification.Val.set -> void +DocumentFormat.OpenXml.Math.BeginChar +DocumentFormat.OpenXml.Math.BeginChar.BeginChar() -> void +DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.False = 1 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Off = 3 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.On = 2 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.One = 5 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.True = 0 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Zero = 4 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BorderBox +DocumentFormat.OpenXml.Math.BorderBox.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.BorderBox.Base.set -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox() -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.get -> DocumentFormat.OpenXml.Math.BorderBoxProperties? +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties() -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.get -> DocumentFormat.OpenXml.Math.HideBottom? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.get -> DocumentFormat.OpenXml.Math.HideLeft? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.get -> DocumentFormat.OpenXml.Math.HideRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.get -> DocumentFormat.OpenXml.Math.HideTop? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.get -> DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.get -> DocumentFormat.OpenXml.Math.StrikeHorizontal? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.get -> DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.get -> DocumentFormat.OpenXml.Math.StrikeVertical? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.set -> void +DocumentFormat.OpenXml.Math.Box +DocumentFormat.OpenXml.Math.Box.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Box.Base.set -> void +DocumentFormat.OpenXml.Math.Box.Box() -> void +DocumentFormat.OpenXml.Math.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Box.BoxProperties.get -> DocumentFormat.OpenXml.Math.BoxProperties? +DocumentFormat.OpenXml.Math.Box.BoxProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.get -> DocumentFormat.OpenXml.Math.Alignment? +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties() -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.Break.get -> DocumentFormat.OpenXml.Math.Break? +DocumentFormat.OpenXml.Math.BoxProperties.Break.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.Differential.get -> DocumentFormat.OpenXml.Math.Differential? +DocumentFormat.OpenXml.Math.BoxProperties.Differential.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.get -> DocumentFormat.OpenXml.Math.NoBreak? +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.get -> DocumentFormat.OpenXml.Math.OperatorEmulator? +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.set -> void +DocumentFormat.OpenXml.Math.Break +DocumentFormat.OpenXml.Math.Break.AlignAt.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.AlignAt.set -> void +DocumentFormat.OpenXml.Math.Break.Break() -> void +DocumentFormat.OpenXml.Math.Break.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinary +DocumentFormat.OpenXml.Math.BreakBinary.BreakBinary() -> void +DocumentFormat.OpenXml.Math.BreakBinary.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinary.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.After = 1 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Before = 0 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Repeat = 2 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinarySubtraction +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.BreakBinarySubtraction() -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusMinus = 0 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusPlus = 1 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.PlusMinus = 2 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.CharType +DocumentFormat.OpenXml.Math.CharType.CharType() -> void +DocumentFormat.OpenXml.Math.CharType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.CharType.Val.set -> void +DocumentFormat.OpenXml.Math.ColumnGap +DocumentFormat.OpenXml.Math.ColumnGap.ColumnGap() -> void +DocumentFormat.OpenXml.Math.ColumnGapRule +DocumentFormat.OpenXml.Math.ColumnGapRule.ColumnGapRule() -> void +DocumentFormat.OpenXml.Math.ColumnSpacing +DocumentFormat.OpenXml.Math.ColumnSpacing.ColumnSpacing() -> void +DocumentFormat.OpenXml.Math.ControlProperties +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DefaultJustification +DocumentFormat.OpenXml.Math.DefaultJustification.DefaultJustification() -> void +DocumentFormat.OpenXml.Math.Degree +DocumentFormat.OpenXml.Math.Degree.Degree() -> void +DocumentFormat.OpenXml.Math.Degree.Degree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter +DocumentFormat.OpenXml.Math.Delimiter.Delimiter() -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.get -> DocumentFormat.OpenXml.Math.DelimiterProperties? +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.get -> DocumentFormat.OpenXml.Math.BeginChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties() -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.get -> DocumentFormat.OpenXml.Math.EndChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.get -> DocumentFormat.OpenXml.Math.SeparatorChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.get -> DocumentFormat.OpenXml.Math.Shape? +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.set -> void +DocumentFormat.OpenXml.Math.Denominator +DocumentFormat.OpenXml.Math.Denominator.Denominator() -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Differential +DocumentFormat.OpenXml.Math.Differential.Differential() -> void +DocumentFormat.OpenXml.Math.DisplayDefaults +DocumentFormat.OpenXml.Math.DisplayDefaults.DisplayDefaults() -> void +DocumentFormat.OpenXml.Math.EndChar +DocumentFormat.OpenXml.Math.EndChar.EndChar() -> void +DocumentFormat.OpenXml.Math.EquationArray +DocumentFormat.OpenXml.Math.EquationArray.EquationArray() -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.get -> DocumentFormat.OpenXml.Math.EquationArrayProperties? +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties() -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.get -> DocumentFormat.OpenXml.Math.MaxDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.get -> DocumentFormat.OpenXml.Math.ObjectDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.Fraction +DocumentFormat.OpenXml.Math.Fraction.Denominator.get -> DocumentFormat.OpenXml.Math.Denominator? +DocumentFormat.OpenXml.Math.Fraction.Denominator.set -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction() -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.get -> DocumentFormat.OpenXml.Math.FractionProperties? +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.set -> void +DocumentFormat.OpenXml.Math.Fraction.Numerator.get -> DocumentFormat.OpenXml.Math.Numerator? +DocumentFormat.OpenXml.Math.Fraction.Numerator.set -> void +DocumentFormat.OpenXml.Math.FractionProperties +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties() -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.get -> DocumentFormat.OpenXml.Math.FractionType? +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.set -> void +DocumentFormat.OpenXml.Math.FractionType +DocumentFormat.OpenXml.Math.FractionType.FractionType() -> void +DocumentFormat.OpenXml.Math.FractionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.FractionType.Val.set -> void +DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Bar = 0 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Linear = 2 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.NoBar = 3 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Skewed = 1 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FunctionName +DocumentFormat.OpenXml.Math.FunctionName.FunctionName() -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties() -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar +DocumentFormat.OpenXml.Math.GroupChar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.GroupChar.Base.set -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar() -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.get -> DocumentFormat.OpenXml.Math.GroupCharProperties? +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties() -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.get -> DocumentFormat.OpenXml.Math.VerticalJustification? +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.set -> void +DocumentFormat.OpenXml.Math.GrowOperators +DocumentFormat.OpenXml.Math.GrowOperators.GrowOperators() -> void +DocumentFormat.OpenXml.Math.HideBottom +DocumentFormat.OpenXml.Math.HideBottom.HideBottom() -> void +DocumentFormat.OpenXml.Math.HideDegree +DocumentFormat.OpenXml.Math.HideDegree.HideDegree() -> void +DocumentFormat.OpenXml.Math.HideLeft +DocumentFormat.OpenXml.Math.HideLeft.HideLeft() -> void +DocumentFormat.OpenXml.Math.HidePlaceholder +DocumentFormat.OpenXml.Math.HidePlaceholder.HidePlaceholder() -> void +DocumentFormat.OpenXml.Math.HideRight +DocumentFormat.OpenXml.Math.HideRight.HideRight() -> void +DocumentFormat.OpenXml.Math.HideSubArgument +DocumentFormat.OpenXml.Math.HideSubArgument.HideSubArgument() -> void +DocumentFormat.OpenXml.Math.HideSuperArgument +DocumentFormat.OpenXml.Math.HideSuperArgument.HideSuperArgument() -> void +DocumentFormat.OpenXml.Math.HideTop +DocumentFormat.OpenXml.Math.HideTop.HideTop() -> void +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.IntegralLimitLocation +DocumentFormat.OpenXml.Math.IntegralLimitLocation.IntegralLimitLocation() -> void +DocumentFormat.OpenXml.Math.InterSpacing +DocumentFormat.OpenXml.Math.InterSpacing.InterSpacing() -> void +DocumentFormat.OpenXml.Math.IntraSpacing +DocumentFormat.OpenXml.Math.IntraSpacing.IntraSpacing() -> void +DocumentFormat.OpenXml.Math.Justification +DocumentFormat.OpenXml.Math.Justification.Justification() -> void +DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.CenterGroup = 3 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Right = 1 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.LeftMargin +DocumentFormat.OpenXml.Math.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Math.Limit +DocumentFormat.OpenXml.Math.Limit.Limit() -> void +DocumentFormat.OpenXml.Math.Limit.Limit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLocation +DocumentFormat.OpenXml.Math.LimitLocation.LimitLocation() -> void +DocumentFormat.OpenXml.Math.LimitLocationType +DocumentFormat.OpenXml.Math.LimitLocationType.LimitLocationType() -> void +DocumentFormat.OpenXml.Math.LimitLocationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.LimitLocationType.Val.set -> void +DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.SubscriptSuperscript = 1 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.UnderOver = 0 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLower +DocumentFormat.OpenXml.Math.LimitLower.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitLower.Base.set -> void +DocumentFormat.OpenXml.Math.LimitLower.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitLower.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower() -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.get -> DocumentFormat.OpenXml.Math.LimitLowerProperties? +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties() -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper +DocumentFormat.OpenXml.Math.LimitUpper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitUpper.Base.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitUpper.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper() -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.get -> DocumentFormat.OpenXml.Math.LimitUpperProperties? +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties() -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Literal +DocumentFormat.OpenXml.Math.Literal.Literal() -> void +DocumentFormat.OpenXml.Math.MathFont +DocumentFormat.OpenXml.Math.MathFont.MathFont() -> void +DocumentFormat.OpenXml.Math.MathFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.MathFont.Val.set -> void +DocumentFormat.OpenXml.Math.MathFunction +DocumentFormat.OpenXml.Math.MathFunction.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.MathFunction.Base.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.get -> DocumentFormat.OpenXml.Math.FunctionName? +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.get -> DocumentFormat.OpenXml.Math.FunctionProperties? +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.set -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction() -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.get -> DocumentFormat.OpenXml.Math.BreakBinary? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.set -> void +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.get -> DocumentFormat.OpenXml.Math.BreakBinarySubtraction? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.get -> DocumentFormat.OpenXml.Math.DefaultJustification? +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.get -> DocumentFormat.OpenXml.Math.DisplayDefaults? +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.set -> void +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.get -> DocumentFormat.OpenXml.Math.InterSpacing? +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.get -> DocumentFormat.OpenXml.Math.IntraSpacing? +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.get -> DocumentFormat.OpenXml.Math.LeftMargin? +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathFont.get -> DocumentFormat.OpenXml.Math.MathFont? +DocumentFormat.OpenXml.Math.MathProperties.MathFont.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties() -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.get -> DocumentFormat.OpenXml.Math.PostSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.get -> DocumentFormat.OpenXml.Math.PreSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.get -> DocumentFormat.OpenXml.Math.RightMargin? +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.get -> DocumentFormat.OpenXml.Math.SmallFraction? +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.set -> void +DocumentFormat.OpenXml.Math.Matrix +DocumentFormat.OpenXml.Math.Matrix.Matrix() -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.get -> DocumentFormat.OpenXml.Math.MatrixProperties? +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumn +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn() -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.get -> DocumentFormat.OpenXml.Math.MatrixColumnProperties? +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount +DocumentFormat.OpenXml.Math.MatrixColumnCount.MatrixColumnCount() -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification +DocumentFormat.OpenXml.Math.MatrixColumnJustification.MatrixColumnJustification() -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.get -> DocumentFormat.OpenXml.Math.MatrixColumnCount? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.get -> DocumentFormat.OpenXml.Math.MatrixColumnJustification? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties() -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns() -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.get -> DocumentFormat.OpenXml.Math.ColumnGap? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.get -> DocumentFormat.OpenXml.Math.ColumnGapRule? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Math.ColumnSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.get -> DocumentFormat.OpenXml.Math.HidePlaceholder? +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.get -> DocumentFormat.OpenXml.Math.MatrixColumns? +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties() -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.MatrixRow +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow() -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MaxDistribution +DocumentFormat.OpenXml.Math.MaxDistribution.MaxDistribution() -> void +DocumentFormat.OpenXml.Math.Nary +DocumentFormat.OpenXml.Math.Nary.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Nary.Base.set -> void +DocumentFormat.OpenXml.Math.Nary.Nary() -> void +DocumentFormat.OpenXml.Math.Nary.Nary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.NaryProperties.get -> DocumentFormat.OpenXml.Math.NaryProperties? +DocumentFormat.OpenXml.Math.Nary.NaryProperties.set -> void +DocumentFormat.OpenXml.Math.Nary.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Nary.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Nary.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Nary.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryLimitLocation +DocumentFormat.OpenXml.Math.NaryLimitLocation.NaryLimitLocation() -> void +DocumentFormat.OpenXml.Math.NaryProperties +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.get -> DocumentFormat.OpenXml.Math.HideSubArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.get -> DocumentFormat.OpenXml.Math.HideSuperArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.get -> DocumentFormat.OpenXml.Math.LimitLocation? +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties() -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.NoBreak +DocumentFormat.OpenXml.Math.NoBreak.NoBreak() -> void +DocumentFormat.OpenXml.Math.NormalText +DocumentFormat.OpenXml.Math.NormalText.NormalText() -> void +DocumentFormat.OpenXml.Math.Numerator +DocumentFormat.OpenXml.Math.Numerator.Numerator() -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ObjectDistribution +DocumentFormat.OpenXml.Math.ObjectDistribution.ObjectDistribution() -> void +DocumentFormat.OpenXml.Math.OfficeMath +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.get -> DocumentFormat.OpenXml.Math.ArgumentProperties? +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.set -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType() -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.OfficeMathJustificationType() -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.set -> void +DocumentFormat.OpenXml.Math.OnOffType +DocumentFormat.OpenXml.Math.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Math.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Math.OperatorEmulator +DocumentFormat.OpenXml.Math.OperatorEmulator.OperatorEmulator() -> void +DocumentFormat.OpenXml.Math.Paragraph +DocumentFormat.OpenXml.Math.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Math.ParagraphProperties? +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Math.Justification? +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom +DocumentFormat.OpenXml.Math.Phantom.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Phantom.Base.set -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom() -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.get -> DocumentFormat.OpenXml.Math.PhantomProperties? +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties() -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.get -> DocumentFormat.OpenXml.Math.ShowPhantom? +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.get -> DocumentFormat.OpenXml.Math.Transparent? +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.get -> DocumentFormat.OpenXml.Math.ZeroAscent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.get -> DocumentFormat.OpenXml.Math.ZeroDescent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.get -> DocumentFormat.OpenXml.Math.ZeroWidth? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.set -> void +DocumentFormat.OpenXml.Math.Position +DocumentFormat.OpenXml.Math.Position.Position() -> void +DocumentFormat.OpenXml.Math.PostSpacing +DocumentFormat.OpenXml.Math.PostSpacing.PostSpacing() -> void +DocumentFormat.OpenXml.Math.PreSpacing +DocumentFormat.OpenXml.Math.PreSpacing.PreSpacing() -> void +DocumentFormat.OpenXml.Math.PreSubSuper +DocumentFormat.OpenXml.Math.PreSubSuper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.PreSubSuper.Base.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper() -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.get -> DocumentFormat.OpenXml.Math.PreSubSuperProperties? +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties() -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical +DocumentFormat.OpenXml.Math.Radical.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Radical.Base.set -> void +DocumentFormat.OpenXml.Math.Radical.Degree.get -> DocumentFormat.OpenXml.Math.Degree? +DocumentFormat.OpenXml.Math.Radical.Degree.set -> void +DocumentFormat.OpenXml.Math.Radical.Radical() -> void +DocumentFormat.OpenXml.Math.Radical.Radical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.get -> DocumentFormat.OpenXml.Math.RadicalProperties? +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.get -> DocumentFormat.OpenXml.Math.HideDegree? +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties() -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.RightMargin +DocumentFormat.OpenXml.Math.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Math.RowSpacing +DocumentFormat.OpenXml.Math.RowSpacing.RowSpacing() -> void +DocumentFormat.OpenXml.Math.RowSpacingRule +DocumentFormat.OpenXml.Math.RowSpacingRule.RowSpacingRule() -> void +DocumentFormat.OpenXml.Math.Run +DocumentFormat.OpenXml.Math.Run.MathRunProperties.get -> DocumentFormat.OpenXml.Math.RunProperties? +DocumentFormat.OpenXml.Math.Run.MathRunProperties.set -> void +DocumentFormat.OpenXml.Math.Run.Run() -> void +DocumentFormat.OpenXml.Math.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Math.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Math.RunProperties +DocumentFormat.OpenXml.Math.RunProperties.Literal.get -> DocumentFormat.OpenXml.Math.Literal? +DocumentFormat.OpenXml.Math.RunProperties.Literal.set -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Script +DocumentFormat.OpenXml.Math.Script.Script() -> void +DocumentFormat.OpenXml.Math.Script.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Script.Val.set -> void +DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.DoubleStruck = 3 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Fraktur = 2 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Monospace = 5 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Roman = 0 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.SansSerif = 4 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Script = 1 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.SeparatorChar +DocumentFormat.OpenXml.Math.SeparatorChar.SeparatorChar() -> void +DocumentFormat.OpenXml.Math.Shape +DocumentFormat.OpenXml.Math.Shape.Shape() -> void +DocumentFormat.OpenXml.Math.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Shape.Val.set -> void +DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Centered = 0 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Match = 1 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShowPhantom +DocumentFormat.OpenXml.Math.ShowPhantom.ShowPhantom() -> void +DocumentFormat.OpenXml.Math.SmallFraction +DocumentFormat.OpenXml.Math.SmallFraction.SmallFraction() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType +DocumentFormat.OpenXml.Math.SpacingRuleType.SpacingRuleType() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.set -> void +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.StrikeBottomLeftToTopRight() -> void +DocumentFormat.OpenXml.Math.StrikeHorizontal +DocumentFormat.OpenXml.Math.StrikeHorizontal.StrikeHorizontal() -> void +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.StrikeTopLeftToBottomRight() -> void +DocumentFormat.OpenXml.Math.StrikeVertical +DocumentFormat.OpenXml.Math.StrikeVertical.StrikeVertical() -> void +DocumentFormat.OpenXml.Math.Style +DocumentFormat.OpenXml.Math.Style.Style() -> void +DocumentFormat.OpenXml.Math.Style.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Style.Val.set -> void +DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Bold = 1 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.BoldItalic = 3 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Italic = 2 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Plain = 0 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.SubArgument +DocumentFormat.OpenXml.Math.SubArgument.SubArgument() -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript +DocumentFormat.OpenXml.Math.Subscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Subscript.Base.set -> void +DocumentFormat.OpenXml.Math.Subscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Subscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript() -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.get -> DocumentFormat.OpenXml.Math.SubscriptProperties? +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript +DocumentFormat.OpenXml.Math.SubSuperscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.SubSuperscript.Base.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript() -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SubSuperscriptProperties? +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.get -> DocumentFormat.OpenXml.Math.AlignScripts? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument() -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript +DocumentFormat.OpenXml.Math.Superscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Superscript.Base.set -> void +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript() -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SuperscriptProperties? +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Text +DocumentFormat.OpenXml.Math.Text.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Text.Space.set -> void +DocumentFormat.OpenXml.Math.Text.Text() -> void +DocumentFormat.OpenXml.Math.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Math.TopBottomType +DocumentFormat.OpenXml.Math.TopBottomType.TopBottomType() -> void +DocumentFormat.OpenXml.Math.TopBottomType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.TopBottomType.Val.set -> void +DocumentFormat.OpenXml.Math.Transparent +DocumentFormat.OpenXml.Math.Transparent.Transparent() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType +DocumentFormat.OpenXml.Math.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Math.UnsignedShortType +DocumentFormat.OpenXml.Math.UnsignedShortType.UnsignedShortType() -> void +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.set -> void +DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bot = 3 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalJustification +DocumentFormat.OpenXml.Math.VerticalJustification.VerticalJustification() -> void +DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Bottom = 1 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.WrapIndent +DocumentFormat.OpenXml.Math.WrapIndent.WrapIndent() -> void +DocumentFormat.OpenXml.Math.WrapRight +DocumentFormat.OpenXml.Math.WrapRight.WrapRight() -> void +DocumentFormat.OpenXml.Math.ZeroAscent +DocumentFormat.OpenXml.Math.ZeroAscent.ZeroAscent() -> void +DocumentFormat.OpenXml.Math.ZeroDescent +DocumentFormat.OpenXml.Math.ZeroDescent.ZeroDescent() -> void +DocumentFormat.OpenXml.Math.ZeroWidth +DocumentFormat.OpenXml.Math.ZeroWidth.ZeroWidth() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message) -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComFont? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.set -> void +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistPropertyBag = 0 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStorage = 3 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStream = 1 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStreamInit = 2 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont() -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.SharedComPicture() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.get -> DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.get -> DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation(string! text) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box +DocumentFormat.OpenXml.Office.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.Button +DocumentFormat.OpenXml.Office.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUIPart.get -> DocumentFormat.OpenXml.Packaging.CustomUIPart? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.get -> DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.get -> DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton? +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown() -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox +DocumentFormat.OpenXml.Office.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.Menu +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.get -> DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.get -> DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.QuickAccessToolbarControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.RepurposedCommand() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.get -> DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.get -> DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office.CustomUI.Tabs? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SplitButton +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.TextLabel() -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.UnsizedButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.UnsizedControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.UnsizedDynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.UnsizedToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.VerticalSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.get -> DocumentFormat.OpenXml.Office.CustomXsn.CachedView? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.get -> DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.get -> DocumentFormat.OpenXml.Office.CustomXsn.Scope? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.get -> DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault() -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope() -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation() -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation(string! text) -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.DataModelExtensionBlock() -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.set -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing +DocumentFormat.OpenXml.Office.Drawing.Drawing.DiagramPersistLayoutPart.get -> DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart? +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Load(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Save(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeTree? +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Office.Drawing.TextBody? +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.get -> DocumentFormat.OpenXml.Office.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.ColumnSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.Formula +DocumentFormat.OpenXml.Office.Excel.Formula.Formula() -> void +DocumentFormat.OpenXml.Office.Excel.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Load(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet() -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.MacroSheetPart.get -> DocumentFormat.OpenXml.Packaging.MacroSheetPart? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Save(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.set -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence() -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.RowSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.SortMapItemType() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.get -> DocumentFormat.OpenXml.Office.Excel.ColumnSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Load(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.get -> DocumentFormat.OpenXml.Office.Excel.RowSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Save(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Office.LongProperties.LongProperties +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty(string! text) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Dummy() -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues.True = 0 -> DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorKeymapType() -> void +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AllocatedCommand() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.AllocatedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.AllocatedCommandManifestEntry() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CharacterInsertion() -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents() -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.FixedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.get -> DocumentFormat.OpenXml.Office.Word.CharacterInsertion? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType() -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.MacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroWllType() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.Mcd +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Mcd() -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Name.set -> void +DocumentFormat.OpenXml.Office.Word.Mcds +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds() -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode +DocumentFormat.OpenXml.Office.Word.RecordHashCode.RecordHashCode() -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.set -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded +DocumentFormat.OpenXml.Office.Word.RecordIncluded.RecordIncluded() -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.get -> DocumentFormat.OpenXml.Office.Word.RecordHashCode? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.get -> DocumentFormat.OpenXml.Office.Word.RecordIncluded? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord() -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Load(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Save(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup() -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.set -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData.ToolbarData() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.get -> DocumentFormat.OpenXml.Office.Word.DocEvents? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Load(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.get -> DocumentFormat.OpenXml.Office.Word.Mcds? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Save(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData() -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.WllMacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.BackstageCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.BackstageEditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.BackstageFastCommandButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.BackstageGroupButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.BackstageItemType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.BackstageLabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.BackstageMenuButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.BackstageMenuCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.BackstageMenuToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.BackstageRegularButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Button +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Command() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ControlCloneQat() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ControlCloneRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Backstage? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Commands? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular? +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.DynamicMenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Bottom = 7 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomRight = 8 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Center = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Right = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.False = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.Zero = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.Group +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.ItemBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.LabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.MenuSeparatorNoTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.RadioButtonBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Tabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Separator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Borderless = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Error = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Warning = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Tab +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.TaskGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMedium = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMediumSmall = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Medium = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.MediumSmall = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Small = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ToggleButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.ArtisticBlur() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.ArtisticCement() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.ArtisticChalkSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.ArtisticCrisscrossEtching() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.ArtisticCutout() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.ArtisticFilmGrain() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.ArtisticGlass() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.ArtisticGlowDiffused() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.ArtisticGlowEdges() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.ArtisticLightScreen() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.ArtisticLineDrawing() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.ArtisticMarker() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.ArtisticMosaicBubbles() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.ArtisticPaintBrush() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.ArtisticPaintStrokes() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.ArtisticPastelsSmooth() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.ArtisticPencilGrayscale() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.ArtisticPencilSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.ArtisticPhotocopy() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.ArtisticPlasticWrap() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.ArtisticTexturizer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.ArtisticWatercolorSponge() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.BackgroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.BrightnessContrast() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CameraTool() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.BooleanFalseType() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.DropZoneCategories() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.DropZoneData() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.DropZoneFilter() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.DropZoneSeries() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.DropZonesVisible() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.InSketchMode() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.ShowSketchButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperature() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CompatExtension() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.RecolorImages() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.ForegroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.get -> DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.get -> DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.get -> DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.get -> DocumentFormat.OpenXml.Office2010.Drawing.Saturation? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.get -> DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.IsCanvas() -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CompatibilityShape() -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.ShadowObscured() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.SharpenSoften() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.TextMath +DocumentFormat.OpenXml.Office2010.Drawing.TextMath.TextMath() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.UseLocalDpi() -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualAllocation = 0 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualIncrement = 1 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedAllocation = 2 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedIncrement = 3 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AxisColor +DocumentFormat.OpenXml.Office2010.Excel.AxisColor.AxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.BarAxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BorderColor +DocumentFormat.OpenXml.Office2010.Excel.BorderColor.BorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField +DocumentFormat.OpenXml.Office2010.Excel.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.get -> DocumentFormat.OpenXml.Office2010.Excel.SetLevels? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSet? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Checked = 1 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Mixed = 2 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Unchecked = 0 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.Color +DocumentFormat.OpenXml.Office2010.Excel.Color.Color() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotAreas? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.ConditionalFormattingIcon() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMax = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMin = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Max = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Min = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Numeric = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percent = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percentile = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Connection +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.get -> DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers? +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Automatic = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Middle = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.None = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.Context = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.LeftToRight = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.RightToLeft = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataField +DocumentFormat.OpenXml.Office2010.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CustomDataPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues() -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.get -> DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Combo = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.ComboEdit = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Simple = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Integer = 1 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Number = 2 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Reference = 3 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Text = 0 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FillColor +DocumentFormat.OpenXml.Office2010.Excel.FillColor.FillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter +DocumentFormat.OpenXml.Office2010.Excel.Filter.Filter() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.FirstMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ControlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ControlPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.get -> DocumentFormat.OpenXml.Office2010.Excel.ListItems? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Load(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Save(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.set -> void +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.HighMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveBoxes = 19 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveRating = 15 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrows = 8 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRating = 11 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.NoIcons = 20 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeStars = 17 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTriangles = 18 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Id +DocumentFormat.OpenXml.Office2010.Excel.Id.Id() -> void +DocumentFormat.OpenXml.Office2010.Excel.Id.Id(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.LastMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem +DocumentFormat.OpenXml.Office2010.Excel.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.LowMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.MarkersColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.NegativeBorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.NegativeColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.NegativeFillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Button = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.CheckBox = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Dialog = 10 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Drop = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.EditBox = 9 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.GroupBox = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Label = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.List = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Radio = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Scroll = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Spin = 8 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.OlapSlicerCacheItemParent() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Natural = 0 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OleItem +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.get -> DocumentFormat.OpenXml.Office2010.Excel.DdeValues? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotArea? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Boolean = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.DateTime = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Error = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Number = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.String = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotField +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParent = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentColumn = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentRow = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfRunningTotal = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankAscending = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankDescending = 5 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotChanges? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEdits? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Extended = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Multiple = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Single = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.SeriesColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.SetLevel() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.SlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithDataAtTop = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePart.get -> DocumentFormat.OpenXml.Packaging.SlicerCachePart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.SlicerCachePivotTable() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.SlicerRef() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Load(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Save(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.SlicersPart.get -> DocumentFormat.OpenXml.Packaging.SlicersPart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.SlicerStyleElement() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithData = 5 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithNoData = 7 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithData = 4 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithNoData = 6 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithData = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithNoData = 3 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithData = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SortCondition +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.SourceConnection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Custom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Group = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Individual = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Column = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Line = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Stacked = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Table +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.Table() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.TabularSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Ascending = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Descending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TupleItems +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.TupleSetHeader() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.TupleSetRowItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List() -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.ContextLinkType() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.DestinationLink() -> void +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.AnalysisHint = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.CustomRecognizer = 12 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.GroupNode = 21 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Image = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkBullet = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkDrawing = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkWord = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Line = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathEquation = 14 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathIdentifier = 17 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathNumber = 19 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathOperator = 18 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathRegion = 13 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathStruct = 15 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathSymbol = 16 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MixedDrawing = 22 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.NonInkDrawing = 20 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Object = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Paragraph = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Root = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.TextWord = 11 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.UnclassifiedInk = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.WritingRegion = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Callout = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Comment = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Connector = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Container = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Enclosure = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Highlight = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.ScratchOut = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Strikethrough = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Underline = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.VerticalRange = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.From = 1 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.To = 0 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.With = 2 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.SourceLink +DocumentFormat.OpenXml.Office2010.Ink.SourceLink.SourceLink() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkTarget() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.BrowseMode() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.ConveyorTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.DiscardImageEditData() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.DoorsTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.FerrisTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.FlashTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.FlipTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.FlythroughTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.GalleryTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.GlitterTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.HoneycombTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.LeftRightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.MediaBookmark() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.MediaFade() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.MediaPlaybackEventRecordType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.MediaTrim() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.ModificationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.NullEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.PanTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.PauseEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.PlayEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.PrismTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.RandomIdType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.ResumeEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.RevealTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.RippleTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.SectionSlideIdListEntry() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.SeekEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.ShowMediaControls() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.ShredTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.StopEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.SwitchTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.TracePoint() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Right = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Diamond = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Hexagon = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Rectangle = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Strip = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.TriggerEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.VortexTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.WarpTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.WheelReverseTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.WindowTransition() -> void +DocumentFormat.OpenXml.Office2010.Word.Alpha +DocumentFormat.OpenXml.Office2010.Word.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelBottom +DocumentFormat.OpenXml.Office2010.Word.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.BevelEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Angle = 4 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Convex = 6 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Cross = 3 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Divot = 8 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.HardEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Riblet = 9 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Slope = 2 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.SoftRound = 5 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelTop +DocumentFormat.OpenXml.Office2010.Word.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType +DocumentFormat.OpenXml.Office2010.Word.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.set -> void +DocumentFormat.OpenXml.Office2010.Word.Camera +DocumentFormat.OpenXml.Office2010.Word.Camera.Camera() -> void +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.CheckBoxSymbolType() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Checked +DocumentFormat.OpenXml.Office2010.Word.Checked.Checked() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckedState +DocumentFormat.OpenXml.Office2010.Word.CheckedState.CheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Simple = 0 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.ConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.ConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictMode +DocumentFormat.OpenXml.Office2010.Word.ConflictMode.ConflictMode() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.ContextualAlternatives() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CustomXmlConflictDeletionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CustomXmlConflictDeletionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CustomXmlConflictInsertionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CustomXmlConflictInsertionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.DiscardImageEditingData() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId +DocumentFormat.OpenXml.Office2010.Word.DocumentId.DocumentId() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.LeftMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.RightMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.BottomMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.TopMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2 +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxContent? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.EmptyType +DocumentFormat.OpenXml.Office2010.Word.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.EntityPickerEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.get -> DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow() -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.get -> DocumentFormat.OpenXml.Office2010.Word.GradientStopList? +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation +DocumentFormat.OpenXml.Office2010.Word.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Ligatures() -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.All = 15 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Contextual = 2 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualDiscretional = 9 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistorical = 7 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistoricalDiscretional = 14 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Discretional = 4 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Historical = 3 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.HistoricalDiscretional = 10 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Standard = 1 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextual = 5 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualDiscretional = 12 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualHistorical = 11 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardDiscretional = 8 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistorical = 6 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistoricalDiscretional = 13 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LightRig +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.get -> DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates? +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Balanced = 13 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Chilly = 21 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Contrasting = 17 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flat = 23 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flood = 16 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Freezing = 22 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Glow = 25 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Harsh = 15 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Morning = 18 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Soft = 14 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunrise = 19 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunset = 20 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.ThreePoint = 12 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.TwoPoint = 24 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.set -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.LinearShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.LineJoinMiterProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.Luminance +DocumentFormat.OpenXml.Office2010.Word.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.NoFillEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Lining = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.OldStyle = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.NumberSpacing() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Proportional = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Tabular = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType +DocumentFormat.OpenXml.Office2010.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.False = 1 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.One = 3 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.True = 0 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.get -> DocumentFormat.OpenXml.Office2010.Word.FillToRectangle? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Rect = 2 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Shape = 0 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Inset = 1 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PercentageType +DocumentFormat.OpenXml.Office2010.Word.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.PresetLineDashProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dash = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.DashDot = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDash = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDot = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDotDot = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDash = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDot = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDot = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.None = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.Properties3D +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.get -> DocumentFormat.OpenXml.Office2010.Word.BevelBottom? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.get -> DocumentFormat.OpenXml.Office2010.Word.BevelTop? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.get -> DocumentFormat.OpenXml.Office2010.Word.ContourColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Bottom = 8 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomLeft = 7 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomRight = 9 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Center = 5 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Left = 4 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Right = 6 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Top = 2 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopLeft = 1 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopRight = 3 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.Reflection +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.RoundEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Saturation +DocumentFormat.OpenXml.Office2010.Word.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.get -> DocumentFormat.OpenXml.Office2010.Word.Camera? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Office2010.Word.LightRig? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalBackgroundColor = 2 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalTextColor = 3 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AutoColor = 16 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.BackgroundColor = 0 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor5 = 8 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor6 = 9 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.FollowedHyperlinkColor = 11 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.HyperlinkColor = 10 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor1 = 12 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor2 = 14 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor1 = 13 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor2 = 15 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.TextColor = 1 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.get -> DocumentFormat.OpenXml.Office2010.Word.Checked? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.CheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox() -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.UncheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shade +DocumentFormat.OpenXml.Office2010.Word.Shade.Shade() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.SphereCoordinates() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.StyleSet() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets() -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Tint +DocumentFormat.OpenXml.Office2010.Word.Tint.Tint() -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.UncheckedState +DocumentFormat.OpenXml.Office2010.Word.UncheckedState.UncheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.AutoGeneneratedCategories() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.ExceptionForSave() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.ShowDataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.AxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.False = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.Ninch = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.True = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CategoryAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Load(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Save(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ChartColorStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartColorStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Load(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Save(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinear = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinearReversed = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.Cycle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinear = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinearReversed = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Center = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideBase = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideEnd = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.OutsideEnd = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DataSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Bottom = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Left = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Right = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Top = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.MarkerLayoutProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Circle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dash = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Diamond = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dot = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Plus = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Square = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Star = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Triangle = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.X = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.SeriesAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum.Automatic = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoFillOverride = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoLineOverride = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum.IgnoreCSTransforms = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.High = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Low = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.NextToAxis = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.None = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Cross = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Inside = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.None = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Outside = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Title() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Above = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Ninch = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Off = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Overlay = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.ValueAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.View3DProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.NonVisualGroupProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.ObjectProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz544x376 = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz640x480 = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz720x512 = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz800x600 = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.BoundsTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CachedUniqueName() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Default = 0 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Percent = 2 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.Connection +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.get -> DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.RangeProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.TextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField +DocumentFormat.OpenXml.Office2013.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTables? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.DbCommand() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable +DocumentFormat.OpenXml.Office2013.Excel.DbTable.DbTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.FieldListActiveTabTopLevelEntity() -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ModelRelationship() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.ModelTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.ModelTextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriodState() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Day = 4 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Month = 2 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Quarter = 1 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Week = 3 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Year = 0 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.get -> DocumentFormat.OpenXml.Office2013.Excel.DbCommand? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.PivotCacheDecoupled() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.PivotCacheIdVersion() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.PivotTableReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.get -> DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.get -> DocumentFormat.OpenXml.Office2013.Excel.Xstring? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.PivotValueCellExtra() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Currency = 9 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Fixed = 7 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralDate = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralNumber = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongDate = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongTime = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Percent = 8 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortDate = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortTime = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Standard = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.CheckBox = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Choice = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Date = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.MultipleLinesOfText = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Number = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.SingleLineOfText = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Time = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.SelectionTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.SlicerCacheOlapLevelName() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey() -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Absolute = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Fixed = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Inherit = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Relative = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Static = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Blank = 5 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Boolean = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Date = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Error = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.String = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache() -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimeLineCachePart.get -> DocumentFormat.OpenXml.Packaging.TimeLineCachePart? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TimelineCachePivotTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.TimelineCacheReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelinePivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.TimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.TimelineReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Load(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Save(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.TimeLinePart.get -> DocumentFormat.OpenXml.Packaging.TimeLinePart? +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.get -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.TimelineStyleElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel1 = 2 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel2 = 3 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlock = 4 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlockSpace = 6 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectionLabel = 0 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.TimeLevel = 1 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.UnselectedTimeBlock = 5 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.AbsolutePath() -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.ChartTrackingReferenceBased() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.ParentCommentIdentifier() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.PresetTransition() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.set -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Load(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Save(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.get -> DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPart.get -> DocumentFormat.OpenXml.Packaging.WebExtensionPart? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.WebExtensionProperty() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.WebExtensionReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Load(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Save(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.WebExtensionPartReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance +DocumentFormat.OpenXml.Office2013.Word.Appearance.Appearance() -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.ChartTrackingRefBased() -> void +DocumentFormat.OpenXml.Office2013.Word.Color +DocumentFormat.OpenXml.Office2013.Word.Color.Color() -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx +DocumentFormat.OpenXml.Office2013.Word.CommentEx.CommentEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Office2013.Word.DataBinding +DocumentFormat.OpenXml.Office2013.Word.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.DefaultCollapsed() -> void +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.DoNotAllowInsertDeleteSection() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.WebVideoProperty() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.FootnoteColumns() -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType +DocumentFormat.OpenXml.Office2013.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.People +DocumentFormat.OpenXml.Office2013.Word.People.Load(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People() -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.Save(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.PersistentDocumentId() -> void +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person +DocumentFormat.OpenXml.Office2013.Word.Person.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Author.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person() -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.get -> DocumentFormat.OpenXml.Office2013.Word.PresenceInfo? +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.BoundingBox = 0 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Hidden = 2 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Tags = 1 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.get -> DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection() -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.get -> DocumentFormat.OpenXml.Office2013.Word.SectionTitle? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.SdtRepeatedSectionItem() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.SectionTitle() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.WebExtensionCreated() -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.WebExtensionLinked() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.Aggregation() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Billions = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredMillions = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Hundreds = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredThousands = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Millions = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Percentage = 9 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenMillions = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenThousands = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Thousands = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Trillions = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CategoryAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.DataId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.DataLabelHidden() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.B = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.BestFit = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.Ctr = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InBase = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InEnd = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.L = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.OutEnd = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.R = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.T = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.DataLabelVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2 +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Col = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Row = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.R = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.NumberFormat() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Size = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Val = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.X = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Y = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Default = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Landscape = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Portrait = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayout() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Banner = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.None = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Overlapping = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Ctr = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Max = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Min = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Exclusive = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Inclusive = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.SeriesElementVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.BoxWhisker = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ClusteredColumn = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ParetoLine = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Sunburst = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Treemap = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Waterfall = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.B = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.R = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.T = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.Statistics() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType.Cat = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Cross = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.In = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.None = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Out = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.ValueAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.Bubble3DBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.LiteralDataChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16 +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.UniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.UniqueIDChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.UniqueIdChartUniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.ColIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.ConnectableReferences() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.OpenXmlIdentifierElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.PredecessorDrawingElementReference() -> void +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.RowIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Anchor = 4 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.CondFmt = 2 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fmla = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.FmlaNoSticky = 5 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Format = 1 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fragile = 7 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Future = 8 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.NoAdj = 6 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Sparkline = 3 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit() -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments() -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.AutoFilter = 10 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Comment = 7 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DataValidation = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DrawingElement = 9 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.FreezePanes = 3 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Future = 12 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.HideUnhideSheet = 5 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Hyperlink = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Outlines = 8 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.PivotTable = 11 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.RowColVisualOps = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.ShowGridlinesHeadings = 6 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Sparklines = 4 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FFormula +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Array = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Fill = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Future = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.FreezePanes() -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.HideUnhideSheet() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.Absolute = 2 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.OneCell = 1 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.TwoCell = 0 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.Outline +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Outline() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.RefCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefFuture +DocumentFormat.OpenXml.Office2016.Excel.RefFuture.RefFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.RefOartAnchor() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.RefTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.get -> DocumentFormat.OpenXml.Office2016.Excel.RstType? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.get -> DocumentFormat.OpenXml.Office2016.Excel.Xstring? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.get -> DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.RevExHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.RevExMove() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.RevExRowColumn() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.RevExSheetOp() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTest +DocumentFormat.OpenXml.Office2016.Excel.RevExTest.RevExTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.RevExTrimmed() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.RevExUnsupported() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Copy = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Normal = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Redo = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Undo = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionList +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RevisionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevisionPtr() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.get -> DocumentFormat.OpenXml.Office2016.Excel.FreezePanes? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.get -> DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.get -> DocumentFormat.OpenXml.Office2016.Excel.Outlines? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.get -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.get -> DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.RevisionStateLink() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RevListAutoExpandRw() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Autosize = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Hide = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Resize = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Unhide = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.RowColVisualOps() -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType() -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delc = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delr = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insc = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insr = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Delete = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Insert = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Rename = 3 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Reorder = 2 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.SheetXluid() -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridlinesHeadings() -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.get -> DocumentFormat.OpenXml.Office2016.Excel.RefMap? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.get -> DocumentFormat.OpenXml.Office2016.Excel.AutoFilter? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.get -> DocumentFormat.OpenXml.Office2016.Excel.Comments? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.get -> DocumentFormat.OpenXml.Office2016.Excel.DataValidation? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.get -> DocumentFormat.OpenXml.Office2016.Excel.Hyperlink? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.get -> DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.get -> DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.Future = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.None = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.Xstring +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CalculatedTimeColumn() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Days = 5 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Daysindex = 4 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Hours = 6 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Minutes = 7 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Months = 3 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Monthsindex = 2 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Quarters = 1 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Seconds = 8 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Years = 0 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.DesignElement() -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.SymEx() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite.Indefinite = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.PosterFrame() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16 +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Decorative() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.get -> DocumentFormat.OpenXml.Drawing.AutoNumberedBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.get -> DocumentFormat.OpenXml.Drawing.CharacterBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.get -> DocumentFormat.OpenXml.Drawing.NoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.get -> DocumentFormat.OpenXml.Drawing.PictureBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.get -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.ParTrans = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.SibTrans = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.HyperlinkColor() -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.HLink = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.Tx = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorX = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorY = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.InkEffects = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.ScaleFactor = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Bronze = 9 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Galaxy = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Gold = 4 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Lava = 6 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.None = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Ocean = 7 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Pencil = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rainbow = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rosegold = 8 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Silver = 5 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.IlluminancePositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.IntensityPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.LookAtPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.MeterPerModelUnitPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.OpenXmlPoint3DElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.OpenXmlPositiveRatioElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.PosPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.PostTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.PreTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Rotate3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.SxRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.SyRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.SzPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.SzRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.UnknownLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.UpVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.SVGBlip() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CalcFeature() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16 +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.PivotTableDefinition16() -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.Key() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.RichValueBlock() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.E = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.Spb = 7 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CustomRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.DynamicRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.RichDateGroupItem() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.RichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.RichFormatProperty() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.I = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortCondition() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10 +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.RichTop10() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.RichValueTypeReservedKeyFlag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.SupportingPropertyBagKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spba = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Mention() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText(string! text) -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.ClassificationOutcome() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Ftr = 2 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Hdr = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.None = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Watermark = 3 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Media = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Slide = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.ReadonlyRecommended() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Track() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.get -> DocumentFormat.OpenXml.Office2019.Presentation.TrackList? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CommentId() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.OfficeAvailabilityAttribute +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeAvailabilityAttribute(DocumentFormat.OpenXml.FileFormatVersions officeVersion) -> void +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.OnOffValue +DocumentFormat.OpenXml.OnOffValue.OnOffValue() -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(bool value) -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(DocumentFormat.OpenXml.OnOffValue! source) -> void +DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlAttribute.Equals(DocumentFormat.OpenXml.OpenXmlAttribute other) -> bool +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute() -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! prefix, string! localName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! qualifiedName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Value.get -> string? +DocumentFormat.OpenXml.OpenXmlAttribute.Value.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +DocumentFormat.OpenXml.OpenXmlAttribute.XName.get -> System.Xml.Linq.XName! +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(T other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(T other) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement +DocumentFormat.OpenXml.OpenXmlCompositeElement.AddChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, bool throwOnError = true) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement() -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.Generic.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlDomReader +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> void +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlElement +DocumentFormat.OpenXml.OpenXmlElement.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.OpenXmlElement.AddNamespaceDeclaration(string! prefix, string! uri) -> void +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.OpenXmlElement.Annotation() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Append(params DocumentFormat.OpenXml.OpenXmlElement![]! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.Append(System.Collections.Generic.IEnumerable! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.ClearAllAttributes() -> void +DocumentFormat.OpenXml.OpenXmlElement.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsAfter() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsBefore() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ExtendedAttributes.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.GetAttribute(string! localName, string! namespaceUri) -> DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlElement.GetAttributes() -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.OpenXmlElement.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.OpenXmlElement.GetFirstChild() -> T? +DocumentFormat.OpenXml.OpenXmlElement.HasAttributes.get -> bool +DocumentFormat.OpenXml.OpenXmlElement.InsertAfterSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.InsertBeforeSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.IsAfter(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.IsBefore(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.LookupNamespace(string! prefix) -> string? +DocumentFormat.OpenXml.OpenXmlElement.LookupPrefix(string! namespaceUri) -> string? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.get -> DocumentFormat.OpenXml.MarkupCompatibilityAttributes? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.set -> void +DocumentFormat.OpenXml.OpenXmlElement.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement() -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElementContext.get -> DocumentFormat.OpenXml.OpenXmlElementContext? +DocumentFormat.OpenXml.OpenXmlElement.OuterXml.get -> string! +DocumentFormat.OpenXml.OpenXmlElement.Parent.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Remove() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAttribute(string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveNamespaceDeclaration(string! prefix) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttribute(DocumentFormat.OpenXml.OpenXmlAttribute openXmlAttribute) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttributes(System.Collections.Generic.IEnumerable! openXmlAttributes) -> void +DocumentFormat.OpenXml.OpenXmlElementContext +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserted -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserting -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoved -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoving -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.OpenXmlElementContext() -> void +DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions +DocumentFormat.OpenXml.OpenXmlElementList +DocumentFormat.OpenXml.OpenXmlElementList.First() -> T? +DocumentFormat.OpenXml.OpenXmlElementList.OfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElementList.OpenXmlElementList() -> void +DocumentFormat.OpenXml.OpenXmlLeafElement +DocumentFormat.OpenXml.OpenXmlLeafElement.OpenXmlLeafElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement(string! text) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType, string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.XmlNodeType.get -> System.Xml.XmlNodeType +DocumentFormat.OpenXml.OpenXmlPartReader +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Reload() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save(System.IO.Stream! stream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlReader +DocumentFormat.OpenXml.OpenXmlReader.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader(bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlReader.ReadMiscNodes.get -> bool +DocumentFormat.OpenXml.OpenXmlSimpleType +DocumentFormat.OpenXml.OpenXmlSimpleType.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType() -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType(DocumentFormat.OpenXml.OpenXmlSimpleType! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.get -> string? +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.set -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue() -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(DocumentFormat.OpenXml.OpenXmlSimpleValue! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(T value) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.get -> T +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.set -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement() -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! name) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! prefix, string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! qualifiedName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.Text.get -> string! +DocumentFormat.OpenXml.OpenXmlWriter +DocumentFormat.OpenXml.OpenXmlWriter.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlWriter.OpenXmlWriter() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.AlternativeFormatImportPart() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Html = 9 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Mht = 1 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabled = 5 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabledTemplate = 7 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordTemplate = 6 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Rtf = 8 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.TextPlain = 3 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.WordprocessingML = 4 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xhtml = 0 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xml = 2 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationChain! +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.set -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChainPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart +DocumentFormat.OpenXml.Packaging.CellMetadataPart.CellMetadataPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.get -> DocumentFormat.OpenXml.Spreadsheet.Metadata! +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.set -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ChartColorStylePart() -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle! +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.get -> DocumentFormat.OpenXml.Drawing.Charts.UserShapes! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart +DocumentFormat.OpenXml.Packaging.ChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ChartPart.ChartPart() -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartSpace! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.get -> DocumentFormat.OpenXml.Spreadsheet.Chartsheet! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.set -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ChartsheetPart() -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartStylePart +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle! +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStylePart() -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorList! +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.set -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorsPart() -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.get -> DocumentFormat.OpenXml.Spreadsheet.Connections! +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.set -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart.ConnectionsPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ControlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties! +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.set -> void +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.CoreFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPart +DocumentFormat.OpenXml.Packaging.CustomDataPart.CustomDataPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPart? +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.get -> DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem! +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.set -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.CustomFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.CustomProperties.Properties! +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart +DocumentFormat.OpenXml.Packaging.CustomizationPart.CustomizationPart() -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.get -> DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup! +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.WordAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.CustomPropertyPart +DocumentFormat.OpenXml.Packaging.CustomPropertyPart.CustomPropertyPart() -> void +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Spreadsheet = 0 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Xml = 1 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomUIPart +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.get -> DocumentFormat.OpenXml.Office.CustomUI.CustomUI? +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUIPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.CustomXmlMappingsPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.get -> DocumentFormat.OpenXml.Spreadsheet.MapInfo! +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.set -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.AdditionalCharacteristics = 0 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.Bibliography = 1 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.CustomXml = 2 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.InkContent = 3 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.CustomXmlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem! +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.set -> void +DocumentFormat.OpenXml.Packaging.DataPart +DocumentFormat.OpenXml.Packaging.DataPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.DataPart.GetDataPartReferenceRelationships() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.DataPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPartReferenceRelationship(DocumentFormat.OpenXml.Packaging.DataPart! dataPart, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition! +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.DiagramColorsPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.set -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DiagramDataPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.DiagramLayoutDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.DiagramPersistLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.get -> DocumentFormat.OpenXml.Office.Drawing.Drawing! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramStylePart +DocumentFormat.OpenXml.Packaging.DiagramStylePart.DiagramStylePart() -> void +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition! +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart +DocumentFormat.OpenXml.Packaging.DialogsheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.get -> DocumentFormat.OpenXml.Spreadsheet.DialogSheet! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogsheetPart() -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.DialogsheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.DigitalSignatureOriginPart() -> void +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.XmlSignatureParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.DocumentSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.MailMergeRecipientDataPart.get -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart? +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.get -> DocumentFormat.OpenXml.Wordprocessing.Settings! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.set -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DrawingsPart() -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.set -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.EmbeddedControlPersistenceBinaryDataPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType.ActiveXBin = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistencePart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveX = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveXBin = 1 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.EmbeddedObjectPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.EmbeddedPackagePart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Endnotes! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.set -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.EndnotesPart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ExcelAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ExtendedChartPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ExtendedFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.ExtendedProperties.Properties! +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart(string! relationshipType) -> void +DocumentFormat.OpenXml.Packaging.ExternalRelationship +DocumentFormat.OpenXml.Packaging.ExternalRelationship.ExternalRelationship(System.Uri! externalUri, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalLink! +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.set -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalWorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.FontPart +DocumentFormat.OpenXml.Packaging.FontPart.FontPart() -> void +DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontData = 0 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontOdttf = 2 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontTtf = 1 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontTablePart +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.get -> DocumentFormat.OpenXml.Wordprocessing.Fonts! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.set -> void +DocumentFormat.OpenXml.Packaging.FontTablePart.FontTablePart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.get -> DocumentFormat.OpenXml.Wordprocessing.Footer! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.set -> void +DocumentFormat.OpenXml.Packaging.FooterPart.FooterPart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Footnotes! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.set -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.FootnotesPart() -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.get -> DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.set -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.get -> DocumentFormat.OpenXml.Presentation.HandoutMaster! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.set -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMasterPart() -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.get -> DocumentFormat.OpenXml.Wordprocessing.Header! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.set -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.HeaderPart() -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.HyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair +DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(DocumentFormat.OpenXml.Packaging.IdPartPair? value) -> bool +DocumentFormat.OpenXml.Packaging.IdPartPair.IdPartPair(string! id, DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.set -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.get -> string! +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.set -> void +DocumentFormat.OpenXml.Packaging.IFixedContentTypePart +DocumentFormat.OpenXml.Packaging.ImagePart +DocumentFormat.OpenXml.Packaging.ImagePart.ImagePart() -> void +DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Bmp = 0 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Emf = 7 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Gif = 1 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Icon = 4 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Jpeg = 6 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Pcx = 5 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Png = 2 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Tiff = 3 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Wmf = 8 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.InternationalMacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.LegacyDiagramTextInfoPart() -> void +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.LegacyDiagramTextPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.get -> DocumentFormat.OpenXml.Office.Excel.Macrosheet! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.set -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.MacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipientDataPart() -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.get -> DocumentFormat.OpenXml.Office.Word.MailMergeRecipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.get -> DocumentFormat.OpenXml.Wordprocessing.Recipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.MsWordMailMergeRecipientData = 1 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.OpenXmlMailMergeRecipientData = 0 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MainDocumentPart +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.get -> DocumentFormat.OpenXml.Wordprocessing.Document! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.set -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.MainDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.NoProcess = 0 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessAllParts = 2 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessLoadedPartsOnly = 1 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.MarkupCompatibilityProcessSettings(DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode processMode, DocumentFormat.OpenXml.FileFormatVersions targetFileFormatVersions) -> void +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.ProcessMode.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.TargetFileFormatVersions.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Packaging.MediaDataPart +DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Aiff = 0 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Asx = 8 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Avi = 9 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Midi = 1 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mp3 = 2 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegAudio = 6 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegUrl = 3 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegVideo = 11 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mpg = 10 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggAudio = 7 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggVideo = 16 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Quicktime = 15 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.VC1 = 17 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wav = 4 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wma = 5 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmv = 12 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmx = 13 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wvx = 14 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.get -> DocumentFormat.OpenXml.Presentation.NotesMaster! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.set -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMasterPart() -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.get -> DocumentFormat.OpenXml.Presentation.NotesSlide! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.set -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlidePart() -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.get -> DocumentFormat.OpenXml.Wordprocessing.Numbering! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.set -> void +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.NumberingDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.OpenSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.get -> System.Func? +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone() -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Close() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.get -> System.IO.Packaging.CompressionOption +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(DocumentFormat.OpenXml.Packaging.MediaDataPartType mediaDataPartType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType, string! extension) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePart(DocumentFormat.OpenXml.Packaging.DataPart! dataPart) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePartsRecursivelyOfType() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FileOpenAccess.get -> System.IO.FileAccess +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenXmlPackage() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Package.get -> System.IO.Packaging.Package! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PackageProperties.get -> System.IO.Packaging.PackageProperties! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PartExtensionProvider.get -> DocumentFormat.OpenXml.Packaging.PartExtensionProvider! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Save() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.SaveAs(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.StrictRelationshipFound.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument(System.Xml.Linq.XProcessingInstruction? instruction) -> System.Xml.Linq.XDocument! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcString() -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings! validationSettings) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.get -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.PartClassName.get -> string? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.SubPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.EventHandler -> System.EventHandler! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.OpenXmlPackageValidationSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart +DocumentFormat.OpenXml.Packaging.OpenXmlPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetParentParts() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPart() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.RootElement.get -> DocumentFormat.OpenXml.OpenXmlPartRootElement? +DocumentFormat.OpenXml.Packaging.OpenXmlPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt, string? rId) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri, string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart() -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! id) -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation() -> T? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ChangeIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part, string! newRelationshipId) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart, string! id) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DataPartReferenceRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(DocumentFormat.OpenXml.Packaging.ExternalRelationship! externalRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(string! id) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteParts(System.Collections.Generic.IEnumerable! partsToBeDeleted) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(DocumentFormat.OpenXml.Packaging.ReferenceRelationship! referenceRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ExternalRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetExternalRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartById(string! id) -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsCountOfType() -> int +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType(System.Collections.Generic.ICollection! partCollection) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetReferenceRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ReferenceRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.HyperlinkRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.OpenXmlPartContainer() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Parts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.TryGetPartById(string! id, out DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.PartExtensionProvider +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.AddPartExtension(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.MakeSurePartExtensionExist(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider() -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(DocumentFormat.OpenXml.Packaging.PartExtensionProvider! partExtProvider) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(int capacity) -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition! +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords! +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotTableCacheRecordsPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition! +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTablePart() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddPresentationPart() -> DocumentFormat.OpenXml.Packaging.PresentationPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.ChangeDocumentType(DocumentFormat.OpenXml.PresentationDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DocumentType.get -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.Packaging.PresentationDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationDocument() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.LegacyDiagramTextInfoPart.get -> DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.get -> DocumentFormat.OpenXml.Presentation.Presentation! +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPart() -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideMasterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.PresentationPart.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.get -> DocumentFormat.OpenXml.Presentation.PresentationProperties! +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTable! +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.set -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTablePart() -> void +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.QuickAccessToolbarCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Container.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer? +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.IO.Packaging.PackageRelationship! packageRelationship) -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.Uri! targetUri, bool isExternal, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.RelationshipErrorHandler() -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.get -> DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RibbonAndBackstageCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RibbonExtensibilityPart() -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.get -> DocumentFormat.OpenXml.Spreadsheet.SharedStringTable! +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.set -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleCellTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.get -> DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells! +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition! +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCachePart() -> void +DocumentFormat.OpenXml.Packaging.SlicersPart +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.get -> DocumentFormat.OpenXml.Office2010.Excel.Slicers! +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.set -> void +DocumentFormat.OpenXml.Packaging.SlicersPart.SlicersPart() -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.get -> DocumentFormat.OpenXml.Presentation.CommentList! +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.set -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.SlideCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.get -> DocumentFormat.OpenXml.Presentation.SlideLayout! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.set -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.get -> DocumentFormat.OpenXml.Presentation.SlideMaster! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.set -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMasterPart() -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.SlideMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.get -> DocumentFormat.OpenXml.Presentation.Slide! +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.set -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlidePart() -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Packaging.SlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncDataPart() -> void +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.get -> DocumentFormat.OpenXml.Presentation.SlideSyncProperties! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.set -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWorkbookPart() -> DocumentFormat.OpenXml.Packaging.WorkbookPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ChangeDocumentType(DocumentFormat.OpenXml.SpreadsheetDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DocumentType.get -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.SpreadsheetDocument() -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.SpreadsheetPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.StyleDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.StylesPart +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.get -> DocumentFormat.OpenXml.Wordprocessing.Styles? +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.set -> void +DocumentFormat.OpenXml.Packaging.StylesPart.StylesPart() -> void +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.StylesWithEffectsPart() -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.get -> DocumentFormat.OpenXml.Spreadsheet.Table! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.set -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TableDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.get -> DocumentFormat.OpenXml.Drawing.TableStyleList! +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.set -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStylesPart() -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.get -> DocumentFormat.OpenXml.Drawing.ThemeOverride! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.set -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverridePart() -> void +DocumentFormat.OpenXml.Packaging.ThemePart +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.get -> DocumentFormat.OpenXml.Drawing.Theme! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.set -> void +DocumentFormat.OpenXml.Packaging.ThemePart.ThemePart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPart +DocumentFormat.OpenXml.Packaging.ThumbnailPart.ThumbnailPart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Emf = 1 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Jpeg = 0 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Wmf = 2 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.TimeLineCachePart +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition! +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimeLineCachePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart +DocumentFormat.OpenXml.Packaging.TimeLinePart.TimeLinePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.get -> DocumentFormat.OpenXml.Office2013.Excel.Timelines! +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.get -> DocumentFormat.OpenXml.Presentation.TagList! +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.UserDefinedTagsPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaDataPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.get -> DocumentFormat.OpenXml.Office.Word.VbaSuppData! +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.set -> void +DocumentFormat.OpenXml.Packaging.VbaProjectPart +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaProjectPart() -> void +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.get -> DocumentFormat.OpenXml.Presentation.ViewProperties! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.set -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.VmlDrawingPart +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.LegacyDiagramTextParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.VmlDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileDependenciesPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.get -> DocumentFormat.OpenXml.Spreadsheet.VolatileTypes! +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes! +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExTaskpanesPart() -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.set -> void +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtensionPart() -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.get -> DocumentFormat.OpenXml.Wordprocessing.WebSettings! +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.set -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.WordAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.get -> DocumentFormat.OpenXml.Office2013.Word.CommentsEx! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.WordprocessingCommentsExPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.get -> DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.WordprocessingCommentsIdsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.get -> DocumentFormat.OpenXml.Wordprocessing.Comments! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.WordprocessingCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddMainDocumentPart() -> DocumentFormat.OpenXml.Packaging.MainDocumentPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ChangeDocumentType(DocumentFormat.OpenXml.WordprocessingDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DocumentType.get -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WordprocessingDocument() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.get -> DocumentFormat.OpenXml.Office2013.Word.People! +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.WordprocessingPeoplePart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.WordprocessingPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ChartsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomDataPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.DialogsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExcelAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExternalWorkbookParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.InternationalMacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.MacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.PivotTableCacheDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.SlicerCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.TimeLineCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.get -> DocumentFormat.OpenXml.Spreadsheet.Workbook! +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.get -> DocumentFormat.OpenXml.Spreadsheet.Headers! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionHeaderPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionLogParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.get -> DocumentFormat.OpenXml.Spreadsheet.Revisions! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.WorkbookRevisionLogPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.get -> DocumentFormat.OpenXml.Spreadsheet.Stylesheet! +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.WorkbookStylesPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.get -> DocumentFormat.OpenXml.Spreadsheet.Users! +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.WorkbookUserDataPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.get -> DocumentFormat.OpenXml.Spreadsheet.Comments! +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.WorksheetCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ControlPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.PivotTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.SlicersParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TableDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TimeLineParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.get -> DocumentFormat.OpenXml.Spreadsheet.Worksheet! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.get -> DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap! +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMapPart() -> void +DocumentFormat.OpenXml.Packaging.XmlSignaturePart +DocumentFormat.OpenXml.Packaging.XmlSignaturePart.XmlSignaturePart() -> void +DocumentFormat.OpenXml.Presentation.Animate +DocumentFormat.OpenXml.Presentation.Animate.Animate() -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.Animate.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.By.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Animate.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.From.set -> void +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.get -> DocumentFormat.OpenXml.Presentation.TimeAnimateValueList? +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.set -> void +DocumentFormat.OpenXml.Presentation.Animate.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.To.set -> void +DocumentFormat.OpenXml.Presentation.Animate.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.ValueType.set -> void +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Discrete = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Formula = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Linear = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Number = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.String = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateColor +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor() -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.get -> DocumentFormat.OpenXml.Presentation.ByColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.get -> DocumentFormat.OpenXml.Presentation.FromColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.get -> DocumentFormat.OpenXml.Presentation.ToColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.CounterClockwise = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Hsl = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Rgb = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateEffect +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect() -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.get -> DocumentFormat.OpenXml.Presentation.Progress? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.In = 0 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.None = 2 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.Out = 1 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateMotion +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion() -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.get -> DocumentFormat.OpenXml.Presentation.RotationCenter? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Layout = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Parent = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Fixed = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Relative = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateRotation +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation() -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale() -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeName +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName() -> void +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName(string! text) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList() -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio +DocumentFormat.OpenXml.Presentation.Audio.Audio() -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.set -> void +DocumentFormat.OpenXml.Presentation.Background +DocumentFormat.OpenXml.Presentation.Background.Background() -> void +DocumentFormat.OpenXml.Presentation.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.get -> DocumentFormat.OpenXml.Presentation.BackgroundProperties? +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.set -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.get -> DocumentFormat.OpenXml.Presentation.BackgroundStyleReference? +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.set -> void +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundAnimation +DocumentFormat.OpenXml.Presentation.BackgroundAnimation.BackgroundAnimation() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference() -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.Always = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.None = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Base = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Multiply = 3 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.None = 4 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Replace = 2 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Sum = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.ChildStyle = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.Normal = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Image = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Point = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BlindsTransition +DocumentFormat.OpenXml.Presentation.BlindsTransition.BlindsTransition() -> void +DocumentFormat.OpenXml.Presentation.BlipFill +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Presentation.BodyStyle +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle() -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BoldFont +DocumentFormat.OpenXml.Presentation.BoldFont.BoldFont() -> void +DocumentFormat.OpenXml.Presentation.BoldItalicFont +DocumentFormat.OpenXml.Presentation.BoldItalicFont.BoldItalicFont() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.BooleanVariantValue() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.BrowseSlideMode() -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.set -> void +DocumentFormat.OpenXml.Presentation.BuildAsOne +DocumentFormat.OpenXml.Presentation.BuildAsOne.BuildAsOne() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.get -> DocumentFormat.OpenXml.Presentation.BuildAsOne? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics() -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.get -> DocumentFormat.OpenXml.Presentation.BuildSubElement? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildList +DocumentFormat.OpenXml.Presentation.BuildList.BuildList() -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.BuildOleChart() -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph() -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.get -> DocumentFormat.OpenXml.Presentation.TemplateList? +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.get -> DocumentFormat.OpenXml.Drawing.BuildChart? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.get -> DocumentFormat.OpenXml.Drawing.BuildDiagram? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement() -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor +DocumentFormat.OpenXml.Presentation.ByColor.ByColor() -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.get -> DocumentFormat.OpenXml.Presentation.HslColor? +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.get -> DocumentFormat.OpenXml.Presentation.RgbColor? +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.set -> void +DocumentFormat.OpenXml.Presentation.ByPosition +DocumentFormat.OpenXml.Presentation.ByPosition.ByPosition() -> void +DocumentFormat.OpenXml.Presentation.CharRange +DocumentFormat.OpenXml.Presentation.CharRange.CharRange() -> void +DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.GridLegend = 0 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInCategory = 4 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInSeries = 3 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.CheckerTransition +DocumentFormat.OpenXml.Presentation.CheckerTransition.CheckerTransition() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CircleTransition +DocumentFormat.OpenXml.Presentation.CircleTransition.CircleTransition() -> void +DocumentFormat.OpenXml.Presentation.Color3Type +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type() -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.get -> DocumentFormat.OpenXml.Drawing.MasterColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.get -> DocumentFormat.OpenXml.Drawing.OverrideColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType +DocumentFormat.OpenXml.Presentation.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorValue +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue() -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CombTransition +DocumentFormat.OpenXml.Presentation.CombTransition.CombTransition() -> void +DocumentFormat.OpenXml.Presentation.Command +DocumentFormat.OpenXml.Presentation.Command.Command() -> void +DocumentFormat.OpenXml.Presentation.Command.Command(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Command.CommandName.set -> void +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Command.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Command.Type.set -> void +DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Call = 1 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Event = 0 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Verb = 2 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.Comment +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment() -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentExtensionList? +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Comment.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.Comment.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.Index.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Position.get -> DocumentFormat.OpenXml.Presentation.Position? +DocumentFormat.OpenXml.Presentation.Comment.Position.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Text.get -> DocumentFormat.OpenXml.Presentation.Text? +DocumentFormat.OpenXml.Presentation.Comment.Text.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList? +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Load(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Save(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList +DocumentFormat.OpenXml.Presentation.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Load(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Save(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Presentation.CommonBehavior +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.get -> DocumentFormat.OpenXml.Presentation.AttributeNameList? +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior() -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode() -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.get -> DocumentFormat.OpenXml.Presentation.Background? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.get -> DocumentFormat.OpenXml.Presentation.ControlList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.get -> DocumentFormat.OpenXml.Presentation.ShapeTree? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.get -> DocumentFormat.OpenXml.Presentation.GuideList? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.ChildTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode() -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.get -> DocumentFormat.OpenXml.Presentation.EndConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.get -> DocumentFormat.OpenXml.Presentation.EndSync? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.get -> DocumentFormat.OpenXml.Presentation.Iterate? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.get -> DocumentFormat.OpenXml.Presentation.StartConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.SubTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.get -> DocumentFormat.OpenXml.Presentation.Origin? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.get -> DocumentFormat.OpenXml.Presentation.ScaleFactor? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.set -> void +DocumentFormat.OpenXml.Presentation.Condition +DocumentFormat.OpenXml.Presentation.Condition.Condition() -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Strict = 0 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Transitional = 1 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConnectionShape +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify? +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D? +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.Control +DocumentFormat.OpenXml.Presentation.Control.Control() -> void +DocumentFormat.OpenXml.Presentation.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Id.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Name.set -> void +DocumentFormat.OpenXml.Presentation.Control.Picture.get -> DocumentFormat.OpenXml.Presentation.Picture? +DocumentFormat.OpenXml.Presentation.Control.Picture.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.ControlList +DocumentFormat.OpenXml.Presentation.ControlList.ControlList() -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CoverTransition +DocumentFormat.OpenXml.Presentation.CoverTransition.CoverTransition() -> void +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.Invalid = 2 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaAES = 0 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CustomerData +DocumentFormat.OpenXml.Presentation.CustomerData.CustomerData() -> void +DocumentFormat.OpenXml.Presentation.CustomerData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerData.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags +DocumentFormat.OpenXml.Presentation.CustomerDataTags.CustomerDataTags() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow() -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShow.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomShow.Name.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.get -> DocumentFormat.OpenXml.Presentation.SlideList? +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShowList +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList() -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference +DocumentFormat.OpenXml.Presentation.CustomShowReference.CustomShowReference() -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.set -> void +DocumentFormat.OpenXml.Presentation.CutTransition +DocumentFormat.OpenXml.Presentation.CutTransition.CutTransition() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.AllAtOnce = 15 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByLevel = 4 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByNode = 3 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Clockwise = 5 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseIn = 6 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseOut = 7 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwise = 8 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseIn = 9 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseOut = 10 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Custom = 16 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByBranch = 2 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByNode = 1 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Down = 14 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.InByRing = 11 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.OutByRing = 12 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Up = 13 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Whole = 0 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiamondTransition +DocumentFormat.OpenXml.Presentation.DiamondTransition.DiamondTransition() -> void +DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DissolveTransition +DocumentFormat.OpenXml.Presentation.DissolveTransition.DissolveTransition() -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.EightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.get -> DocumentFormat.OpenXml.Presentation.BoldFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.get -> DocumentFormat.OpenXml.Presentation.BoldItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.get -> DocumentFormat.OpenXml.Presentation.Font? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.get -> DocumentFormat.OpenXml.Presentation.ItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.get -> DocumentFormat.OpenXml.Presentation.RegularFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.EmbeddedFontDataIdType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Presentation.EmptyType +DocumentFormat.OpenXml.Presentation.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSoundAction +DocumentFormat.OpenXml.Presentation.EndSoundAction.EndSoundAction() -> void +DocumentFormat.OpenXml.Presentation.EndSync +DocumentFormat.OpenXml.Presentation.EndSync.EndSync() -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension +DocumentFormat.OpenXml.Presentation.Extension.Extension() -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Extension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ExtensionList +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification() -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.set -> void +DocumentFormat.OpenXml.Presentation.FadeTransition +DocumentFormat.OpenXml.Presentation.FadeTransition.FadeTransition() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue +DocumentFormat.OpenXml.Presentation.FloatVariantValue.FloatVariantValue() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.Font +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.set -> void +DocumentFormat.OpenXml.Presentation.Font.Font() -> void +DocumentFormat.OpenXml.Presentation.Font.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Presentation.Font.Panose.set -> void +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.set -> void +DocumentFormat.OpenXml.Presentation.Font.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Font.Typeface.set -> void +DocumentFormat.OpenXml.Presentation.FromColor +DocumentFormat.OpenXml.Presentation.FromColor.FromColor() -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromPosition +DocumentFormat.OpenXml.Presentation.FromPosition.FromPosition() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.get -> DocumentFormat.OpenXml.Drawing.Chart? +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.get -> DocumentFormat.OpenXml.Drawing.Diagram? +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Presentation.Transform? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Presentation.GridSpacing +DocumentFormat.OpenXml.Presentation.GridSpacing.GridSpacing() -> void +DocumentFormat.OpenXml.Presentation.GroupShape +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.GroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Guide +DocumentFormat.OpenXml.Presentation.Guide.Guide() -> void +DocumentFormat.OpenXml.Presentation.Guide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Guide.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.Guide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Guide.Position.set -> void +DocumentFormat.OpenXml.Presentation.GuideList +DocumentFormat.OpenXml.Presentation.GuideList.GuideList() -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster() -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Load(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Save(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterId? +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.set -> void +DocumentFormat.OpenXml.Presentation.HslColor +DocumentFormat.OpenXml.Presentation.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Presentation.HslColor.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Hue.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties() -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3 = 1 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3v4 = 2 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V4 = 0 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues.Indefinite = 0 -> DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndexRangeType +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.set -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.IndexRangeType() -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.set -> void +DocumentFormat.OpenXml.Presentation.InkTarget +DocumentFormat.OpenXml.Presentation.InkTarget.InkTarget() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.IntegerVariantValue() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.ItalicFont +DocumentFormat.OpenXml.Presentation.ItalicFont.ItalicFont() -> void +DocumentFormat.OpenXml.Presentation.Iterate +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate() -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.get -> DocumentFormat.OpenXml.Presentation.TimeAbsolute? +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.get -> DocumentFormat.OpenXml.Presentation.TimePercentage? +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Iterate.Type.set -> void +DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Element = 0 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Letter = 2 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Word = 1 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.Kinsoku +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.set -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode +DocumentFormat.OpenXml.Presentation.KioskSlideMode.KioskSlideMode() -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ModificationVerifier() -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.set -> void +DocumentFormat.OpenXml.Presentation.NewsflashTransition +DocumentFormat.OpenXml.Presentation.NewsflashTransition.NewsflashTransition() -> void +DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.Seek = 1 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextConditionList +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList() -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.NormalViewPortionType() -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.get -> DocumentFormat.OpenXml.Presentation.RestoredLeft? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.get -> DocumentFormat.OpenXml.Presentation.RestoredTop? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Load(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster() -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.get -> DocumentFormat.OpenXml.Presentation.NotesStyle? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Save(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.get -> DocumentFormat.OpenXml.Presentation.NotesMasterId? +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSize +DocumentFormat.OpenXml.Presentation.NotesSize.NotesSize() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.Load(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Presentation.NotesSlide.Save(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.NotesStyle +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle() -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.CategoryElement = 4 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.SeriesElement = 3 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartElement +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.set -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.OleChartElement() -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.set -> void +DocumentFormat.OpenXml.Presentation.OleObject +DocumentFormat.OpenXml.Presentation.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Id.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Name.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed() -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.Full = 1 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.None = 0 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.TextAndBackground = 2 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectLink +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink() -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.OptionalBlackTransitionType() -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Origin +DocumentFormat.OpenXml.Presentation.Origin.Origin() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.get -> DocumentFormat.OpenXml.Presentation.OutlineViewSlideList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.OutlineViewSlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Custom = 2 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Paragraph = 1 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Whole = 3 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.ParagraphIndexRange() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor +DocumentFormat.OpenXml.Presentation.PenColor.PenColor() -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum() -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle1 = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle2 = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle3 = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle4 = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle5 = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle6 = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle7 = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FitToSlide = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPic = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPicWithTitle = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePic = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePicWithTitle = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPic = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPicWithTitle = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.Picture +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.get -> DocumentFormat.OpenXml.Presentation.BlipFill? +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties? +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture() -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape() -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Full = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Half = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Quarter = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Body = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.CenteredTitle = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Chart = 9 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.ClipArt = 11 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.DateAndTime = 4 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Diagram = 12 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Footer = 6 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Header = 7 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Media = 13 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Object = 8 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Picture = 15 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideImage = 14 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideNumber = 5 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SubTitle = 3 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Table = 10 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlusTransition +DocumentFormat.OpenXml.Presentation.PlusTransition.PlusTransition() -> void +DocumentFormat.OpenXml.Presentation.Point2DType +DocumentFormat.OpenXml.Presentation.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Presentation.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.X.set -> void +DocumentFormat.OpenXml.Presentation.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Presentation.Position +DocumentFormat.OpenXml.Presentation.Position.Position() -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Presentation.Presentation +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.get -> DocumentFormat.OpenXml.Presentation.CustomShowList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.get -> DocumentFormat.OpenXml.Presentation.DefaultTextStyle? +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.get -> DocumentFormat.OpenXml.Presentation.EmbeddedFontList? +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.get -> DocumentFormat.OpenXml.Presentation.Kinsoku? +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Load(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.get -> DocumentFormat.OpenXml.Presentation.ModificationVerifier? +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.get -> DocumentFormat.OpenXml.Presentation.NotesSize? +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.get -> DocumentFormat.OpenXml.Presentation.PhotoAlbum? +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation() -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationExtensionList? +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Save(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.get -> DocumentFormat.OpenXml.Presentation.SlideIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.get -> DocumentFormat.OpenXml.Presentation.SlideSize? +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.get -> DocumentFormat.OpenXml.Presentation.HtmlPublishProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Load(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties() -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.get -> DocumentFormat.OpenXml.Presentation.PrintingProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Save(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.get -> DocumentFormat.OpenXml.Presentation.ShowProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.get -> DocumentFormat.OpenXml.Presentation.WebProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresenterSlideMode +DocumentFormat.OpenXml.Presentation.PresenterSlideMode.PresenterSlideMode() -> void +DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.SkipTimed = 1 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousConditionList +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList() -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.BlackWhite = 0 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Gray = 1 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintingProperties +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties() -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.set -> void +DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts1 = 1 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts2 = 2 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts3 = 3 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts4 = 4 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts6 = 5 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts9 = 6 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Notes = 7 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Outline = 8 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Slides = 0 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.Progress +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress() -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PullTransition +DocumentFormat.OpenXml.Presentation.PullTransition.PullTransition() -> void +DocumentFormat.OpenXml.Presentation.PushTransition +DocumentFormat.OpenXml.Presentation.PushTransition.PushTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomBarTransition +DocumentFormat.OpenXml.Presentation.RandomBarTransition.RandomBarTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomTransition +DocumentFormat.OpenXml.Presentation.RandomTransition.RandomTransition() -> void +DocumentFormat.OpenXml.Presentation.RegularFont +DocumentFormat.OpenXml.Presentation.RegularFont.RegularFont() -> void +DocumentFormat.OpenXml.Presentation.RestoredLeft +DocumentFormat.OpenXml.Presentation.RestoredLeft.RestoredLeft() -> void +DocumentFormat.OpenXml.Presentation.RestoredTop +DocumentFormat.OpenXml.Presentation.RestoredTop.RestoredTop() -> void +DocumentFormat.OpenXml.Presentation.RgbColor +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Green.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Green.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Red.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Red.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Presentation.RotationCenter +DocumentFormat.OpenXml.Presentation.RotationCenter.RotationCenter() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.RuntimeNodeTrigger() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor() -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.get -> DocumentFormat.OpenXml.Drawing.ScaleX? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.get -> DocumentFormat.OpenXml.Drawing.ScaleY? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.get -> DocumentFormat.OpenXml.Presentation.NextConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.get -> DocumentFormat.OpenXml.Presentation.PreviousConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode() -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior() -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.get -> DocumentFormat.OpenXml.Presentation.ToVariantValue? +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Shape +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape() -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.Shape.TextBody.get -> DocumentFormat.OpenXml.Presentation.TextBody? +DocumentFormat.OpenXml.Presentation.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.get -> DocumentFormat.OpenXml.Presentation.BackgroundAnimation? +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.get -> DocumentFormat.OpenXml.Presentation.GraphicElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.get -> DocumentFormat.OpenXml.Presentation.OleChartElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget() -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.get -> DocumentFormat.OpenXml.Presentation.SubShape? +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.get -> DocumentFormat.OpenXml.Presentation.TextElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTree +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties() -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Slide +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Load(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Save(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Show.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.Show.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide() -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideExtensionList? +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Slide.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Presentation.Slide.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.Slide.Timing.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.Slide.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideAll +DocumentFormat.OpenXml.Presentation.SlideAll.SlideAll() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId() -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Load(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Save(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout() -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Blank = 11 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Chart = 7 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ChartAndText = 5 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndText = 9 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndVerticalText = 25 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Custom = 31 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Diagram = 6 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.FourObjects = 23 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.MidiaAndText = 17 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Object = 15 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndText = 13 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndTwoObjects = 29 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOnly = 14 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOverText = 18 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectText = 34 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.PictureText = 35 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.SectionHeader = 32 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Table = 3 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Text = 1 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndChart = 4 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndClipArt = 8 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndMedia = 16 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndObject = 12 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndTwoObjects = 20 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextOverObject = 19 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TitleOnly = 10 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoColumnText = 2 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjects = 28 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndObject = 30 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndText = 21 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsOverText = 22 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoTextAndTwoObjects = 33 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalText = 24 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndText = 26 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndTextOverChart = 27 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideList +DocumentFormat.OpenXml.Presentation.SlideList.SlideList() -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry.SlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Load(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Save(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutIdList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.get -> DocumentFormat.OpenXml.Presentation.TextStyles? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideRange +DocumentFormat.OpenXml.Presentation.SlideRange.SlideRange() -> void +DocumentFormat.OpenXml.Presentation.SlideSize +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.SlideSize() -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideSize.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A3 = 8 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A4 = 2 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4ISO = 9 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4JIS = 11 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5ISO = 10 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5JIS = 12 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Banner = 5 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Custom = 6 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Film35mm = 3 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.HagakiCard = 13 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Ledger = 7 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Letter = 1 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Overhead = 4 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x10 = 15 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x9 = 14 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen4x3 = 0 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSyncProperties +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Load(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Save(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideTarget +DocumentFormat.OpenXml.Presentation.SlideTarget.SlideTarget() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Sound +DocumentFormat.OpenXml.Presentation.Sound.Sound() -> void +DocumentFormat.OpenXml.Presentation.SoundAction +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.get -> DocumentFormat.OpenXml.Presentation.EndSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction() -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.get -> DocumentFormat.OpenXml.Presentation.StartSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundTarget +DocumentFormat.OpenXml.Presentation.SoundTarget.SoundTarget() -> void +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Maximized = 2 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Minimized = 0 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Restored = 1 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitTransition +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.SplitTransition() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.get -> DocumentFormat.OpenXml.Presentation.Sound? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction() -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue +DocumentFormat.OpenXml.Presentation.StringVariantValue.StringVariantValue() -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition.StripsTransition() -> void +DocumentFormat.OpenXml.Presentation.SubShape +DocumentFormat.OpenXml.Presentation.SubShape.SubShape() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Tag +DocumentFormat.OpenXml.Presentation.Tag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Name.set -> void +DocumentFormat.OpenXml.Presentation.Tag.Tag() -> void +DocumentFormat.OpenXml.Presentation.Tag.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Val.set -> void +DocumentFormat.OpenXml.Presentation.TagList +DocumentFormat.OpenXml.Presentation.TagList.Load(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.Save(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList() -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Presentation.TargetElement +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.get -> DocumentFormat.OpenXml.Presentation.InkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.get -> DocumentFormat.OpenXml.Presentation.ShapeTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.get -> DocumentFormat.OpenXml.Presentation.SlideTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.get -> DocumentFormat.OpenXml.Presentation.SoundTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement() -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template +DocumentFormat.OpenXml.Presentation.Template.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Template.Level.set -> void +DocumentFormat.OpenXml.Presentation.Template.Template() -> void +DocumentFormat.OpenXml.Presentation.Template.Template(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.TemplateList +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList() -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Text +DocumentFormat.OpenXml.Presentation.Text.Text() -> void +DocumentFormat.OpenXml.Presentation.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Presentation.TextBody +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.get -> DocumentFormat.OpenXml.Presentation.CharRange? +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.get -> DocumentFormat.OpenXml.Presentation.ParagraphIndexRange? +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement() -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.get -> DocumentFormat.OpenXml.Presentation.BodyStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.get -> DocumentFormat.OpenXml.Presentation.OtherStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles() -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.get -> DocumentFormat.OpenXml.Presentation.TitleStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.set -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute +DocumentFormat.OpenXml.Presentation.TimeAbsolute.TimeAbsolute() -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.get -> DocumentFormat.OpenXml.Presentation.VariantValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.get -> DocumentFormat.OpenXml.Presentation.BooleanVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.get -> DocumentFormat.OpenXml.Presentation.ColorValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.get -> DocumentFormat.OpenXml.Presentation.IntegerVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.get -> DocumentFormat.OpenXml.Presentation.StringVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType() -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.get -> DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType() -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.get -> DocumentFormat.OpenXml.Presentation.TimeNode? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.TimeListSubShapeIdType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListType +DocumentFormat.OpenXml.Presentation.TimeListType.TimeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListType.X.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.X.set -> void +DocumentFormat.OpenXml.Presentation.TimeListType.Y.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.Y.set -> void +DocumentFormat.OpenXml.Presentation.TimeNode +DocumentFormat.OpenXml.Presentation.TimeNode.TimeNode() -> void +DocumentFormat.OpenXml.Presentation.TimeNode.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.TimeNode.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Freeze = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Hold = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Remove = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Transition = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeList +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.get -> DocumentFormat.OpenXml.Presentation.ParallelTimeNode? +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.NextClick = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.SameClick = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Emphasis = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Entrance = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Exit = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.MediaCall = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Path = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Verb = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Always = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Never = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.WhenNotActive = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.CanSlip = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.Locked = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterEffect = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterGroup = 7 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickEffect = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickParagraph = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.InteractiveSequence = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.MainSequence = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.TmingRoot = 8 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithEffect = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithGroup = 6 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimePercentage +DocumentFormat.OpenXml.Presentation.TimePercentage.TimePercentage() -> void +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing +DocumentFormat.OpenXml.Presentation.Timing.BuildList.get -> DocumentFormat.OpenXml.Presentation.BuildList? +DocumentFormat.OpenXml.Presentation.Timing.BuildList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing() -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor +DocumentFormat.OpenXml.Presentation.ToColor.ToColor() -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToPosition +DocumentFormat.OpenXml.Presentation.ToPosition.ToPosition() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform +DocumentFormat.OpenXml.Presentation.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Presentation.Transform.Extents.set -> void +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Presentation.Transform.Offset.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform() -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transition +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.set -> void +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.Duration.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Speed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Transition.Speed.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition() -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftDown = 2 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftUp = 0 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightDown = 3 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightUp = 1 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.In = 1 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.Out = 0 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Down = 3 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Left = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Right = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Up = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Fast = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Medium = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Slow = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.Begin = 3 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.End = 4 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnBegin = 1 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnClick = 5 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnDoubleClick = 6 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnEnd = 2 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMediaBookmark = 12 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOut = 8 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOver = 7 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnNext = 9 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnPrevious = 10 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnStopAudio = 11 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.All = 2 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.First = 0 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.Last = 1 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.VariantValue +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue() -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Video.FullScreen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Video.FullScreen.set -> void +DocumentFormat.OpenXml.Presentation.Video.Video() -> void +DocumentFormat.OpenXml.Presentation.Video.Video(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.get -> DocumentFormat.OpenXml.Presentation.GridSpacing? +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Load(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.get -> DocumentFormat.OpenXml.Presentation.NormalViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesTextViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.get -> DocumentFormat.OpenXml.Presentation.OutlineViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Save(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.SlideViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.get -> DocumentFormat.OpenXml.Presentation.SorterViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties() -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.HandoutView = 3 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesMasterView = 4 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesView = 2 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.OutlineView = 5 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideMasterView = 1 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideSorterView = 6 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideThumbnailView = 7 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideView = 0 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.BlackTextOnWhite = 5 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.Browser = 1 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.None = 0 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationAccent = 3 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationText = 2 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.WhiteTextOnBlack = 4 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebProperties +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Color.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Color.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties() -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1800x1400 = 9 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WedgeTransition +DocumentFormat.OpenXml.Presentation.WedgeTransition.WedgeTransition() -> void +DocumentFormat.OpenXml.Presentation.WheelTransition +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.set -> void +DocumentFormat.OpenXml.Presentation.WheelTransition.WheelTransition() -> void +DocumentFormat.OpenXml.Presentation.WipeTransition +DocumentFormat.OpenXml.Presentation.WipeTransition.WipeTransition() -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition.ZoomTransition() -> void +DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.AddIn = 6 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledPresentation = 3 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledSlideshow = 5 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledTemplate = 4 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Presentation = 0 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Slideshow = 2 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Template = 1 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.SByteValue +DocumentFormat.OpenXml.SByteValue.SByteValue() -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(DocumentFormat.OpenXml.SByteValue! source) -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(sbyte value) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute +DocumentFormat.OpenXml.SchemaAttrAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(byte nsId, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! ns, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.Tag.get -> string! +DocumentFormat.OpenXml.SingleValue +DocumentFormat.OpenXml.SingleValue.SingleValue() -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(DocumentFormat.OpenXml.SingleValue! source) -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(float value) -> void +DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Default = 0 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Preserve = 1 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.Spreadsheet.Alignment +DocumentFormat.OpenXml.Spreadsheet.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Author +DocumentFormat.OpenXml.Spreadsheet.Author.Author() -> void +DocumentFormat.OpenXml.Spreadsheet.Author.Author(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors() -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Bold +DocumentFormat.OpenXml.Spreadsheet.Bold.Bold() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.BooleanPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border +DocumentFormat.OpenXml.Spreadsheet.Border.Border() -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.get -> DocumentFormat.OpenXml.Spreadsheet.BottomBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.get -> DocumentFormat.OpenXml.Spreadsheet.EndBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.get -> DocumentFormat.OpenXml.Spreadsheet.LeftBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.get -> DocumentFormat.OpenXml.Spreadsheet.RightBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.get -> DocumentFormat.OpenXml.Spreadsheet.StartBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.get -> DocumentFormat.OpenXml.Spreadsheet.TopBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType() -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Borders +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders() -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDot = 9 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDotDot = 11 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dashed = 3 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dotted = 4 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Double = 6 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Hair = 7 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Medium = 2 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDot = 10 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDotDot = 12 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashed = 8 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.SlantDashDot = 13 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thick = 5 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thin = 1 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BottomBorder +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Break +DocumentFormat.OpenXml.Spreadsheet.Break.Break() -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.get -> DocumentFormat.OpenXml.Spreadsheet.FieldGroup? +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.get -> DocumentFormat.OpenXml.Spreadsheet.SharedItems? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.get -> DocumentFormat.OpenXml.Spreadsheet.FieldsUsage? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.get -> DocumentFormat.OpenXml.Spreadsheet.GroupLevels? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.get -> DocumentFormat.OpenXml.Spreadsheet.Consolidation? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.get -> DocumentFormat.OpenXml.Spreadsheet.WorksheetSource? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Auto = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.AutoNoTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculationCell +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CalculationCell() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Load(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Save(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Gregorian = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianArabic = 10 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianMiddleEastFrench = 9 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedEnglish = 11 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedFrench = 12 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianUs = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hebrew = 8 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hijri = 6 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Japan = 3 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Korea = 5 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Thai = 7 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.Cell +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell() -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AsDisplayed = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AtEnd = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellFormat +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Array = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.DataTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Shared = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellMetadata +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType() -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(bool value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(decimal value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(double value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(int value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTime dateTime) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTimeOffset dateTimeOffset) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetBoolean(out bool value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTime(out System.DateTime dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTimeOffset(out System.DateTimeOffset dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDecimal(out decimal value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDouble(out double dbl) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetInt(out int value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Date = 6 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.InlineString = 5 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Number = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.SharedString = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellWatch +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellWatch() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CharacterValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartsheetPart.get -> DocumentFormat.OpenXml.Packaging.ChartsheetPart? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Load(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.get -> DocumentFormat.OpenXml.Spreadsheet.Picture? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Save(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishItems? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.ChartSheetPageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.ChartSheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Color +DocumentFormat.OpenXml.Spreadsheet.Color.Color() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.ColorFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors() -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.get -> DocumentFormat.OpenXml.Spreadsheet.IndexedColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.get -> DocumentFormat.OpenXml.Spreadsheet.MruColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Column() -> void +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Style.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Width.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.ColumnHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Columns +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns() -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment() -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CommentProperties? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.get -> DocumentFormat.OpenXml.Spreadsheet.CommentText? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments() -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Load(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Save(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicator = 1 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicatorAndComment = 2 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentNone = 0 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentText +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Condense +DocumentFormat.OpenXml.Spreadsheet.Condense.Condense() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreas? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Between = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThan = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThanOrEqual = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotBetween = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotContains = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Formula = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Max = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Min = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Number = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percent = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percentile = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.AboveAverage = 17 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.CellIs = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ColorScale = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsBlanks = 12 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsErrors = 14 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DataBar = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DuplicateValues = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Expression = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.IconSet = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsBlanks = 13 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsErrors = 15 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsText = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.TimePeriod = 16 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Top10 = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.UniqueValues = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumstrict = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumtransitional = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.Connection +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection() -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.get -> DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.New.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.New.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OlapProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.get -> DocumentFormat.OpenXml.Spreadsheet.Parameters? +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.get -> DocumentFormat.OpenXml.Spreadsheet.TextProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections() -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Spreadsheet.Connections.Load(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Save(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation() -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.get -> DocumentFormat.OpenXml.Spreadsheet.Pages? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.get -> DocumentFormat.OpenXml.Spreadsheet.RangeSets? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control +DocumentFormat.OpenXml.Spreadsheet.Control.Control() -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ControlProperties? +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Controls +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls() -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Integrated = 0 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.None = 1 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Stored = 2 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CustomProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.RowBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.get -> DocumentFormat.OpenXml.Spreadsheet.Selection? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.DatabaseProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate() -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.get -> DocumentFormat.OpenXml.Spreadsheet.DataReferences? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Average = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.CountNumbers = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Minimum = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Product = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviation = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviationP = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Sum = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Variance = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.VarianceP = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataField +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField() -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference +DocumentFormat.OpenXml.Spreadsheet.DataReference.DataReference() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Information = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Stop = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Warning = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Disabled = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullAlpha = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullHangul = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullKatakana = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfAlpha = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfHangul = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfKatakana = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Hiragana = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Off = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.On = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Between = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThan = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThanOrEqual = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThan = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThanOrEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotBetween = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidations +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Custom = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Date = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Decimal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.List = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.TextLength = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Whole = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectContent = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectIcon = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateGroupItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Day = 2 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Hour = 3 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Minute = 4 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Month = 1 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Second = 5 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Year = 0 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.get -> DocumentFormat.OpenXml.Spreadsheet.Values? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.get -> DocumentFormat.OpenXml.Spreadsheet.DdeItems? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Boolean = 1 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Error = 3 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Nil = 0 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.RealNumber = 2 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DefinedName +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField +DocumentFormat.OpenXml.Spreadsheet.DeletedField.DeletedField() -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.get -> DocumentFormat.OpenXml.Spreadsheet.Controls? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogsheetPart.get -> DocumentFormat.OpenXml.Packaging.DialogsheetPart? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Load(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.get -> DocumentFormat.OpenXml.Spreadsheet.OleObjects? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Save(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProtection? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Dimension() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing +DocumentFormat.OpenXml.Spreadsheet.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.DrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.DynamicFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.AboveAverage = 1 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.April = 26 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.August = 30 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.BelowAverage = 2 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.December = 34 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.February = 24 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.January = 23 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.July = 29 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.June = 28 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastMonth = 11 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastQuarter = 14 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastYear = 17 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.March = 25 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.May = 27 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextMonth = 9 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextQuarter = 12 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextWeek = 6 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextYear = 15 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.November = 33 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Null = 0 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.October = 32 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter1 = 19 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter2 = 20 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter3 = 21 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter4 = 22 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.September = 31 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisMonth = 10 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisQuarter = 13 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisYear = 16 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Today = 4 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Tomorrow = 3 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.YearToDate = 18 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Yesterday = 5 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries() -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem() -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Extend +DocumentFormat.OpenXml.Spreadsheet.Extend.Extend() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDataSet? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.get -> DocumentFormat.OpenXml.Spreadsheet.SheetNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayMonthYear = 3 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayYearMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.EMD = 9 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthDayYear = 2 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthYearDay = 5 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Skip = 8 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Text = 1 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearDayMonth = 7 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearMonthDay = 4 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.ExternalDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalWorkbookPart.get -> DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Load(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Save(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.ExternalReference() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Field +DocumentFormat.OpenXml.Spreadsheet.Field.Field() -> void +DocumentFormat.OpenXml.Spreadsheet.Field.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Field.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem +DocumentFormat.OpenXml.Spreadsheet.FieldItem.FieldItem() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.FieldUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.FileRecoveryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.FileSharing() -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Dos = 2 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Mac = 0 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Win = 1 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileVersion +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.FileVersion() -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill() -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.get -> DocumentFormat.OpenXml.Spreadsheet.GradientFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.get -> DocumentFormat.OpenXml.Spreadsheet.PatternFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills() -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filter +DocumentFormat.OpenXml.Spreadsheet.Filter.Filter() -> void +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.get -> DocumentFormat.OpenXml.Spreadsheet.ColorFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.get -> DocumentFormat.OpenXml.Spreadsheet.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.get -> DocumentFormat.OpenXml.Office2010.Excel.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.get -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.get -> DocumentFormat.OpenXml.Spreadsheet.Filters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.get -> DocumentFormat.OpenXml.Spreadsheet.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.get -> DocumentFormat.OpenXml.Office2010.Excel.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.get -> DocumentFormat.OpenXml.Spreadsheet.Top10? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThan = 1 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThanOrEqual = 2 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.Filters +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters() -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Font +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.get -> DocumentFormat.OpenXml.Spreadsheet.Bold? +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.Font.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.get -> DocumentFormat.OpenXml.Spreadsheet.Condense? +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.get -> DocumentFormat.OpenXml.Spreadsheet.Extend? +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font() -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.get -> DocumentFormat.OpenXml.Spreadsheet.FontCharSet? +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.get -> DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering? +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.get -> DocumentFormat.OpenXml.Spreadsheet.FontName? +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.get -> DocumentFormat.OpenXml.Spreadsheet.FontScheme? +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.get -> DocumentFormat.OpenXml.Spreadsheet.FontSize? +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.get -> DocumentFormat.OpenXml.Spreadsheet.Italic? +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.get -> DocumentFormat.OpenXml.Spreadsheet.Outline? +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.get -> DocumentFormat.OpenXml.Spreadsheet.Shadow? +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.get -> DocumentFormat.OpenXml.Spreadsheet.Strike? +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.get -> DocumentFormat.OpenXml.Spreadsheet.Underline? +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment? +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamily +DocumentFormat.OpenXml.Spreadsheet.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.FontFamilyNumbering() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontName +DocumentFormat.OpenXml.Spreadsheet.FontName.FontName() -> void +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme +DocumentFormat.OpenXml.Spreadsheet.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Major = 1 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Minor = 2 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSize +DocumentFormat.OpenXml.Spreadsheet.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Format +DocumentFormat.OpenXml.Spreadsheet.Format.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Format.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format() -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Blank = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Formatting = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.Formats +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats() -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1 +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2 +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Area = 2 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.AreaError = 3 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ComputedArea = 4 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Reference = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ReferenceError = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.FunctionGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Linear = 0 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Path = 1 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.Group +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group() -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.get -> DocumentFormat.OpenXml.Spreadsheet.GroupMembers? +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Group.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Days = 4 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Hours = 3 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Minutes = 2 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Months = 5 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Quarters = 6 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Range = 0 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Seconds = 1 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Years = 7 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupItems +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.get -> DocumentFormat.OpenXml.Spreadsheet.Groups? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.GroupMember() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups() -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertClear = 1 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertDelete = 0 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.OverwriteClear = 2 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.Header +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header() -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.get -> DocumentFormat.OpenXml.Spreadsheet.ReviewedList? +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.get -> DocumentFormat.OpenXml.Spreadsheet.SheetIdMap? +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Spreadsheet.EvenFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Spreadsheet.EvenHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Spreadsheet.FirstFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Spreadsheet.FirstHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Spreadsheet.OddFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Spreadsheet.OddHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers() -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.History.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.HierarchyUsageType() -> void +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.CenterContinuous = 6 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Distributed = 7 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Fill = 4 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Justify = 5 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.All = 2 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.HonorRichText = 1 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.Hyperlink +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveRating = 15 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrows = 8 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRating = 11 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IgnoredError +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors() -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString() -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.InputCells() -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.InternationalPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Italic +DocumentFormat.OpenXml.Spreadsheet.Italic.Italic() -> void +DocumentFormat.OpenXml.Spreadsheet.Item +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Item.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Item() -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items +DocumentFormat.OpenXml.Spreadsheet.Items.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Items.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items() -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Blank = 14 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Count = 8 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.CountA = 3 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Data = 0 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Default = 1 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Grand = 13 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Maximum = 5 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Minimum = 6 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Product = 7 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviation = 9 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviationP = 10 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Sum = 2 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Variance = 11 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.VarianceP = 12 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.Kpi +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Kpi() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.LegacyDrawingType() -> void +DocumentFormat.OpenXml.Spreadsheet.Location +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Location() -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main +DocumentFormat.OpenXml.Spreadsheet.Main.First.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Main.First.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main() -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.get -> DocumentFormat.OpenXml.Spreadsheet.DataBinding? +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ID.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Map.ID.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map() -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.set -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo +DocumentFormat.OpenXml.Spreadsheet.MapInfo.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps() -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx() -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.get -> DocumentFormat.OpenXml.Spreadsheet.MdxKpi? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.get -> DocumentFormat.OpenXml.Spreadsheet.MdxSet? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.get -> DocumentFormat.OpenXml.Spreadsheet.MdxTuple? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeKPIMember = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMember = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMemberProperty = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeRankedMember = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSet = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSetCount = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeValue = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxKpi +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.MdxKpi() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Goal = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Status = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Trend = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Weight = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.MdxMemberProp() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaAscendingSortOrder = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaDescendingSortOrder = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalAscending = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalDescending = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Unsorted = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxTuple +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureDimensionMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.MeasureGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Member +DocumentFormat.OpenXml.Spreadsheet.Member.Member() -> void +DocumentFormat.OpenXml.Spreadsheet.Member.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Member.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.MemberPropertiesMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.MemberProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.MemberPropertyIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.Members +DocumentFormat.OpenXml.Spreadsheet.Members.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members() -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell +DocumentFormat.OpenXml.Spreadsheet.MergeCell.MergeCell() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata +DocumentFormat.OpenXml.Spreadsheet.Metadata.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Spreadsheet.Metadata.Load(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMetadata? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata() -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataStrings? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataTypes? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Save(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.MetadataRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MetadataType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem() -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingTable +DocumentFormat.OpenXml.Spreadsheet.MissingTable.MissingTable() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.NameIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.get -> DocumentFormat.OpenXml.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor() -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.get -> DocumentFormat.OpenXml.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.All = 0 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.Placeholders = 1 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.OddFooter +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.OlapProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell() -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.get -> DocumentFormat.OpenXml.Spreadsheet.OleItems? +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink() -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.get -> DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties? +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize +DocumentFormat.OpenXml.Spreadsheet.OleSize.OleSize() -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateAlways = 0 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateOnCall = 1 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Default = 0 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.Outline +DocumentFormat.OpenXml.Spreadsheet.Outline.Outline() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.OutlineProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page +DocumentFormat.OpenXml.Spreadsheet.Page.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Page.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page() -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType() -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField() -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem.PageItem() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.DownThenOver = 0 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.OverThenDown = 1 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.Pages +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages() -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.PageSetupProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.Pane() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Frozen = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.FrozenSplit = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Split = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomRight = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopLeft = 3 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopRight = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.Parameter +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Cell = 2 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Prompt = 0 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Value = 1 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.PatternFill +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.BackgroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.ForegroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkDown = 7 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGray = 3 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGrid = 9 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkHorizontal = 5 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkTrellis = 10 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkUp = 8 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkVertical = 6 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray0625 = 18 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray125 = 17 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightDown = 13 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGray = 4 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGrid = 15 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightHorizontal = 11 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightTrellis = 16 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightUp = 14 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightVertical = 12 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.MediumGray = 2 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Solid = 1 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Distributed = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.PhoneticProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.FullWidthKatakana = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.HalfWidthKatakana = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.Hiragana = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.NoConversion = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.Picture +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.All = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Button = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Data = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Normal = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Origin = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopEnd = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopRight = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotCache +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.PivotCache() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.get -> DocumentFormat.OpenXml.Spreadsheet.CacheFields? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSource? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedItems? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.get -> DocumentFormat.OpenXml.Spreadsheet.Dimensions? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.get -> DocumentFormat.OpenXml.Spreadsheet.Kpis? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.get -> DocumentFormat.OpenXml.Spreadsheet.Maps? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.get -> DocumentFormat.OpenXml.Spreadsheet.MeasureGroups? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.get -> DocumentFormat.OpenXml.Spreadsheet.TupleCache? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.get -> DocumentFormat.OpenXml.Spreadsheet.AutoSortScope? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.get -> DocumentFormat.OpenXml.Spreadsheet.Items? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.April = 57 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.August = 61 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBeginsWith = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBetween = 16 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionContains = 10 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEndsWith = 8 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThan = 12 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThanOrEqual = 13 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThan = 14 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThanOrEqual = 15 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBeginsWith = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBetween = 17 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotContains = 11 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEndsWith = 9 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateBetween = 32 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateEqual = 26 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThan = 30 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThanOrEqual = 31 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotBetween = 33 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotEqual = 27 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThan = 28 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThanOrEqual = 29 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.December = 65 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.February = 55 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.January = 54 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.July = 60 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.June = 59 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastMonth = 42 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastQuarter = 45 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastWeek = 39 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastYear = 48 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.March = 56 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.May = 58 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextMonth = 40 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextQuarter = 43 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextWeek = 37 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextYear = 46 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.November = 64 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.October = 63 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter1 = 50 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter2 = 51 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter3 = 52 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter4 = 53 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.September = 62 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Sum = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisMonth = 41 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisQuarter = 44 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisWeek = 38 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisYear = 47 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Today = 35 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Tomorrow = 34 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Unknown = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueBetween = 24 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueEqual = 18 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThan = 20 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThanOrEqual = 21 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThan = 22 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThanOrEqual = 23 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotBetween = 25 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotEqual = 19 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.YearToDate = 49 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Yesterday = 36 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.get -> DocumentFormat.OpenXml.Spreadsheet.MemberProperties? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisColumn = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisPage = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisValues = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTablePart.get -> DocumentFormat.OpenXml.Packaging.PivotTablePart? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.PivotTableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Blank = 1 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Dash = 2 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Displayed = 0 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.NA = 3 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintOptions +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.PrintOptions() -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Protection +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Protection() -> void +DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.DoubleQuote = 0 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.SingleQuote = 1 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.Query +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query() -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Load(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTablePart.get -> DocumentFormat.OpenXml.Packaging.QueryTablePart? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Save(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.RangeSet() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.A1 = 0 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.R1C1 = 1 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.Reviewed +DocumentFormat.OpenXml.Spreadsheet.Reviewed.Reviewed() -> void +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList() -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Add = 0 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Delete = 1 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.RevisionAutoFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.get -> DocumentFormat.OpenXml.Spreadsheet.NewCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.get -> DocumentFormat.OpenXml.Spreadsheet.OldCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.RevisionComment() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionConflict() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.RevisionCustomView() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.get -> DocumentFormat.OpenXml.Spreadsheet.Formula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.get -> DocumentFormat.OpenXml.Spreadsheet.OldFormula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionInsertSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.RevisionQueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions +DocumentFormat.OpenXml.Spreadsheet.Revisions.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions() -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.WorkbookRevisionLogPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Height.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Height.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row() -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.ColumnInsert = 2 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.InsertRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowFields +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields() -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.RowHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType() -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.All = 1 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Column = 3 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Row = 2 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.Run +DocumentFormat.OpenXml.Spreadsheet.Run.Run() -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.get -> DocumentFormat.OpenXml.Spreadsheet.RunProperties? +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.Run.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont +DocumentFormat.OpenXml.Spreadsheet.RunFont.RunFont() -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.RunPropertyCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema() -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Data = 1 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Field = 2 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Selection = 0 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.Selection +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Selection() -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Shadow +DocumentFormat.OpenXml.Spreadsheet.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Load(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Save(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Sheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.SheetCalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.SheetDimension() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.SheetFormatProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId +DocumentFormat.OpenXml.Spreadsheet.SheetId.SheetId() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName +DocumentFormat.OpenXml.Spreadsheet.SheetName.SheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OutlineProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetView +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageBreakPreview = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageLayout = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Difference = 1 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Index = 8 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentageDifference = 3 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfColumn = 6 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfRaw = 5 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfTotal = 7 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.RunTotal = 4 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Load(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Save(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.CellColor = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.FontColor = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Icon = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortCondition +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.PinYin = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.Stroke = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortState +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState() -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingAlpha = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingNatural = 5 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingAlpha = 4 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingNatural = 6 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Consolidation = 2 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.External = 1 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Scenario = 3 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.StartBorder +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Strike +DocumentFormat.OpenXml.Spreadsheet.Strike.Strike() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.get -> DocumentFormat.OpenXml.Spreadsheet.Borders? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.get -> DocumentFormat.OpenXml.Spreadsheet.Colors? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.get -> DocumentFormat.OpenXml.Spreadsheet.Fills? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.get -> DocumentFormat.OpenXml.Spreadsheet.Fonts? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Load(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Save(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic() -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TabColor +DocumentFormat.OpenXml.Spreadsheet.TabColor.TabColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Table +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Load(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Save(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table() -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.get -> DocumentFormat.OpenXml.Spreadsheet.TableColumns? +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.TableDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.TableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo? +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.get -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType() -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart.TablePart() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables() -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.TableStyleElement() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.TableStyleInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.BlankRow = 19 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnStripe = 7 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnSubheading = 20 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstHeaderCell = 9 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowStripe = 5 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowSubheading = 23 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalColumn = 13 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalRow = 16 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstTotalCell = 11 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.HeaderRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastColumn = 4 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastHeaderCell = 10 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastTotalCell = 12 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldLabels = 26 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldValues = 27 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnStripe = 8 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnSubheading = 21 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowStripe = 6 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowSubheading = 24 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalColumn = 14 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalRow = 17 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdColumnSubheading = 22 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdRowSubheading = 25 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalColumn = 15 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalRow = 18 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.TotalRow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.WholeTable = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.QueryTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Xml = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.Text +DocumentFormat.OpenXml.Spreadsheet.Text.Text() -> void +DocumentFormat.OpenXml.Spreadsheet.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TextField +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.TextField() -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields() -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextProperties +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Last7Days = 3 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastMonth = 5 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextWeek = 9 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisMonth = 4 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Today = 0 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Tomorrow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Yesterday = 1 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Top10 +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top10() -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic() -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.TopicReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Count = 5 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.CountNumbers = 6 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Custom = 9 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Minimum = 2 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.StandardDeviation = 7 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Sum = 1 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Variance = 8 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.Tuple +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Tuple() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.get -> DocumentFormat.OpenXml.Spreadsheet.Entries? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.get -> DocumentFormat.OpenXml.Spreadsheet.QueryCache? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ServerFormats? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.get -> DocumentFormat.OpenXml.Spreadsheet.Sets? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples() -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType() -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Underline +DocumentFormat.OpenXml.Spreadsheet.Underline.Underline() -> void +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Double = 1 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.DoubleAccounting = 3 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.None = 4 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.SingleAccounting = 2 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.Undo +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Undo() -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Always = 2 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Never = 1 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.UserSet = 0 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UserInfo +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users +DocumentFormat.OpenXml.Spreadsheet.Users.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Users.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Load(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Save(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users() -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Spreadsheet.Value +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.get -> DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue? +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value() -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values() -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Baseline = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Subscript = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Superscript = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.OlapFunctions = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.RealTimeData = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileType +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Load(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Save(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.RealNumber = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.String = 3 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.WebPublishing +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.WebPublishing() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.WebPublishItem() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.WebPublishObject() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.get -> DocumentFormat.OpenXml.Spreadsheet.Tables? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.AutoFilter = 2 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Chart = 4 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Label = 7 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PivotTable = 5 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PrintArea = 1 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Query = 6 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Range = 3 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Sheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.Workbook +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.get -> DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath? +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.get -> DocumentFormat.OpenXml.Spreadsheet.BookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.DefinedNames? +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalReferences? +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.get -> DocumentFormat.OpenXml.Spreadsheet.FileSharing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.get -> DocumentFormat.OpenXml.Spreadsheet.FileVersion? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.get -> DocumentFormat.OpenXml.Spreadsheet.FunctionGroups? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Load(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.get -> DocumentFormat.OpenXml.Spreadsheet.OleSize? +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCaches? +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Save(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.get -> DocumentFormat.OpenXml.Spreadsheet.Sheets? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook() -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Load(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Save(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.WorksheetPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetPart? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.WorksheetSource() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlProperties? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyType = 44 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyURI = 34 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Base64Binary = 5 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Boolean = 21 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Byte = 3 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Date = 25 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.DateTime = 23 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Decimal = 18 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Double = 20 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Duration = 24 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entities = 40 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entity = 39 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Float = 19 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gday = 29 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gmonth = 26 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GMonthDay = 30 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gyear = 27 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GYearMonth = 28 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.HexBinary = 6 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Id = 36 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRef = 37 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRefs = 38 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Int = 12 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Integer = 7 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Language = 35 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Long = 14 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Name = 31 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NCName = 33 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NegativeInteger = 9 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMToken = 42 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMTokens = 43 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonNegativeInteger = 11 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonPositiveInteger = 10 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NormalizedString = 1 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Notation = 41 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.PositiveInteger = 8 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Qname = 32 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Short = 16 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.String = 0 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Time = 22 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Token = 2 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedByte = 4 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedInteger = 13 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedLong = 15 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedShort = 17 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlProperties +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType() -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XType +DocumentFormat.OpenXml.Spreadsheet.XType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.XType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.XType.XType() -> void +DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.AddIn = 4 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledWorkbook = 2 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Template = 1 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Workbook = 0 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.StringValue +DocumentFormat.OpenXml.StringValue.StringValue() -> void +DocumentFormat.OpenXml.StringValue.StringValue(DocumentFormat.OpenXml.StringValue! source) -> void +DocumentFormat.OpenXml.StringValue.StringValue(string? value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue() -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(DocumentFormat.OpenXml.TrueFalseBlankValue! source) -> void +DocumentFormat.OpenXml.TrueFalseValue +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue() -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(DocumentFormat.OpenXml.TrueFalseValue! source) -> void +DocumentFormat.OpenXml.UInt16Value +DocumentFormat.OpenXml.UInt16Value.UInt16Value() -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(DocumentFormat.OpenXml.UInt16Value! source) -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(ushort value) -> void +DocumentFormat.OpenXml.UInt32Value +DocumentFormat.OpenXml.UInt32Value.UInt32Value() -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(DocumentFormat.OpenXml.UInt32Value! source) -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(uint value) -> void +DocumentFormat.OpenXml.UInt64Value +DocumentFormat.OpenXml.UInt64Value.UInt64Value() -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(DocumentFormat.OpenXml.UInt64Value! source) -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(ulong value) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator +DocumentFormat.OpenXml.Validation.OpenXmlValidator.FileFormat.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.get -> int +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.set -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator() -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator(DocumentFormat.OpenXml.FileFormatVersions fileFormat) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Description.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ErrorType.get -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Id.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Node.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Path.get -> DocumentFormat.OpenXml.XmlPath? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedNode.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ValidationErrorInfo() -> void +DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.MarkupCompatibility = 3 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Package = 2 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Schema = 0 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Semantic = 1 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bool = 14 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bstr = 12 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Currency = 15 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Date = 13 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Decimal = 11 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Error = 16 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Integer = 4 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.UnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.Variant +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.get -> DocumentFormat.OpenXml.VariantTypes.Variant? +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant() -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bool = 16 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bstr = 13 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClassId = 19 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClipboardData = 20 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Currency = 17 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Date = 14 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesSignedInteger = 4 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesUnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Error = 18 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Filetime = 15 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpstr = 11 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpwstr = 12 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VTArray +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray() -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBool +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool() -> void +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBString +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString() -> void +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTByte +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId() -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData() -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency() -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDate +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate() -> void +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal() -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble() -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTEmpty +DocumentFormat.OpenXml.VariantTypes.VTEmpty.VTEmpty() -> void +DocumentFormat.OpenXml.VariantTypes.VTError +DocumentFormat.OpenXml.VariantTypes.VTError.VTError() -> void +DocumentFormat.OpenXml.VariantTypes.VTError.VTError(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime() -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat() -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32 +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64 +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTNull +DocumentFormat.OpenXml.VariantTypes.VTNull.VTNull() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTShort +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector() -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData(string! text) -> void +DocumentFormat.OpenXml.Vml.Arc +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Arc.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Arc.Arc() -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Arc.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Button.set -> void +DocumentFormat.OpenXml.Vml.Arc.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Clip.set -> void +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Arc.EndAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.EndAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Filled.set -> void +DocumentFormat.OpenXml.Vml.Arc.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Arc.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Arc.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Href.set -> void +DocumentFormat.OpenXml.Vml.Arc.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Id.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Arc.Ole.set -> void +DocumentFormat.OpenXml.Vml.Arc.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Arc.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Oned.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Arc.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Print.set -> void +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Arc.StartAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.StartAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Arc.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Style.set -> void +DocumentFormat.OpenXml.Vml.Arc.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Target.set -> void +DocumentFormat.OpenXml.Vml.Arc.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Title.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.set -> void +DocumentFormat.OpenXml.Vml.Background +DocumentFormat.OpenXml.Vml.Background.Background() -> void +DocumentFormat.OpenXml.Vml.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Background.Fill.set -> void +DocumentFormat.OpenXml.Vml.Background.Fillcolor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Fillcolor.set -> void +DocumentFormat.OpenXml.Vml.Background.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Background.Filled.set -> void +DocumentFormat.OpenXml.Vml.Background.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Id.set -> void +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Vml.Curve +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Curve.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Curve.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Button.set -> void +DocumentFormat.OpenXml.Vml.Curve.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Class.set -> void +DocumentFormat.OpenXml.Vml.Curve.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Clip.set -> void +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control1.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control2.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Curve.Curve() -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Curve.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Filled.set -> void +DocumentFormat.OpenXml.Vml.Curve.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Curve.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.From.set -> void +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Curve.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Curve.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Href.set -> void +DocumentFormat.OpenXml.Vml.Curve.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Id.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Curve.Ole.set -> void +DocumentFormat.OpenXml.Vml.Curve.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Curve.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Oned.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Curve.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Print.set -> void +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Curve.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Style.set -> void +DocumentFormat.OpenXml.Vml.Curve.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Target.set -> void +DocumentFormat.OpenXml.Vml.Curve.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Title.set -> void +DocumentFormat.OpenXml.Vml.Curve.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.To.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Bullseye = 6 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Canvas = 0 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Cycle = 3 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.OrganizationChart = 1 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Radial = 2 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Stacked = 4 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Venn = 5 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.BackwardCompatible = 2 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.Edit = 1 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.View = 0 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.Fill +DocumentFormat.OpenXml.Vml.Fill.AlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.AlignShape.set -> void +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Fill.Angle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Fill.Angle.set -> void +DocumentFormat.OpenXml.Vml.Fill.Aspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Aspect.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Colors.set -> void +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.Fill.Fill() -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.get -> DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties? +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.set -> void +DocumentFormat.OpenXml.Vml.Fill.Focus.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Focus.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusSize.set -> void +DocumentFormat.OpenXml.Vml.Fill.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Href.set -> void +DocumentFormat.OpenXml.Vml.Fill.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Id.set -> void +DocumentFormat.OpenXml.Vml.Fill.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Method.set -> void +DocumentFormat.OpenXml.Vml.Fill.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.On.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Origin.set -> void +DocumentFormat.OpenXml.Vml.Fill.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Position.set -> void +DocumentFormat.OpenXml.Vml.Fill.Recolor.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Recolor.set -> void +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Fill.Rotate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Rotate.set -> void +DocumentFormat.OpenXml.Vml.Fill.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Size.set -> void +DocumentFormat.OpenXml.Vml.Fill.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Source.set -> void +DocumentFormat.OpenXml.Vml.Fill.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Title.set -> void +DocumentFormat.OpenXml.Vml.Fill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Type.set -> void +DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Any = 3 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linear = 1 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linearsigma = 4 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.None = 0 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Sigma = 2 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Frame = 5 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Gradient = 1 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.GradientRadial = 2 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Pattern = 4 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.Formula +DocumentFormat.OpenXml.Vml.Formula.Equation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Formula.Equation.set -> void +DocumentFormat.OpenXml.Vml.Formula.Formula() -> void +DocumentFormat.OpenXml.Vml.Formulas +DocumentFormat.OpenXml.Vml.Formulas.Formulas() -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group +DocumentFormat.OpenXml.Vml.Group.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Group.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Group.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Group.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Button.set -> void +DocumentFormat.OpenXml.Vml.Group.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Class.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Group.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.EditAs.set -> void +DocumentFormat.OpenXml.Vml.Group.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Group.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Group.Group() -> void +DocumentFormat.OpenXml.Vml.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Group.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Href.set -> void +DocumentFormat.OpenXml.Vml.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Id.set -> void +DocumentFormat.OpenXml.Vml.Group.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Group.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Oned.set -> void +DocumentFormat.OpenXml.Vml.Group.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Group.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Print.set -> void +DocumentFormat.OpenXml.Vml.Group.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Group.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Style.set -> void +DocumentFormat.OpenXml.Vml.Group.TableLimits.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableLimits.set -> void +DocumentFormat.OpenXml.Vml.Group.TableProperties.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableProperties.set -> void +DocumentFormat.OpenXml.Vml.Group.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Target.set -> void +DocumentFormat.OpenXml.Vml.Group.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Title.set -> void +DocumentFormat.OpenXml.Vml.Group.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Group.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtLeast = 2 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtMost = 1 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.Ignore = 0 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageData +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ImageData() -> void +DocumentFormat.OpenXml.Vml.ImageData.Picture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Picture.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelHref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelHref.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Button.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Class.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Clip.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Filled.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Href.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile() -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ImageFile.Ole.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Oned.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Print.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Source.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Style.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Target.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Line +DocumentFormat.OpenXml.Vml.Line.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Line.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Line.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Button.set -> void +DocumentFormat.OpenXml.Vml.Line.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Class.set -> void +DocumentFormat.OpenXml.Vml.Line.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Clip.set -> void +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Line.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Line.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Filled.set -> void +DocumentFormat.OpenXml.Vml.Line.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Line.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.From.set -> void +DocumentFormat.OpenXml.Vml.Line.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Line.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Line.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Line.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Href.set -> void +DocumentFormat.OpenXml.Vml.Line.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Id.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Line.Line() -> void +DocumentFormat.OpenXml.Vml.Line.Line(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.Line(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Line.Line(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Line.Ole.set -> void +DocumentFormat.OpenXml.Vml.Line.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Line.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Oned.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Line.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Line.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Print.set -> void +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Line.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Style.set -> void +DocumentFormat.OpenXml.Vml.Line.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Target.set -> void +DocumentFormat.OpenXml.Vml.Line.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Title.set -> void +DocumentFormat.OpenXml.Vml.Line.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.To.set -> void +DocumentFormat.OpenXml.Vml.Line.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Line.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Any = 0 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Auto = 5 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree30 = 1 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree45 = 2 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree60 = 3 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree90 = 4 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Black = 7 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.BlackTextAndLines = 10 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayOutline = 5 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayScale = 2 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.HighContrast = 6 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.InverseGray = 4 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.LightGrayScale = 3 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Undrawn = 9 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.White = 8 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BottomStroke +DocumentFormat.OpenXml.Vml.Office.BottomStroke.BottomStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Callout +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Callout() -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Length.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Center = 1 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.User = 3 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.ClipPath +DocumentFormat.OpenXml.Vml.Office.ClipPath.ClipPath() -> void +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ColorMenu() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColumnStroke +DocumentFormat.OpenXml.Vml.Office.ColumnStroke.ColumnStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Complex +DocumentFormat.OpenXml.Vml.Office.Complex.Complex() -> void +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Curved = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Elbow = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Straight = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Custom = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Rectangle = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Segments = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.Diagram +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.get -> DocumentFormat.OpenXml.Vml.Office.RelationTable? +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry +DocumentFormat.OpenXml.Vml.Office.Entry.Entry() -> void +DocumentFormat.OpenXml.Vml.Office.Entry.New.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.New.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry.Old.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.Old.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extrusion() -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.set -> void +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.XY = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.YZ = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.ZX = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.BoundingCube = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.WireFrame = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Parallel = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Perspective = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.FieldCodes +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes() -> void +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.FillExtendedProperties() -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Background = 8 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Frame = 4 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Gradient = 7 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientCenter = 0 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientRadial = 6 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientUnscaled = 5 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Solid = 1 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.Ink +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.set -> void +DocumentFormat.OpenXml.Vml.Office.Ink.Ink() -> void +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.set -> void +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.LeftStroke +DocumentFormat.OpenXml.Vml.Office.LeftStroke.LeftStroke() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.Lock +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Lock() -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Position.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Position.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.set -> void +DocumentFormat.OpenXml.Vml.Office.LockedField +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField() -> void +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Content = 0 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Icon = 1 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Bitmap = 1 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.EnhancedMetaFile = 2 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Picture = 0 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleObject +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.get -> DocumentFormat.OpenXml.Vml.Office.FieldCodes? +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.get -> DocumentFormat.OpenXml.Vml.Office.LinkType? +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.get -> DocumentFormat.OpenXml.Vml.Office.LockedField? +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.set -> void +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.Always = 0 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.OnCall = 1 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Embed = 0 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Link = 1 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.Proxy +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.End.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.End.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Proxy() -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable() -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Relation +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Relation() -> void +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable() -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RightStroke +DocumentFormat.OpenXml.Vml.Office.RightStroke.RightStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Rule +DocumentFormat.OpenXml.Vml.Office.Rule.How.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.How.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule() -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules() -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Arc = 0 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Callout = 1 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Connector = 2 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1152x862 = 5 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.get -> DocumentFormat.OpenXml.Vml.Office.Callout? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.get -> DocumentFormat.OpenXml.Vml.Office.ColorMenu? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.get -> DocumentFormat.OpenXml.Vml.Office.Extrusion? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.get -> DocumentFormat.OpenXml.Vml.ImageData? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.get -> DocumentFormat.OpenXml.Vml.Office.Lock? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.get -> DocumentFormat.OpenXml.Vml.Shadow? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.get -> DocumentFormat.OpenXml.Vml.Office.Skew? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.get -> DocumentFormat.OpenXml.Vml.Stroke? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.get -> DocumentFormat.OpenXml.Vml.TextBox? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.ShapeIdMap() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.get -> DocumentFormat.OpenXml.Vml.Office.RegroupTable? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.get -> DocumentFormat.OpenXml.Vml.Office.Rules? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.get -> DocumentFormat.OpenXml.Vml.Office.ShapeIdMap? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Skew.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Skew() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StrokeChildType() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.set -> void +DocumentFormat.OpenXml.Vml.Office.TopStroke +DocumentFormat.OpenXml.Vml.Office.TopStroke.TopStroke() -> void +DocumentFormat.OpenXml.Vml.Oval +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Oval.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Oval.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Button.set -> void +DocumentFormat.OpenXml.Vml.Oval.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Class.set -> void +DocumentFormat.OpenXml.Vml.Oval.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Clip.set -> void +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Oval.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Filled.set -> void +DocumentFormat.OpenXml.Vml.Oval.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Oval.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Oval.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Href.set -> void +DocumentFormat.OpenXml.Vml.Oval.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Id.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Oval.Ole.set -> void +DocumentFormat.OpenXml.Vml.Oval.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Oned.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oval() -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Oval.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Print.set -> void +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Oval.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Style.set -> void +DocumentFormat.OpenXml.Vml.Oval.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Target.set -> void +DocumentFormat.OpenXml.Vml.Oval.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Title.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Path +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowFill.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowFill.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowShading.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowShading.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowStroke.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.set -> void +DocumentFormat.OpenXml.Vml.Path.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Id.set -> void +DocumentFormat.OpenXml.Vml.Path.Limo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Limo.set -> void +DocumentFormat.OpenXml.Vml.Path.Path() -> void +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.set -> void +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.set -> void +DocumentFormat.OpenXml.Vml.Path.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Value.set -> void +DocumentFormat.OpenXml.Vml.PolyLine +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Button.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Class.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Clip.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Filled.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Href.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Id.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.PolyLine.Ole.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Oned.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Points.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Points.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine() -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Print.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Style.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Target.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Title.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.InkAnnotationFlag() -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.set -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData.TextData() -> void +DocumentFormat.OpenXml.Vml.Rectangle +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Rectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle() -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Shadow +DocumentFormat.OpenXml.Vml.Shadow.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Id.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Obscured.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.Obscured.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.On.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Origin.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Vml.Shadow.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shadow.Type.set -> void +DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Double = 1 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.DrawingRelative = 5 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Emboss = 2 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Perspective = 3 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.ShapeRelative = 4 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Single = 0 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.Shape +DocumentFormat.OpenXml.Vml.Shape.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shape.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shape.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Button.set -> void +DocumentFormat.OpenXml.Vml.Shape.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Class.set -> void +DocumentFormat.OpenXml.Vml.Shape.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shape.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.set -> void +DocumentFormat.OpenXml.Vml.Shape.EquationXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EquationXml.set -> void +DocumentFormat.OpenXml.Vml.Shape.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shape.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shape.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shape.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Href.set -> void +DocumentFormat.OpenXml.Vml.Shape.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Id.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shape.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shape.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shape.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shape.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Print.set -> void +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shape.Shape() -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shape.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Style.set -> void +DocumentFormat.OpenXml.Vml.Shape.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Target.set -> void +DocumentFormat.OpenXml.Vml.Shape.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Title.set -> void +DocumentFormat.OpenXml.Vml.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Type.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.ShapeHandle() -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandles +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles() -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Button.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Class.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Href.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Id.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Master.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Master.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shapetype.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Print.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype() -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Style.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Target.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Title.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.Empty = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.F = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.False = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.T = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.True = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Bitmap = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Picture = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureOld = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PicturePrint = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureScreen = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingLine = 7 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingRectangle = 13 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Button = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Checkbox = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Dialog = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Drop = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Edit = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Group = 17 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.GroupBox = 5 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Label = 6 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.List = 8 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Movie = 9 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Note = 10 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Picture = 11 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Radio = 12 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Rectangle = 18 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Scroll = 14 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Shape = 16 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Spin = 15 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible(string! text) -> void +DocumentFormat.OpenXml.Vml.Stroke +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.get -> DocumentFormat.OpenXml.Vml.Office.BottomStroke? +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color2.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.get -> DocumentFormat.OpenXml.Vml.Office.ColumnStroke? +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Stroke.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.FillType.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Href.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Id.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.set -> void +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.get -> DocumentFormat.OpenXml.Vml.Office.LeftStroke? +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.set -> void +DocumentFormat.OpenXml.Vml.Stroke.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.On.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.get -> DocumentFormat.OpenXml.Vml.Office.RightStroke? +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Source.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke() -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Title.set -> void +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.get -> DocumentFormat.OpenXml.Vml.Office.TopStroke? +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Weight.set -> void +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Long = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Short = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Block = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Classic = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Diamond = 4 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.None = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Open = 5 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Oval = 3 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Narrow = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Wide = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Flat = 0 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Round = 2 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Frame = 3 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Tile = 1 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Bevel = 1 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Miter = 2 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Round = 0 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.Single = 0 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickBetweenThin = 4 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickThin = 3 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThick = 2 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThin = 1 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.TextBox +DocumentFormat.OpenXml.Vml.TextBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Id.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Inset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Inset.set -> void +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Style.set -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox() -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.TextPath +DocumentFormat.OpenXml.Vml.TextPath.FitPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitPath.set -> void +DocumentFormat.OpenXml.Vml.TextPath.FitShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitShape.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Id.set -> void +DocumentFormat.OpenXml.Vml.TextPath.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.On.set -> void +DocumentFormat.OpenXml.Vml.TextPath.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.String.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Style.set -> void +DocumentFormat.OpenXml.Vml.TextPath.TextPath() -> void +DocumentFormat.OpenXml.Vml.TextPath.Trim.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.Trim.set -> void +DocumentFormat.OpenXml.Vml.TextPath.XScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.XScale.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.AnchorLock() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dash = 6 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotDot = 8 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashedSmall = 21 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dot = 5 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Double = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Hairline = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLInset = 26 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLOutset = 25 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.None = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Single = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Thick = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThin = 15 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinLarge = 18 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinSmall = 12 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThin = 14 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinLarge = 17 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinSmall = 11 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThick = 13 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickLarge = 16 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickSmall = 10 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.TextWrap() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Both = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Largest = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Left = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Right = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.None = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Through = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Tight = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.TopAndBottom = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.MiddleDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Indent = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Margin = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbstractNum +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.get -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelType? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.get -> DocumentFormat.OpenXml.Wordprocessing.Nsid? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.StyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.get -> DocumentFormat.OpenXml.Wordprocessing.TemplateCode? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.AbstractNumDefinitionName() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.AbstractNumId() -> void +DocumentFormat.OpenXml.Wordprocessing.Active +DocumentFormat.OpenXml.Wordprocessing.Active.Active() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.ActiveRecord() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ActiveWritingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.set -> void +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.AddressFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.AdjustLineHeightInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.AdjustRightIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.Aliases +DocumentFormat.OpenXml.Wordprocessing.Aliases.Aliases() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.AlignBorderAndEdges() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.AlignTablesRowByRow() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowPNG +DocumentFormat.OpenXml.Wordprocessing.AllowPNG.AllowPNG() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.AllowSpaceOfSameStyleInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.get -> DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.get -> DocumentFormat.OpenXml.Wordprocessing.MatchSource? +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltName +DocumentFormat.OpenXml.Wordprocessing.AltName.AltName() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.AlwaysMergeEmptyNamespace() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.AlwaysShowPlaceholderText() -> void +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.AnnotationReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.ApplyBreakingRules() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.AttachedSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.AttachedTemplate() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.AutoCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.AutofitToFirstFixedWidthCell() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.AutoFormatOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.AutoHyphenation() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.AutomaticallySizeFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.AutoRedefine() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.AutoSpaceDE() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.AutoSpaceDN() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95 +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.AutoSpaceLikeWord95() -> void +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.BalanceSingleByteDoubleByteWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.BarBorder +DocumentFormat.OpenXml.Wordprocessing.BarBorder.BarBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BasedOn +DocumentFormat.OpenXml.Wordprocessing.BasedOn.BasedOn() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior +DocumentFormat.OpenXml.Wordprocessing.Behavior.Behavior() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors() -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.BetweenBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BiDi +DocumentFormat.OpenXml.Wordprocessing.BiDi.BiDi() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.BiDiVisual() -> void +DocumentFormat.OpenXml.Wordprocessing.BlockQuote +DocumentFormat.OpenXml.Wordprocessing.BlockQuote.BlockQuote() -> void +DocumentFormat.OpenXml.Wordprocessing.Body +DocumentFormat.OpenXml.Wordprocessing.Body.Body() -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyDiv +DocumentFormat.OpenXml.Wordprocessing.BodyDiv.BodyDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Bold +DocumentFormat.OpenXml.Wordprocessing.Bold.Bold() -> void +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.BoldComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.BookFoldPrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.BookFoldPrintingSheets() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.BookFoldReversePrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.BookmarkEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.BookmarkStart() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Border +DocumentFormat.OpenXml.Wordprocessing.Border.Border() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.BordersDoNotSurroundFooter() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.BordersDoNotSurroundHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Apples = 27 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ArchedScallops = 28 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyPacifier = 29 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyRattle = 30 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Balloons3Colors = 31 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BalloonsHotAir = 32 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDashes = 33 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDots = 34 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackSquares = 35 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicThinLines = 36 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDashes = 37 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDots = 38 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteSquares = 39 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideInline = 40 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideMidline = 41 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideOutline = 42 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Bats = 43 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Birds = 44 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BirdsFlight = 45 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cabins = 46 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CakeSlice = 47 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CandyCorn = 48 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CelticKnotwork = 49 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CertificateBanner = 50 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChainLink = 51 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChampagneBottle = 52 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarBlack = 53 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarColor = 54 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Checkered = 55 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChristmasTree = 56 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesLines = 57 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesRectangles = 58 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ClassicalWave = 59 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Clocks = 60 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Compass = 61 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Confetti = 62 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiGrays = 63 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiOutline = 64 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiStreamers = 65 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiWhite = 66 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CornerTriangles = 67 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDashes = 68 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDots = 69 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrazyMaze = 70 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesButterfly = 71 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesFish = 72 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesInsects = 73 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesLadyBug = 74 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrossStitch = 75 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cup = 76 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dashed = 6 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashSmallGap = 21 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArch = 77 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArchColor = 78 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoBlocks = 79 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DiamondsGray = 80 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDotDash = 8 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dotted = 5 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Double = 4 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleD = 81 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleDiamonds = 82 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth1 = 83 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth2 = 84 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares1 = 85 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares2 = 86 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EggsBlack = 87 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Fans = 88 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Film = 89 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Firecrackers = 90 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersBlockPrint = 91 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersDaisies = 92 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern1 = 93 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern2 = 94 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersPansy = 95 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRedRose = 96 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRoses = 97 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTeacup = 98 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTiny = 99 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gems = 100 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.GingerbreadMan = 101 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gradient = 102 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade1 = 103 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade2 = 104 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartBalloon = 105 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartGray = 106 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hearts = 107 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeebieJeebies = 108 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Holly = 109 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HouseFunky = 110 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hypnotic = 111 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.IceCreamCones = 112 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Inset = 26 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.LightBulb = 113 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning1 = 114 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning2 = 115 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleLeaf = 117 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleMuffins = 118 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapPins = 116 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Marquee = 119 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MarqueeToothed = 120 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Moons = 121 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Mosaic = 122 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MusicNotes = 123 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.None = 1 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Northwest = 124 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Outset = 25 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Ovals = 125 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Packages = 126 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsBlack = 127 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsColor = 128 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PaperClips = 129 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Papyrus = 130 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyFavor = 131 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyGlass = 132 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pencils = 133 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.People = 134 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleHats = 136 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleWaving = 135 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Poinsettias = 137 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PostageStamp = 138 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pumpkin1 = 139 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote1 = 141 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote2 = 140 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pyramids = 142 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PyramidsAbove = 143 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Quadrants = 144 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Rings = 145 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Safari = 146 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sawtooth = 147 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SawtoothGray = 148 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ScaredCat = 149 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Seattle = 150 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShadowedSquares = 151 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes1 = 181 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes2 = 182 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SharksTeeth = 152 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShorebirdTracks = 153 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Single = 2 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Skyrocket = 154 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SnowflakeFancy = 155 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Snowflakes = 156 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sombrero = 157 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Southwest = 158 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars = 159 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars3d = 161 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsBlack = 162 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsShadowed = 163 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsTop = 160 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sun = 164 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Swirligig = 165 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinLargeGap = 17 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinMediumGap = 14 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinSmallGap = 11 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickLargeGap = 16 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickMediumGap = 13 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickSmallGap = 10 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinLargeGap = 18 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinMediumGap = 15 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinSmallGap = 12 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaper = 166 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaperBlack = 167 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Trees = 168 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle1 = 177 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle2 = 178 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle1 = 179 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle2 = 180 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleParty = 169 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangles = 170 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal1 = 171 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal2 = 172 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal3 = 173 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal4 = 174 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal5 = 175 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal6 = 176 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines1 = 183 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines2 = 184 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Vine = 185 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Waveline = 186 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingAngles = 187 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingBraid = 188 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingRibbon = 189 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingStrips = 190 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WhiteFlowers = 191 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Woodwork = 192 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.XIllusions = 193 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZanyTriangles = 194 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZag = 195 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZagStitch = 196 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMargin +DocumentFormat.OpenXml.Wordprocessing.BottomMargin.BottomMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.BottomMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.Break +DocumentFormat.OpenXml.Wordprocessing.Break.Break() -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.set -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.All = 3 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Column = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.TextWrapping = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CachedColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CalculateOnExit() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar +DocumentFormat.OpenXml.Wordprocessing.Calendar.Calendar() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Gregorian = 0 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianArabic = 13 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianMeFrench = 12 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedEnglish = 9 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedFrench = 10 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianUs = 11 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hebrew = 3 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hijri = 1 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Japan = 5 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Korea = 7 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.None = 14 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Saka = 8 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Thai = 6 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Umalqura = 2 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CantSplit +DocumentFormat.OpenXml.Wordprocessing.CantSplit.CantSplit() -> void +DocumentFormat.OpenXml.Wordprocessing.Caps +DocumentFormat.OpenXml.Wordprocessing.Caps.Caps() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption +DocumentFormat.OpenXml.Wordprocessing.Caption.Caption() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Above = 0 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Below = 1 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.Captions +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions() -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CarriageReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.Category +DocumentFormat.OpenXml.Wordprocessing.Category.Category() -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.get -> DocumentFormat.OpenXml.Wordprocessing.Gallery? +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.Category.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellDeletion +DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CellDeletion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellInsertion +DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CellInsertion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.CellMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Colon = 2 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EmDash = 3 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EnDash = 4 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Hyphen = 0 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Period = 1 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.CharacterScale +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CharacterScale() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CharacterSpacingControl() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuation = 1 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuationAndJapaneseKana = 2 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.DoNotCompress = 0 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CheckBox +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Checked +DocumentFormat.OpenXml.Wordprocessing.Checked.Checked() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckErrors +DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CheckErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.ClickAndTypeStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Color +DocumentFormat.OpenXml.Wordprocessing.Color.Color() -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.ColorSchemeMapping() -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column +DocumentFormat.OpenXml.Wordprocessing.Column.Column() -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.ColumnDelimiter() -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.ColumnIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Angle = 3 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Curly = 4 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Round = 1 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Square = 2 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.Comment +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment() -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.set -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CommentRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CommentRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentReference +DocumentFormat.OpenXml.Wordprocessing.CommentReference.CommentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.get -> DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.get -> DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.get -> DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.get -> DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility() -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.get -> DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.get -> DocumentFormat.OpenXml.Wordprocessing.GrowAutofit? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.get -> DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.get -> DocumentFormat.OpenXml.Wordprocessing.NoLeading? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.get -> DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.get -> DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.get -> DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.get -> DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.get -> DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.get -> DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.get -> DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.get -> DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.get -> DocumentFormat.OpenXml.Wordprocessing.SubFontBySize? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.get -> DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.get -> DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.get -> DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.get -> DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.get -> DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.get -> DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CompatibilitySetting() -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowHyphenationAtTrackBottom = 6 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowTextAfterFloatingTableBreak = 7 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.CompatibilityMode = 0 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DifferentiateMultirowTableHeaders = 4 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DoNotFlipMirrorIndents = 3 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.EnableOpenTypeFeatures = 2 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.OverrideTableStyleFontSizeAndJustification = 1 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.UseWord2013TrackBottomHyphenation = 5 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.ComplexScript +DocumentFormat.OpenXml.Wordprocessing.ComplexScript.ComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.ConditionalFormatStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConnectString +DocumentFormat.OpenXml.Wordprocessing.ConnectString.ConnectString() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.ConsecutiveHyphenLimit() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart +DocumentFormat.OpenXml.Wordprocessing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.ContextualSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.ContinuationSeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Control +DocumentFormat.OpenXml.Wordprocessing.Control.Control() -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.ConvertMailMergeEscape() -> void +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.Custom = 2 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaAdvancedEncryptionStandard = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CustomXmlAttribute() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CustomXmlDelRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CustomXmlDelRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CustomXmlInsRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CustomXmlInsRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CustomXmlMoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CustomXmlMoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CustomXmlMoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CustomXmlMoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CustomXmlPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding +DocumentFormat.OpenXml.Wordprocessing.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.get -> DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSource? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceReference? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.get -> DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.DataSourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.DataSourceTableName() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType +DocumentFormat.OpenXml.Wordprocessing.DataType.DataType() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormat +DocumentFormat.OpenXml.Wordprocessing.DateFormat.DateFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Date = 1 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.DateTime = 2 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DayLong +DocumentFormat.OpenXml.Wordprocessing.DayLong.DayLong() -> void +DocumentFormat.OpenXml.Wordprocessing.DayShort +DocumentFormat.OpenXml.Wordprocessing.DayShort.DayShort() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.DecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.DecimalSymbol() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.DefaultCheckBoxFormFieldState() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.DefaultDropDownListItemIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.DefaultTableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.DefaultTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.DefaultTextBoxFormFieldString() -> void +DocumentFormat.OpenXml.Wordprocessing.Deleted +DocumentFormat.OpenXml.Wordprocessing.Deleted.Deleted() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.Description +DocumentFormat.OpenXml.Wordprocessing.Description.Description() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination +DocumentFormat.OpenXml.Wordprocessing.Destination.Destination() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Ltr = 0 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Rtl = 1 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.Dirty +DocumentFormat.OpenXml.Wordprocessing.Dirty.Dirty() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Next = 0 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Previous = 1 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.DisplayBackgroundShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.DisplayHangulFixedWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.DisplayHorizontalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.DisplayVerticalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.Div +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.get -> DocumentFormat.OpenXml.Wordprocessing.BlockQuote? +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BodyDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div() -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.get -> DocumentFormat.OpenXml.Wordprocessing.DivBorder? +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Div.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivId +DocumentFormat.OpenXml.Wordprocessing.DivId.DivId() -> void +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Divs +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs() -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.DocGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Lines = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.LinesAndChars = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.SnapToChars = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocPart +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartBody? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartProperties? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Content = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Paragraph = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBody +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.DocPartCategory() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.DocPartGallery() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Any = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.AutoText = 11 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Bibliography = 17 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CoverPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom1 = 33 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom2 = 34 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom3 = 35 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom4 = 36 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom5 = 37 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomAutoText = 26 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomBibliography = 32 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomCoverPage = 19 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomEquation = 20 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomFooter = 21 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomHeaders = 22 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumber = 23 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberBottom = 29 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberMargin = 30 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberTop = 28 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomQuickParts = 18 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTable = 24 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTableOfContents = 31 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTextBox = 27 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomWatermark = 25 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.DocumentPart = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Equation = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Footer = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Header = 7 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumber = 8 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberBottom = 14 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberMargins = 15 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberTop = 13 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Placeholder = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Table = 9 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TableOfContents = 16 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TextBox = 12 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.WaterMark = 10 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartId +DocumentFormat.OpenXml.Wordprocessing.DocPartId.DocPartId() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.DocPartName() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.get -> DocumentFormat.OpenXml.Wordprocessing.Behaviors? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.get -> DocumentFormat.OpenXml.Wordprocessing.Category? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.get -> DocumentFormat.OpenXml.Wordprocessing.Description? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartName? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartTypes? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.get -> DocumentFormat.OpenXml.Wordprocessing.StyleId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartReference +DocumentFormat.OpenXml.Wordprocessing.DocPartReference.DocPartReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType +DocumentFormat.OpenXml.Wordprocessing.DocPartType.DocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.DocPartUnique() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.AutoExp = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.FormField = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Normal = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.SdtPlaceholder = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Speller = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Toolbar = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.Document +DocumentFormat.OpenXml.Wordprocessing.Document.Body.get -> DocumentFormat.OpenXml.Wordprocessing.Body? +DocumentFormat.OpenXml.Wordprocessing.Document.Body.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document() -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Load(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.Document.Save(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.get -> DocumentFormat.OpenXml.Vml.Background? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.strict = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.transitional = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.DocumentProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Comments = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Forms = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.ReadOnly = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.TrackedChanges = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentType +DocumentFormat.OpenXml.Wordprocessing.DocumentType.DocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Letter = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.NotSpecified = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.DocumentVariable() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.DoNotAutoCompressPictures() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.DoNotAutofitConstrainedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.DoNotBreakConstrainedForcedTable() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.DoNotBreakWrappedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.DoNotDemarcateInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.DoNotDisplayPageBoundaries() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.DoNotExpandShiftReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.DoNotHyphenateCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.DoNotIncludeSubdocsInStats() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.DoNotLeaveBackslashAlone() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.DoNotOrganizeInFolder() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.DoNotRelyOnCSS() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.DoNotSaveAsSingleFile() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.DoNotShadeFormData() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.DoNotSnapToGridInCell() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.DoNotSuppressBlankLines() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.DoNotSuppressIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.DoNotSuppressParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.DoNotTrackFormatting() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.DoNotTrackMoves() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.DoNotUseEastAsianBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.DoNotUseHTMLParagraphAutoSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.DoNotUseIndentAsNumberingTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.DoNotUseLongFileNames() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.DoNotUseMarginsForDrawingGridOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.DoNotValidateAgainstSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.DoNotVerticallyAlignCellWithShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.DoNotVerticallyAlignInTextBox() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.DoNotWrapTextWithPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.DoubleStrike() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.set -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.DrawingGridHorizontalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.DrawingGridHorizontalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.DrawingGridVerticalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.DrawingGridVerticalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Drop = 1 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Margin = 2 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.get -> DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.DropDownListSelection() -> void +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.DynamicAddress() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.EastAsianLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.EmbedBoldFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.EmbedBoldItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.EmbedItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.EmbedRegularFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.EmbedSystemFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.EmbedTrueTypeFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Emboss +DocumentFormat.OpenXml.Wordprocessing.Emboss.Emboss() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Emphasis() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Circle = 3 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Comma = 2 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.UnderDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmptyType +DocumentFormat.OpenXml.Wordprocessing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Wordprocessing.Enabled +DocumentFormat.OpenXml.Wordprocessing.Enabled.Enabled() -> void +DocumentFormat.OpenXml.Wordprocessing.EndBorder +DocumentFormat.OpenXml.Wordprocessing.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.EndMargin +DocumentFormat.OpenXml.Wordprocessing.EndMargin.EndMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.EndnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.DocumentEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.SectionEnd = 0 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.EndnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.EndnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Load(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Save(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.EndnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EntryMacro +DocumentFormat.OpenXml.Wordprocessing.EntryMacro.EntryMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.EvenAndOddHeaders() -> void +DocumentFormat.OpenXml.Wordprocessing.ExitMacro +DocumentFormat.OpenXml.Wordprocessing.ExitMacro.ExitMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FormFieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Begin = 0 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.End = 2 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Separate = 1 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCode +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.get -> DocumentFormat.OpenXml.Wordprocessing.DynamicAddress? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.get -> DocumentFormat.OpenXml.Wordprocessing.MappedName? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.FirstRowHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText +DocumentFormat.OpenXml.Wordprocessing.FitText.FitText() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FlatBorders +DocumentFormat.OpenXml.Wordprocessing.FlatBorders.FlatBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.Font +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.get -> DocumentFormat.OpenXml.Wordprocessing.AltName? +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font() -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.get -> DocumentFormat.OpenXml.Wordprocessing.FontCharSet? +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.get -> DocumentFormat.OpenXml.Wordprocessing.FontFamily? +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.get -> DocumentFormat.OpenXml.Wordprocessing.FontSignature? +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Font.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.get -> DocumentFormat.OpenXml.Wordprocessing.NotTrueType? +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.get -> DocumentFormat.OpenXml.Wordprocessing.Panose1Number? +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.get -> DocumentFormat.OpenXml.Wordprocessing.Pitch? +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily +DocumentFormat.OpenXml.Wordprocessing.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Auto = 5 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Decorative = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Modern = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Roman = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Script = 3 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Swiss = 4 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Variable = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontRelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.set -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Wordprocessing.Fonts.Load(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Save(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.FontSignature() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSize +DocumentFormat.OpenXml.Wordprocessing.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.FontSizeComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.ComplexScript = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.EastAsia = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.Footer +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer() -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.FooterPart.get -> DocumentFormat.OpenXml.Packaging.FooterPart? +DocumentFormat.OpenXml.Wordprocessing.Footer.Load(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Save(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FooterReference +DocumentFormat.OpenXml.Wordprocessing.FooterReference.FooterReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.FootnoteEndnoteReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.FootnoteEndnoteSeparatorReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationNotice = 3 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationSeparator = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Normal = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Separator = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.FootnoteLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.FootnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.BeneathText = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.PageBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.SectionEnd = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.FootnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.FootnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Load(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Save(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.FootnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.ForceUpgrade() -> void +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.ForgetLastTabAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.Format +DocumentFormat.OpenXml.Wordprocessing.Format.Format() -> void +DocumentFormat.OpenXml.Wordprocessing.Format.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Format.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.FormFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.FormFieldSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FormProtection +DocumentFormat.OpenXml.Wordprocessing.FormProtection.FormProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.FormsDesign +DocumentFormat.OpenXml.Wordprocessing.FormsDesign.FormsDesign() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.get -> DocumentFormat.OpenXml.Wordprocessing.FrameName? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedToFile? +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.get -> DocumentFormat.OpenXml.Wordprocessing.MarginHeight? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.get -> DocumentFormat.OpenXml.Wordprocessing.MarginWidth? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.get -> DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed? +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.get -> DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility? +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceFileReference? +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.FrameLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Columns = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.None = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Rows = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameName +DocumentFormat.OpenXml.Wordprocessing.FrameName.FrameName() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.FrameProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Auto = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.Frameset +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.get -> DocumentFormat.OpenXml.Wordprocessing.FrameLayout? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset() -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.get -> DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.get -> DocumentFormat.OpenXml.Wordprocessing.FlatBorders? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar() -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.get -> DocumentFormat.OpenXml.Wordprocessing.NoBorder? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.get -> DocumentFormat.OpenXml.Wordprocessing.Width? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameSize +DocumentFormat.OpenXml.Wordprocessing.FrameSize.FrameSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery +DocumentFormat.OpenXml.Wordprocessing.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.get -> DocumentFormat.OpenXml.Wordprocessing.DocParts? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument() -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Load(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Save(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GridAfter +DocumentFormat.OpenXml.Wordprocessing.GridAfter.GridAfter() -> void +DocumentFormat.OpenXml.Wordprocessing.GridBefore +DocumentFormat.OpenXml.Wordprocessing.GridBefore.GridBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn +DocumentFormat.OpenXml.Wordprocessing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.GridSpan +DocumentFormat.OpenXml.Wordprocessing.GridSpan.GridSpan() -> void +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.GrowAutofit() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.GutterAtTop() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.GutterOnRight() -> void +DocumentFormat.OpenXml.Wordprocessing.Header +DocumentFormat.OpenXml.Wordprocessing.Header.Header() -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.HeaderPart.get -> DocumentFormat.OpenXml.Packaging.HeaderPart? +DocumentFormat.OpenXml.Wordprocessing.Header.Load(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Save(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.HeaderFooterReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Default = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Even = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.First = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderReference +DocumentFormat.OpenXml.Wordprocessing.HeaderReference.HeaderReference() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderSource +DocumentFormat.OpenXml.Wordprocessing.HeaderSource.HeaderSource() -> void +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HelpText +DocumentFormat.OpenXml.Wordprocessing.HelpText.HelpText() -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hidden +DocumentFormat.OpenXml.Wordprocessing.Hidden.Hidden() -> void +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.HideGrammaticalErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.HideMark +DocumentFormat.OpenXml.Wordprocessing.HideMark.HideMark() -> void +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.HideSpellingErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight +DocumentFormat.OpenXml.Wordprocessing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Black = 0 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Blue = 1 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Cyan = 2 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkBlue = 8 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkCyan = 9 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGray = 14 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGreen = 10 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkMagenta = 11 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkRed = 12 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkYellow = 13 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Green = 3 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.LightGray = 15 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Magenta = 4 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.None = 16 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Red = 5 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.White = 7 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Yellow = 6 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.HorizontalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.HpsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.HyphenationZone() -> void +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.IgnoreMixedContent() -> void +DocumentFormat.OpenXml.Wordprocessing.Imprint +DocumentFormat.OpenXml.Wordprocessing.Imprint.Imprint() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Indentation() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.AutoText = 1 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.Inserted +DocumentFormat.OpenXml.Wordprocessing.Inserted.Inserted() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.IsLegalNumberingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Italic +DocumentFormat.OpenXml.Wordprocessing.Italic.Italic() -> void +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.ItalicComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification +DocumentFormat.OpenXml.Wordprocessing.Justification.Justification() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Both = 5 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Distribute = 7 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.End = 4 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.HighKashida = 9 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.LowKashida = 10 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.MediumKashida = 6 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.NumTab = 8 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Right = 3 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Start = 1 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.ThaiDistribute = 11 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.KeepLines +DocumentFormat.OpenXml.Wordprocessing.KeepLines.KeepLines() -> void +DocumentFormat.OpenXml.Wordprocessing.KeepNext +DocumentFormat.OpenXml.Wordprocessing.KeepNext.KeepNext() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern +DocumentFormat.OpenXml.Wordprocessing.Kern.Kern() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Kinsoku +DocumentFormat.OpenXml.Wordprocessing.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId +DocumentFormat.OpenXml.Wordprocessing.LanguageId.LanguageId() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Languages +DocumentFormat.OpenXml.Wordprocessing.Languages.Languages() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.LanguageType() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.LastRenderedPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.LatentStyleExceptionInfo() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.LayoutRawTableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.LayoutTableRowsApart() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMargin +DocumentFormat.OpenXml.Wordprocessing.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.LeftMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyNumbering() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.get -> DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle? +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.get -> DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering? +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level() -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.get -> DocumentFormat.OpenXml.Wordprocessing.LevelJustification? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.get -> DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.get -> DocumentFormat.OpenXml.Wordprocessing.LevelRestart? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.get -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffix? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.get -> DocumentFormat.OpenXml.Wordprocessing.LevelText? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel? +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.LevelJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelOverride +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.get -> DocumentFormat.OpenXml.Wordprocessing.Level? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.LevelPictureBulletId() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelRestart +DocumentFormat.OpenXml.Wordprocessing.LevelRestart.LevelRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.LevelSuffix() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Nothing = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Space = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Tab = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelText +DocumentFormat.OpenXml.Wordprocessing.LevelText.LevelText() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberType +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.LineNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6 +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.LineWrapLikeWord6() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.LinkedStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.LinkedToFile() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkStyles +DocumentFormat.OpenXml.Wordprocessing.LinkStyles.LinkStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.LinkToQuery() -> void +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.ListEntryFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListSeparator +DocumentFormat.OpenXml.Wordprocessing.ListSeparator.ListSeparator() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock +DocumentFormat.OpenXml.Wordprocessing.Lock.Lock() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Locked +DocumentFormat.OpenXml.Wordprocessing.Locked.Locked() -> void +DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.ContentLocked = 1 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtContentLocked = 3 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtLocked = 0 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.Unlocked = 2 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.LongHexNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.MacroNameType() -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.MacWordSmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.MailAsAttachment() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.get -> DocumentFormat.OpenXml.Wordprocessing.ActiveRecord? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.get -> DocumentFormat.OpenXml.Wordprocessing.AddressFieldName? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.get -> DocumentFormat.OpenXml.Wordprocessing.CheckErrors? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.get -> DocumentFormat.OpenXml.Wordprocessing.ConnectString? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceObject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceReference? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.get -> DocumentFormat.OpenXml.Wordprocessing.DataType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.get -> DocumentFormat.OpenXml.Wordprocessing.Destination? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.get -> DocumentFormat.OpenXml.Wordprocessing.HeaderSource? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.get -> DocumentFormat.OpenXml.Wordprocessing.LinkToQuery? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.get -> DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.get -> DocumentFormat.OpenXml.Wordprocessing.MailSubject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.get -> DocumentFormat.OpenXml.Wordprocessing.MainDocumentType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.get -> DocumentFormat.OpenXml.Wordprocessing.Query? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.get -> DocumentFormat.OpenXml.Wordprocessing.ViewMergedData? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Database = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Native = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Odbc = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Query = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Spreadsheet = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.TextFile = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Fax = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.NewDocument = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Printer = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Catalog = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Email = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Envelope = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Fax = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.FormLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.MailingLabel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.MailMergeFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.DbColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.Null = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.MailMergeSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.AddressBook = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Database = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document1 = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Email = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Legacy = 7 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Master = 8 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Native = 6 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Text = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailSubject +DocumentFormat.OpenXml.Wordprocessing.MailSubject.MailSubject() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.MainDocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MappedName +DocumentFormat.OpenXml.Wordprocessing.MappedName.MappedName() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginHeight +DocumentFormat.OpenXml.Wordprocessing.MarginHeight.MarginHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginWidth +DocumentFormat.OpenXml.Wordprocessing.MarginWidth.MarginWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.MarkupRangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Wordprocessing.MatchSource +DocumentFormat.OpenXml.Wordprocessing.MatchSource.MatchSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength +DocumentFormat.OpenXml.Wordprocessing.MaxLength.MaxLength() -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.MirrorIndents() -> void +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.MirrorMargins() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthLong +DocumentFormat.OpenXml.Wordprocessing.MonthLong.MonthLong() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthShort +DocumentFormat.OpenXml.Wordprocessing.MonthShort.MonthShort() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.MoveBookmarkType() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFrom +DocumentFormat.OpenXml.Wordprocessing.MoveFrom.MoveFrom() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.MoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.MoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveTo +DocumentFormat.OpenXml.Wordprocessing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.MoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.MoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MovieReference +DocumentFormat.OpenXml.Wordprocessing.MovieReference.MovieReference() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.MultiLevelType() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.HybridMultilevel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.Multilevel = 1 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.SingleLevel = 0 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.Name +DocumentFormat.OpenXml.Wordprocessing.Name.Name() -> void +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.NextParagraphStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBorder +DocumentFormat.OpenXml.Wordprocessing.NoBorder.NoBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.NoBreakHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.NoColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.NoEndnote +DocumentFormat.OpenXml.Wordprocessing.NoEndnote.NoEndnote() -> void +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.NoExtraLineSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLeading +DocumentFormat.OpenXml.Wordprocessing.NoLeading.NoLeading() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.NoLineBreaksAfterKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.NoLineBreaksBeforeKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.NonNegativeDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.NonNegativeShortType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoProof +DocumentFormat.OpenXml.Wordprocessing.NoProof.NoProof() -> void +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.NoPunctuationKerning() -> void +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.NoResizeAllowed() -> void +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.NoSpaceRaiseLower() -> void +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.NoTabHangIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.NotTrueType +DocumentFormat.OpenXml.Wordprocessing.NotTrueType.NotTrueType() -> void +DocumentFormat.OpenXml.Wordprocessing.NoWrap +DocumentFormat.OpenXml.Wordprocessing.NoWrap.NoWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.Nsid +DocumentFormat.OpenXml.Wordprocessing.Nsid.Nsid() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Aiueo = 12 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.AiueoFullWidth = 20 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAbjad = 52 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAlpha = 51 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.BahtText = 60 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Bullet = 23 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.CardinalText = 6 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chicago = 9 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCounting = 37 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCountingThousand = 39 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseLegalSimplified = 38 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chosung = 25 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Custom = 62 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Decimal = 0 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircle = 18 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircleChinese = 28 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedFullstop = 26 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedParen = 27 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth = 14 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth2 = 19 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalHalfWidth = 15 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalZero = 22 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DollarText = 61 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ganada = 24 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew1 = 49 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew2 = 50 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hex = 8 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiConsonants = 54 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiCounting = 56 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiNumbers = 55 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiVowels = 53 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographDigital = 10 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographEnclosedCircle = 29 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographLegalTraditional = 34 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographTraditional = 30 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiac = 31 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiacTraditional = 32 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Iroha = 13 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IrohaFullWidth = 21 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseCounting = 11 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseDigitalTenThousand = 17 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseLegal = 16 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanCounting = 41 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital = 40 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital2 = 43 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanLegal = 42 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerLetter = 4 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerRoman = 2 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.None = 47 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.NumberInDash = 48 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ordinal = 5 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.OrdinalText = 7 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianLower = 45 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianUpper = 46 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCounting = 33 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCountingThousand = 35 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseDigital = 36 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiCounting = 59 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiLetters = 57 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiNumbers = 58 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperRoman = 1 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.VietnameseCounting = 44 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.Numbering +DocumentFormat.OpenXml.Wordprocessing.Numbering.Load(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering() -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Wordprocessing.Numbering.Save(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.NumberingChange() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingId +DocumentFormat.OpenXml.Wordprocessing.NumberingId.NumberingId() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.NumberingIdMacAtCleanup() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumId? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.NumberingLevelReference() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.get -> DocumentFormat.OpenXml.Wordprocessing.Drawing? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.get -> DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingId? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.NumberingRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.NumberingStart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.NumberingStyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.content = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.icon = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ObjectEmbed() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ObjectLink() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.always = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.onCall = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.OfficeMath +DocumentFormat.OpenXml.Wordprocessing.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.OnOffOnlyType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffType +DocumentFormat.OpenXml.Wordprocessing.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.OptimizeForBrowser() -> void +DocumentFormat.OpenXml.Wordprocessing.Outline +DocumentFormat.OpenXml.Wordprocessing.Outline.Outline() -> void +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.OutlineLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.OverflowPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.AllPages = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.FirstPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.NotFirstPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Text = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorders +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Back = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Front = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.PageBreakBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.PageMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumber +DocumentFormat.OpenXml.Wordprocessing.PageNumber.PageNumber() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.PageNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Landscape = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Portrait = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageSize +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.PageSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Panose1Number() -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.PaperSource() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BarBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BetweenBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SectionProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.ParagraphStyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.ParagraphStyleIdInLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.PermEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.PermStart() -> void +DocumentFormat.OpenXml.Wordprocessing.Personal +DocumentFormat.OpenXml.Wordprocessing.Personal.Personal() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.PersonalCompose() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalReply +DocumentFormat.OpenXml.Wordprocessing.PersonalReply.PersonalReply() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.PhoneticGuideBaseTextSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.PhoneticGuideRaise() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.PhoneticGuideTextFontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase() -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch +DocumentFormat.OpenXml.Wordprocessing.Pitch.Pitch() -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.PixelsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.PixelsPerInch() -> void +DocumentFormat.OpenXml.Wordprocessing.Position +DocumentFormat.OpenXml.Wordprocessing.Position.Position() -> void +DocumentFormat.OpenXml.Wordprocessing.Position.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Position.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.PositionalTab() -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.BestFit = 2 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.FullPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.TextFit = 3 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.get -> DocumentFormat.OpenXml.Wordprocessing.Columns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.get -> DocumentFormat.OpenXml.Wordprocessing.DocGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.get -> DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.get -> DocumentFormat.OpenXml.Wordprocessing.FormProtection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.get -> DocumentFormat.OpenXml.Wordprocessing.GutterOnRight? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.LineNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.get -> DocumentFormat.OpenXml.Wordprocessing.NoEndnote? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.get -> DocumentFormat.OpenXml.Wordprocessing.PageBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.get -> DocumentFormat.OpenXml.Wordprocessing.PageMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.PageNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.get -> DocumentFormat.OpenXml.Wordprocessing.PageSize? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.get -> DocumentFormat.OpenXml.Wordprocessing.PaperSource? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.get -> DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.get -> DocumentFormat.OpenXml.Wordprocessing.SectionType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.get -> DocumentFormat.OpenXml.Wordprocessing.TitlePage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.PrimaryStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.PrintBodyTextBeforeHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.PrintColorBlackWhite() -> void +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.PrinterSettingsReference() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.PrintFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.PrintFractionalCharacterWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.PrintPostScriptOverText() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.PrintTwoOnOne() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError +DocumentFormat.OpenXml.Wordprocessing.ProofError.ProofError() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarEnd = 3 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarStart = 2 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellStart = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Clean = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Dirty = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofState +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.ProofState() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.set -> void +DocumentFormat.OpenXml.Wordprocessing.Query +DocumentFormat.OpenXml.Wordprocessing.Query.Query() -> void +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Administrators = 2 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Contributors = 3 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Current = 6 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Editors = 4 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Everyone = 1 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Owners = 5 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.ReadModeInkLockDown() -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.get -> DocumentFormat.OpenXml.Wordprocessing.Active? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData() -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.get -> DocumentFormat.OpenXml.Wordprocessing.UniqueTag? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.RecipientDataReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients +DocumentFormat.OpenXml.Wordprocessing.Recipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.RelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.RelyOnVML() -> void +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.RemoveDateAndTime() -> void +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.RemovePersonalInformation() -> void +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.Continuous = 0 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RevisionView +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.RevisionView() -> void +DocumentFormat.OpenXml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMargin +DocumentFormat.OpenXml.Wordprocessing.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.RightMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.RightToLeftText() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsid +DocumentFormat.OpenXml.Wordprocessing.Rsid.Rsid() -> void +DocumentFormat.OpenXml.Wordprocessing.RsidRoot +DocumentFormat.OpenXml.Wordprocessing.RsidRoot.RsidRoot() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.get -> DocumentFormat.OpenXml.Wordprocessing.RsidRoot? +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.set -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby() -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.get -> DocumentFormat.OpenXml.Wordprocessing.RubyBase? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.get -> DocumentFormat.OpenXml.Wordprocessing.RubyContent? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RubyProperties? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.RubyAlign() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Center = 0 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeLetter = 1 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeSpace = 2 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Left = 3 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.RightVertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyBase +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.get -> DocumentFormat.OpenXml.Wordprocessing.Dirty? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.get -> DocumentFormat.OpenXml.Wordprocessing.RubyAlign? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run() -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.RunFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.get -> DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.get -> DocumentFormat.OpenXml.Office2010.Word.FillTextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.get -> DocumentFormat.OpenXml.Office2010.Word.Glow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.get -> DocumentFormat.OpenXml.Wordprocessing.Highlight? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.get -> DocumentFormat.OpenXml.Office2010.Word.Ligatures? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Office2010.Word.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.get -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.get -> DocumentFormat.OpenXml.Office2010.Word.Properties3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.get -> DocumentFormat.OpenXml.Office2010.Word.Reflection? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunStyle? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.get -> DocumentFormat.OpenXml.Office2010.Word.Scene3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.get -> DocumentFormat.OpenXml.Office2010.Word.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.get -> DocumentFormat.OpenXml.Office2010.Word.StylisticSets? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.get -> DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunStyle +DocumentFormat.OpenXml.Wordprocessing.RunStyle.RunStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.SaveFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.SaveInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.SavePreviewPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.SaveSubsetFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SaveThroughXslt() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.SaveXmlDataOnly() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.ScrollbarVisibility() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtAlias +DocumentFormat.OpenXml.Wordprocessing.SdtAlias.SdtAlias() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock? +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentCell? +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.SdtContentBibliography() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.SdtContentCitation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.get -> DocumentFormat.OpenXml.Wordprocessing.Calendar? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.get -> DocumentFormat.OpenXml.Wordprocessing.DateFormat? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.get -> DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.SdtContentEquation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.SdtContentGroup() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.SdtContentPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.SdtContentRichText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.SdtContentText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.SdtDateMappingType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartCategory? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartGallery? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartUnique? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtId +DocumentFormat.OpenXml.Wordprocessing.SdtId.SdtId() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartReference? +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRow? +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRun? +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby? +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.EvenPage = 3 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.OddPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionProperties +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType +DocumentFormat.OpenXml.Wordprocessing.SectionType.SectionType() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.SelectFieldWithFirstOrLastChar() -> void +DocumentFormat.OpenXml.Wordprocessing.SemiHidden +DocumentFormat.OpenXml.Wordprocessing.SemiHidden.SemiHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.SeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.get -> DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges? +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape? +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.get -> DocumentFormat.OpenXml.Wordprocessing.GutterAtTop? +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Load(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorMargins? +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.get -> DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.get -> DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.get -> DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Save(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.SaveFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.get -> DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.View.get -> DocumentFormat.OpenXml.Wordprocessing.View? +DocumentFormat.OpenXml.Wordprocessing.Settings.View.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.get -> DocumentFormat.OpenXml.Wordprocessing.WriteProtection? +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.get -> DocumentFormat.OpenXml.Wordprocessing.Zoom? +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Shading() -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Clear = 1 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalCross = 8 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalStripe = 6 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalCross = 7 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalStripe = 3 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent10 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent12 = 17 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent15 = 18 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent20 = 19 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent25 = 20 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent30 = 21 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent35 = 22 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent37 = 23 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent40 = 24 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent45 = 25 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent5 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent50 = 26 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent55 = 27 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent60 = 28 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent62 = 29 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent65 = 30 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent70 = 31 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent75 = 32 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent80 = 33 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent85 = 34 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent87 = 35 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent90 = 36 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent95 = 37 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ReverseDiagonalStripe = 5 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Solid = 2 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalCross = 14 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalStripe = 12 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalCross = 13 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalStripe = 9 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinReverseDiagonalStripe = 11 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinVerticalStripe = 10 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.VerticalStripe = 4 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.Shadow +DocumentFormat.OpenXml.Wordprocessing.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.ShapeLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.ShowBreaksInFrames() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.ShowEnvelope() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.ShowingPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.ShowXmlTags() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.SignedTwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SmallCaps +DocumentFormat.OpenXml.Wordprocessing.SmallCaps.SmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.SnapToGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.SoftHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.SourceFileReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceReference +DocumentFormat.OpenXml.Wordprocessing.SourceReference.SourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.SpaceForUnderline() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing +DocumentFormat.OpenXml.Wordprocessing.Spacing.Spacing() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.SpacingBetweenLines() -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.SpacingInWholePoints() -> void +DocumentFormat.OpenXml.Wordprocessing.SpecVanish +DocumentFormat.OpenXml.Wordprocessing.SpecVanish.SpecVanish() -> void +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.SplitPageBreakAndParagraphMark() -> void +DocumentFormat.OpenXml.Wordprocessing.StartBorder +DocumentFormat.OpenXml.Wordprocessing.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.StartMargin +DocumentFormat.OpenXml.Wordprocessing.StartMargin.StartMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.StartNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.StartOverrideNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText +DocumentFormat.OpenXml.Wordprocessing.StatusText.StatusText() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsAnsi = 0 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsArabic = 11 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsBaltic = 12 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsChinese5 = 6 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsEastEurope = 15 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGB2312 = 5 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGreek = 7 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHangeul = 3 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHebrew = 10 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsJohab = 4 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsMacFfn = 1 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsRussian = 13 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsShiftJIS = 2 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsThai = 14 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsTurkish = 8 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsVietnamese = 9 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.StrictFirstAndLastChars() -> void +DocumentFormat.OpenXml.Wordprocessing.Strike +DocumentFormat.OpenXml.Wordprocessing.Strike.Strike() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type +DocumentFormat.OpenXml.Wordprocessing.String253Type.String253Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type +DocumentFormat.OpenXml.Wordprocessing.String255Type.String255Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StringType +DocumentFormat.OpenXml.Wordprocessing.StringType.StringType() -> void +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.get -> DocumentFormat.OpenXml.Wordprocessing.Aliases? +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.get -> DocumentFormat.OpenXml.Wordprocessing.AutoRedefine? +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.get -> DocumentFormat.OpenXml.Wordprocessing.BasedOn? +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Default.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Default.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.get -> DocumentFormat.OpenXml.Wordprocessing.Locked? +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.get -> DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.get -> DocumentFormat.OpenXml.Wordprocessing.Personal? +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalCompose? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalReply? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.get -> DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.get -> DocumentFormat.OpenXml.Wordprocessing.Rsid? +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.get -> DocumentFormat.OpenXml.Wordprocessing.SemiHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style() -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.get -> DocumentFormat.OpenXml.Wordprocessing.StyleHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.get -> DocumentFormat.OpenXml.Wordprocessing.StyleName? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.get -> DocumentFormat.OpenXml.Wordprocessing.UIPriority? +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.get -> DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed? +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleHidden +DocumentFormat.OpenXml.Wordprocessing.StyleHidden.StyleHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleId +DocumentFormat.OpenXml.Wordprocessing.StyleId.StyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLink +DocumentFormat.OpenXml.Wordprocessing.StyleLink.StyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.StyleLockStylesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.StyleLockThemesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName +DocumentFormat.OpenXml.Wordprocessing.StyleName.StyleName() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylePaneFormatFilter() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.StylePaneSortMethods() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.BasedOn = 7 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Default = 11 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Five = 10 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Font = 5 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Four = 8 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Name = 1 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.One = 2 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Priority = 3 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Three = 6 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Two = 4 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Type = 9 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Zero = 0 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.get -> DocumentFormat.OpenXml.Wordprocessing.DocDefaults? +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.get -> DocumentFormat.OpenXml.Wordprocessing.LatentStyles? +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Load(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Save(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles() -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.StylesPart.get -> DocumentFormat.OpenXml.Packaging.StylesPart? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Character = 1 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Numbering = 3 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Paragraph = 0 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Table = 2 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.SubDocumentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.SubFontBySize() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.SummaryLength() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.SuppressAutoHyphens() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.SuppressBottomSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.SuppressLineNumbers() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.SuppressOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.SuppressSpacingAtTopOfPage() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.SuppressSpacingBeforeAfterPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.SuppressTopSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.SuppressTopSpacingWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.SwapBordersFacingPages() -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.SymbolChar() -> void +DocumentFormat.OpenXml.Wordprocessing.TabChar +DocumentFormat.OpenXml.Wordprocessing.TabChar.TabChar() -> void +DocumentFormat.OpenXml.Wordprocessing.Table +DocumentFormat.OpenXml.Wordprocessing.Table.Table() -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCaption +DocumentFormat.OpenXml.Wordprocessing.TableCaption.TableCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.TableCellFitText() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.TableCellLeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.RightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.TableCellRightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.TableCellSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.TableCellVerticalAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.TableCellWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableDescription +DocumentFormat.OpenXml.Wordprocessing.TableDescription.TableDescription() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableHeader +DocumentFormat.OpenXml.Wordprocessing.TableHeader.TableHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.TableIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification +DocumentFormat.OpenXml.Wordprocessing.TableJustification.TableJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout +DocumentFormat.OpenXml.Wordprocessing.TableLayout.TableLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Autofit = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLook +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.TableLook() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.TableOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Never = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Overlap = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.TableRowHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyle +DocumentFormat.OpenXml.Wordprocessing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.TableStyleColumnBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Horizontal = 7 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Vertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Horizontal = 8 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Vertical = 6 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstRow = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastColumn = 4 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastRow = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthEastCell = 9 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthWestCell = 10 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthEastCell = 11 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthWestCell = 12 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.WholeTable = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.TableStyleRowBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableWidth +DocumentFormat.OpenXml.Wordprocessing.TableWidth.TableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.TableWidthDxaNilType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.TableWidthType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Auto = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Dxa = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Pct = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Dxa = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.Tabs +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Heavy = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.MiddleDot = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Bar = 7 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Center = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Clear = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Decimal = 6 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.End = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Number = 8 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Start = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.Tag +DocumentFormat.OpenXml.Wordprocessing.Tag.Tag() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.TargetScreenSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TemplateCode +DocumentFormat.OpenXml.Wordprocessing.TemplateCode.TemplateCode() -> void +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.TemporarySdt() -> void +DocumentFormat.OpenXml.Wordprocessing.Text +DocumentFormat.OpenXml.Wordprocessing.Text.Text() -> void +DocumentFormat.OpenXml.Wordprocessing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.TextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.TextBoxFormFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Calculated = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentDate = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentTime = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Date = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Number = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Regular = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.TextBoxTightWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.AllLines = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstAndLastLine = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstLineOnly = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.LastLineOnly = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextDirection +DocumentFormat.OpenXml.Wordprocessing.TextDirection.TextDirection() -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight2010 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefToRightTopToBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottom2010 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefttoRightTopToBottomRotated = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottomRotated2010 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated = 10 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated2010 = 11 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft2010 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated = 8 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated2010 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextEffect +DocumentFormat.OpenXml.Wordprocessing.TextEffect.TextEffect() -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsBlack = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsRed = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.BlinkBackground = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Lights = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.None = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Shimmer = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Sparkle = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextInput +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString? +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.get -> DocumentFormat.OpenXml.Wordprocessing.Format? +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.get -> DocumentFormat.OpenXml.Wordprocessing.MaxLength? +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType? +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput() -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextType +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Around = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.None = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.NotBeside = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Through = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Tight = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background1 = 13 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background2 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.None = 12 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text1 = 14 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text2 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.ThemeFontLanguages() -> void +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorAscii = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorBidi = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorEastAsia = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorHighAnsi = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorAscii = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorBidi = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorEastAsia = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorHighAnsi = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.TitlePage +DocumentFormat.OpenXml.Wordprocessing.TitlePage.TitlePage() -> void +DocumentFormat.OpenXml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.TopLeftToBottomRightCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.TopLinePunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMargin +DocumentFormat.OpenXml.Wordprocessing.TopMargin.TopMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.TopMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.TopRightToBottomLeftCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.TrackRevisions() -> void +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.TruncateFontHeightsLikeWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.UdlConnectionString() -> void +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003 +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.UICompatibleWith97To2003() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority +DocumentFormat.OpenXml.Wordprocessing.UIPriority.UIPriority() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Underline() -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.UnderlineTabInNumberingList() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.UnderlineTrailingSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dash = 6 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotDotHeavy = 13 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotHeavy = 11 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashedHeavy = 7 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLong = 8 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLongHeavy = 9 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDash = 10 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDotDash = 12 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dotted = 4 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DottedHeavy = 5 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Double = 2 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.None = 17 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Wave = 14 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyDouble = 16 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyHeavy = 15 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.UnhideWhenUsed() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.UniqueTag() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.UnsignedDecimalNumberMax3Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.UnsignedDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.UnsignedInt7Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.UpdateFieldsOnOpen() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.UseAltKinsokuLineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.UseAnsiKerningPairs() -> void +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.UseFarEastLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.UseNormalStyleForList() -> void +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.UsePrinterMetrics() -> void +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.UseSingleBorderForContiguousCells() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.UseWord2002TableStyleRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.UseWord97LineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.UseXsltWhenSaving() -> void +DocumentFormat.OpenXml.Wordprocessing.Vanish +DocumentFormat.OpenXml.Wordprocessing.Vanish.Vanish() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inside = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Outside = 5 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Both = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.VerticalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Baseline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Subscript = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Superscript = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.VerticalTextAlignmentOnPage() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Auto = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Baseline = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.View +DocumentFormat.OpenXml.Wordprocessing.View.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.View.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.View.View() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.ViewMergedData() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.MasterPages = 3 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Normal = 4 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Outline = 2 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Print = 1 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Web = 5 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.WebHidden +DocumentFormat.OpenXml.Wordprocessing.WebHidden.WebHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.WebPageEncoding() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.get -> DocumentFormat.OpenXml.Wordprocessing.AllowPNG? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.get -> DocumentFormat.OpenXml.Wordprocessing.Divs? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.get -> DocumentFormat.OpenXml.Wordprocessing.Frameset? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Load(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.get -> DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.get -> DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.get -> DocumentFormat.OpenXml.Wordprocessing.RelyOnVML? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Save(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.get -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.get -> DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.WidowControl +DocumentFormat.OpenXml.Wordprocessing.WidowControl.WidowControl() -> void +DocumentFormat.OpenXml.Wordprocessing.Width +DocumentFormat.OpenXml.Wordprocessing.Width.Width() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.WidthAfterTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.WidthBeforeTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.WordPerfectJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.WordPerfectSpaceWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.WordWrap +DocumentFormat.OpenXml.Wordprocessing.WordWrap.WordWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.WrapTrailSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.WriteProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.YearLong +DocumentFormat.OpenXml.Wordprocessing.YearLong.YearLong() -> void +DocumentFormat.OpenXml.Wordprocessing.YearShort +DocumentFormat.OpenXml.Wordprocessing.YearShort.YearShort() -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Zoom() -> void +DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Document = 0 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledDocument = 2 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Template = 1 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.XmlPath +DocumentFormat.OpenXml.XmlPath.Namespaces.get -> System.Xml.IXmlNamespaceResolver! +DocumentFormat.OpenXml.XmlPath.NamespacesDefinitions.get -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.XmlPath.PartUri.get -> System.Uri? +DocumentFormat.OpenXml.XmlPath.XPath.get -> string! +override DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentChoice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContentChoice.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Base64BinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.Base64BinaryValue.Value.set -> void +override DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AlbumTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Artist.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Broadcaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BroadcastTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ChapterNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.City.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Compiler.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Composer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Conductor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ConferenceName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Corporate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Counsel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CountryRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Court.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Day.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.DayAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Department.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Director.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Distributor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Edition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Editor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.First.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.GuidString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Institution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewee.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Inventor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Issue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.JournalName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Last.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.LcId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Medium.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Middle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Month.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.MonthAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NumberVolumes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Performer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProducerName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProductionCompany.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PublicationTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Publisher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.RecordingNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ReferenceOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Reporter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ShortTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Source.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Sources.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.SourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StandardNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StateProvince.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Station.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Theater.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ThesisType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Translator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.UrlString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Version.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Volume.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Writer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Year.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.YearAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent3Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent4Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent5Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent6Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleXY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaBiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaCeiling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaFloor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaInverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOutset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaReplace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ArcTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromCD.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Backdrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Bevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColorText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFontText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizeText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Cell3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CharacterBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BackWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Backward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Crosses.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Date1904.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Delete.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Forward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapDepth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Grouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Height.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HoleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Index.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Intercept.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Left.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeftMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LogBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Minus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Order.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Orientation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Period.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Perspective.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Plus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PointCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Scaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SideWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Size.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Smooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Symbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Thickness.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Top.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TopMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserInterface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.VaryColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.View3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.WidthMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Wireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.XValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.YValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildExtents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CloseShapePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorReplacement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Complement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ComplexScriptFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSiteList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DashStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DataModelExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Choose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Direction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Whole.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Duotone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EastAsianFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Effect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectDag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillOverlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FlatText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FormatScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Graphic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Grayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Green.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HeadEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hsl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkSound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InnerShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Inverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InverseGamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LatinFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LinearGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineJoinBevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ListStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MajorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MasterColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MinorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Miter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Normal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NormalAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NortheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NorthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ObjectDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Offset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OuterShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OverrideColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetTextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PtExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Red.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RelativeOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightToLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Round.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Scene3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoftEdge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SolidFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SourceRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoutheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SouthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Stretch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SupplementalFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SymbolFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SystemColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TailEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Theme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeManager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TileRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TintEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFillText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UpVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UseShapeRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VideoFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WaveAudioFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WholeTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Derivation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.DerivedFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Emma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPointInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Grammar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.GroupInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Info.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Interpretation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Lattice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Model.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Node.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.OneOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Sequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Application.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Characters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Company.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Lines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Manager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Notes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Slides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TotalTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Words.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.HexBinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.HexBinaryValue.Value.set -> void +override DocumentFormat.OpenXml.InkML.ActiveArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Annotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.AnnotationXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Bind.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Brush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.BrushProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Canvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.CanvasTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Channel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Context.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Definitions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.InkSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.IntermittentChannels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Latency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Mapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SampleRate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SourceProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Timestamp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Trace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ListValue.HasValue.get -> bool +override DocumentFormat.OpenXml.ListValue.InnerText.get -> string? +override DocumentFormat.OpenXml.ListValue.InnerText.set -> void +override DocumentFormat.OpenXml.Math.Accent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AlignScripts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Bar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BarProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Base.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BaseJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BeginChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinarySubtraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGapRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DefaultJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Degree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Delimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DelimiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Denominator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Differential.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DisplayDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EndChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Fraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GrowOperators.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideDegree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HidePlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntegralLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.InterSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntraSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Limit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLowerProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFunction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MaxDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Nary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NoBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NormalText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Numerator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ObjectDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OperatorEmulator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Phantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PhantomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PostSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Radical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RadicalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Script.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SeparatorChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ShowPhantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SmallFraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeHorizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeVertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Subscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Superscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Transparent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.VerticalJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroAscent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroDescent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.TextLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.Scope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Macrosheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.DocEvents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordHashCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordIncluded.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.ToolbarData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Toolbars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.VbaSuppData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Commands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.TextMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.AxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DdeValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Id.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparkline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparklines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.ExcelAc.List.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.SourceLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Media.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Section.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Ligatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Properties3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StyleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StylisticSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.UncheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Survey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timeline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timelines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Appearance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.People.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SectionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExStream.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RstType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Decorative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.Track.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TrackList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlAttribute.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlAttribute.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlCompositeElement.AppendChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAt(T? newChild, int index) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.PrependChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveChild(T? child) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +override DocumentFormat.OpenXml.OpenXmlDomReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlDomReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlDomReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlDomReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlDomReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlDomReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlMiscNode.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.OpenXmlPartReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlPartReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlPartReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlPartReader.Encoding.get -> string? +override DocumentFormat.OpenXml.OpenXmlPartReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +override DocumentFormat.OpenXml.OpenXmlPartReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlPartReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.StandaloneXml.get -> bool? +override DocumentFormat.OpenXml.OpenXmlPartRootElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteEndElement() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument(bool standalone) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteString(string! text) -> void +override DocumentFormat.OpenXml.OpenXmlSimpleType.ToString() -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlSimpleValue.HasValue.get -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.get -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.ExtendedPart.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.Packaging.IdPartPair.GetHashCode() -> int +override DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AddPart(T! part) -> T! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ThrowIfObjectDisposed() -> void +override DocumentFormat.OpenXml.Packaging.PresentationDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.PresentationDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Presentation.Animate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateMotion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateRotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeNameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Audio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlindsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BodyStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BooleanVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BrowseSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildAsOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildGraphics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildOleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildParagraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildSubElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CharRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CheckerTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CircleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonMediaNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Condition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ControlList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CoverTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CutTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DefaultTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DiamondTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DissolveTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFontList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSync.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FadeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FloatVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GridSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Guide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.InkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.IntegerVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Iterate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.KioskSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ModificationVerifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NewsflashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NextConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NormalViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSlide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleChartElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Origin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OtherStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PenColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PhotoAlbum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlaceholderShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlusTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Presentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresenterSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PreviousConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PrintingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Progress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PullTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PushTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomBarTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RotationCenter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ScaleFactor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SetBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Slide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideAll.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSyncProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SorterViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Sound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SplitTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StringVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StripsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TagList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TargetElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TemplateList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAbsolute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Timing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.VariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Video.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WebProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WedgeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WheelTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WipeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ZoomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Authors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BooleanItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Borders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Cell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Colors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Condense.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Consolidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Controls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DeletedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Entries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ErrorItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalBook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileSharing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fills.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Groups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Headers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IndexedColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InlineString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InputCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Items.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Location.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Main.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Map.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MapInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Maps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Mdx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxKpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Member.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Members.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Metadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MruColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NameIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OlapProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Page.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PrintOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Reviewed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ReviewedList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Revisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Row.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenario.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenarios.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortByTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Subtopic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TabColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TablePart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Top10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Topic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuples.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Undo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.UserInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Users.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Workbook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Worksheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.StringValue.Value.get -> string? +override DocumentFormat.OpenXml.StringValue.Value.set -> void +override DocumentFormat.OpenXml.VariantTypes.Variant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClassId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClipboardData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTCurrency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDecimal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFileTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFloat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTNull.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Curve.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formulas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Line.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.BottomStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Callout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ClipPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColumnStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Complex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Entry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Extrusion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FieldCodes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LeftStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LinkType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LockedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Proxy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RegroupTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Relation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RelationTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RightStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Skew.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.TopStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Oval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.PolyLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.RoundRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shapetype.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Stroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Active.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Aliases.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowPNG.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunk.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BarBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BasedOn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behaviors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BlockQuote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Body.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BodyDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Calendar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CantSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Captions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Compatibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConnectString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DateFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Deleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Destination.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Dirty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Div.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Divs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivsChild.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Document.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emboss.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emphasis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Enabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EntryMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ExitMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldMapData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FlatBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FooterReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormsDesign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frameset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridSpan.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HelpText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Imprint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Indentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Inserted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepNext.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kern.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LanguageId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Languages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailSubject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MappedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MatchSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MaxLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MovieReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Name.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoEndnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLeading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoProof.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NotTrueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Nsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Numbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Panose1Number.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PaperSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Personal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalReply.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Pitch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PositionalTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Recipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RevisionView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RsidRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsids.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Ruby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyAlign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtAlias.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SemiHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Settings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Spacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpecVanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StatusText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Styles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SummaryLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SymbolChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGridChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemplateCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextInput.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TitlePage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UIPriority.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UniqueTag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Vanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.View.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidowControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Zoom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override sealed DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomPropertyPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ImagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MainDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.OpenXmlPart.ThrowIfObjectDisposed() -> void +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThumbnailPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.RelationshipType.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespace.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespaceId.get -> byte +static DocumentFormat.OpenXml.AlternateContent.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentChoice.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentFallback.TagName.get -> string! +static DocumentFormat.OpenXml.Base64BinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator DocumentFormat.OpenXml.Base64BinaryValue!(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator string?(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.Base64BinaryValue.ToString(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.BooleanValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.implicit operator bool(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.BooleanValue.implicit operator DocumentFormat.OpenXml.BooleanValue!(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.ToBoolean(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.ByteValue.FromByte(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.implicit operator byte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.ByteValue.implicit operator DocumentFormat.OpenXml.ByteValue!(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.ToByte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.DateTimeValue.FromDateTime(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator DocumentFormat.OpenXml.DateTimeValue!(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator System.DateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DateTimeValue.ToDateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DecimalValue.FromDecimal(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.implicit operator decimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DecimalValue.implicit operator DocumentFormat.OpenXml.DecimalValue!(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.ToDecimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DoubleValue.FromDouble(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator DocumentFormat.OpenXml.DoubleValue!(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator double(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.DoubleValue.ToDouble(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.EnumValue.implicit operator DocumentFormat.OpenXml.EnumValue!(T value) -> DocumentFormat.OpenXml.EnumValue! +static DocumentFormat.OpenXml.EnumValue.implicit operator string?(DocumentFormat.OpenXml.EnumValue! value) -> string? +static DocumentFormat.OpenXml.EnumValue.implicit operator T(DocumentFormat.OpenXml.EnumValue! value) -> T +static DocumentFormat.OpenXml.HexBinaryValue.Create(params byte[]! bytes) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator DocumentFormat.OpenXml.HexBinaryValue!(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator string?(DocumentFormat.OpenXml.HexBinaryValue? value) -> string? +static DocumentFormat.OpenXml.HexBinaryValue.ToString(DocumentFormat.OpenXml.HexBinaryValue! value) -> string? +static DocumentFormat.OpenXml.Int16Value.FromInt16(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator DocumentFormat.OpenXml.Int16Value!(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator short(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int16Value.ToInt16(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int32Value.FromInt32(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator DocumentFormat.OpenXml.Int32Value!(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator int(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int32Value.ToInt32(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int64Value.FromInt64(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator DocumentFormat.OpenXml.Int64Value!(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator long(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.Int64Value.ToInt64(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.IntegerValue.FromInt64(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator DocumentFormat.OpenXml.IntegerValue!(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator long(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.IntegerValue.ToInt64(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.OnOffValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.implicit operator bool(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OnOffValue.implicit operator DocumentFormat.OpenXml.OnOffValue!(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.ToBoolean(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator !=(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator ==(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, object! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, params object![]! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlSimpleType.implicit operator string?(DocumentFormat.OpenXml.OpenXmlSimpleType? xmlAttribute) -> string? +static DocumentFormat.OpenXml.OpenXmlSimpleValue.implicit operator T(DocumentFormat.OpenXml.OpenXmlSimpleValue! xmlAttribute) -> T +static DocumentFormat.OpenXml.OpenXmlUnknownElement.CreateOpenXmlUnknownElement(string! outerXml) -> DocumentFormat.OpenXml.OpenXmlUnknownElement! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CanSave.get -> bool +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, string! path) -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Packaging.Package! package) -> System.IO.Packaging.Package! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Stream! stream) -> System.IO.Stream! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.CreateRewriterFactory(DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter! rewriter) -> System.Func! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path, bool isTemplateAttached) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.SByteValue.FromSByte(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator DocumentFormat.OpenXml.SByteValue!(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator sbyte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SByteValue.ToSByte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SingleValue.FromSingle(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator DocumentFormat.OpenXml.SingleValue!(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator float(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.SingleValue.ToSingle(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.StringValue.FromString(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator DocumentFormat.OpenXml.StringValue!(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator string?(DocumentFormat.OpenXml.StringValue? value) -> string? +static DocumentFormat.OpenXml.StringValue.ToString(DocumentFormat.OpenXml.StringValue! value) -> string? +static DocumentFormat.OpenXml.TrueFalseBlankValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator DocumentFormat.OpenXml.TrueFalseBlankValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator DocumentFormat.OpenXml.TrueFalseValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.UInt16Value.FromUInt16(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator DocumentFormat.OpenXml.UInt16Value!(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator ushort(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt16Value.ToUInt16(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt32Value.FromUInt32(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator DocumentFormat.OpenXml.UInt32Value!(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator uint(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt32Value.ToUInt32(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt64Value.FromUInt64(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator DocumentFormat.OpenXml.UInt64Value!(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator ulong(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +static DocumentFormat.OpenXml.UInt64Value.ToUInt64(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +virtual DocumentFormat.OpenXml.OpenXmlElement.AppendChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ChildElements.get -> DocumentFormat.OpenXml.OpenXmlElementList! +virtual DocumentFormat.OpenXml.OpenXmlElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAt(T? newChild, int index) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.LocalName.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.NamespaceUri.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.Prefix.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.PrependChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.RemoveChild(T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +virtual DocumentFormat.OpenXml.OpenXmlElement.XName.get -> System.Xml.Linq.XName! +virtual DocumentFormat.OpenXml.OpenXmlElementList.this[int i].get -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.set -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Encoding.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +virtual DocumentFormat.OpenXml.OpenXmlReader.HasAttributes.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlReader.StandaloneXml.get -> bool? +virtual DocumentFormat.OpenXml.OpenXmlReader.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.HasValue.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.Packaging.DataPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPart.get -> DocumentFormat.OpenXml.Packaging.DataPart! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! contentType, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Id.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.IsExternal.get -> bool +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.RelationshipType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Uri.get -> System.Uri! +virtual DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.OnPackageLoaded() -> void + +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(string! schemaFile, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(System.Xml.Schema.XmlSchemaSet! schemas, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml/PublicAPI/net5.0/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/net5.0/PublicAPI.Shipped.txt new file mode 100644 index 000000000..43a0cde6e --- /dev/null +++ b/src/DocumentFormat.OpenXml/PublicAPI/net5.0/PublicAPI.Shipped.txt @@ -0,0 +1,48407 @@ +#nullable enable +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.get -> T? +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.set -> void +abstract DocumentFormat.OpenXml.OpenXmlElement.HasChildren.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +abstract DocumentFormat.OpenXml.OpenXmlElementList.Count.get -> int +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetEnumerator() -> System.Collections.Generic.IEnumerator! +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetItem(int index) -> DocumentFormat.OpenXml.OpenXmlElement! +abstract DocumentFormat.OpenXml.OpenXmlReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +abstract DocumentFormat.OpenXml.OpenXmlReader.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlReader.Depth.get -> int +abstract DocumentFormat.OpenXml.OpenXmlReader.ElementType.get -> System.Type! +abstract DocumentFormat.OpenXml.OpenXmlReader.EOF.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.GetText() -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.IsEndElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsMiscNode.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsStartElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +abstract DocumentFormat.OpenXml.OpenXmlReader.LocalName.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceUri.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Prefix.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Read() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadFirstChild() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadNextSibling() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.Skip() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteEndElement() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument(bool standalone) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteString(string! text) -> void +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPart.RelationshipType.get -> string! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ThrowIfObjectDisposed() -> void +abstract DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewrite(System.Uri! partUri, string? id, string? uri) -> string! +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(string! outerXml) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Characteristic() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.EqualTo = 4 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThan = 2 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThanOrEqualTo = 0 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThan = 3 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThanOrEqualTo = 1 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AlternateContent +DocumentFormat.OpenXml.AlternateContent.AlternateContent() -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentChoice() -> DocumentFormat.OpenXml.AlternateContentChoice! +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentFallback() -> DocumentFormat.OpenXml.AlternateContentFallback! +DocumentFormat.OpenXml.AlternateContentChoice +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice() -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.Requires.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AlternateContentChoice.Requires.set -> void +DocumentFormat.OpenXml.AlternateContentFallback +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback() -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.List = 0 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.Ordered = 1 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.Base64BinaryValue +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue() -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(DocumentFormat.OpenXml.Base64BinaryValue! source) -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(string? base64Binary) -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle() -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Artist +DocumentFormat.OpenXml.Bibliography.Artist.Artist() -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author +DocumentFormat.OpenXml.Bibliography.Author.Author() -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.get -> DocumentFormat.OpenXml.Bibliography.Artist? +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.get -> DocumentFormat.OpenXml.Bibliography.Author? +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList() -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.get -> DocumentFormat.OpenXml.Bibliography.BookAuthor? +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.get -> DocumentFormat.OpenXml.Bibliography.Compiler? +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.get -> DocumentFormat.OpenXml.Bibliography.Composer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.get -> DocumentFormat.OpenXml.Bibliography.Conductor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.get -> DocumentFormat.OpenXml.Bibliography.Counsel? +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.get -> DocumentFormat.OpenXml.Bibliography.Director? +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.get -> DocumentFormat.OpenXml.Bibliography.Editor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.get -> DocumentFormat.OpenXml.Bibliography.Interviewee? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.get -> DocumentFormat.OpenXml.Bibliography.Interviewer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.get -> DocumentFormat.OpenXml.Bibliography.Inventor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.get -> DocumentFormat.OpenXml.Bibliography.Performer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.get -> DocumentFormat.OpenXml.Bibliography.ProducerName? +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.get -> DocumentFormat.OpenXml.Bibliography.Translator? +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.get -> DocumentFormat.OpenXml.Bibliography.Writer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.set -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor() -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookTitle +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle() -> void +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster() -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster(string! text) -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle() -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber() -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.City +DocumentFormat.OpenXml.Bibliography.City.City() -> void +DocumentFormat.OpenXml.Bibliography.City.City(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Comments +DocumentFormat.OpenXml.Bibliography.Comments.Comments() -> void +DocumentFormat.OpenXml.Bibliography.Comments.Comments(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Compiler +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler() -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer +DocumentFormat.OpenXml.Bibliography.Composer.Composer() -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor() -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName() -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Corporate +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate() -> void +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Counsel +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel() -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion() -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Court +DocumentFormat.OpenXml.Bibliography.Court.Court() -> void +DocumentFormat.OpenXml.Bibliography.Court.Court(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Art = 8 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ArticleInAPeriodical = 0 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Book = 1 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.BookSection = 2 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Case = 15 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ConferenceProceedings = 4 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.DocumentFromInternetSite = 9 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ElectronicSource = 14 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Film = 11 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.InternetSite = 10 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Interview = 12 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.JournalArticle = 3 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Miscellaneous = 16 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Patent = 13 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Performance = 7 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Report = 5 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.SoundRecording = 6 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.Day +DocumentFormat.OpenXml.Bibliography.Day.Day() -> void +DocumentFormat.OpenXml.Bibliography.Day.Day(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed() -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Department +DocumentFormat.OpenXml.Bibliography.Department.Department() -> void +DocumentFormat.OpenXml.Bibliography.Department.Department(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Director +DocumentFormat.OpenXml.Bibliography.Director.Director() -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Distributor +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor() -> void +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Edition +DocumentFormat.OpenXml.Bibliography.Edition.Edition() -> void +DocumentFormat.OpenXml.Bibliography.Edition.Edition(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Editor +DocumentFormat.OpenXml.Bibliography.Editor.Editor() -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.First +DocumentFormat.OpenXml.Bibliography.First.First() -> void +DocumentFormat.OpenXml.Bibliography.First.First(string! text) -> void +DocumentFormat.OpenXml.Bibliography.GuidString +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString() -> void +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Institution +DocumentFormat.OpenXml.Bibliography.Institution.Institution() -> void +DocumentFormat.OpenXml.Bibliography.Institution.Institution(string! text) -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle() -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee() -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer() -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor() -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Issue +DocumentFormat.OpenXml.Bibliography.Issue.Issue() -> void +DocumentFormat.OpenXml.Bibliography.Issue.Issue(string! text) -> void +DocumentFormat.OpenXml.Bibliography.JournalName +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName() -> void +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Last +DocumentFormat.OpenXml.Bibliography.Last.Last() -> void +DocumentFormat.OpenXml.Bibliography.Last.Last(string! text) -> void +DocumentFormat.OpenXml.Bibliography.LcId +DocumentFormat.OpenXml.Bibliography.LcId.LcId() -> void +DocumentFormat.OpenXml.Bibliography.LcId.LcId(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Medium +DocumentFormat.OpenXml.Bibliography.Medium.Medium() -> void +DocumentFormat.OpenXml.Bibliography.Medium.Medium(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Middle +DocumentFormat.OpenXml.Bibliography.Middle.Middle() -> void +DocumentFormat.OpenXml.Bibliography.Middle.Middle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Month +DocumentFormat.OpenXml.Bibliography.Month.Month() -> void +DocumentFormat.OpenXml.Bibliography.Month.Month(string! text) -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed() -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.NameList +DocumentFormat.OpenXml.Bibliography.NameList.NameList() -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.get -> DocumentFormat.OpenXml.Bibliography.Corporate? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType() -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType +DocumentFormat.OpenXml.Bibliography.NameType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType() -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes() -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Pages +DocumentFormat.OpenXml.Bibliography.Pages.Pages() -> void +DocumentFormat.OpenXml.Bibliography.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber() -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentType +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType() -> void +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Performer +DocumentFormat.OpenXml.Bibliography.Performer.Performer() -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle() -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Person +DocumentFormat.OpenXml.Bibliography.Person.Person() -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName() -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany() -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle() -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Publisher +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher() -> void +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher(string! text) -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber() -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder() -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Reporter +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter() -> void +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle() -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Source +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.get -> DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.get -> DocumentFormat.OpenXml.Bibliography.AlbumTitle? +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.get -> DocumentFormat.OpenXml.Bibliography.AuthorList? +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.get -> DocumentFormat.OpenXml.Bibliography.BookTitle? +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.get -> DocumentFormat.OpenXml.Bibliography.Broadcaster? +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.get -> DocumentFormat.OpenXml.Bibliography.BroadcastTitle? +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.get -> DocumentFormat.OpenXml.Bibliography.CaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.get -> DocumentFormat.OpenXml.Bibliography.ChapterNumber? +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.City.get -> DocumentFormat.OpenXml.Bibliography.City? +DocumentFormat.OpenXml.Bibliography.Source.City.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Comments.get -> DocumentFormat.OpenXml.Bibliography.Comments? +DocumentFormat.OpenXml.Bibliography.Source.Comments.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.get -> DocumentFormat.OpenXml.Bibliography.ConferenceName? +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.get -> DocumentFormat.OpenXml.Bibliography.CountryRegion? +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Court.get -> DocumentFormat.OpenXml.Bibliography.Court? +DocumentFormat.OpenXml.Bibliography.Source.Court.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Day.get -> DocumentFormat.OpenXml.Bibliography.Day? +DocumentFormat.OpenXml.Bibliography.Source.Day.set -> void +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.get -> DocumentFormat.OpenXml.Bibliography.DayAccessed? +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Department.get -> DocumentFormat.OpenXml.Bibliography.Department? +DocumentFormat.OpenXml.Bibliography.Source.Department.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Distributor.get -> DocumentFormat.OpenXml.Bibliography.Distributor? +DocumentFormat.OpenXml.Bibliography.Source.Distributor.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Edition.get -> DocumentFormat.OpenXml.Bibliography.Edition? +DocumentFormat.OpenXml.Bibliography.Source.Edition.set -> void +DocumentFormat.OpenXml.Bibliography.Source.GuidString.get -> DocumentFormat.OpenXml.Bibliography.GuidString? +DocumentFormat.OpenXml.Bibliography.Source.GuidString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Institution.get -> DocumentFormat.OpenXml.Bibliography.Institution? +DocumentFormat.OpenXml.Bibliography.Source.Institution.set -> void +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.get -> DocumentFormat.OpenXml.Bibliography.InternetSiteTitle? +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Issue.get -> DocumentFormat.OpenXml.Bibliography.Issue? +DocumentFormat.OpenXml.Bibliography.Source.Issue.set -> void +DocumentFormat.OpenXml.Bibliography.Source.JournalName.get -> DocumentFormat.OpenXml.Bibliography.JournalName? +DocumentFormat.OpenXml.Bibliography.Source.JournalName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.LcId.get -> DocumentFormat.OpenXml.Bibliography.LcId? +DocumentFormat.OpenXml.Bibliography.Source.LcId.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Medium.get -> DocumentFormat.OpenXml.Bibliography.Medium? +DocumentFormat.OpenXml.Bibliography.Source.Medium.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Month.get -> DocumentFormat.OpenXml.Bibliography.Month? +DocumentFormat.OpenXml.Bibliography.Source.Month.set -> void +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.get -> DocumentFormat.OpenXml.Bibliography.MonthAccessed? +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.get -> DocumentFormat.OpenXml.Bibliography.NumberVolumes? +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Pages.get -> DocumentFormat.OpenXml.Bibliography.Pages? +DocumentFormat.OpenXml.Bibliography.Source.Pages.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.get -> DocumentFormat.OpenXml.Bibliography.PatentNumber? +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentType.get -> DocumentFormat.OpenXml.Bibliography.PatentType? +DocumentFormat.OpenXml.Bibliography.Source.PatentType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.get -> DocumentFormat.OpenXml.Bibliography.PeriodicalTitle? +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.get -> DocumentFormat.OpenXml.Bibliography.ProductionCompany? +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.get -> DocumentFormat.OpenXml.Bibliography.PublicationTitle? +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Publisher.get -> DocumentFormat.OpenXml.Bibliography.Publisher? +DocumentFormat.OpenXml.Bibliography.Source.Publisher.set -> void +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.get -> DocumentFormat.OpenXml.Bibliography.RecordingNumber? +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.get -> DocumentFormat.OpenXml.Bibliography.ReferenceOrder? +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Reporter.get -> DocumentFormat.OpenXml.Bibliography.Reporter? +DocumentFormat.OpenXml.Bibliography.Source.Reporter.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.get -> DocumentFormat.OpenXml.Bibliography.ShortTitle? +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Source() -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.SourceType.get -> DocumentFormat.OpenXml.Bibliography.SourceType? +DocumentFormat.OpenXml.Bibliography.Source.SourceType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.get -> DocumentFormat.OpenXml.Bibliography.StandardNumber? +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.get -> DocumentFormat.OpenXml.Bibliography.StateProvince? +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Station.get -> DocumentFormat.OpenXml.Bibliography.Station? +DocumentFormat.OpenXml.Bibliography.Source.Station.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Tag.get -> DocumentFormat.OpenXml.Bibliography.Tag? +DocumentFormat.OpenXml.Bibliography.Source.Tag.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Theater.get -> DocumentFormat.OpenXml.Bibliography.Theater? +DocumentFormat.OpenXml.Bibliography.Source.Theater.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.get -> DocumentFormat.OpenXml.Bibliography.ThesisType? +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Title.get -> DocumentFormat.OpenXml.Bibliography.Title? +DocumentFormat.OpenXml.Bibliography.Source.Title.set -> void +DocumentFormat.OpenXml.Bibliography.Source.UrlString.get -> DocumentFormat.OpenXml.Bibliography.UrlString? +DocumentFormat.OpenXml.Bibliography.Source.UrlString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Version.get -> DocumentFormat.OpenXml.Bibliography.Version? +DocumentFormat.OpenXml.Bibliography.Source.Version.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Volume.get -> DocumentFormat.OpenXml.Bibliography.Volume? +DocumentFormat.OpenXml.Bibliography.Source.Volume.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Year.get -> DocumentFormat.OpenXml.Bibliography.Year? +DocumentFormat.OpenXml.Bibliography.Source.Year.set -> void +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.get -> DocumentFormat.OpenXml.Bibliography.YearAccessed? +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Sources +DocumentFormat.OpenXml.Bibliography.Sources.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources() -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.Uri.set -> void +DocumentFormat.OpenXml.Bibliography.SourceType +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType() -> void +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber() -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StateProvince +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince() -> void +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Station +DocumentFormat.OpenXml.Bibliography.Station.Station() -> void +DocumentFormat.OpenXml.Bibliography.Station.Station(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Tag +DocumentFormat.OpenXml.Bibliography.Tag.Tag() -> void +DocumentFormat.OpenXml.Bibliography.Tag.Tag(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Theater +DocumentFormat.OpenXml.Bibliography.Theater.Theater() -> void +DocumentFormat.OpenXml.Bibliography.Theater.Theater(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ThesisType +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType() -> void +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Title +DocumentFormat.OpenXml.Bibliography.Title.Title() -> void +DocumentFormat.OpenXml.Bibliography.Title.Title(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Translator +DocumentFormat.OpenXml.Bibliography.Translator.Translator() -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.UrlString +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString() -> void +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Version +DocumentFormat.OpenXml.Bibliography.Version.Version() -> void +DocumentFormat.OpenXml.Bibliography.Version.Version(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Volume +DocumentFormat.OpenXml.Bibliography.Volume.Volume() -> void +DocumentFormat.OpenXml.Bibliography.Volume.Volume(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Writer +DocumentFormat.OpenXml.Bibliography.Writer.Writer() -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Year +DocumentFormat.OpenXml.Bibliography.Year.Year() -> void +DocumentFormat.OpenXml.Bibliography.Year.Year(string! text) -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed() -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed(string! text) -> void +DocumentFormat.OpenXml.BooleanValue +DocumentFormat.OpenXml.BooleanValue.BooleanValue() -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(bool value) -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(DocumentFormat.OpenXml.BooleanValue! source) -> void +DocumentFormat.OpenXml.ByteValue +DocumentFormat.OpenXml.ByteValue.ByteValue() -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(byte value) -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(DocumentFormat.OpenXml.ByteValue! source) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute +DocumentFormat.OpenXml.ChildElementInfoAttribute.AvailableInVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType, DocumentFormat.OpenXml.FileFormatVersions availableInOfficeVersion) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ElementType.get -> System.Type! +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty() -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.Properties +DocumentFormat.OpenXml.CustomProperties.Properties.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.CustomProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.SchemaReference() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Schema() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.DateTimeValue +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue() -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(DocumentFormat.OpenXml.DateTimeValue! source) -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(System.DateTime value) -> void +DocumentFormat.OpenXml.DecimalValue +DocumentFormat.OpenXml.DecimalValue.DecimalValue() -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(decimal value) -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(DocumentFormat.OpenXml.DecimalValue! source) -> void +DocumentFormat.OpenXml.DoubleValue +DocumentFormat.OpenXml.DoubleValue.DoubleValue() -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(DocumentFormat.OpenXml.DoubleValue! source) -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(double value) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color() -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color() -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color() -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color() -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color() -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color() -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.AdjustPoint2DType() -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList() -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Alpha +DocumentFormat.OpenXml.Drawing.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.AlphaBiLevel() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.AlphaCeiling +DocumentFormat.OpenXml.Drawing.AlphaCeiling.AlphaCeiling() -> void +DocumentFormat.OpenXml.Drawing.AlphaFloor +DocumentFormat.OpenXml.Drawing.AlphaFloor.AlphaFloor() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulation +DocumentFormat.OpenXml.Drawing.AlphaModulation.AlphaModulation() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.AlphaModulationFixed() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset +DocumentFormat.OpenXml.Drawing.AlphaOffset.AlphaOffset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset +DocumentFormat.OpenXml.Drawing.AlphaOutset.AlphaOutset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace.AlphaReplace() -> void +DocumentFormat.OpenXml.Drawing.Anchor +DocumentFormat.OpenXml.Drawing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Anchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.X.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Y.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Z.set -> void +DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Category = 1 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.CategoryElement = 3 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Series = 0 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.SeriesElement = 2 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelAtOnce = 2 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelOne = 1 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.One = 0 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.ArcTo +DocumentFormat.OpenXml.Drawing.ArcTo.ArcTo() -> void +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.AudioCDTimeType() -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD() -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.get -> DocumentFormat.OpenXml.Drawing.EndTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.get -> DocumentFormat.OpenXml.Drawing.StartTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile() -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.AutoNumberedBullet() -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.get -> DocumentFormat.OpenXml.Drawing.Anchor? +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop() -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.get -> DocumentFormat.OpenXml.Drawing.Normal? +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.get -> DocumentFormat.OpenXml.Drawing.UpVector? +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.set -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList() -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Bevel +DocumentFormat.OpenXml.Drawing.Bevel.Bevel() -> void +DocumentFormat.OpenXml.Drawing.BevelBottom +DocumentFormat.OpenXml.Drawing.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Angle = 4 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Convex = 6 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Cross = 3 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Divot = 8 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.HardEdge = 10 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Riblet = 9 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Slope = 2 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.SoftRound = 5 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelTop +DocumentFormat.OpenXml.Drawing.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Drawing.BevelType +DocumentFormat.OpenXml.Drawing.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Drawing.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Height.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BevelType.Preset.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Width.set -> void +DocumentFormat.OpenXml.Drawing.BiLevel +DocumentFormat.OpenXml.Drawing.BiLevel.BiLevel() -> void +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Black = 8 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackGray = 6 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackWhite = 7 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Gray = 2 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.GrayWhite = 5 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Hidden = 10 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.InvGray = 4 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.LightGray = 3 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.White = 9 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.Blend +DocumentFormat.OpenXml.Drawing.Blend.Blend() -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.set -> void +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Darken = 3 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Lighten = 4 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Multiply = 1 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Overlay = 0 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Screen = 2 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.Blip +DocumentFormat.OpenXml.Drawing.Blip.Blip() -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Embed.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Link.set -> void +DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Email = 0 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.HighQualityPrint = 3 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.None = 4 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Print = 2 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Screen = 1 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipExtension +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension() -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList() -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Blue +DocumentFormat.OpenXml.Drawing.Blue.Blue() -> void +DocumentFormat.OpenXml.Drawing.BlueModulation +DocumentFormat.OpenXml.Drawing.BlueModulation.BlueModulation() -> void +DocumentFormat.OpenXml.Drawing.BlueOffset +DocumentFormat.OpenXml.Drawing.BlueOffset.BlueOffset() -> void +DocumentFormat.OpenXml.Drawing.Blur +DocumentFormat.OpenXml.Drawing.Blur.Blur() -> void +DocumentFormat.OpenXml.Drawing.Blur.Grow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Blur.Grow.set -> void +DocumentFormat.OpenXml.Drawing.Blur.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Blur.Radius.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties() -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Default = 2 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Off = 1 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.On = 0 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BottomBorder +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break +DocumentFormat.OpenXml.Drawing.Break.Break() -> void +DocumentFormat.OpenXml.Drawing.Break.Break(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Break.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildChart.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.BuildChart() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.set -> void +DocumentFormat.OpenXml.Drawing.BulletColor +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor() -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColorText +DocumentFormat.OpenXml.Drawing.BulletColorText.BulletColorText() -> void +DocumentFormat.OpenXml.Drawing.BulletFont +DocumentFormat.OpenXml.Drawing.BulletFont.BulletFont() -> void +DocumentFormat.OpenXml.Drawing.BulletFontText +DocumentFormat.OpenXml.Drawing.BulletFontText.BulletFontText() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.BulletSizePercentage() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints +DocumentFormat.OpenXml.Drawing.BulletSizePoints.BulletSizePoints() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizeText +DocumentFormat.OpenXml.Drawing.BulletSizeText.BulletSizeText() -> void +DocumentFormat.OpenXml.Drawing.Camera +DocumentFormat.OpenXml.Drawing.Camera.Camera() -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Camera.Preset.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.Camera.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Zoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.Zoom.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.get -> DocumentFormat.OpenXml.Drawing.Bevel? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties() -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet.CharacterBullet() -> void +DocumentFormat.OpenXml.Drawing.Chart +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.set -> void +DocumentFormat.OpenXml.Drawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.set -> void +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.AllPoints = 4 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Category = 0 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.CategoryPoints = 1 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.GridLegend = 5 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Series = 2 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.SeriesPoints = 3 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.ApplyToEnd() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.ApplyToFront() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.ApplyToSides() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.AutoLabeled() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.AutoTitleDeleted() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.AutoUpdate() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisId +DocumentFormat.OpenXml.Drawing.Charts.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.AxisPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Top = 3 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.AxisUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Backward +DocumentFormat.OpenXml.Drawing.Charts.Backward.Backward() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.BarDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Bar = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.BarGrouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Clustered = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Stacked = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Standard = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.BaseTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.BubbleScale() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.BuiltInUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Billions = 7 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredMillions = 6 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Hundreds = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredThousands = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Millions = 4 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenMillions = 5 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenThousands = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Thousands = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Trillions = 8 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted? +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.get -> DocumentFormat.OpenXml.Drawing.Charts.BackWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs? +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.get -> DocumentFormat.OpenXml.Drawing.Charts.Floor? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.get -> DocumentFormat.OpenXml.Drawing.Charts.Legend? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotFormats? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotArea? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.get -> DocumentFormat.OpenXml.Drawing.Charts.SideWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.get -> DocumentFormat.OpenXml.Drawing.Charts.View3D? +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartObject +DocumentFormat.OpenXml.Drawing.Charts.ChartObject.ChartObject() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartReference +DocumentFormat.OpenXml.Drawing.Charts.ChartReference.ChartReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.get -> DocumentFormat.OpenXml.Drawing.Charts.Date1904? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.get -> DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.get -> DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CrossBetween() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.Between = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.MidpointCategory = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.Crosses +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Crosses() -> void +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CrossesAt() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.AutoZero = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Maximum = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Minimum = 2 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CrossingAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CustomDisplayUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Data +DocumentFormat.OpenXml.Drawing.Charts.Data.Data() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16 +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.DataLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.BestFit = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideBase = 3 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideEnd = 4 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Left = 5 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.OutsideEnd = 6 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Right = 7 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Top = 8 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabels +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowKeys? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Date1904 +DocumentFormat.OpenXml.Drawing.Charts.Date1904.Date1904() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Delete +DocumentFormat.OpenXml.Drawing.Charts.Delete.Delete() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.DepthPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.DisplayBlanksAs() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.DisplayEquation() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.DisplayRSquaredValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.DoubleType() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.EditingLanguage() -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.X = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.Y = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.get -> DocumentFormat.OpenXml.Drawing.Charts.Minus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.get -> DocumentFormat.OpenXml.Drawing.Charts.NoEndCap? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.get -> DocumentFormat.OpenXml.Drawing.Charts.Plus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.ErrorBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.ErrorBarValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Both = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Minus = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Plus = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.ErrorBarValueType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.ErrorDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.FixedValue = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Percentage = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardDeviation = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardError = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Explosion +DocumentFormat.OpenXml.Drawing.Charts.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.FirstSliceAngle() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor() -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode() -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatId +DocumentFormat.OpenXml.Drawing.Charts.FormatId.FormatId() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formatting +DocumentFormat.OpenXml.Drawing.Charts.Formatting.Formatting() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Forward +DocumentFormat.OpenXml.Drawing.Charts.Forward.Forward() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.GapAmountType() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GapDepth +DocumentFormat.OpenXml.Drawing.Charts.GapDepth.GapDepth() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapWidth +DocumentFormat.OpenXml.Drawing.Charts.GapWidth.GapWidth() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Grouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Stacked = 2 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Standard = 1 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.OddFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.OddHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Height +DocumentFormat.OpenXml.Drawing.Charts.Height.Height() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightMode +DocumentFormat.OpenXml.Drawing.Charts.HeightMode.HeightMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.HeightPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.HoleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Index +DocumentFormat.OpenXml.Drawing.Charts.Index.Index() -> void +DocumentFormat.OpenXml.Drawing.Charts.Intercept +DocumentFormat.OpenXml.Drawing.Charts.Intercept.Intercept() -> void +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.InvertIfNegative() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.LabelAlignment() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.LabelOffset() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout() -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.LayoutModeType() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Edge = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Factor = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.LayoutTarget() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Inner = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Outer = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Left +DocumentFormat.OpenXml.Drawing.Charts.Left.Left() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeftMode +DocumentFormat.OpenXml.Drawing.Charts.LeftMode.LeftMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.LegendPosition? +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.LegendPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Top = 4 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.Level +DocumentFormat.OpenXml.Drawing.Charts.Level.Level() -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase +DocumentFormat.OpenXml.Drawing.Charts.LogBase.LogBase() -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.MajorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.MajorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.MajorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.get -> DocumentFormat.OpenXml.Drawing.Charts.Height? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.get -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.get -> DocumentFormat.OpenXml.Drawing.Charts.Left? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.get -> DocumentFormat.OpenXml.Drawing.Charts.LeftMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.get -> DocumentFormat.OpenXml.Drawing.Charts.Top? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.get -> DocumentFormat.OpenXml.Drawing.Charts.TopMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.get -> DocumentFormat.OpenXml.Drawing.Charts.Width? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.get -> DocumentFormat.OpenXml.Drawing.Charts.WidthMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dot = 4 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.None = 5 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Picture = 6 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Plus = 7 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Square = 8 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Star = 9 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Triangle = 10 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.X = 11 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.MaxAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.MinAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.MinorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.MinorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.MinorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.NoEndCap() -> void +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.NoMultiLevelLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingCache? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.get -> DocumentFormat.OpenXml.Drawing.Charts.OfPieType? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.OfPieType() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Bar = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Pie = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.Order +DocumentFormat.OpenXml.Drawing.Charts.Order.Order() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Orientation() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MaxMin = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MinMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Overlap +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Overlap() -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlay +DocumentFormat.OpenXml.Drawing.Charts.Overlay.Overlay() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Default = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Period +DocumentFormat.OpenXml.Drawing.Charts.Period.Period() -> void +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Perspective() -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.PictureFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.StackScale = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stretch = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormat? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.PictureStackUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.DataLabel? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.PlotVisibleOnly() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PointCount +DocumentFormat.OpenXml.Drawing.Charts.PointCount.PointCount() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.PolynomialOrder() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Drawing.Charts.PageMargins? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Drawing.Charts.PageSetup? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartObject? +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.get -> DocumentFormat.OpenXml.Drawing.Charts.Data? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.get -> DocumentFormat.OpenXml.Drawing.Charts.Formatting? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.get -> DocumentFormat.OpenXml.Drawing.Charts.Selection? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.get -> DocumentFormat.OpenXml.Drawing.Charts.UserInterface? +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyle? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.RadarStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Filled = 2 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Marker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Standard = 0 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.RelationshipIdType() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.RightAngleAxes() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX +DocumentFormat.OpenXml.Drawing.Charts.RotateX.RotateX() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY +DocumentFormat.OpenXml.Drawing.Charts.RotateY.RotateY() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.RoundedCorners() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.get -> DocumentFormat.OpenXml.Drawing.Charts.LogBase? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.get -> DocumentFormat.OpenXml.Drawing.Charts.Orientation? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.ScatterStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.LineMarker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Marker = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Smooth = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.SmoothMarker = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.SecondPiePoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.SecondPieSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Selection +DocumentFormat.OpenXml.Drawing.Charts.Selection.Selection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape +DocumentFormat.OpenXml.Drawing.Charts.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Box = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cone = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.ConeToMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cylinder = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Pyramid = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.PyramidToMaximum = 5 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.ShowBubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.ShowCategoryName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.ShowDataLabelsOverMaximum() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.ShowHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.ShowKeys() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.ShowLegendKey() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.ShowMarker() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.ShowNegativeBubbles() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.ShowOutlineBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.ShowPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.ShowSeriesName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowValue +DocumentFormat.OpenXml.Drawing.Charts.ShowValue.ShowValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.ShowVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Size +DocumentFormat.OpenXml.Drawing.Charts.Size.Size() -> void +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.SizeRepresents() -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Area = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Width = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SkipType +DocumentFormat.OpenXml.Drawing.Charts.SkipType.SkipType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Smooth +DocumentFormat.OpenXml.Drawing.Charts.Smooth.Smooth() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.SplitPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType +DocumentFormat.OpenXml.Drawing.Charts.SplitType.SplitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Percent = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Position = 2 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Value = 3 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.StockChart +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.StringCache? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Style +DocumentFormat.OpenXml.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.get -> DocumentFormat.OpenXml.Drawing.Charts.Thickness? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Symbol() -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Thickness() -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.TickLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.High = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.Low = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.NextTo = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.TickLabelSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.TickMarkSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.TickMarkType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Cross = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Inside = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.None = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Outside = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.TimeUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Days = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Months = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Years = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.Title +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.get -> DocumentFormat.OpenXml.Drawing.Charts.Overlay? +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Top +DocumentFormat.OpenXml.Drawing.Charts.Top.Top() -> void +DocumentFormat.OpenXml.Drawing.Charts.TopMode +DocumentFormat.OpenXml.Drawing.Charts.TopMode.TopMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.get -> DocumentFormat.OpenXml.Drawing.Charts.Backward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.get -> DocumentFormat.OpenXml.Drawing.Charts.Forward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.get -> DocumentFormat.OpenXml.Drawing.Charts.Intercept? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.get -> DocumentFormat.OpenXml.Drawing.Charts.Period? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.get -> DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineName? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineType? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.TrendlineType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Exponential = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Linear = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Logarithmic = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.MovingAverage = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Polynomial = 4 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Power = 5 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.get -> DocumentFormat.OpenXml.Drawing.Charts.DownBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.get -> DocumentFormat.OpenXml.Drawing.Charts.GapWidth? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.get -> DocumentFormat.OpenXml.Drawing.Charts.UpBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserInterface +DocumentFormat.OpenXml.Drawing.Charts.UserInterface.UserInterface() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Load(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Save(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.UserShapesReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values +DocumentFormat.OpenXml.Drawing.Charts.Values.Values() -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.VaryColors +DocumentFormat.OpenXml.Drawing.Charts.VaryColors.VaryColors() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.DepthPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.get -> DocumentFormat.OpenXml.Drawing.Charts.Perspective? +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.get -> DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateX? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateY? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Width +DocumentFormat.OpenXml.Drawing.Charts.Width.Width() -> void +DocumentFormat.OpenXml.Drawing.Charts.WidthMode +DocumentFormat.OpenXml.Drawing.Charts.WidthMode.WidthMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Wireframe +DocumentFormat.OpenXml.Drawing.Charts.Wireframe.Wireframe() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChildExtents +DocumentFormat.OpenXml.Drawing.ChildExtents.ChildExtents() -> void +DocumentFormat.OpenXml.Drawing.ChildOffset +DocumentFormat.OpenXml.Drawing.ChildOffset.ChildOffset() -> void +DocumentFormat.OpenXml.Drawing.CloseShapePath +DocumentFormat.OpenXml.Drawing.CloseShapePath.CloseShapePath() -> void +DocumentFormat.OpenXml.Drawing.Color2Type +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type() -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange() -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.get -> DocumentFormat.OpenXml.Drawing.ColorFrom? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.get -> DocumentFormat.OpenXml.Drawing.ColorTo? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.set -> void +DocumentFormat.OpenXml.Drawing.ColorFrom +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom() -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement() -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.get -> DocumentFormat.OpenXml.Drawing.Accent1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.get -> DocumentFormat.OpenXml.Drawing.Accent2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.get -> DocumentFormat.OpenXml.Drawing.Accent3Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.get -> DocumentFormat.OpenXml.Drawing.Accent4Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.get -> DocumentFormat.OpenXml.Drawing.Accent5Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.get -> DocumentFormat.OpenXml.Drawing.Accent6Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.get -> DocumentFormat.OpenXml.Drawing.Dark1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.get -> DocumentFormat.OpenXml.Drawing.Dark2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.get -> DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor? +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.get -> DocumentFormat.OpenXml.Drawing.Hyperlink? +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.get -> DocumentFormat.OpenXml.Drawing.Light1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.get -> DocumentFormat.OpenXml.Drawing.Light2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorTo +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo() -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType +DocumentFormat.OpenXml.Drawing.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Complement +DocumentFormat.OpenXml.Drawing.Complement.Complement() -> void +DocumentFormat.OpenXml.Drawing.ComplexScriptFont +DocumentFormat.OpenXml.Drawing.ComplexScriptFont.ComplexScriptFont() -> void +DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Single = 0 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.get -> DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionType +DocumentFormat.OpenXml.Drawing.ConnectionType.ConnectionType() -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor() -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CustomColor.Name.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColorList +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList() -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash() -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.get -> DocumentFormat.OpenXml.Drawing.AdjustHandleList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.get -> DocumentFormat.OpenXml.Drawing.ConnectionSiteList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry() -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.get -> DocumentFormat.OpenXml.Drawing.PathList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.get -> DocumentFormat.OpenXml.Drawing.Rectangle? +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.get -> DocumentFormat.OpenXml.Drawing.ShapeGuideList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.set -> void +DocumentFormat.OpenXml.Drawing.Dark1Color +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color() -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color() -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DashStop +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.set -> void +DocumentFormat.OpenXml.Drawing.DashStop.DashStop() -> void +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.set -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension() -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType() -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagram +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Drawing.Diagram.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagram.Id.set -> void +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Adjust() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Composite = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Connector = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Cycle = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyChild = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyRoot = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Linear = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Pyramid = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Snake = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Space = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Text = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.AnimateOneByOne() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.Branch = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.One = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.AnimationLevel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Level = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Arrow = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.NoArrow = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Gravity = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Upright = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Ancestor = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.AncestorOrSelf = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.DescendantOrSelf = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Follow = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.FollowSibling = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.None = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Parent = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Preceding = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.PrecedingSibling = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Root = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.Background +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Beginning = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Default = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.End = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.Equal = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.GreaterThanOrEqualTo = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.LessThanOrEqualTo = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Balanced = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.EndCanvas = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Fixed = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.BulletEnabled() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Category() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.FirstNode = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.Choose +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Cycle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Repeat = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.ColorDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.DiagramColorsPart.get -> DocumentFormat.OpenXml.Packaging.DiagramColorsPart? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.ColorTransformCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.ColorTransformDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.ParentOf = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationOf = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationParentOf = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.UnknownRelationship = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.Custom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomCenter = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleLeft = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleRight = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Radial = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopCenter = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopLeft = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopRight = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Bending = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Curve = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.LongCurve = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Straight = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.AlignmentOffset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadHeight = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadWidth = 62 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningMargin = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningPadding = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BendingDistance = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Bottom = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomMargin = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomOffset = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterHeight = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterWidth = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterXOffset = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterYOffset = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ConnectionDistance = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Diameter = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndMargin = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndPadding = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Height = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.HeightOffset = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Left = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftOffset = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PrimaryFontSize = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PyramidAccentRatio = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Right = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightMargin = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightOffset = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondaryFontSize = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondarySiblingSpacing = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SiblingSpacing = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Spacing = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.StemThickness = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Top = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopMargin = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopOffset = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedA = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedB = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedC = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedD = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedE = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedF = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedG = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedH = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedI = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedJ = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedK = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedL = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedM = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedN = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedO = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedP = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedQ = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedR = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedS = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedT = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedU = 55 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedV = 56 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedW = 57 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedX = 58 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedY = 59 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedZ = 60 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Width = 61 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.WidthOffset = 63 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.ReverseDirection = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.SameDirection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DiagramDataPart.get -> DocumentFormat.OpenXml.Packaging.DiagramDataPart? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Load(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Save(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Description() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Direction() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Normal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Reversed = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.All = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Assistant = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Document = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Node = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonAssistant = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonNormal = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Normal = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.ParentTransition = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Presentation = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.SiblingTransition = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Row = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThan = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThanOrEqualTo = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThan = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThanOrEqualTo = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.NotEqualTo = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Count = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Depth = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.MaxDepth = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Position = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionEven = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionOdd = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.ReversePosition = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Variable = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomRight = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterChild = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterDescendant = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomLeft = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomRight = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftBottom = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterChild = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterDescendant = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftTop = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightBottom = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterChildren = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterDescendants = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightTop = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterChildren = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterDescendants = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.HierarchyBranch() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Hanging = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Initial = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Standard = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Counterclockwise = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DiagramLayoutDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.get -> DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Direction? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.get -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.get -> DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromBottom = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromTop = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.MaxNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Offset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.OrganizationChart() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.Connection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AspectRatio = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AutoTextRotation = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningArrowheadStyle = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningPoints = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BendPoint = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Breakpoint = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BreakpointFixedValue = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.CenterShapeMapping = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildAlignment = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildDirection = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectionRoute = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectorDimension = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ContinueDirection = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.DestinationNode = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndPoints = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndStyle = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FallbackScale = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FlowDirection = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.GrowDirection = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HierarchyAlignment = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HorizontalAlignment = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LinearDirection = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterChildrenParagraph = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterParentParagraph = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingChildren = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingParent = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeHorizontalAlignment = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeVerticalAlignment = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Offset = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextLeftToRightAlignment = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextRightToLeftAlignment = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentBackgroundNode = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentPosition = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextNode = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidLevelNode = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RotationPath = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RouteShortestDistance = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryChildAlignment = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryLinearDirection = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextLeftToRightAlignment = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextRightToLeftAlignment = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SourceNode = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SpanAngle = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartAngle = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartBulletsAtLevel = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartElement = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAlignment = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontal = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontalWithChildren = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVertical = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVerticalWithChildren = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextBlockDirection = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextDirection = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.VerticalAlignment = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.Point +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBody? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Assistant = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Document = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.ParentTransition = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Presentation = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.SiblingTransition = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.PreferredNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.After = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.Before = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Step = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.RelationshipIds() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.ResizeHandles() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Exact = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Relative = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.AlongPath = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.Rule +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModel? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromBottom = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromLeft = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromRight = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromTop = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.Shape +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Transition = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.Style +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.DiagramStylePart.get -> DocumentFormat.OpenXml.Packaging.DiagramStylePart? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.StyleDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.StyleDisplayCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.StyleLabelDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromBottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromTop = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.get -> DocumentFormat.OpenXml.Drawing.FlatText? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.get -> DocumentFormat.OpenXml.Drawing.Shape3DType? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimateOne = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimationLevel = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.BulletsEnabled = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildMax = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildPreference = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.Direction = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.HierarchyBranch = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.OrganizationalChart = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ResizeHandles = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom2010 = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle2010 = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top2010 = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.Whole +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone +DocumentFormat.OpenXml.Drawing.Duotone.Duotone() -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EastAsianFont +DocumentFormat.OpenXml.Drawing.EastAsianFont.EastAsianFont() -> void +DocumentFormat.OpenXml.Drawing.Effect +DocumentFormat.OpenXml.Drawing.Effect.Effect() -> void +DocumentFormat.OpenXml.Drawing.Effect.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Effect.Reference.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainer +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer() -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType() -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Sibling = 0 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Tree = 1 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectDag +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag() -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList +DocumentFormat.OpenXml.Drawing.EffectList.Blur.get -> DocumentFormat.OpenXml.Drawing.Blur? +DocumentFormat.OpenXml.Drawing.EffectList.Blur.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList() -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.get -> DocumentFormat.OpenXml.Drawing.FillOverlay? +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Glow.get -> DocumentFormat.OpenXml.Drawing.Glow? +DocumentFormat.OpenXml.Drawing.EffectList.Glow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.get -> DocumentFormat.OpenXml.Drawing.InnerShadow? +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.get -> DocumentFormat.OpenXml.Drawing.OuterShadow? +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.get -> DocumentFormat.OpenXml.Drawing.PresetShadow? +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.get -> DocumentFormat.OpenXml.Drawing.Reflection? +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.get -> DocumentFormat.OpenXml.Drawing.SoftEdge? +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle() -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList() -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EmptyType +DocumentFormat.OpenXml.Drawing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Drawing.EndConnection +DocumentFormat.OpenXml.Drawing.EndConnection.EndConnection() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndTime +DocumentFormat.OpenXml.Drawing.EndTime.EndTime() -> void +DocumentFormat.OpenXml.Drawing.Extension +DocumentFormat.OpenXml.Drawing.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ExtensionList +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extents +DocumentFormat.OpenXml.Drawing.Extents.Extents() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.get -> DocumentFormat.OpenXml.Drawing.ColorMap? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field +DocumentFormat.OpenXml.Drawing.Field.Field() -> void +DocumentFormat.OpenXml.Drawing.Field.Field(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Id.set -> void +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Field.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Field.Text.set -> void +DocumentFormat.OpenXml.Drawing.Field.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Type.set -> void +DocumentFormat.OpenXml.Drawing.Fill +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill() -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.Fill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay() -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties() -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillRectangle +DocumentFormat.OpenXml.Drawing.FillRectangle.FillRectangle() -> void +DocumentFormat.OpenXml.Drawing.FillReference +DocumentFormat.OpenXml.Drawing.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList() -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillToRectangle +DocumentFormat.OpenXml.Drawing.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow() -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FlatText +DocumentFormat.OpenXml.Drawing.FlatText.FlatText() -> void +DocumentFormat.OpenXml.Drawing.FlatText.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.FlatText.Z.set -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor() -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Major = 0 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Minor = 1 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.None = 2 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionType +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.get -> DocumentFormat.OpenXml.Drawing.ComplexScriptFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.get -> DocumentFormat.OpenXml.Drawing.EastAsianFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType() -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.get -> DocumentFormat.OpenXml.Drawing.LatinFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.set -> void +DocumentFormat.OpenXml.Drawing.FontReference +DocumentFormat.OpenXml.Drawing.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FontReference.Index.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Fonts +DocumentFormat.OpenXml.Drawing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.get -> DocumentFormat.OpenXml.Drawing.MajorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.get -> DocumentFormat.OpenXml.Drawing.MinorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FontScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.get -> DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.get -> DocumentFormat.OpenXml.Drawing.EffectStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.get -> DocumentFormat.OpenXml.Drawing.FillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme() -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.get -> DocumentFormat.OpenXml.Drawing.LineStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Gamma +DocumentFormat.OpenXml.Drawing.Gamma.Gamma() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow +DocumentFormat.OpenXml.Drawing.Glow.Glow() -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Glow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Glow.Radius.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.get -> DocumentFormat.OpenXml.Drawing.GradientStopList? +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStopList +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic +DocumentFormat.OpenXml.Drawing.Graphic.Graphic() -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.get -> DocumentFormat.OpenXml.Drawing.GraphicData? +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.set -> void +DocumentFormat.OpenXml.Drawing.GraphicData +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData() -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.Gray +DocumentFormat.OpenXml.Drawing.Gray.Gray() -> void +DocumentFormat.OpenXml.Drawing.Grayscale +DocumentFormat.OpenXml.Drawing.Grayscale.Grayscale() -> void +DocumentFormat.OpenXml.Drawing.Green +DocumentFormat.OpenXml.Drawing.Green.Green() -> void +DocumentFormat.OpenXml.Drawing.GreenModulation +DocumentFormat.OpenXml.Drawing.GreenModulation.GreenModulation() -> void +DocumentFormat.OpenXml.Drawing.GreenOffset +DocumentFormat.OpenXml.Drawing.GreenOffset.GreenOffset() -> void +DocumentFormat.OpenXml.Drawing.GridColumn +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Drawing.GroupFill +DocumentFormat.OpenXml.Drawing.GroupFill.GroupFill() -> void +DocumentFormat.OpenXml.Drawing.GroupShape +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HeadEnd +DocumentFormat.OpenXml.Drawing.HeadEnd.HeadEnd() -> void +DocumentFormat.OpenXml.Drawing.Highlight +DocumentFormat.OpenXml.Drawing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hsl +DocumentFormat.OpenXml.Drawing.Hsl.Hsl() -> void +DocumentFormat.OpenXml.Drawing.Hsl.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Hue.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.set -> void +DocumentFormat.OpenXml.Drawing.HslColor +DocumentFormat.OpenXml.Drawing.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.set -> void +DocumentFormat.OpenXml.Drawing.Hue +DocumentFormat.OpenXml.Drawing.Hue.Hue() -> void +DocumentFormat.OpenXml.Drawing.Hue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hue.Val.set -> void +DocumentFormat.OpenXml.Drawing.HueModulation +DocumentFormat.OpenXml.Drawing.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Drawing.HueOffset +DocumentFormat.OpenXml.Drawing.HueOffset.HueOffset() -> void +DocumentFormat.OpenXml.Drawing.HueOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HueOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Hyperlink +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkSound +DocumentFormat.OpenXml.Drawing.HyperlinkSound.HyperlinkSound() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.get -> DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.get -> DocumentFormat.OpenXml.Drawing.HyperlinkSound? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow() -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Inverse +DocumentFormat.OpenXml.Drawing.Inverse.Inverse() -> void +DocumentFormat.OpenXml.Drawing.InverseGamma +DocumentFormat.OpenXml.Drawing.InverseGamma.InverseGamma() -> void +DocumentFormat.OpenXml.Drawing.LastColumn +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn() -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow +DocumentFormat.OpenXml.Drawing.LastRow.LastRow() -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LatinFont +DocumentFormat.OpenXml.Drawing.LatinFont.LatinFont() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.set -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color() -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color() -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig +DocumentFormat.OpenXml.Drawing.LightRig.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Direction.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rig.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Rig.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Balanced = 13 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Chilly = 21 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Contrasting = 17 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flat = 23 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flood = 16 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Freezing = 22 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Glow = 25 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Harsh = 15 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Morning = 18 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Soft = 14 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunrise = 19 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunset = 20 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.ThreePoints = 12 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.TwoPoints = 24 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LinearGradientFill +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.set -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.LinearGradientFill() -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.set -> void +DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineDefault +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault() -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.LineEndPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Arrow = 5 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.None = 0 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Oval = 4 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Stealth = 2 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Triangle = 1 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineJoinBevel +DocumentFormat.OpenXml.Drawing.LineJoinBevel.LineJoinBevel() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineReference +DocumentFormat.OpenXml.Drawing.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing() -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList() -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo +DocumentFormat.OpenXml.Drawing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.LineTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle() -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas() -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Luminance +DocumentFormat.OpenXml.Drawing.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.LuminanceEffect() -> void +DocumentFormat.OpenXml.Drawing.LuminanceModulation +DocumentFormat.OpenXml.Drawing.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Drawing.LuminanceOffset +DocumentFormat.OpenXml.Drawing.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Drawing.MajorFont +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont() -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MasterColorMapping +DocumentFormat.OpenXml.Drawing.MasterColorMapping.MasterColorMapping() -> void +DocumentFormat.OpenXml.Drawing.MinorFont +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont() -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Miter +DocumentFormat.OpenXml.Drawing.Miter.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Miter.Limit.set -> void +DocumentFormat.OpenXml.Drawing.Miter.Miter() -> void +DocumentFormat.OpenXml.Drawing.MoveTo +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.MoveTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.NoAutoFit +DocumentFormat.OpenXml.Drawing.NoAutoFit.NoAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NoBullet +DocumentFormat.OpenXml.Drawing.NoBullet.NoBullet() -> void +DocumentFormat.OpenXml.Drawing.NoFill +DocumentFormat.OpenXml.Drawing.NoFill.NoFill() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Normal +DocumentFormat.OpenXml.Drawing.Normal.Normal() -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.NormalAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell() -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.get -> DocumentFormat.OpenXml.Drawing.LineDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults() -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.get -> DocumentFormat.OpenXml.Drawing.ShapeDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.get -> DocumentFormat.OpenXml.Drawing.TextDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Offset +DocumentFormat.OpenXml.Drawing.Offset.Offset() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Outline +DocumentFormat.OpenXml.Drawing.Outline.Outline() -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping() -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.set -> void +DocumentFormat.OpenXml.Drawing.Path.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Path.Fill.set -> void +DocumentFormat.OpenXml.Drawing.Path.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Height.set -> void +DocumentFormat.OpenXml.Drawing.Path.Path() -> void +DocumentFormat.OpenXml.Drawing.Path.Path(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Stroke.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.Stroke.set -> void +DocumentFormat.OpenXml.Drawing.Path.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Width.set -> void +DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Darken = 4 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.DarkenLess = 5 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Lighten = 2 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.LightenLess = 3 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Norm = 1 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathGradientFill +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.get -> DocumentFormat.OpenXml.Drawing.FillToRectangle? +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill() -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList +DocumentFormat.OpenXml.Drawing.PathList.PathList() -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Rectangle = 2 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PatternFill +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Drawing.BackgroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Drawing.ForegroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Insert = 1 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PercentageType +DocumentFormat.OpenXml.Drawing.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Drawing.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Picture +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet() -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks() -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Pictures.BlipFill? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Point +DocumentFormat.OpenXml.Drawing.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Point2DType +DocumentFormat.OpenXml.Drawing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Position +DocumentFormat.OpenXml.Drawing.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType +DocumentFormat.OpenXml.Drawing.PositivePercentageType.PositivePercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetColor +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor() -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AliceBlue = 0 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AntiqueWhite = 1 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aqua = 2 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aquamarine = 3 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Azure = 4 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Beige = 5 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Bisque = 6 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Black = 7 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlanchedAlmond = 8 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Blue = 9 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlueViolet = 10 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Brown = 11 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BurlyWood = 12 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CadetBlue = 13 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chartreuse = 14 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chocolate = 15 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Coral = 16 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CornflowerBlue = 17 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cornsilk = 18 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Crimson = 19 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cyan = 20 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue = 21 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue2010 = 140 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan = 22 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan2010 = 141 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod = 23 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod2010 = 142 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray = 24 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray2010 = 143 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen = 25 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen2010 = 145 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey = 183 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey2010 = 144 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki = 26 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki2010 = 146 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta = 27 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta2010 = 147 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen = 28 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen2010 = 148 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange = 29 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange2010 = 149 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid = 30 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid2010 = 150 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed = 31 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed2010 = 151 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon = 32 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon2010 = 152 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen = 33 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen2010 = 153 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue = 34 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue2010 = 154 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray = 35 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray2010 = 155 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey = 185 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey2010 = 156 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise = 36 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise2010 = 157 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet = 37 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet2010 = 158 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepPink = 38 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepSkyBlue = 39 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGray = 40 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGrey = 184 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DodgerBlue = 41 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Firebrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.FloralWhite = 43 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.ForestGreen = 44 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Fuchsia = 45 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gainsboro = 46 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GhostWhite = 47 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gold = 48 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Goldenrod = 49 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gray = 50 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Green = 51 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GreenYellow = 52 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Grey = 186 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Honeydew = 53 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.HotPink = 54 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.IndianRed = 55 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Indigo = 56 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Ivory = 57 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Khaki = 58 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lavender = 59 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LavenderBlush = 60 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LawnGreen = 61 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LemonChiffon = 62 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue = 63 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue2010 = 159 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral = 64 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral2010 = 160 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan = 65 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan2010 = 161 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow = 66 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow2010 = 162 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray = 67 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray2010 = 163 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen = 68 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen2010 = 165 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey = 187 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey2010 = 164 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink = 69 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink2010 = 166 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon = 70 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon2010 = 167 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen = 71 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen2010 = 168 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue = 72 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue2010 = 169 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray = 73 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray2010 = 170 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey = 188 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey2010 = 171 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue = 74 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue2010 = 172 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow = 75 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow2010 = 173 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lime = 76 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LimeGreen = 77 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Linen = 78 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Magenta = 79 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Maroon = 80 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MedAquamarine = 81 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumAquamarine2010 = 174 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue = 82 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue2010 = 175 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid = 83 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid2010 = 176 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple = 84 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple2010 = 177 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen = 85 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen2010 = 178 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue = 86 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue2010 = 179 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen = 87 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen2010 = 180 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise = 88 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise2010 = 181 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed = 89 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed2010 = 182 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MidnightBlue = 90 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MintCream = 91 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MistyRose = 92 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Moccasin = 93 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.NavajoWhite = 94 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Navy = 95 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OldLace = 96 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Olive = 97 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OliveDrab = 98 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orange = 99 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OrangeRed = 100 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orchid = 101 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGoldenrod = 102 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGreen = 103 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleTurquoise = 104 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleVioletRed = 105 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PapayaWhip = 106 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PeachPuff = 107 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Peru = 108 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Pink = 109 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Plum = 110 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PowderBlue = 111 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Purple = 112 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Red = 113 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RosyBrown = 114 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RoyalBlue = 115 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SaddleBrown = 116 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Salmon = 117 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SandyBrown = 118 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaGreen = 119 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaShell = 120 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Sienna = 121 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Silver = 122 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SkyBlue = 123 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateBlue = 124 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGray = 125 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGrey = 189 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Snow = 126 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SpringGreen = 127 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SteelBlue = 128 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tan = 129 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Teal = 130 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Thistle = 131 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tomato = 132 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Turquoise = 133 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Violet = 134 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Wheat = 135 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.White = 136 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.WhiteSmoke = 137 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Yellow = 138 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.YellowGreen = 139 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetDash +DocumentFormat.OpenXml.Drawing.PresetDash.PresetDash() -> void +DocumentFormat.OpenXml.Drawing.PresetDash.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetDash.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry() -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.DashDot = 4 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDash = 3 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDot = 5 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDotDot = 6 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDash = 7 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDot = 9 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDot = 8 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Cross = 22 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkDownwardDiagonal = 27 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkHorizontal = 16 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkUpwardDiagonal = 28 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkVertical = 17 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedDownwardDiagonal = 31 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedHorizontal = 20 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedUpwardDiagonal = 32 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedVertical = 21 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalBrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalCross = 33 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Divot = 49 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DotGrid = 38 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DottedDiamond = 45 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DownwardDiagonal = 23 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Horizontal = 12 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.HorizontalBrick = 41 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeCheck = 35 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeConfetti = 40 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeGrid = 37 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightDownwardDiagonal = 25 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightHorizontal = 14 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightUpwardDiagonal = 26 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightVertical = 15 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowHorizontal = 18 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowVertical = 19 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.OpenDiamond = 44 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent10 = 1 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent20 = 2 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent25 = 3 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent30 = 4 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent40 = 5 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent5 = 0 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent50 = 6 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent60 = 7 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent70 = 8 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent75 = 9 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent80 = 10 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent90 = 11 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Plaid = 46 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Shingle = 50 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallCheck = 34 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallConfetti = 39 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallGrid = 36 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SolidDiamond = 43 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Sphere = 47 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Trellis = 52 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.UpwardDiagonal = 24 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Vertical = 13 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Wave = 51 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Weave = 48 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideDownwardDiagonal = 29 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideUpwardDiagonal = 30 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.ZigZag = 53 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetShadow +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow() -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackCenterPerspectiveShadow = 18 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftLongPerspectiveShadow = 10 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftPerspectiveShadow = 2 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightLongPerspectiveShadow = 11 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightPerspectiveShadow = 3 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomLeftDropShadow = 4 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightDropShadow = 5 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightSmallDropShadow = 13 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontBottomShadow = 19 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftLongPerspectiveShadow = 14 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftPerspectiveShadow = 6 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightLongPerspectiveShadow = 15 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightPerspectiveShadow = 7 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalInnerBoxShadow = 17 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalOuterBoxShadow = 16 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDoubleDropShadow = 12 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDropShadow = 0 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftLargeDropShadow = 9 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftSmallDropShadow = 8 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopRightDropShadow = 1 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetTextWrap +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap() -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension() -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile() -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RatioType +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Drawing.Rectangle +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Left.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Right.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Top.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Top.set -> void +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Bottom = 7 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomRight = 8 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.Red +DocumentFormat.OpenXml.Drawing.Red.Red() -> void +DocumentFormat.OpenXml.Drawing.RedModulation +DocumentFormat.OpenXml.Drawing.RedModulation.RedModulation() -> void +DocumentFormat.OpenXml.Drawing.RedOffset +DocumentFormat.OpenXml.Drawing.RedOffset.RedOffset() -> void +DocumentFormat.OpenXml.Drawing.Reflection +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.Distance.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.RelativeOffset() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.RelativeRectangleType() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightToLeft +DocumentFormat.OpenXml.Drawing.RightToLeft.RightToLeft() -> void +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.set -> void +DocumentFormat.OpenXml.Drawing.Rotation +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Rotation() -> void +DocumentFormat.OpenXml.Drawing.Round +DocumentFormat.OpenXml.Drawing.Round.Round() -> void +DocumentFormat.OpenXml.Drawing.Run +DocumentFormat.OpenXml.Drawing.Run.Run() -> void +DocumentFormat.OpenXml.Drawing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Run.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Run.Text.set -> void +DocumentFormat.OpenXml.Drawing.RunProperties +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Saturation +DocumentFormat.OpenXml.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Drawing.SaturationModulation +DocumentFormat.OpenXml.Drawing.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Drawing.SaturationOffset +DocumentFormat.OpenXml.Drawing.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Drawing.ScaleX +DocumentFormat.OpenXml.Drawing.ScaleX.ScaleX() -> void +DocumentFormat.OpenXml.Drawing.ScaleY +DocumentFormat.OpenXml.Drawing.ScaleY.ScaleY() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background1 = 0 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background2 = 2 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark1 = 13 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark2 = 15 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light1 = 14 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light2 = 16 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.PhColor = 12 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text1 = 1 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text2 = 3 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.Shade +DocumentFormat.OpenXml.Drawing.Shade.Shade() -> void +DocumentFormat.OpenXml.Drawing.Shape +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Shape.TextShape.get -> DocumentFormat.OpenXml.Drawing.TextShape? +DocumentFormat.OpenXml.Drawing.Shape.TextShape.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType() -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.set -> void +DocumentFormat.OpenXml.Drawing.ShapeAutoFit +DocumentFormat.OpenXml.Drawing.ShapeAutoFit.ShapeAutoFit() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.ShapeGuide() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout1 = 113 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout2 = 114 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout3 = 115 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout1 = 107 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout2 = 108 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout3 = 109 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBackPrevious = 165 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBeginning = 167 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBlank = 160 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonDocument = 169 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonEnd = 166 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonForwardNext = 164 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHelp = 162 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHome = 161 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonInformation = 163 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonMovie = 171 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonReturn = 168 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonSound = 170 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Arc = 88 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentArrow = 62 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector2 = 96 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector3 = 97 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector4 = 98 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector5 = 99 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentUpArrow = 49 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Bevel = 82 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BlockArc = 40 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout1 = 110 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout2 = 111 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout3 = 112 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracePair = 94 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracketPair = 93 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout1 = 104 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout2 = 105 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout3 = 106 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Can = 73 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartPlus = 186 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartStar = 185 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartX = 184 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chevron = 37 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chord = 87 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CircularArrow = 64 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cloud = 120 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CloudCallout = 119 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Corner = 85 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CornerTabs = 181 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cube = 72 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector2 = 100 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector3 = 101 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector4 = 102 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector5 = 103 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedDownArrow = 70 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedLeftArrow = 68 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedRightArrow = 67 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedUpArrow = 69 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Decagon = 13 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DiagonalStripe = 86 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Diamond = 5 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Dodecagon = 14 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Donut = 41 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DoubleWave = 129 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrow = 46 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrowCallout = 58 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ellipse = 34 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon = 123 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon2 = 124 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartAlternateProcess = 158 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartCollate = 147 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartConnector = 142 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDecision = 132 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDelay = 157 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDisplay = 156 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDocument = 136 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartExtract = 149 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInputOutput = 133 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInternalStorage = 135 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDisk = 154 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDrum = 155 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticTape = 153 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualInput = 140 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualOperation = 141 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMerge = 150 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMultidocument = 137 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOfflineStorage = 151 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOffpageConnector = 159 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOnlineStorage = 152 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOr = 146 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPredefinedProcess = 134 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPreparation = 139 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartProcess = 131 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedCard = 143 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedTape = 144 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSort = 148 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSummingJunction = 145 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartTerminator = 138 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FoldedCorner = 81 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Frame = 83 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Funnel = 174 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear6 = 172 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear9 = 173 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HalfFrame = 84 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heart = 75 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heptagon = 11 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Hexagon = 10 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HomePlate = 36 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HorizontalScroll = 127 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal1 = 79 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal2 = 80 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrow = 44 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrowCallout = 55 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBrace = 91 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBracket = 89 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftCircularArrow = 65 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrow = 50 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrowCallout = 59 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightCircularArrow = 66 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightRibbon = 125 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightUpArrow = 53 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftUpArrow = 52 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LightningBolt = 74 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LineInverse = 1 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathDivide = 178 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathEqual = 179 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMinus = 176 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMultiply = 177 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathNotEqual = 180 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathPlus = 175 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Moon = 77 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NonIsoscelesTrapezoid = 8 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NoSmoking = 42 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NotchedRightArrow = 48 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Octagon = 12 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Parallelogram = 6 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pentagon = 9 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pie = 39 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PieWedge = 38 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plaque = 33 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PlaqueTabs = 183 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plus = 130 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrow = 54 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrowCallout = 61 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Rectangle = 4 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon = 121 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon2 = 122 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrow = 43 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrowCallout = 56 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBrace = 92 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBracket = 90 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightTriangle = 3 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round1Rectangle = 26 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2DiagonalRectangle = 28 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2SameRectangle = 27 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RoundRectangle = 25 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SmileyFace = 78 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip1Rectangle = 30 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2DiagonalRectangle = 32 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2SameRectangle = 31 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SnipRoundRectangle = 29 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SquareTabs = 182 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star10 = 20 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star12 = 21 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star16 = 22 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star24 = 23 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star32 = 24 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star4 = 15 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star5 = 16 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star6 = 17 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star7 = 18 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star8 = 19 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StraightConnector1 = 95 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StripedRightArrow = 47 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Sun = 76 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SwooshArrow = 71 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Teardrop = 35 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Trapezoid = 7 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Triangle = 2 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrow = 45 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrowCallout = 57 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrow = 51 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrowCallout = 60 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UTurnArrow = 63 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.VerticalScroll = 126 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Wave = 128 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeEllipseCallout = 118 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRectangleCallout = 116 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRoundRectangleCallout = 117 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.SoftEdge +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.set -> void +DocumentFormat.OpenXml.Drawing.SoftEdge.SoftEdge() -> void +DocumentFormat.OpenXml.Drawing.SolidFill +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill() -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SourceRectangle +DocumentFormat.OpenXml.Drawing.SourceRectangle.SourceRectangle() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell() -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter() -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore() -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent +DocumentFormat.OpenXml.Drawing.SpacingPercent.SpacingPercent() -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints +DocumentFormat.OpenXml.Drawing.SpacingPoints.SpacingPoints() -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Position? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.Absolute = 2 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.OneCell = 1 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.TwoCell = 0 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Load(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Save(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StartConnection +DocumentFormat.OpenXml.Drawing.StartConnection.StartConnection() -> void +DocumentFormat.OpenXml.Drawing.StartTime +DocumentFormat.OpenXml.Drawing.StartTime.StartTime() -> void +DocumentFormat.OpenXml.Drawing.Stretch +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.get -> DocumentFormat.OpenXml.Drawing.FillRectangle? +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch() -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType() -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.SupplementalFont() -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.SymbolFont +DocumentFormat.OpenXml.Drawing.SymbolFont.SymbolFont() -> void +DocumentFormat.OpenXml.Drawing.SystemColor +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.set -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor() -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SystemColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveBorder = 10 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveCaption = 2 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ApplicationWorkspace = 12 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonFace = 15 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonHighlight = 20 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonShadow = 16 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonText = 18 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.CaptionText = 9 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientActiveCaption = 26 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientInactiveCaption = 27 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GrayText = 17 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Highlight = 13 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HighlightText = 14 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HotLight = 25 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveBorder = 11 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaption = 3 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaptionText = 19 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoBack = 24 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoText = 23 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Menu = 4 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuBar = 29 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuHighlight = 28 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuText = 7 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ScrollBar = 0 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDDarkShadow = 21 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDLight = 22 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Window = 5 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowFrame = 6 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowText = 8 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.Table +DocumentFormat.OpenXml.Drawing.Table.Table() -> void +DocumentFormat.OpenXml.Drawing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.TableGrid.get -> DocumentFormat.OpenXml.Drawing.TableGrid? +DocumentFormat.OpenXml.Drawing.Table.TableGrid.set -> void +DocumentFormat.OpenXml.Drawing.Table.TableProperties.get -> DocumentFormat.OpenXml.Drawing.TableProperties? +DocumentFormat.OpenXml.Drawing.Table.TableProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableBackground +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground() -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Drawing.TableCellProperties? +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Drawing.BottomBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideVerticalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Drawing.LeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Drawing.RightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Drawing.TopBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.get -> DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.get -> DocumentFormat.OpenXml.Drawing.Cell3DProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.RightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.get -> DocumentFormat.OpenXml.Drawing.TableCellBorders? +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellTextStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType() -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow +DocumentFormat.OpenXml.Drawing.TableRow.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TableRow.Height.set -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry() -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleId +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId() -> void +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId(string! text) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Load(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Save(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList() -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Drawing.TableStyleType +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band1Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.get -> DocumentFormat.OpenXml.Drawing.Band1Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band2Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.get -> DocumentFormat.OpenXml.Drawing.Band2Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.get -> DocumentFormat.OpenXml.Drawing.FirstColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.get -> DocumentFormat.OpenXml.Drawing.FirstRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.get -> DocumentFormat.OpenXml.Drawing.LastColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.get -> DocumentFormat.OpenXml.Drawing.LastRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.get -> DocumentFormat.OpenXml.Drawing.NortheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.get -> DocumentFormat.OpenXml.Drawing.NorthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.get -> DocumentFormat.OpenXml.Drawing.SoutheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.get -> DocumentFormat.OpenXml.Drawing.SouthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.get -> DocumentFormat.OpenXml.Drawing.TableBackground? +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType() -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.get -> DocumentFormat.OpenXml.Drawing.WholeTable? +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.set -> void +DocumentFormat.OpenXml.Drawing.TabStop +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Drawing.TabStopList +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList() -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TailEnd +DocumentFormat.OpenXml.Drawing.TailEnd.TailEnd() -> void +DocumentFormat.OpenXml.Drawing.Text +DocumentFormat.OpenXml.Drawing.Text.Text() -> void +DocumentFormat.OpenXml.Drawing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Distributed = 5 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Justified = 3 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.JustifiedLow = 4 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.ThaiDistributed = 6 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenBoth = 0 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenR = 2 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterPeriod = 4 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenBoth = 1 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenR = 3 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterPeriod = 5 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic1Minus = 28 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic2Minus = 29 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePeriod = 19 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePlain = 20 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenBoth = 6 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenR = 7 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPeriod = 8 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPlain = 9 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberDoubleBytePlain = 16 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsBlackPlain = 17 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsWhitePlain = 18 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseDoubleBytePeriod = 25 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPeriod = 27 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPlain = 26 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePeriod = 21 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePlain = 22 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePeriod = 23 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePlain = 24 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Hebrew2Minus = 30 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlpha1Period = 40 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlphaPeriod = 37 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumberParenthesisRight = 39 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumPeriod = 38 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenBoth = 10 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenR = 12 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterPeriod = 14 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenBoth = 11 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenR = 13 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterPeriod = 15 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisBoth = 33 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisRight = 32 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaPeriod = 31 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisBoth = 36 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisRight = 35 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberPeriod = 34 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextBody +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.All = 2 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.Small = 1 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Drawing.TextDefault +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault() -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Automatic = 0 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Baseline = 3 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Bottom = 4 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontType +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.TextFontType() -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Clip = 1 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.get -> DocumentFormat.OpenXml.Drawing.LineSpacing? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.get -> DocumentFormat.OpenXml.Drawing.SpaceAfter? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.get -> DocumentFormat.OpenXml.Drawing.SpaceBefore? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape() -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDown = 10 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDownPour = 14 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUp = 9 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUpPour = 13 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButton = 12 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButtonPour = 16 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanDown = 20 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanUp = 19 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeDown = 40 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeUp = 39 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevron = 5 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevronInverted = 6 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCircle = 11 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCirclePour = 15 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveDown = 18 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveUp = 17 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflate = 26 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateBottom = 28 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflate = 31 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflateDeflate = 32 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateTop = 30 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDoubleWave1 = 23 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeDown = 36 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeLeft = 34 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeRight = 33 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeUp = 35 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflate = 25 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateBottom = 27 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateTop = 29 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextNoShape = 0 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextPlain = 1 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingInside = 7 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingOutside = 8 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantDown = 38 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantUp = 37 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextStop = 2 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangle = 3 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangleInverted = 4 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave1 = 21 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave2 = 22 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave4 = 24 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextSpacingType +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.get -> DocumentFormat.OpenXml.Drawing.SpacingPercent? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.get -> DocumentFormat.OpenXml.Drawing.SpacingPoints? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType() -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.DoubleStrike = 2 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.NoStrike = 0 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.SingleStrike = 1 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Decimal = 3 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dash = 7 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashHeavy = 8 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLong = 9 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLongHeavy = 10 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDash = 11 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDashHeavy = 12 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDash = 13 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDashHeavy = 14 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dotted = 5 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Double = 3 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Heavy = 4 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.HeavyDotted = 6 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Single = 2 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Wavy = 15 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyDouble = 17 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyHeavy = 16 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Clip = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Ellipsis = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.EastAsianVetical = 4 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.MongolianVertical = 5 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical270 = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtLeftToRight = 6 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtVertical = 3 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.Theme +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.get -> DocumentFormat.OpenXml.Drawing.CustomColorList? +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.get -> DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList? +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Load(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.get -> DocumentFormat.OpenXml.Drawing.ObjectDefaults? +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.set -> void +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.get -> DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList? +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Save(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme() -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.get -> DocumentFormat.OpenXml.Drawing.ThemeElements? +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType() -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements() -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeManager +DocumentFormat.OpenXml.Drawing.ThemeManager.ThemeManager() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Load(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Save(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Drawing.Tile +DocumentFormat.OpenXml.Drawing.Tile.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Flip.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Tile() -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Horizontal = 1 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.HorizontalAndVertical = 3 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Vertical = 2 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileRectangle +DocumentFormat.OpenXml.Drawing.TileRectangle.TileRectangle() -> void +DocumentFormat.OpenXml.Drawing.Tint +DocumentFormat.OpenXml.Drawing.Tint.Tint() -> void +DocumentFormat.OpenXml.Drawing.TintEffect +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.TintEffect() -> void +DocumentFormat.OpenXml.Drawing.TopBorder +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder() -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.TransformEffect() -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.get -> DocumentFormat.OpenXml.Drawing.ChildExtents? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.get -> DocumentFormat.OpenXml.Drawing.ChildOffset? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup() -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Underline +DocumentFormat.OpenXml.Drawing.Underline.Underline() -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFillText +DocumentFormat.OpenXml.Drawing.UnderlineFillText.UnderlineFillText() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.UnderlineFollowsText() -> void +DocumentFormat.OpenXml.Drawing.UpVector +DocumentFormat.OpenXml.Drawing.UpVector.UpVector() -> void +DocumentFormat.OpenXml.Drawing.UseShapeRectangle +DocumentFormat.OpenXml.Drawing.UseShapeRectangle.UseShapeRectangle() -> void +DocumentFormat.OpenXml.Drawing.Vector3DType +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.WaveAudioFile +DocumentFormat.OpenXml.Drawing.WaveAudioFile.WaveAudioFile() -> void +DocumentFormat.OpenXml.Drawing.WholeTable +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable() -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.EffectExtent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Character = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Column = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.LeftMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.RightMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.SimplePosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.StartPoint() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.BottomMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Line = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Paragraph = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.TopMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.WrapNone() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.BothSides = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Largest = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ElementEventArgs +DocumentFormat.OpenXml.ElementEventArgs.Element.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.ElementEventArgs.ElementEventArgs(DocumentFormat.OpenXml.OpenXmlElement! element, DocumentFormat.OpenXml.OpenXmlElement! parentElement) -> void +DocumentFormat.OpenXml.ElementEventArgs.ParentElement.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.End = 1 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.Start = 0 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.Arc +DocumentFormat.OpenXml.EMMA.Arc.Arc() -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Arc.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.End.set -> void +DocumentFormat.OpenXml.EMMA.Arc.From.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.From.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Language.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Arc.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Arc.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Source.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.Start.set -> void +DocumentFormat.OpenXml.EMMA.Arc.To.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.To.set -> void +DocumentFormat.OpenXml.EMMA.Derivation +DocumentFormat.OpenXml.EMMA.Derivation.Derivation() -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.set -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.DerivedFrom() -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.set -> void +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multidevice = 2 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multiprocess = 3 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Recognition = 0 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Understanding = 1 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.Emma +DocumentFormat.OpenXml.EMMA.Emma.Emma() -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Emma.Version.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint() -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.set -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo() -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Replyto = 2 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Router = 3 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Sink = 1 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Source = 0 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.Grammar +DocumentFormat.OpenXml.EMMA.Grammar.Grammar() -> void +DocumentFormat.OpenXml.EMMA.Grammar.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Id.set -> void +DocumentFormat.OpenXml.EMMA.Grammar.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Group +DocumentFormat.OpenXml.EMMA.Group.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Group.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Group.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Group.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.End.set -> void +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Function.set -> void +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Group() -> void +DocumentFormat.OpenXml.EMMA.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Id.set -> void +DocumentFormat.OpenXml.EMMA.Group.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Language.set -> void +DocumentFormat.OpenXml.EMMA.Group.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Group.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Group.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Group.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Group.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Group.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Group.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Process.set -> void +DocumentFormat.OpenXml.EMMA.Group.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Group.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Group.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Source.set -> void +DocumentFormat.OpenXml.EMMA.Group.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.Start.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Group.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Group.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Group.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.GroupInfo +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo() -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Info +DocumentFormat.OpenXml.EMMA.Info.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Info.Id.set -> void +DocumentFormat.OpenXml.EMMA.Info.Info() -> void +DocumentFormat.OpenXml.EMMA.Info.Info(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.End.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Function.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Id.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation() -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Language.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Process.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Source.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.Start.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Lattice +DocumentFormat.OpenXml.EMMA.Lattice.Final.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Lattice.Final.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Initial.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Lattice.Initial.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice() -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Literal +DocumentFormat.OpenXml.EMMA.Literal.Literal() -> void +DocumentFormat.OpenXml.EMMA.Literal.Literal(string! text) -> void +DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Acoustic = 0 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Tactile = 1 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Visual = 2 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.Model +DocumentFormat.OpenXml.EMMA.Model.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Id.set -> void +DocumentFormat.OpenXml.EMMA.Model.Model() -> void +DocumentFormat.OpenXml.EMMA.Model.Model(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Node +DocumentFormat.OpenXml.EMMA.Node.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Node.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Node.Node() -> void +DocumentFormat.OpenXml.EMMA.Node.Node(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.set -> void +DocumentFormat.OpenXml.EMMA.OneOf +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Cost.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.Duration.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.End.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Function.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Id.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Language.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.OneOf.Medium.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.OneOf.Mode.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf() -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Process.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Signal.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Source.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.Start.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.End.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Function.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Id.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Language.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Sequence.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Sequence.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Process.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence() -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Source.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.Start.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.set -> void +DocumentFormat.OpenXml.EnumStringAttribute +DocumentFormat.OpenXml.EnumStringAttribute.EnumStringAttribute(string! value) -> void +DocumentFormat.OpenXml.EnumStringAttribute.Value.get -> string! +DocumentFormat.OpenXml.EnumValue +DocumentFormat.OpenXml.EnumValue.EnumValue() -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(DocumentFormat.OpenXml.EnumValue! source) -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(T value) -> void +DocumentFormat.OpenXml.ExtendedProperties.Application +DocumentFormat.OpenXml.ExtendedProperties.Application.Application() -> void +DocumentFormat.OpenXml.ExtendedProperties.Application.Application(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion() -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters() -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces() -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Company +DocumentFormat.OpenXml.ExtendedProperties.Company.Company() -> void +DocumentFormat.OpenXml.ExtendedProperties.Company.Company(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature() -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.set -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity() -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs() -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides() -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines() -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate() -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager() -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips() -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes() -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages() -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs() -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat() -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.get -> DocumentFormat.OpenXml.ExtendedProperties.Application? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.get -> DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.get -> DocumentFormat.OpenXml.ExtendedProperties.Characters? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.get -> DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces? +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.get -> DocumentFormat.OpenXml.ExtendedProperties.Company? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.get -> DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.get -> DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.get -> DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.get -> DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.get -> DocumentFormat.OpenXml.ExtendedProperties.Lines? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.get -> DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate? +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.get -> DocumentFormat.OpenXml.ExtendedProperties.Manager? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.get -> DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips? +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.get -> DocumentFormat.OpenXml.ExtendedProperties.Notes? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.get -> DocumentFormat.OpenXml.ExtendedProperties.Pages? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.get -> DocumentFormat.OpenXml.ExtendedProperties.Paragraphs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.get -> DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat? +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.get -> DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.get -> DocumentFormat.OpenXml.ExtendedProperties.SharedDocument? +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.get -> DocumentFormat.OpenXml.ExtendedProperties.Slides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.get -> DocumentFormat.OpenXml.ExtendedProperties.Template? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.get -> DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.get -> DocumentFormat.OpenXml.ExtendedProperties.TotalTime? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.get -> DocumentFormat.OpenXml.ExtendedProperties.Words? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.set -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop() -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument() -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides() -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Template +DocumentFormat.OpenXml.ExtendedProperties.Template.Template() -> void +DocumentFormat.OpenXml.ExtendedProperties.Template.Template(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts() -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime() -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType() -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Words +DocumentFormat.OpenXml.ExtendedProperties.Words.Words() -> void +DocumentFormat.OpenXml.ExtendedProperties.Words.Words(string! text) -> void +DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.None = 0 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2007 = 1 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2010 = 2 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2013 = 4 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2016 = 8 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2019 = 16 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.HexBinaryValue +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue() -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(DocumentFormat.OpenXml.HexBinaryValue! source) -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(string? hexBinary) -> void +DocumentFormat.OpenXml.HexBinaryValue.TryGetBytes(out byte[]! bytes) -> bool +DocumentFormat.OpenXml.InkML.ActiveArea +DocumentFormat.OpenXml.InkML.ActiveArea.ActiveArea() -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Height.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Height.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Size.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Units.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Width.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Width.set -> void +DocumentFormat.OpenXml.InkML.Annotation +DocumentFormat.OpenXml.InkML.Annotation.Annotation() -> void +DocumentFormat.OpenXml.InkML.Annotation.Annotation(string! text) -> void +DocumentFormat.OpenXml.InkML.Annotation.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Encoding.set -> void +DocumentFormat.OpenXml.InkML.Annotation.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Type.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml() -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.get -> DocumentFormat.OpenXml.EMMA.Emma? +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.set -> void +DocumentFormat.OpenXml.InkML.Bind +DocumentFormat.OpenXml.InkML.Bind.Bind() -> void +DocumentFormat.OpenXml.InkML.Bind.Column.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Column.set -> void +DocumentFormat.OpenXml.InkML.Bind.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Source.set -> void +DocumentFormat.OpenXml.InkML.Bind.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Target.set -> void +DocumentFormat.OpenXml.InkML.Bind.Variable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Variable.set -> void +DocumentFormat.OpenXml.InkML.Brush +DocumentFormat.OpenXml.InkML.Brush.Brush() -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Brush.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.Id.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty() -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.Canvas +DocumentFormat.OpenXml.InkML.Canvas.Canvas() -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.Id.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform() -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.set -> void +DocumentFormat.OpenXml.InkML.Channel +DocumentFormat.OpenXml.InkML.Channel.Channel() -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Default.set -> void +DocumentFormat.OpenXml.InkML.Channel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Id.set -> void +DocumentFormat.OpenXml.InkML.Channel.Max.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Max.set -> void +DocumentFormat.OpenXml.InkML.Channel.Min.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Min.set -> void +DocumentFormat.OpenXml.InkML.Channel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Name.set -> void +DocumentFormat.OpenXml.InkML.Channel.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Orientation.set -> void +DocumentFormat.OpenXml.InkML.Channel.RespectTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.RespectTo.set -> void +DocumentFormat.OpenXml.InkML.Channel.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Type.set -> void +DocumentFormat.OpenXml.InkML.Channel.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Boolean = 2 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Decimal = 1 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Integer = 0 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelProperties +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties() -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperty +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.ChannelProperty() -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.MinusVe = 1 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.PlusVe = 0 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.Context +DocumentFormat.OpenXml.InkML.Context.Brush.get -> DocumentFormat.OpenXml.InkML.Brush? +DocumentFormat.OpenXml.InkML.Context.Brush.set -> void +DocumentFormat.OpenXml.InkML.Context.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Canvas.get -> DocumentFormat.OpenXml.InkML.Canvas? +DocumentFormat.OpenXml.InkML.Context.Canvas.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasRef.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.get -> DocumentFormat.OpenXml.InkML.CanvasTransform? +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Context() -> void +DocumentFormat.OpenXml.InkML.Context.Context(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.Context(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Context.Context(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.Id.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSource.get -> DocumentFormat.OpenXml.InkML.InkSource? +DocumentFormat.OpenXml.InkML.Context.InkSource.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Timestamp.get -> DocumentFormat.OpenXml.InkML.Timestamp? +DocumentFormat.OpenXml.InkML.Context.Timestamp.set -> void +DocumentFormat.OpenXml.InkML.Context.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Context.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.set -> void +DocumentFormat.OpenXml.InkML.Definitions +DocumentFormat.OpenXml.InkML.Definitions.Definitions() -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink +DocumentFormat.OpenXml.InkML.Ink.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Ink.DocumentId.set -> void +DocumentFormat.OpenXml.InkML.Ink.Ink() -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.Ink.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.InkSource +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.get -> DocumentFormat.OpenXml.InkML.ActiveArea? +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Description.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Id.set -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource() -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.Latency.get -> DocumentFormat.OpenXml.InkML.Latency? +DocumentFormat.OpenXml.InkML.InkSource.Latency.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Model.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Model.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.get -> DocumentFormat.OpenXml.InkML.SampleRate? +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.set -> void +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels() -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Latency +DocumentFormat.OpenXml.InkML.Latency.Latency() -> void +DocumentFormat.OpenXml.InkML.Latency.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Latency.Value.set -> void +DocumentFormat.OpenXml.InkML.Mapping +DocumentFormat.OpenXml.InkML.Mapping.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.Id.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping() -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Mapping.Type.set -> void +DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Affine = 2 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Identity = 0 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Lookup = 1 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.MathML = 3 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Product = 4 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Unknown = 5 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.Matrix +DocumentFormat.OpenXml.InkML.Matrix.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Matrix.Id.set -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix() -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix(string! text) -> void +DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Drop = 2 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Ellipse = 0 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Rectangle = 1 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Black = 0 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.CopyPen = 12 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskNotPen = 2 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPen = 8 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPenNot = 4 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergeNotPen = 11 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePen = 14 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePenNot = 13 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NoOperation = 10 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Not = 5 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotCopyPen = 3 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMaskPen = 7 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMergePen = 1 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotXOrPen = 9 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.White = 15 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.XOrPen = 6 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.SampleRate +DocumentFormat.OpenXml.InkML.SampleRate.SampleRate() -> void +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.set -> void +DocumentFormat.OpenXml.InkML.SampleRate.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SampleRate.Value.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty +DocumentFormat.OpenXml.InkML.SourceProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.SourceProperty() -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Degree = 0 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Radian = 1 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.AntiAliased = 6 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Color = 2 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.FitToCurve = 7 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Height = 1 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.IgnorePressure = 8 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.RasterOp = 5 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Tip = 4 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Transparency = 3 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Width = 0 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlackColorValue = 27 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlueColorValue = 23 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ButtonPressure = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ColorValue = 20 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.CyanColorValue = 24 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.FingerTouch = 33 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.GreenColorValue = 22 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.MegentaColorValue = 25 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenAzimuthAngle = 14 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenElevationAngle = 15 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenInverted = 11 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenTipForce = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PexAxisRotation = 16 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PitchRotation = 17 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RedColorValue = 21 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RollRotation = 18 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SerialNumber = 30 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton1State = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton2State = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton3State = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton4State = 10 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.StrokesWidth = 28 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TangentPressure = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongXAxis = 12 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongYAxis = 13 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.Time = 29 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TipSwitchState = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchHeight = 32 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchWidth = 31 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.XCoordinate = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YawRotation = 19 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YCoordinate = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YellowColorValue = 26 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ZCoordinate = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Accuracy = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.CrossCoupling = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Distortion = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.MinBandwidth = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Noise = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.PeakRate = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Quantization = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Resolution = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Skew = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Threshold = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Centimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Em = 6 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Ex = 7 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Inche = 3 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Meter = 0 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Millimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Pica = 5 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Point = 4 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Gram = 1 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Kilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Milligram = 2 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Newton = 3 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Pond = 4 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.DeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.None = 2 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.Percentage = 0 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerDegree = 0 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerRadian = 1 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerCentimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEm = 6 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEx = 7 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerInche = 3 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMeter = 0 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMillimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPica = 5 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPoint = 4 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerGram = 1 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerKilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerMilligram = 2 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerNewton = 3 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerPond = 4 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerDeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerPercentage = 0 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerMillisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerSecond = 0 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Millisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Second = 0 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.Table +DocumentFormat.OpenXml.InkML.Table.Apply.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Apply.set -> void +DocumentFormat.OpenXml.InkML.Table.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Table.Id.set -> void +DocumentFormat.OpenXml.InkML.Table.Interpolation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Interpolation.set -> void +DocumentFormat.OpenXml.InkML.Table.Table() -> void +DocumentFormat.OpenXml.InkML.Table.Table(string! text) -> void +DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Absolute = 0 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Relative = 1 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Ceiling = 2 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Cubic = 4 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Floor = 0 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Linear = 3 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Middle = 1 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.Timestamp +DocumentFormat.OpenXml.InkML.Timestamp.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.Id.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Time.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.Time.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Timestamp() -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.set -> void +DocumentFormat.OpenXml.InkML.Trace +DocumentFormat.OpenXml.InkML.Trace.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.Continuation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Continuation.set -> void +DocumentFormat.OpenXml.InkML.Trace.Duration.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.Duration.set -> void +DocumentFormat.OpenXml.InkML.Trace.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.Id.set -> void +DocumentFormat.OpenXml.InkML.Trace.PriorRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.PriorRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Trace.Trace() -> void +DocumentFormat.OpenXml.InkML.Trace.Trace(string! text) -> void +DocumentFormat.OpenXml.InkML.Trace.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Type.set -> void +DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Begin = 0 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.End = 1 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Middle = 2 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceFormat +DocumentFormat.OpenXml.InkML.TraceFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceFormat.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat() -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup() -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.Indeterminate = 2 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenDown = 0 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenUp = 1 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceView +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.From.set -> void +DocumentFormat.OpenXml.InkML.TraceView.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceView.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.To.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView() -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Int16Value +DocumentFormat.OpenXml.Int16Value.Int16Value() -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(DocumentFormat.OpenXml.Int16Value! source) -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(short value) -> void +DocumentFormat.OpenXml.Int32Value +DocumentFormat.OpenXml.Int32Value.Int32Value() -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(DocumentFormat.OpenXml.Int32Value! source) -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(int value) -> void +DocumentFormat.OpenXml.Int64Value +DocumentFormat.OpenXml.Int64Value.Int64Value() -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(DocumentFormat.OpenXml.Int64Value! source) -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(long value) -> void +DocumentFormat.OpenXml.IntegerValue +DocumentFormat.OpenXml.IntegerValue.IntegerValue() -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(DocumentFormat.OpenXml.IntegerValue! source) -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(long value) -> void +DocumentFormat.OpenXml.InvalidMCContentException +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException() -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message) -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.ListValue +DocumentFormat.OpenXml.ListValue.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.ListValue.Items.get -> System.Collections.Generic.ICollection! +DocumentFormat.OpenXml.ListValue.ListValue() -> void +DocumentFormat.OpenXml.ListValue.ListValue(DocumentFormat.OpenXml.ListValue! list) -> void +DocumentFormat.OpenXml.ListValue.ListValue(System.Collections.Generic.IEnumerable! list) -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MarkupCompatibilityAttributes() -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.set -> void +DocumentFormat.OpenXml.Math.Accent +DocumentFormat.OpenXml.Math.Accent.Accent() -> void +DocumentFormat.OpenXml.Math.Accent.Accent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.AccentProperties.get -> DocumentFormat.OpenXml.Math.AccentProperties? +DocumentFormat.OpenXml.Math.Accent.AccentProperties.set -> void +DocumentFormat.OpenXml.Math.Accent.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Accent.Base.set -> void +DocumentFormat.OpenXml.Math.AccentChar +DocumentFormat.OpenXml.Math.AccentChar.AccentChar() -> void +DocumentFormat.OpenXml.Math.AccentProperties +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties() -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.Alignment +DocumentFormat.OpenXml.Math.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Math.AlignScripts +DocumentFormat.OpenXml.Math.AlignScripts.AlignScripts() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.get -> DocumentFormat.OpenXml.Math.ArgumentSize? +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.set -> void +DocumentFormat.OpenXml.Math.ArgumentSize +DocumentFormat.OpenXml.Math.ArgumentSize.ArgumentSize() -> void +DocumentFormat.OpenXml.Math.ArgumentSize.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.ArgumentSize.Val.set -> void +DocumentFormat.OpenXml.Math.Bar +DocumentFormat.OpenXml.Math.Bar.Bar() -> void +DocumentFormat.OpenXml.Math.Bar.Bar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.BarProperties.get -> DocumentFormat.OpenXml.Math.BarProperties? +DocumentFormat.OpenXml.Math.Bar.BarProperties.set -> void +DocumentFormat.OpenXml.Math.Bar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Bar.Base.set -> void +DocumentFormat.OpenXml.Math.BarProperties +DocumentFormat.OpenXml.Math.BarProperties.BarProperties() -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BarProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.BarProperties.Position.set -> void +DocumentFormat.OpenXml.Math.Base +DocumentFormat.OpenXml.Math.Base.Base() -> void +DocumentFormat.OpenXml.Math.Base.Base(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Base.Base(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Base.Base(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BaseJustification +DocumentFormat.OpenXml.Math.BaseJustification.BaseJustification() -> void +DocumentFormat.OpenXml.Math.BaseJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BaseJustification.Val.set -> void +DocumentFormat.OpenXml.Math.BeginChar +DocumentFormat.OpenXml.Math.BeginChar.BeginChar() -> void +DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.False = 1 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Off = 3 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.On = 2 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.One = 5 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.True = 0 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Zero = 4 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BorderBox +DocumentFormat.OpenXml.Math.BorderBox.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.BorderBox.Base.set -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox() -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.get -> DocumentFormat.OpenXml.Math.BorderBoxProperties? +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties() -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.get -> DocumentFormat.OpenXml.Math.HideBottom? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.get -> DocumentFormat.OpenXml.Math.HideLeft? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.get -> DocumentFormat.OpenXml.Math.HideRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.get -> DocumentFormat.OpenXml.Math.HideTop? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.get -> DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.get -> DocumentFormat.OpenXml.Math.StrikeHorizontal? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.get -> DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.get -> DocumentFormat.OpenXml.Math.StrikeVertical? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.set -> void +DocumentFormat.OpenXml.Math.Box +DocumentFormat.OpenXml.Math.Box.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Box.Base.set -> void +DocumentFormat.OpenXml.Math.Box.Box() -> void +DocumentFormat.OpenXml.Math.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Box.BoxProperties.get -> DocumentFormat.OpenXml.Math.BoxProperties? +DocumentFormat.OpenXml.Math.Box.BoxProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.get -> DocumentFormat.OpenXml.Math.Alignment? +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties() -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.Break.get -> DocumentFormat.OpenXml.Math.Break? +DocumentFormat.OpenXml.Math.BoxProperties.Break.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.Differential.get -> DocumentFormat.OpenXml.Math.Differential? +DocumentFormat.OpenXml.Math.BoxProperties.Differential.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.get -> DocumentFormat.OpenXml.Math.NoBreak? +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.get -> DocumentFormat.OpenXml.Math.OperatorEmulator? +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.set -> void +DocumentFormat.OpenXml.Math.Break +DocumentFormat.OpenXml.Math.Break.AlignAt.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.AlignAt.set -> void +DocumentFormat.OpenXml.Math.Break.Break() -> void +DocumentFormat.OpenXml.Math.Break.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinary +DocumentFormat.OpenXml.Math.BreakBinary.BreakBinary() -> void +DocumentFormat.OpenXml.Math.BreakBinary.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinary.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.After = 1 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Before = 0 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Repeat = 2 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinarySubtraction +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.BreakBinarySubtraction() -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusMinus = 0 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusPlus = 1 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.PlusMinus = 2 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.CharType +DocumentFormat.OpenXml.Math.CharType.CharType() -> void +DocumentFormat.OpenXml.Math.CharType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.CharType.Val.set -> void +DocumentFormat.OpenXml.Math.ColumnGap +DocumentFormat.OpenXml.Math.ColumnGap.ColumnGap() -> void +DocumentFormat.OpenXml.Math.ColumnGapRule +DocumentFormat.OpenXml.Math.ColumnGapRule.ColumnGapRule() -> void +DocumentFormat.OpenXml.Math.ColumnSpacing +DocumentFormat.OpenXml.Math.ColumnSpacing.ColumnSpacing() -> void +DocumentFormat.OpenXml.Math.ControlProperties +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DefaultJustification +DocumentFormat.OpenXml.Math.DefaultJustification.DefaultJustification() -> void +DocumentFormat.OpenXml.Math.Degree +DocumentFormat.OpenXml.Math.Degree.Degree() -> void +DocumentFormat.OpenXml.Math.Degree.Degree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter +DocumentFormat.OpenXml.Math.Delimiter.Delimiter() -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.get -> DocumentFormat.OpenXml.Math.DelimiterProperties? +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.get -> DocumentFormat.OpenXml.Math.BeginChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties() -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.get -> DocumentFormat.OpenXml.Math.EndChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.get -> DocumentFormat.OpenXml.Math.SeparatorChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.get -> DocumentFormat.OpenXml.Math.Shape? +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.set -> void +DocumentFormat.OpenXml.Math.Denominator +DocumentFormat.OpenXml.Math.Denominator.Denominator() -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Differential +DocumentFormat.OpenXml.Math.Differential.Differential() -> void +DocumentFormat.OpenXml.Math.DisplayDefaults +DocumentFormat.OpenXml.Math.DisplayDefaults.DisplayDefaults() -> void +DocumentFormat.OpenXml.Math.EndChar +DocumentFormat.OpenXml.Math.EndChar.EndChar() -> void +DocumentFormat.OpenXml.Math.EquationArray +DocumentFormat.OpenXml.Math.EquationArray.EquationArray() -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.get -> DocumentFormat.OpenXml.Math.EquationArrayProperties? +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties() -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.get -> DocumentFormat.OpenXml.Math.MaxDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.get -> DocumentFormat.OpenXml.Math.ObjectDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.Fraction +DocumentFormat.OpenXml.Math.Fraction.Denominator.get -> DocumentFormat.OpenXml.Math.Denominator? +DocumentFormat.OpenXml.Math.Fraction.Denominator.set -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction() -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.get -> DocumentFormat.OpenXml.Math.FractionProperties? +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.set -> void +DocumentFormat.OpenXml.Math.Fraction.Numerator.get -> DocumentFormat.OpenXml.Math.Numerator? +DocumentFormat.OpenXml.Math.Fraction.Numerator.set -> void +DocumentFormat.OpenXml.Math.FractionProperties +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties() -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.get -> DocumentFormat.OpenXml.Math.FractionType? +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.set -> void +DocumentFormat.OpenXml.Math.FractionType +DocumentFormat.OpenXml.Math.FractionType.FractionType() -> void +DocumentFormat.OpenXml.Math.FractionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.FractionType.Val.set -> void +DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Bar = 0 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Linear = 2 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.NoBar = 3 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Skewed = 1 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FunctionName +DocumentFormat.OpenXml.Math.FunctionName.FunctionName() -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties() -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar +DocumentFormat.OpenXml.Math.GroupChar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.GroupChar.Base.set -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar() -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.get -> DocumentFormat.OpenXml.Math.GroupCharProperties? +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties() -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.get -> DocumentFormat.OpenXml.Math.VerticalJustification? +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.set -> void +DocumentFormat.OpenXml.Math.GrowOperators +DocumentFormat.OpenXml.Math.GrowOperators.GrowOperators() -> void +DocumentFormat.OpenXml.Math.HideBottom +DocumentFormat.OpenXml.Math.HideBottom.HideBottom() -> void +DocumentFormat.OpenXml.Math.HideDegree +DocumentFormat.OpenXml.Math.HideDegree.HideDegree() -> void +DocumentFormat.OpenXml.Math.HideLeft +DocumentFormat.OpenXml.Math.HideLeft.HideLeft() -> void +DocumentFormat.OpenXml.Math.HidePlaceholder +DocumentFormat.OpenXml.Math.HidePlaceholder.HidePlaceholder() -> void +DocumentFormat.OpenXml.Math.HideRight +DocumentFormat.OpenXml.Math.HideRight.HideRight() -> void +DocumentFormat.OpenXml.Math.HideSubArgument +DocumentFormat.OpenXml.Math.HideSubArgument.HideSubArgument() -> void +DocumentFormat.OpenXml.Math.HideSuperArgument +DocumentFormat.OpenXml.Math.HideSuperArgument.HideSuperArgument() -> void +DocumentFormat.OpenXml.Math.HideTop +DocumentFormat.OpenXml.Math.HideTop.HideTop() -> void +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.IntegralLimitLocation +DocumentFormat.OpenXml.Math.IntegralLimitLocation.IntegralLimitLocation() -> void +DocumentFormat.OpenXml.Math.InterSpacing +DocumentFormat.OpenXml.Math.InterSpacing.InterSpacing() -> void +DocumentFormat.OpenXml.Math.IntraSpacing +DocumentFormat.OpenXml.Math.IntraSpacing.IntraSpacing() -> void +DocumentFormat.OpenXml.Math.Justification +DocumentFormat.OpenXml.Math.Justification.Justification() -> void +DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.CenterGroup = 3 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Right = 1 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.LeftMargin +DocumentFormat.OpenXml.Math.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Math.Limit +DocumentFormat.OpenXml.Math.Limit.Limit() -> void +DocumentFormat.OpenXml.Math.Limit.Limit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLocation +DocumentFormat.OpenXml.Math.LimitLocation.LimitLocation() -> void +DocumentFormat.OpenXml.Math.LimitLocationType +DocumentFormat.OpenXml.Math.LimitLocationType.LimitLocationType() -> void +DocumentFormat.OpenXml.Math.LimitLocationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.LimitLocationType.Val.set -> void +DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.SubscriptSuperscript = 1 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.UnderOver = 0 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLower +DocumentFormat.OpenXml.Math.LimitLower.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitLower.Base.set -> void +DocumentFormat.OpenXml.Math.LimitLower.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitLower.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower() -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.get -> DocumentFormat.OpenXml.Math.LimitLowerProperties? +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties() -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper +DocumentFormat.OpenXml.Math.LimitUpper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitUpper.Base.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitUpper.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper() -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.get -> DocumentFormat.OpenXml.Math.LimitUpperProperties? +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties() -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Literal +DocumentFormat.OpenXml.Math.Literal.Literal() -> void +DocumentFormat.OpenXml.Math.MathFont +DocumentFormat.OpenXml.Math.MathFont.MathFont() -> void +DocumentFormat.OpenXml.Math.MathFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.MathFont.Val.set -> void +DocumentFormat.OpenXml.Math.MathFunction +DocumentFormat.OpenXml.Math.MathFunction.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.MathFunction.Base.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.get -> DocumentFormat.OpenXml.Math.FunctionName? +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.get -> DocumentFormat.OpenXml.Math.FunctionProperties? +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.set -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction() -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.get -> DocumentFormat.OpenXml.Math.BreakBinary? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.set -> void +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.get -> DocumentFormat.OpenXml.Math.BreakBinarySubtraction? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.get -> DocumentFormat.OpenXml.Math.DefaultJustification? +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.get -> DocumentFormat.OpenXml.Math.DisplayDefaults? +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.set -> void +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.get -> DocumentFormat.OpenXml.Math.InterSpacing? +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.get -> DocumentFormat.OpenXml.Math.IntraSpacing? +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.get -> DocumentFormat.OpenXml.Math.LeftMargin? +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathFont.get -> DocumentFormat.OpenXml.Math.MathFont? +DocumentFormat.OpenXml.Math.MathProperties.MathFont.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties() -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.get -> DocumentFormat.OpenXml.Math.PostSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.get -> DocumentFormat.OpenXml.Math.PreSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.get -> DocumentFormat.OpenXml.Math.RightMargin? +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.get -> DocumentFormat.OpenXml.Math.SmallFraction? +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.set -> void +DocumentFormat.OpenXml.Math.Matrix +DocumentFormat.OpenXml.Math.Matrix.Matrix() -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.get -> DocumentFormat.OpenXml.Math.MatrixProperties? +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumn +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn() -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.get -> DocumentFormat.OpenXml.Math.MatrixColumnProperties? +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount +DocumentFormat.OpenXml.Math.MatrixColumnCount.MatrixColumnCount() -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification +DocumentFormat.OpenXml.Math.MatrixColumnJustification.MatrixColumnJustification() -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.get -> DocumentFormat.OpenXml.Math.MatrixColumnCount? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.get -> DocumentFormat.OpenXml.Math.MatrixColumnJustification? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties() -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns() -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.get -> DocumentFormat.OpenXml.Math.ColumnGap? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.get -> DocumentFormat.OpenXml.Math.ColumnGapRule? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Math.ColumnSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.get -> DocumentFormat.OpenXml.Math.HidePlaceholder? +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.get -> DocumentFormat.OpenXml.Math.MatrixColumns? +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties() -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.MatrixRow +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow() -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MaxDistribution +DocumentFormat.OpenXml.Math.MaxDistribution.MaxDistribution() -> void +DocumentFormat.OpenXml.Math.Nary +DocumentFormat.OpenXml.Math.Nary.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Nary.Base.set -> void +DocumentFormat.OpenXml.Math.Nary.Nary() -> void +DocumentFormat.OpenXml.Math.Nary.Nary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.NaryProperties.get -> DocumentFormat.OpenXml.Math.NaryProperties? +DocumentFormat.OpenXml.Math.Nary.NaryProperties.set -> void +DocumentFormat.OpenXml.Math.Nary.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Nary.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Nary.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Nary.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryLimitLocation +DocumentFormat.OpenXml.Math.NaryLimitLocation.NaryLimitLocation() -> void +DocumentFormat.OpenXml.Math.NaryProperties +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.get -> DocumentFormat.OpenXml.Math.HideSubArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.get -> DocumentFormat.OpenXml.Math.HideSuperArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.get -> DocumentFormat.OpenXml.Math.LimitLocation? +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties() -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.NoBreak +DocumentFormat.OpenXml.Math.NoBreak.NoBreak() -> void +DocumentFormat.OpenXml.Math.NormalText +DocumentFormat.OpenXml.Math.NormalText.NormalText() -> void +DocumentFormat.OpenXml.Math.Numerator +DocumentFormat.OpenXml.Math.Numerator.Numerator() -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ObjectDistribution +DocumentFormat.OpenXml.Math.ObjectDistribution.ObjectDistribution() -> void +DocumentFormat.OpenXml.Math.OfficeMath +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.get -> DocumentFormat.OpenXml.Math.ArgumentProperties? +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.set -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType() -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.OfficeMathJustificationType() -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.set -> void +DocumentFormat.OpenXml.Math.OnOffType +DocumentFormat.OpenXml.Math.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Math.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Math.OperatorEmulator +DocumentFormat.OpenXml.Math.OperatorEmulator.OperatorEmulator() -> void +DocumentFormat.OpenXml.Math.Paragraph +DocumentFormat.OpenXml.Math.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Math.ParagraphProperties? +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Math.Justification? +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom +DocumentFormat.OpenXml.Math.Phantom.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Phantom.Base.set -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom() -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.get -> DocumentFormat.OpenXml.Math.PhantomProperties? +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties() -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.get -> DocumentFormat.OpenXml.Math.ShowPhantom? +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.get -> DocumentFormat.OpenXml.Math.Transparent? +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.get -> DocumentFormat.OpenXml.Math.ZeroAscent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.get -> DocumentFormat.OpenXml.Math.ZeroDescent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.get -> DocumentFormat.OpenXml.Math.ZeroWidth? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.set -> void +DocumentFormat.OpenXml.Math.Position +DocumentFormat.OpenXml.Math.Position.Position() -> void +DocumentFormat.OpenXml.Math.PostSpacing +DocumentFormat.OpenXml.Math.PostSpacing.PostSpacing() -> void +DocumentFormat.OpenXml.Math.PreSpacing +DocumentFormat.OpenXml.Math.PreSpacing.PreSpacing() -> void +DocumentFormat.OpenXml.Math.PreSubSuper +DocumentFormat.OpenXml.Math.PreSubSuper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.PreSubSuper.Base.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper() -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.get -> DocumentFormat.OpenXml.Math.PreSubSuperProperties? +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties() -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical +DocumentFormat.OpenXml.Math.Radical.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Radical.Base.set -> void +DocumentFormat.OpenXml.Math.Radical.Degree.get -> DocumentFormat.OpenXml.Math.Degree? +DocumentFormat.OpenXml.Math.Radical.Degree.set -> void +DocumentFormat.OpenXml.Math.Radical.Radical() -> void +DocumentFormat.OpenXml.Math.Radical.Radical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.get -> DocumentFormat.OpenXml.Math.RadicalProperties? +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.get -> DocumentFormat.OpenXml.Math.HideDegree? +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties() -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.RightMargin +DocumentFormat.OpenXml.Math.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Math.RowSpacing +DocumentFormat.OpenXml.Math.RowSpacing.RowSpacing() -> void +DocumentFormat.OpenXml.Math.RowSpacingRule +DocumentFormat.OpenXml.Math.RowSpacingRule.RowSpacingRule() -> void +DocumentFormat.OpenXml.Math.Run +DocumentFormat.OpenXml.Math.Run.MathRunProperties.get -> DocumentFormat.OpenXml.Math.RunProperties? +DocumentFormat.OpenXml.Math.Run.MathRunProperties.set -> void +DocumentFormat.OpenXml.Math.Run.Run() -> void +DocumentFormat.OpenXml.Math.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Math.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Math.RunProperties +DocumentFormat.OpenXml.Math.RunProperties.Literal.get -> DocumentFormat.OpenXml.Math.Literal? +DocumentFormat.OpenXml.Math.RunProperties.Literal.set -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Script +DocumentFormat.OpenXml.Math.Script.Script() -> void +DocumentFormat.OpenXml.Math.Script.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Script.Val.set -> void +DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.DoubleStruck = 3 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Fraktur = 2 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Monospace = 5 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Roman = 0 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.SansSerif = 4 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Script = 1 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.SeparatorChar +DocumentFormat.OpenXml.Math.SeparatorChar.SeparatorChar() -> void +DocumentFormat.OpenXml.Math.Shape +DocumentFormat.OpenXml.Math.Shape.Shape() -> void +DocumentFormat.OpenXml.Math.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Shape.Val.set -> void +DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Centered = 0 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Match = 1 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShowPhantom +DocumentFormat.OpenXml.Math.ShowPhantom.ShowPhantom() -> void +DocumentFormat.OpenXml.Math.SmallFraction +DocumentFormat.OpenXml.Math.SmallFraction.SmallFraction() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType +DocumentFormat.OpenXml.Math.SpacingRuleType.SpacingRuleType() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.set -> void +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.StrikeBottomLeftToTopRight() -> void +DocumentFormat.OpenXml.Math.StrikeHorizontal +DocumentFormat.OpenXml.Math.StrikeHorizontal.StrikeHorizontal() -> void +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.StrikeTopLeftToBottomRight() -> void +DocumentFormat.OpenXml.Math.StrikeVertical +DocumentFormat.OpenXml.Math.StrikeVertical.StrikeVertical() -> void +DocumentFormat.OpenXml.Math.Style +DocumentFormat.OpenXml.Math.Style.Style() -> void +DocumentFormat.OpenXml.Math.Style.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Style.Val.set -> void +DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Bold = 1 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.BoldItalic = 3 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Italic = 2 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Plain = 0 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.SubArgument +DocumentFormat.OpenXml.Math.SubArgument.SubArgument() -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript +DocumentFormat.OpenXml.Math.Subscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Subscript.Base.set -> void +DocumentFormat.OpenXml.Math.Subscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Subscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript() -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.get -> DocumentFormat.OpenXml.Math.SubscriptProperties? +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript +DocumentFormat.OpenXml.Math.SubSuperscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.SubSuperscript.Base.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript() -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SubSuperscriptProperties? +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.get -> DocumentFormat.OpenXml.Math.AlignScripts? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument() -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript +DocumentFormat.OpenXml.Math.Superscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Superscript.Base.set -> void +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript() -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SuperscriptProperties? +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Text +DocumentFormat.OpenXml.Math.Text.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Text.Space.set -> void +DocumentFormat.OpenXml.Math.Text.Text() -> void +DocumentFormat.OpenXml.Math.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Math.TopBottomType +DocumentFormat.OpenXml.Math.TopBottomType.TopBottomType() -> void +DocumentFormat.OpenXml.Math.TopBottomType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.TopBottomType.Val.set -> void +DocumentFormat.OpenXml.Math.Transparent +DocumentFormat.OpenXml.Math.Transparent.Transparent() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType +DocumentFormat.OpenXml.Math.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Math.UnsignedShortType +DocumentFormat.OpenXml.Math.UnsignedShortType.UnsignedShortType() -> void +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.set -> void +DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bot = 3 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalJustification +DocumentFormat.OpenXml.Math.VerticalJustification.VerticalJustification() -> void +DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Bottom = 1 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.WrapIndent +DocumentFormat.OpenXml.Math.WrapIndent.WrapIndent() -> void +DocumentFormat.OpenXml.Math.WrapRight +DocumentFormat.OpenXml.Math.WrapRight.WrapRight() -> void +DocumentFormat.OpenXml.Math.ZeroAscent +DocumentFormat.OpenXml.Math.ZeroAscent.ZeroAscent() -> void +DocumentFormat.OpenXml.Math.ZeroDescent +DocumentFormat.OpenXml.Math.ZeroDescent.ZeroDescent() -> void +DocumentFormat.OpenXml.Math.ZeroWidth +DocumentFormat.OpenXml.Math.ZeroWidth.ZeroWidth() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message) -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComFont? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.set -> void +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistPropertyBag = 0 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStorage = 3 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStream = 1 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStreamInit = 2 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont() -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.SharedComPicture() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.get -> DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.get -> DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation(string! text) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box +DocumentFormat.OpenXml.Office.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.Button +DocumentFormat.OpenXml.Office.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUIPart.get -> DocumentFormat.OpenXml.Packaging.CustomUIPart? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.get -> DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.get -> DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton? +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown() -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox +DocumentFormat.OpenXml.Office.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.Menu +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.get -> DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.get -> DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.QuickAccessToolbarControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.RepurposedCommand() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.get -> DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.get -> DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office.CustomUI.Tabs? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SplitButton +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.TextLabel() -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.UnsizedButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.UnsizedControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.UnsizedDynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.UnsizedToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.VerticalSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.get -> DocumentFormat.OpenXml.Office.CustomXsn.CachedView? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.get -> DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.get -> DocumentFormat.OpenXml.Office.CustomXsn.Scope? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.get -> DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault() -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope() -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation() -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation(string! text) -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.DataModelExtensionBlock() -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.set -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing +DocumentFormat.OpenXml.Office.Drawing.Drawing.DiagramPersistLayoutPart.get -> DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart? +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Load(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Save(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeTree? +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Office.Drawing.TextBody? +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.get -> DocumentFormat.OpenXml.Office.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.ColumnSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.Formula +DocumentFormat.OpenXml.Office.Excel.Formula.Formula() -> void +DocumentFormat.OpenXml.Office.Excel.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Load(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet() -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.MacroSheetPart.get -> DocumentFormat.OpenXml.Packaging.MacroSheetPart? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Save(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.set -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence() -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.RowSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.SortMapItemType() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.get -> DocumentFormat.OpenXml.Office.Excel.ColumnSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Load(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.get -> DocumentFormat.OpenXml.Office.Excel.RowSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Save(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Office.LongProperties.LongProperties +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty(string! text) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Dummy() -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues.True = 0 -> DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorKeymapType() -> void +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AllocatedCommand() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.AllocatedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.AllocatedCommandManifestEntry() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CharacterInsertion() -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents() -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.FixedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.get -> DocumentFormat.OpenXml.Office.Word.CharacterInsertion? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType() -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.MacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroWllType() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.Mcd +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Mcd() -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Name.set -> void +DocumentFormat.OpenXml.Office.Word.Mcds +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds() -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode +DocumentFormat.OpenXml.Office.Word.RecordHashCode.RecordHashCode() -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.set -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded +DocumentFormat.OpenXml.Office.Word.RecordIncluded.RecordIncluded() -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.get -> DocumentFormat.OpenXml.Office.Word.RecordHashCode? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.get -> DocumentFormat.OpenXml.Office.Word.RecordIncluded? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord() -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Load(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Save(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup() -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.set -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData.ToolbarData() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.get -> DocumentFormat.OpenXml.Office.Word.DocEvents? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Load(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.get -> DocumentFormat.OpenXml.Office.Word.Mcds? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Save(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData() -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.WllMacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.BackstageCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.BackstageEditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.BackstageFastCommandButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.BackstageGroupButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.BackstageItemType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.BackstageLabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.BackstageMenuButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.BackstageMenuCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.BackstageMenuToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.BackstageRegularButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Button +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Command() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ControlCloneQat() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ControlCloneRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Backstage? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Commands? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular? +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.DynamicMenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Bottom = 7 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomRight = 8 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Center = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Right = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.False = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.Zero = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.Group +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.ItemBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.LabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.MenuSeparatorNoTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.RadioButtonBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Tabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Separator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Borderless = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Error = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Warning = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Tab +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.TaskGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMedium = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMediumSmall = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Medium = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.MediumSmall = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Small = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ToggleButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.ArtisticBlur() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.ArtisticCement() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.ArtisticChalkSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.ArtisticCrisscrossEtching() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.ArtisticCutout() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.ArtisticFilmGrain() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.ArtisticGlass() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.ArtisticGlowDiffused() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.ArtisticGlowEdges() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.ArtisticLightScreen() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.ArtisticLineDrawing() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.ArtisticMarker() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.ArtisticMosaicBubbles() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.ArtisticPaintBrush() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.ArtisticPaintStrokes() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.ArtisticPastelsSmooth() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.ArtisticPencilGrayscale() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.ArtisticPencilSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.ArtisticPhotocopy() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.ArtisticPlasticWrap() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.ArtisticTexturizer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.ArtisticWatercolorSponge() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.BackgroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.BrightnessContrast() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CameraTool() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.BooleanFalseType() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.DropZoneCategories() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.DropZoneData() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.DropZoneFilter() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.DropZoneSeries() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.DropZonesVisible() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.InSketchMode() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.ShowSketchButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperature() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CompatExtension() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.RecolorImages() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.ForegroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.get -> DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.get -> DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.get -> DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.get -> DocumentFormat.OpenXml.Office2010.Drawing.Saturation? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.get -> DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.IsCanvas() -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CompatibilityShape() -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.ShadowObscured() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.SharpenSoften() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.TextMath +DocumentFormat.OpenXml.Office2010.Drawing.TextMath.TextMath() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.UseLocalDpi() -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualAllocation = 0 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualIncrement = 1 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedAllocation = 2 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedIncrement = 3 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AxisColor +DocumentFormat.OpenXml.Office2010.Excel.AxisColor.AxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.BarAxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BorderColor +DocumentFormat.OpenXml.Office2010.Excel.BorderColor.BorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField +DocumentFormat.OpenXml.Office2010.Excel.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.get -> DocumentFormat.OpenXml.Office2010.Excel.SetLevels? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSet? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Checked = 1 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Mixed = 2 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Unchecked = 0 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.Color +DocumentFormat.OpenXml.Office2010.Excel.Color.Color() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotAreas? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.ConditionalFormattingIcon() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMax = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMin = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Max = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Min = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Numeric = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percent = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percentile = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Connection +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.get -> DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers? +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Automatic = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Middle = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.None = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.Context = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.LeftToRight = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.RightToLeft = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataField +DocumentFormat.OpenXml.Office2010.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CustomDataPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues() -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.get -> DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Combo = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.ComboEdit = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Simple = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Integer = 1 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Number = 2 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Reference = 3 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Text = 0 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FillColor +DocumentFormat.OpenXml.Office2010.Excel.FillColor.FillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter +DocumentFormat.OpenXml.Office2010.Excel.Filter.Filter() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.FirstMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ControlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ControlPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.get -> DocumentFormat.OpenXml.Office2010.Excel.ListItems? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Load(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Save(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.set -> void +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.HighMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveBoxes = 19 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveRating = 15 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrows = 8 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRating = 11 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.NoIcons = 20 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeStars = 17 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTriangles = 18 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Id +DocumentFormat.OpenXml.Office2010.Excel.Id.Id() -> void +DocumentFormat.OpenXml.Office2010.Excel.Id.Id(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.LastMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem +DocumentFormat.OpenXml.Office2010.Excel.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.LowMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.MarkersColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.NegativeBorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.NegativeColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.NegativeFillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Button = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.CheckBox = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Dialog = 10 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Drop = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.EditBox = 9 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.GroupBox = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Label = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.List = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Radio = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Scroll = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Spin = 8 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.OlapSlicerCacheItemParent() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Natural = 0 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OleItem +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.get -> DocumentFormat.OpenXml.Office2010.Excel.DdeValues? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotArea? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Boolean = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.DateTime = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Error = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Number = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.String = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotField +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParent = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentColumn = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentRow = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfRunningTotal = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankAscending = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankDescending = 5 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotChanges? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEdits? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Extended = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Multiple = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Single = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.SeriesColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.SetLevel() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.SlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithDataAtTop = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePart.get -> DocumentFormat.OpenXml.Packaging.SlicerCachePart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.SlicerCachePivotTable() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.SlicerRef() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Load(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Save(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.SlicersPart.get -> DocumentFormat.OpenXml.Packaging.SlicersPart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.SlicerStyleElement() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithData = 5 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithNoData = 7 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithData = 4 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithNoData = 6 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithData = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithNoData = 3 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithData = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SortCondition +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.SourceConnection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Custom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Group = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Individual = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Column = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Line = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Stacked = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Table +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.Table() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.TabularSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Ascending = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Descending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TupleItems +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.TupleSetHeader() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.TupleSetRowItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List() -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.ContextLinkType() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.DestinationLink() -> void +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.AnalysisHint = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.CustomRecognizer = 12 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.GroupNode = 21 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Image = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkBullet = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkDrawing = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkWord = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Line = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathEquation = 14 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathIdentifier = 17 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathNumber = 19 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathOperator = 18 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathRegion = 13 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathStruct = 15 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathSymbol = 16 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MixedDrawing = 22 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.NonInkDrawing = 20 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Object = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Paragraph = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Root = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.TextWord = 11 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.UnclassifiedInk = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.WritingRegion = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Callout = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Comment = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Connector = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Container = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Enclosure = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Highlight = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.ScratchOut = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Strikethrough = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Underline = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.VerticalRange = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.From = 1 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.To = 0 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.With = 2 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.SourceLink +DocumentFormat.OpenXml.Office2010.Ink.SourceLink.SourceLink() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkTarget() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.BrowseMode() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.ConveyorTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.DiscardImageEditData() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.DoorsTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.FerrisTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.FlashTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.FlipTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.FlythroughTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.GalleryTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.GlitterTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.HoneycombTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.LeftRightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.MediaBookmark() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.MediaFade() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.MediaPlaybackEventRecordType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.MediaTrim() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.ModificationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.NullEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.PanTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.PauseEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.PlayEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.PrismTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.RandomIdType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.ResumeEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.RevealTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.RippleTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.SectionSlideIdListEntry() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.SeekEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.ShowMediaControls() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.ShredTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.StopEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.SwitchTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.TracePoint() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Right = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Diamond = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Hexagon = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Rectangle = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Strip = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.TriggerEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.VortexTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.WarpTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.WheelReverseTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.WindowTransition() -> void +DocumentFormat.OpenXml.Office2010.Word.Alpha +DocumentFormat.OpenXml.Office2010.Word.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelBottom +DocumentFormat.OpenXml.Office2010.Word.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.BevelEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Angle = 4 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Convex = 6 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Cross = 3 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Divot = 8 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.HardEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Riblet = 9 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Slope = 2 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.SoftRound = 5 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelTop +DocumentFormat.OpenXml.Office2010.Word.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType +DocumentFormat.OpenXml.Office2010.Word.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.set -> void +DocumentFormat.OpenXml.Office2010.Word.Camera +DocumentFormat.OpenXml.Office2010.Word.Camera.Camera() -> void +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.CheckBoxSymbolType() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Checked +DocumentFormat.OpenXml.Office2010.Word.Checked.Checked() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckedState +DocumentFormat.OpenXml.Office2010.Word.CheckedState.CheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Simple = 0 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.ConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.ConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictMode +DocumentFormat.OpenXml.Office2010.Word.ConflictMode.ConflictMode() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.ContextualAlternatives() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CustomXmlConflictDeletionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CustomXmlConflictDeletionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CustomXmlConflictInsertionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CustomXmlConflictInsertionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.DiscardImageEditingData() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId +DocumentFormat.OpenXml.Office2010.Word.DocumentId.DocumentId() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.LeftMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.RightMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.BottomMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.TopMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2 +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxContent? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.EmptyType +DocumentFormat.OpenXml.Office2010.Word.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.EntityPickerEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.get -> DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow() -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.get -> DocumentFormat.OpenXml.Office2010.Word.GradientStopList? +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation +DocumentFormat.OpenXml.Office2010.Word.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Ligatures() -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.All = 15 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Contextual = 2 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualDiscretional = 9 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistorical = 7 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistoricalDiscretional = 14 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Discretional = 4 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Historical = 3 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.HistoricalDiscretional = 10 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Standard = 1 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextual = 5 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualDiscretional = 12 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualHistorical = 11 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardDiscretional = 8 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistorical = 6 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistoricalDiscretional = 13 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LightRig +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.get -> DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates? +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Balanced = 13 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Chilly = 21 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Contrasting = 17 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flat = 23 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flood = 16 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Freezing = 22 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Glow = 25 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Harsh = 15 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Morning = 18 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Soft = 14 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunrise = 19 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunset = 20 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.ThreePoint = 12 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.TwoPoint = 24 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.set -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.LinearShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.LineJoinMiterProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.Luminance +DocumentFormat.OpenXml.Office2010.Word.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.NoFillEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Lining = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.OldStyle = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.NumberSpacing() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Proportional = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Tabular = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType +DocumentFormat.OpenXml.Office2010.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.False = 1 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.One = 3 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.True = 0 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.get -> DocumentFormat.OpenXml.Office2010.Word.FillToRectangle? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Rect = 2 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Shape = 0 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Inset = 1 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PercentageType +DocumentFormat.OpenXml.Office2010.Word.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.PresetLineDashProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dash = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.DashDot = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDash = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDot = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDotDot = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDash = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDot = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDot = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.None = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.Properties3D +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.get -> DocumentFormat.OpenXml.Office2010.Word.BevelBottom? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.get -> DocumentFormat.OpenXml.Office2010.Word.BevelTop? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.get -> DocumentFormat.OpenXml.Office2010.Word.ContourColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Bottom = 8 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomLeft = 7 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomRight = 9 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Center = 5 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Left = 4 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Right = 6 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Top = 2 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopLeft = 1 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopRight = 3 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.Reflection +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.RoundEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Saturation +DocumentFormat.OpenXml.Office2010.Word.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.get -> DocumentFormat.OpenXml.Office2010.Word.Camera? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Office2010.Word.LightRig? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalBackgroundColor = 2 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalTextColor = 3 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AutoColor = 16 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.BackgroundColor = 0 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor5 = 8 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor6 = 9 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.FollowedHyperlinkColor = 11 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.HyperlinkColor = 10 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor1 = 12 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor2 = 14 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor1 = 13 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor2 = 15 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.TextColor = 1 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.get -> DocumentFormat.OpenXml.Office2010.Word.Checked? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.CheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox() -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.UncheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shade +DocumentFormat.OpenXml.Office2010.Word.Shade.Shade() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.SphereCoordinates() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.StyleSet() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets() -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Tint +DocumentFormat.OpenXml.Office2010.Word.Tint.Tint() -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.UncheckedState +DocumentFormat.OpenXml.Office2010.Word.UncheckedState.UncheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.AutoGeneneratedCategories() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.ExceptionForSave() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.ShowDataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.AxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.False = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.Ninch = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.True = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CategoryAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Load(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Save(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ChartColorStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartColorStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Load(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Save(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinear = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinearReversed = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.Cycle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinear = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinearReversed = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Center = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideBase = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideEnd = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.OutsideEnd = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DataSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Bottom = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Left = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Right = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Top = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.MarkerLayoutProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Circle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dash = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Diamond = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dot = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Plus = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Square = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Star = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Triangle = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.X = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.SeriesAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum.Automatic = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoFillOverride = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoLineOverride = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum.IgnoreCSTransforms = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.High = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Low = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.NextToAxis = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.None = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Cross = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Inside = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.None = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Outside = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Title() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Above = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Ninch = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Off = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Overlay = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.ValueAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.View3DProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.NonVisualGroupProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.ObjectProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz544x376 = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz640x480 = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz720x512 = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz800x600 = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.BoundsTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CachedUniqueName() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Default = 0 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Percent = 2 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.Connection +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.get -> DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.RangeProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.TextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField +DocumentFormat.OpenXml.Office2013.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTables? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.DbCommand() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable +DocumentFormat.OpenXml.Office2013.Excel.DbTable.DbTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.FieldListActiveTabTopLevelEntity() -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ModelRelationship() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.ModelTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.ModelTextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriodState() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Day = 4 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Month = 2 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Quarter = 1 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Week = 3 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Year = 0 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.get -> DocumentFormat.OpenXml.Office2013.Excel.DbCommand? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.PivotCacheDecoupled() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.PivotCacheIdVersion() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.PivotTableReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.get -> DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.get -> DocumentFormat.OpenXml.Office2013.Excel.Xstring? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.PivotValueCellExtra() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Currency = 9 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Fixed = 7 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralDate = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralNumber = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongDate = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongTime = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Percent = 8 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortDate = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortTime = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Standard = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.CheckBox = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Choice = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Date = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.MultipleLinesOfText = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Number = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.SingleLineOfText = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Time = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.SelectionTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.SlicerCacheOlapLevelName() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey() -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Absolute = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Fixed = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Inherit = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Relative = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Static = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Blank = 5 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Boolean = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Date = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Error = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.String = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache() -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimeLineCachePart.get -> DocumentFormat.OpenXml.Packaging.TimeLineCachePart? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TimelineCachePivotTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.TimelineCacheReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelinePivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.TimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.TimelineReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Load(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Save(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.TimeLinePart.get -> DocumentFormat.OpenXml.Packaging.TimeLinePart? +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.get -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.TimelineStyleElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel1 = 2 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel2 = 3 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlock = 4 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlockSpace = 6 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectionLabel = 0 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.TimeLevel = 1 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.UnselectedTimeBlock = 5 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.AbsolutePath() -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.ChartTrackingReferenceBased() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.ParentCommentIdentifier() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.PresetTransition() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.set -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Load(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Save(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.get -> DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPart.get -> DocumentFormat.OpenXml.Packaging.WebExtensionPart? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.WebExtensionProperty() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.WebExtensionReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Load(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Save(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.WebExtensionPartReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance +DocumentFormat.OpenXml.Office2013.Word.Appearance.Appearance() -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.ChartTrackingRefBased() -> void +DocumentFormat.OpenXml.Office2013.Word.Color +DocumentFormat.OpenXml.Office2013.Word.Color.Color() -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx +DocumentFormat.OpenXml.Office2013.Word.CommentEx.CommentEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Office2013.Word.DataBinding +DocumentFormat.OpenXml.Office2013.Word.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.DefaultCollapsed() -> void +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.DoNotAllowInsertDeleteSection() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.WebVideoProperty() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.FootnoteColumns() -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType +DocumentFormat.OpenXml.Office2013.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.People +DocumentFormat.OpenXml.Office2013.Word.People.Load(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People() -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.Save(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.PersistentDocumentId() -> void +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person +DocumentFormat.OpenXml.Office2013.Word.Person.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Author.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person() -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.get -> DocumentFormat.OpenXml.Office2013.Word.PresenceInfo? +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.BoundingBox = 0 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Hidden = 2 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Tags = 1 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.get -> DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection() -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.get -> DocumentFormat.OpenXml.Office2013.Word.SectionTitle? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.SdtRepeatedSectionItem() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.SectionTitle() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.WebExtensionCreated() -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.WebExtensionLinked() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.Aggregation() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Billions = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredMillions = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Hundreds = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredThousands = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Millions = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Percentage = 9 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenMillions = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenThousands = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Thousands = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Trillions = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CategoryAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.DataId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.DataLabelHidden() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.B = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.BestFit = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.Ctr = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InBase = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InEnd = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.L = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.OutEnd = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.R = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.T = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.DataLabelVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2 +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Col = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Row = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.R = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.NumberFormat() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Size = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Val = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.X = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Y = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Default = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Landscape = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Portrait = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayout() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Banner = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.None = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Overlapping = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Ctr = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Max = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Min = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Exclusive = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Inclusive = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.SeriesElementVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.BoxWhisker = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ClusteredColumn = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ParetoLine = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Sunburst = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Treemap = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Waterfall = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.B = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.R = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.T = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.Statistics() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType.Cat = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Cross = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.In = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.None = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Out = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.ValueAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.Bubble3DBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.LiteralDataChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16 +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.UniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.UniqueIDChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.UniqueIdChartUniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.ColIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.ConnectableReferences() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.OpenXmlIdentifierElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.PredecessorDrawingElementReference() -> void +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.RowIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Anchor = 4 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.CondFmt = 2 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fmla = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.FmlaNoSticky = 5 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Format = 1 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fragile = 7 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Future = 8 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.NoAdj = 6 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Sparkline = 3 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit() -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments() -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.AutoFilter = 10 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Comment = 7 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DataValidation = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DrawingElement = 9 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.FreezePanes = 3 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Future = 12 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.HideUnhideSheet = 5 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Hyperlink = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Outlines = 8 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.PivotTable = 11 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.RowColVisualOps = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.ShowGridlinesHeadings = 6 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Sparklines = 4 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FFormula +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Array = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Fill = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Future = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.FreezePanes() -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.HideUnhideSheet() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.Absolute = 2 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.OneCell = 1 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.TwoCell = 0 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.Outline +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Outline() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.RefCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefFuture +DocumentFormat.OpenXml.Office2016.Excel.RefFuture.RefFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.RefOartAnchor() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.RefTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.get -> DocumentFormat.OpenXml.Office2016.Excel.RstType? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.get -> DocumentFormat.OpenXml.Office2016.Excel.Xstring? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.get -> DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.RevExHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.RevExMove() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.RevExRowColumn() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.RevExSheetOp() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTest +DocumentFormat.OpenXml.Office2016.Excel.RevExTest.RevExTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.RevExTrimmed() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.RevExUnsupported() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Copy = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Normal = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Redo = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Undo = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionList +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RevisionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevisionPtr() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.get -> DocumentFormat.OpenXml.Office2016.Excel.FreezePanes? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.get -> DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.get -> DocumentFormat.OpenXml.Office2016.Excel.Outlines? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.get -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.get -> DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.RevisionStateLink() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RevListAutoExpandRw() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Autosize = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Hide = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Resize = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Unhide = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.RowColVisualOps() -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType() -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delc = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delr = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insc = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insr = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Delete = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Insert = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Rename = 3 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Reorder = 2 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.SheetXluid() -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridlinesHeadings() -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.get -> DocumentFormat.OpenXml.Office2016.Excel.RefMap? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.get -> DocumentFormat.OpenXml.Office2016.Excel.AutoFilter? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.get -> DocumentFormat.OpenXml.Office2016.Excel.Comments? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.get -> DocumentFormat.OpenXml.Office2016.Excel.DataValidation? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.get -> DocumentFormat.OpenXml.Office2016.Excel.Hyperlink? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.get -> DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.get -> DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.Future = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.None = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.Xstring +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CalculatedTimeColumn() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Days = 5 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Daysindex = 4 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Hours = 6 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Minutes = 7 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Months = 3 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Monthsindex = 2 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Quarters = 1 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Seconds = 8 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Years = 0 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.DesignElement() -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.SymEx() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite.Indefinite = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.PosterFrame() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16 +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Decorative() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.get -> DocumentFormat.OpenXml.Drawing.AutoNumberedBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.get -> DocumentFormat.OpenXml.Drawing.CharacterBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.get -> DocumentFormat.OpenXml.Drawing.NoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.get -> DocumentFormat.OpenXml.Drawing.PictureBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.get -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.ParTrans = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.SibTrans = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.HyperlinkColor() -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.HLink = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.Tx = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorX = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorY = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.InkEffects = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.ScaleFactor = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Bronze = 9 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Galaxy = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Gold = 4 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Lava = 6 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.None = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Ocean = 7 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Pencil = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rainbow = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rosegold = 8 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Silver = 5 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.IlluminancePositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.IntensityPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.LookAtPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.MeterPerModelUnitPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.OpenXmlPoint3DElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.OpenXmlPositiveRatioElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.PosPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.PostTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.PreTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Rotate3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.SxRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.SyRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.SzPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.SzRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.UnknownLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.UpVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.SVGBlip() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CalcFeature() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16 +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.PivotTableDefinition16() -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.Key() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.RichValueBlock() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.E = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.Spb = 7 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CustomRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.DynamicRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.RichDateGroupItem() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.RichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.RichFormatProperty() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.I = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortCondition() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10 +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.RichTop10() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.RichValueTypeReservedKeyFlag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.SupportingPropertyBagKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spba = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Mention() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText(string! text) -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.ClassificationOutcome() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Ftr = 2 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Hdr = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.None = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Watermark = 3 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Media = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Slide = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.ReadonlyRecommended() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Track() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.get -> DocumentFormat.OpenXml.Office2019.Presentation.TrackList? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CommentId() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.OfficeAvailabilityAttribute +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeAvailabilityAttribute(DocumentFormat.OpenXml.FileFormatVersions officeVersion) -> void +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.OnOffValue +DocumentFormat.OpenXml.OnOffValue.OnOffValue() -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(bool value) -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(DocumentFormat.OpenXml.OnOffValue! source) -> void +DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlAttribute.Equals(DocumentFormat.OpenXml.OpenXmlAttribute other) -> bool +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute() -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! prefix, string! localName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! qualifiedName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Value.get -> string? +DocumentFormat.OpenXml.OpenXmlAttribute.Value.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +DocumentFormat.OpenXml.OpenXmlAttribute.XName.get -> System.Xml.Linq.XName! +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(T other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(T other) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement +DocumentFormat.OpenXml.OpenXmlCompositeElement.AddChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, bool throwOnError = true) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement() -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.Generic.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlDomReader +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> void +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlElement +DocumentFormat.OpenXml.OpenXmlElement.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.OpenXmlElement.AddNamespaceDeclaration(string! prefix, string! uri) -> void +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.OpenXmlElement.Annotation() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Append(params DocumentFormat.OpenXml.OpenXmlElement![]! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.Append(System.Collections.Generic.IEnumerable! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.ClearAllAttributes() -> void +DocumentFormat.OpenXml.OpenXmlElement.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsAfter() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsBefore() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ExtendedAttributes.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.GetAttribute(string! localName, string! namespaceUri) -> DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlElement.GetAttributes() -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.OpenXmlElement.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.OpenXmlElement.GetFirstChild() -> T? +DocumentFormat.OpenXml.OpenXmlElement.HasAttributes.get -> bool +DocumentFormat.OpenXml.OpenXmlElement.InsertAfterSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.InsertBeforeSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.IsAfter(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.IsBefore(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.LookupNamespace(string! prefix) -> string? +DocumentFormat.OpenXml.OpenXmlElement.LookupPrefix(string! namespaceUri) -> string? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.get -> DocumentFormat.OpenXml.MarkupCompatibilityAttributes? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.set -> void +DocumentFormat.OpenXml.OpenXmlElement.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement() -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElementContext.get -> DocumentFormat.OpenXml.OpenXmlElementContext? +DocumentFormat.OpenXml.OpenXmlElement.OuterXml.get -> string! +DocumentFormat.OpenXml.OpenXmlElement.Parent.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Remove() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAttribute(string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveNamespaceDeclaration(string! prefix) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttribute(DocumentFormat.OpenXml.OpenXmlAttribute openXmlAttribute) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttributes(System.Collections.Generic.IEnumerable! openXmlAttributes) -> void +DocumentFormat.OpenXml.OpenXmlElementContext +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserted -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserting -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoved -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoving -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.OpenXmlElementContext() -> void +DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions +DocumentFormat.OpenXml.OpenXmlElementList +DocumentFormat.OpenXml.OpenXmlElementList.First() -> T? +DocumentFormat.OpenXml.OpenXmlElementList.OfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElementList.OpenXmlElementList() -> void +DocumentFormat.OpenXml.OpenXmlLeafElement +DocumentFormat.OpenXml.OpenXmlLeafElement.OpenXmlLeafElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement(string! text) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType, string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.XmlNodeType.get -> System.Xml.XmlNodeType +DocumentFormat.OpenXml.OpenXmlPartReader +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Reload() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save(System.IO.Stream! stream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlReader +DocumentFormat.OpenXml.OpenXmlReader.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader(bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlReader.ReadMiscNodes.get -> bool +DocumentFormat.OpenXml.OpenXmlSimpleType +DocumentFormat.OpenXml.OpenXmlSimpleType.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType() -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType(DocumentFormat.OpenXml.OpenXmlSimpleType! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.get -> string? +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.set -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue() -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(DocumentFormat.OpenXml.OpenXmlSimpleValue! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(T value) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.get -> T +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.set -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement() -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! name) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! prefix, string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! qualifiedName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.Text.get -> string! +DocumentFormat.OpenXml.OpenXmlWriter +DocumentFormat.OpenXml.OpenXmlWriter.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlWriter.OpenXmlWriter() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.AlternativeFormatImportPart() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Html = 9 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Mht = 1 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabled = 5 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabledTemplate = 7 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordTemplate = 6 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Rtf = 8 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.TextPlain = 3 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.WordprocessingML = 4 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xhtml = 0 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xml = 2 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationChain! +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.set -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChainPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart +DocumentFormat.OpenXml.Packaging.CellMetadataPart.CellMetadataPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.get -> DocumentFormat.OpenXml.Spreadsheet.Metadata! +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.set -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ChartColorStylePart() -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle! +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.get -> DocumentFormat.OpenXml.Drawing.Charts.UserShapes! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart +DocumentFormat.OpenXml.Packaging.ChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ChartPart.ChartPart() -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartSpace! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.get -> DocumentFormat.OpenXml.Spreadsheet.Chartsheet! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.set -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ChartsheetPart() -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartStylePart +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle! +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStylePart() -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorList! +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.set -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorsPart() -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.get -> DocumentFormat.OpenXml.Spreadsheet.Connections! +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.set -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart.ConnectionsPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ControlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties! +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.set -> void +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.CoreFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPart +DocumentFormat.OpenXml.Packaging.CustomDataPart.CustomDataPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPart? +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.get -> DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem! +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.set -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.CustomFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.CustomProperties.Properties! +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart +DocumentFormat.OpenXml.Packaging.CustomizationPart.CustomizationPart() -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.get -> DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup! +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.WordAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.CustomPropertyPart +DocumentFormat.OpenXml.Packaging.CustomPropertyPart.CustomPropertyPart() -> void +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Spreadsheet = 0 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Xml = 1 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomUIPart +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.get -> DocumentFormat.OpenXml.Office.CustomUI.CustomUI? +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUIPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.CustomXmlMappingsPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.get -> DocumentFormat.OpenXml.Spreadsheet.MapInfo! +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.set -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.AdditionalCharacteristics = 0 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.Bibliography = 1 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.CustomXml = 2 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.InkContent = 3 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.CustomXmlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem! +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.set -> void +DocumentFormat.OpenXml.Packaging.DataPart +DocumentFormat.OpenXml.Packaging.DataPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.DataPart.GetDataPartReferenceRelationships() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.DataPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPartReferenceRelationship(DocumentFormat.OpenXml.Packaging.DataPart! dataPart, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition! +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.DiagramColorsPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.set -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DiagramDataPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.DiagramLayoutDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.DiagramPersistLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.get -> DocumentFormat.OpenXml.Office.Drawing.Drawing! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramStylePart +DocumentFormat.OpenXml.Packaging.DiagramStylePart.DiagramStylePart() -> void +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition! +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart +DocumentFormat.OpenXml.Packaging.DialogsheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.get -> DocumentFormat.OpenXml.Spreadsheet.DialogSheet! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogsheetPart() -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.DialogsheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.DigitalSignatureOriginPart() -> void +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.XmlSignatureParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.DocumentSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.MailMergeRecipientDataPart.get -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart? +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.get -> DocumentFormat.OpenXml.Wordprocessing.Settings! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.set -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DrawingsPart() -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.set -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.EmbeddedControlPersistenceBinaryDataPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType.ActiveXBin = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistencePart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveX = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveXBin = 1 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.EmbeddedObjectPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.EmbeddedPackagePart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Endnotes! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.set -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.EndnotesPart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ExcelAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ExtendedChartPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ExtendedFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.ExtendedProperties.Properties! +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart(string! relationshipType) -> void +DocumentFormat.OpenXml.Packaging.ExternalRelationship +DocumentFormat.OpenXml.Packaging.ExternalRelationship.ExternalRelationship(System.Uri! externalUri, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalLink! +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.set -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalWorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.FontPart +DocumentFormat.OpenXml.Packaging.FontPart.FontPart() -> void +DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontData = 0 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontOdttf = 2 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontTtf = 1 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontTablePart +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.get -> DocumentFormat.OpenXml.Wordprocessing.Fonts! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.set -> void +DocumentFormat.OpenXml.Packaging.FontTablePart.FontTablePart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.get -> DocumentFormat.OpenXml.Wordprocessing.Footer! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.set -> void +DocumentFormat.OpenXml.Packaging.FooterPart.FooterPart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Footnotes! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.set -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.FootnotesPart() -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.get -> DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.set -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.get -> DocumentFormat.OpenXml.Presentation.HandoutMaster! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.set -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMasterPart() -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.get -> DocumentFormat.OpenXml.Wordprocessing.Header! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.set -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.HeaderPart() -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.HyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair +DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(DocumentFormat.OpenXml.Packaging.IdPartPair? value) -> bool +DocumentFormat.OpenXml.Packaging.IdPartPair.IdPartPair(string! id, DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.set -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.get -> string! +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.set -> void +DocumentFormat.OpenXml.Packaging.IFixedContentTypePart +DocumentFormat.OpenXml.Packaging.ImagePart +DocumentFormat.OpenXml.Packaging.ImagePart.ImagePart() -> void +DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Bmp = 0 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Emf = 7 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Gif = 1 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Icon = 4 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Jpeg = 6 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Pcx = 5 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Png = 2 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Tiff = 3 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Wmf = 8 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.InternationalMacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.LegacyDiagramTextInfoPart() -> void +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.LegacyDiagramTextPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.get -> DocumentFormat.OpenXml.Office.Excel.Macrosheet! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.set -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.MacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipientDataPart() -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.get -> DocumentFormat.OpenXml.Office.Word.MailMergeRecipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.get -> DocumentFormat.OpenXml.Wordprocessing.Recipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.MsWordMailMergeRecipientData = 1 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.OpenXmlMailMergeRecipientData = 0 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MainDocumentPart +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.get -> DocumentFormat.OpenXml.Wordprocessing.Document! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.set -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.MainDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.NoProcess = 0 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessAllParts = 2 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessLoadedPartsOnly = 1 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.MarkupCompatibilityProcessSettings(DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode processMode, DocumentFormat.OpenXml.FileFormatVersions targetFileFormatVersions) -> void +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.ProcessMode.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.TargetFileFormatVersions.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Packaging.MediaDataPart +DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Aiff = 0 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Asx = 8 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Avi = 9 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Midi = 1 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mp3 = 2 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegAudio = 6 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegUrl = 3 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegVideo = 11 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mpg = 10 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggAudio = 7 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggVideo = 16 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Quicktime = 15 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.VC1 = 17 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wav = 4 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wma = 5 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmv = 12 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmx = 13 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wvx = 14 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.get -> DocumentFormat.OpenXml.Presentation.NotesMaster! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.set -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMasterPart() -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.get -> DocumentFormat.OpenXml.Presentation.NotesSlide! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.set -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlidePart() -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.get -> DocumentFormat.OpenXml.Wordprocessing.Numbering! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.set -> void +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.NumberingDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.OpenSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.get -> System.Func? +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone() -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Close() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.get -> System.IO.Packaging.CompressionOption +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(DocumentFormat.OpenXml.Packaging.MediaDataPartType mediaDataPartType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType, string! extension) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePart(DocumentFormat.OpenXml.Packaging.DataPart! dataPart) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePartsRecursivelyOfType() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FileOpenAccess.get -> System.IO.FileAccess +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenXmlPackage() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Package.get -> System.IO.Packaging.Package! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PackageProperties.get -> System.IO.Packaging.PackageProperties! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PartExtensionProvider.get -> DocumentFormat.OpenXml.Packaging.PartExtensionProvider! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Save() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.SaveAs(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.StrictRelationshipFound.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument(System.Xml.Linq.XProcessingInstruction? instruction) -> System.Xml.Linq.XDocument! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcString() -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings! validationSettings) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.get -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.PartClassName.get -> string? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.SubPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.EventHandler -> System.EventHandler! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.OpenXmlPackageValidationSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart +DocumentFormat.OpenXml.Packaging.OpenXmlPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetParentParts() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPart() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.RootElement.get -> DocumentFormat.OpenXml.OpenXmlPartRootElement? +DocumentFormat.OpenXml.Packaging.OpenXmlPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt, string? rId) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri, string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart() -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! id) -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation() -> T? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ChangeIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part, string! newRelationshipId) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart, string! id) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DataPartReferenceRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(DocumentFormat.OpenXml.Packaging.ExternalRelationship! externalRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(string! id) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteParts(System.Collections.Generic.IEnumerable! partsToBeDeleted) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(DocumentFormat.OpenXml.Packaging.ReferenceRelationship! referenceRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ExternalRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetExternalRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartById(string! id) -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsCountOfType() -> int +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType(System.Collections.Generic.ICollection! partCollection) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetReferenceRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ReferenceRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.HyperlinkRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.OpenXmlPartContainer() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Parts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.TryGetPartById(string! id, out DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.PartExtensionProvider +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.AddPartExtension(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.MakeSurePartExtensionExist(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider() -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(DocumentFormat.OpenXml.Packaging.PartExtensionProvider! partExtProvider) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(int capacity) -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition! +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords! +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotTableCacheRecordsPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition! +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTablePart() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddPresentationPart() -> DocumentFormat.OpenXml.Packaging.PresentationPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.ChangeDocumentType(DocumentFormat.OpenXml.PresentationDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DocumentType.get -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.Packaging.PresentationDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationDocument() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.LegacyDiagramTextInfoPart.get -> DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.get -> DocumentFormat.OpenXml.Presentation.Presentation! +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPart() -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideMasterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.PresentationPart.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.get -> DocumentFormat.OpenXml.Presentation.PresentationProperties! +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTable! +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.set -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTablePart() -> void +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.QuickAccessToolbarCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Container.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer? +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.IO.Packaging.PackageRelationship! packageRelationship) -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.Uri! targetUri, bool isExternal, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.RelationshipErrorHandler() -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.get -> DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RibbonAndBackstageCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RibbonExtensibilityPart() -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.get -> DocumentFormat.OpenXml.Spreadsheet.SharedStringTable! +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.set -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleCellTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.get -> DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells! +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition! +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCachePart() -> void +DocumentFormat.OpenXml.Packaging.SlicersPart +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.get -> DocumentFormat.OpenXml.Office2010.Excel.Slicers! +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.set -> void +DocumentFormat.OpenXml.Packaging.SlicersPart.SlicersPart() -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.get -> DocumentFormat.OpenXml.Presentation.CommentList! +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.set -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.SlideCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.get -> DocumentFormat.OpenXml.Presentation.SlideLayout! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.set -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.get -> DocumentFormat.OpenXml.Presentation.SlideMaster! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.set -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMasterPart() -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.SlideMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.get -> DocumentFormat.OpenXml.Presentation.Slide! +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.set -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlidePart() -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Packaging.SlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncDataPart() -> void +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.get -> DocumentFormat.OpenXml.Presentation.SlideSyncProperties! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.set -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWorkbookPart() -> DocumentFormat.OpenXml.Packaging.WorkbookPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ChangeDocumentType(DocumentFormat.OpenXml.SpreadsheetDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DocumentType.get -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.SpreadsheetDocument() -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.SpreadsheetPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.StyleDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.StylesPart +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.get -> DocumentFormat.OpenXml.Wordprocessing.Styles? +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.set -> void +DocumentFormat.OpenXml.Packaging.StylesPart.StylesPart() -> void +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.StylesWithEffectsPart() -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.get -> DocumentFormat.OpenXml.Spreadsheet.Table! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.set -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TableDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.get -> DocumentFormat.OpenXml.Drawing.TableStyleList! +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.set -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStylesPart() -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.get -> DocumentFormat.OpenXml.Drawing.ThemeOverride! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.set -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverridePart() -> void +DocumentFormat.OpenXml.Packaging.ThemePart +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.get -> DocumentFormat.OpenXml.Drawing.Theme! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.set -> void +DocumentFormat.OpenXml.Packaging.ThemePart.ThemePart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPart +DocumentFormat.OpenXml.Packaging.ThumbnailPart.ThumbnailPart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Emf = 1 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Jpeg = 0 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Wmf = 2 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.TimeLineCachePart +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition! +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimeLineCachePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart +DocumentFormat.OpenXml.Packaging.TimeLinePart.TimeLinePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.get -> DocumentFormat.OpenXml.Office2013.Excel.Timelines! +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.get -> DocumentFormat.OpenXml.Presentation.TagList! +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.UserDefinedTagsPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaDataPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.get -> DocumentFormat.OpenXml.Office.Word.VbaSuppData! +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.set -> void +DocumentFormat.OpenXml.Packaging.VbaProjectPart +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaProjectPart() -> void +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.get -> DocumentFormat.OpenXml.Presentation.ViewProperties! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.set -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.VmlDrawingPart +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.LegacyDiagramTextParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.VmlDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileDependenciesPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.get -> DocumentFormat.OpenXml.Spreadsheet.VolatileTypes! +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes! +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExTaskpanesPart() -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.set -> void +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtensionPart() -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.get -> DocumentFormat.OpenXml.Wordprocessing.WebSettings! +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.set -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.WordAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.get -> DocumentFormat.OpenXml.Office2013.Word.CommentsEx! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.WordprocessingCommentsExPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.get -> DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.WordprocessingCommentsIdsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.get -> DocumentFormat.OpenXml.Wordprocessing.Comments! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.WordprocessingCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddMainDocumentPart() -> DocumentFormat.OpenXml.Packaging.MainDocumentPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ChangeDocumentType(DocumentFormat.OpenXml.WordprocessingDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DocumentType.get -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WordprocessingDocument() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.get -> DocumentFormat.OpenXml.Office2013.Word.People! +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.WordprocessingPeoplePart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.WordprocessingPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ChartsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomDataPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.DialogsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExcelAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExternalWorkbookParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.InternationalMacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.MacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.PivotTableCacheDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.SlicerCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.TimeLineCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.get -> DocumentFormat.OpenXml.Spreadsheet.Workbook! +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.get -> DocumentFormat.OpenXml.Spreadsheet.Headers! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionHeaderPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionLogParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.get -> DocumentFormat.OpenXml.Spreadsheet.Revisions! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.WorkbookRevisionLogPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.get -> DocumentFormat.OpenXml.Spreadsheet.Stylesheet! +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.WorkbookStylesPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.get -> DocumentFormat.OpenXml.Spreadsheet.Users! +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.WorkbookUserDataPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.get -> DocumentFormat.OpenXml.Spreadsheet.Comments! +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.WorksheetCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ControlPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.PivotTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.SlicersParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TableDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TimeLineParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.get -> DocumentFormat.OpenXml.Spreadsheet.Worksheet! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.get -> DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap! +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMapPart() -> void +DocumentFormat.OpenXml.Packaging.XmlSignaturePart +DocumentFormat.OpenXml.Packaging.XmlSignaturePart.XmlSignaturePart() -> void +DocumentFormat.OpenXml.Presentation.Animate +DocumentFormat.OpenXml.Presentation.Animate.Animate() -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.Animate.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.By.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Animate.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.From.set -> void +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.get -> DocumentFormat.OpenXml.Presentation.TimeAnimateValueList? +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.set -> void +DocumentFormat.OpenXml.Presentation.Animate.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.To.set -> void +DocumentFormat.OpenXml.Presentation.Animate.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.ValueType.set -> void +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Discrete = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Formula = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Linear = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Number = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.String = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateColor +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor() -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.get -> DocumentFormat.OpenXml.Presentation.ByColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.get -> DocumentFormat.OpenXml.Presentation.FromColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.get -> DocumentFormat.OpenXml.Presentation.ToColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.CounterClockwise = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Hsl = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Rgb = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateEffect +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect() -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.get -> DocumentFormat.OpenXml.Presentation.Progress? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.In = 0 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.None = 2 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.Out = 1 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateMotion +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion() -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.get -> DocumentFormat.OpenXml.Presentation.RotationCenter? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Layout = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Parent = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Fixed = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Relative = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateRotation +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation() -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale() -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeName +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName() -> void +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName(string! text) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList() -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio +DocumentFormat.OpenXml.Presentation.Audio.Audio() -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.set -> void +DocumentFormat.OpenXml.Presentation.Background +DocumentFormat.OpenXml.Presentation.Background.Background() -> void +DocumentFormat.OpenXml.Presentation.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.get -> DocumentFormat.OpenXml.Presentation.BackgroundProperties? +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.set -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.get -> DocumentFormat.OpenXml.Presentation.BackgroundStyleReference? +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.set -> void +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundAnimation +DocumentFormat.OpenXml.Presentation.BackgroundAnimation.BackgroundAnimation() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference() -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.Always = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.None = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Base = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Multiply = 3 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.None = 4 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Replace = 2 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Sum = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.ChildStyle = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.Normal = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Image = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Point = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BlindsTransition +DocumentFormat.OpenXml.Presentation.BlindsTransition.BlindsTransition() -> void +DocumentFormat.OpenXml.Presentation.BlipFill +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Presentation.BodyStyle +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle() -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BoldFont +DocumentFormat.OpenXml.Presentation.BoldFont.BoldFont() -> void +DocumentFormat.OpenXml.Presentation.BoldItalicFont +DocumentFormat.OpenXml.Presentation.BoldItalicFont.BoldItalicFont() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.BooleanVariantValue() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.BrowseSlideMode() -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.set -> void +DocumentFormat.OpenXml.Presentation.BuildAsOne +DocumentFormat.OpenXml.Presentation.BuildAsOne.BuildAsOne() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.get -> DocumentFormat.OpenXml.Presentation.BuildAsOne? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics() -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.get -> DocumentFormat.OpenXml.Presentation.BuildSubElement? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildList +DocumentFormat.OpenXml.Presentation.BuildList.BuildList() -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.BuildOleChart() -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph() -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.get -> DocumentFormat.OpenXml.Presentation.TemplateList? +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.get -> DocumentFormat.OpenXml.Drawing.BuildChart? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.get -> DocumentFormat.OpenXml.Drawing.BuildDiagram? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement() -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor +DocumentFormat.OpenXml.Presentation.ByColor.ByColor() -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.get -> DocumentFormat.OpenXml.Presentation.HslColor? +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.get -> DocumentFormat.OpenXml.Presentation.RgbColor? +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.set -> void +DocumentFormat.OpenXml.Presentation.ByPosition +DocumentFormat.OpenXml.Presentation.ByPosition.ByPosition() -> void +DocumentFormat.OpenXml.Presentation.CharRange +DocumentFormat.OpenXml.Presentation.CharRange.CharRange() -> void +DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.GridLegend = 0 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInCategory = 4 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInSeries = 3 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.CheckerTransition +DocumentFormat.OpenXml.Presentation.CheckerTransition.CheckerTransition() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CircleTransition +DocumentFormat.OpenXml.Presentation.CircleTransition.CircleTransition() -> void +DocumentFormat.OpenXml.Presentation.Color3Type +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type() -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.get -> DocumentFormat.OpenXml.Drawing.MasterColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.get -> DocumentFormat.OpenXml.Drawing.OverrideColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType +DocumentFormat.OpenXml.Presentation.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorValue +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue() -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CombTransition +DocumentFormat.OpenXml.Presentation.CombTransition.CombTransition() -> void +DocumentFormat.OpenXml.Presentation.Command +DocumentFormat.OpenXml.Presentation.Command.Command() -> void +DocumentFormat.OpenXml.Presentation.Command.Command(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Command.CommandName.set -> void +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Command.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Command.Type.set -> void +DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Call = 1 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Event = 0 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Verb = 2 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.Comment +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment() -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentExtensionList? +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Comment.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.Comment.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.Index.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Position.get -> DocumentFormat.OpenXml.Presentation.Position? +DocumentFormat.OpenXml.Presentation.Comment.Position.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Text.get -> DocumentFormat.OpenXml.Presentation.Text? +DocumentFormat.OpenXml.Presentation.Comment.Text.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList? +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Load(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Save(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList +DocumentFormat.OpenXml.Presentation.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Load(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Save(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Presentation.CommonBehavior +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.get -> DocumentFormat.OpenXml.Presentation.AttributeNameList? +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior() -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode() -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.get -> DocumentFormat.OpenXml.Presentation.Background? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.get -> DocumentFormat.OpenXml.Presentation.ControlList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.get -> DocumentFormat.OpenXml.Presentation.ShapeTree? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.get -> DocumentFormat.OpenXml.Presentation.GuideList? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.ChildTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode() -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.get -> DocumentFormat.OpenXml.Presentation.EndConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.get -> DocumentFormat.OpenXml.Presentation.EndSync? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.get -> DocumentFormat.OpenXml.Presentation.Iterate? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.get -> DocumentFormat.OpenXml.Presentation.StartConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.SubTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.get -> DocumentFormat.OpenXml.Presentation.Origin? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.get -> DocumentFormat.OpenXml.Presentation.ScaleFactor? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.set -> void +DocumentFormat.OpenXml.Presentation.Condition +DocumentFormat.OpenXml.Presentation.Condition.Condition() -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Strict = 0 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Transitional = 1 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConnectionShape +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify? +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D? +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.Control +DocumentFormat.OpenXml.Presentation.Control.Control() -> void +DocumentFormat.OpenXml.Presentation.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Id.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Name.set -> void +DocumentFormat.OpenXml.Presentation.Control.Picture.get -> DocumentFormat.OpenXml.Presentation.Picture? +DocumentFormat.OpenXml.Presentation.Control.Picture.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.ControlList +DocumentFormat.OpenXml.Presentation.ControlList.ControlList() -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CoverTransition +DocumentFormat.OpenXml.Presentation.CoverTransition.CoverTransition() -> void +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.Invalid = 2 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaAES = 0 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CustomerData +DocumentFormat.OpenXml.Presentation.CustomerData.CustomerData() -> void +DocumentFormat.OpenXml.Presentation.CustomerData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerData.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags +DocumentFormat.OpenXml.Presentation.CustomerDataTags.CustomerDataTags() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow() -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShow.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomShow.Name.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.get -> DocumentFormat.OpenXml.Presentation.SlideList? +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShowList +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList() -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference +DocumentFormat.OpenXml.Presentation.CustomShowReference.CustomShowReference() -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.set -> void +DocumentFormat.OpenXml.Presentation.CutTransition +DocumentFormat.OpenXml.Presentation.CutTransition.CutTransition() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.AllAtOnce = 15 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByLevel = 4 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByNode = 3 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Clockwise = 5 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseIn = 6 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseOut = 7 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwise = 8 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseIn = 9 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseOut = 10 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Custom = 16 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByBranch = 2 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByNode = 1 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Down = 14 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.InByRing = 11 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.OutByRing = 12 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Up = 13 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Whole = 0 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiamondTransition +DocumentFormat.OpenXml.Presentation.DiamondTransition.DiamondTransition() -> void +DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DissolveTransition +DocumentFormat.OpenXml.Presentation.DissolveTransition.DissolveTransition() -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.EightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.get -> DocumentFormat.OpenXml.Presentation.BoldFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.get -> DocumentFormat.OpenXml.Presentation.BoldItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.get -> DocumentFormat.OpenXml.Presentation.Font? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.get -> DocumentFormat.OpenXml.Presentation.ItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.get -> DocumentFormat.OpenXml.Presentation.RegularFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.EmbeddedFontDataIdType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Presentation.EmptyType +DocumentFormat.OpenXml.Presentation.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSoundAction +DocumentFormat.OpenXml.Presentation.EndSoundAction.EndSoundAction() -> void +DocumentFormat.OpenXml.Presentation.EndSync +DocumentFormat.OpenXml.Presentation.EndSync.EndSync() -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension +DocumentFormat.OpenXml.Presentation.Extension.Extension() -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Extension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ExtensionList +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification() -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.set -> void +DocumentFormat.OpenXml.Presentation.FadeTransition +DocumentFormat.OpenXml.Presentation.FadeTransition.FadeTransition() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue +DocumentFormat.OpenXml.Presentation.FloatVariantValue.FloatVariantValue() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.Font +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.set -> void +DocumentFormat.OpenXml.Presentation.Font.Font() -> void +DocumentFormat.OpenXml.Presentation.Font.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Presentation.Font.Panose.set -> void +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.set -> void +DocumentFormat.OpenXml.Presentation.Font.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Font.Typeface.set -> void +DocumentFormat.OpenXml.Presentation.FromColor +DocumentFormat.OpenXml.Presentation.FromColor.FromColor() -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromPosition +DocumentFormat.OpenXml.Presentation.FromPosition.FromPosition() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.get -> DocumentFormat.OpenXml.Drawing.Chart? +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.get -> DocumentFormat.OpenXml.Drawing.Diagram? +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Presentation.Transform? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Presentation.GridSpacing +DocumentFormat.OpenXml.Presentation.GridSpacing.GridSpacing() -> void +DocumentFormat.OpenXml.Presentation.GroupShape +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.GroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Guide +DocumentFormat.OpenXml.Presentation.Guide.Guide() -> void +DocumentFormat.OpenXml.Presentation.Guide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Guide.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.Guide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Guide.Position.set -> void +DocumentFormat.OpenXml.Presentation.GuideList +DocumentFormat.OpenXml.Presentation.GuideList.GuideList() -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster() -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Load(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Save(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterId? +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.set -> void +DocumentFormat.OpenXml.Presentation.HslColor +DocumentFormat.OpenXml.Presentation.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Presentation.HslColor.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Hue.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties() -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3 = 1 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3v4 = 2 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V4 = 0 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues.Indefinite = 0 -> DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndexRangeType +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.set -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.IndexRangeType() -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.set -> void +DocumentFormat.OpenXml.Presentation.InkTarget +DocumentFormat.OpenXml.Presentation.InkTarget.InkTarget() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.IntegerVariantValue() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.ItalicFont +DocumentFormat.OpenXml.Presentation.ItalicFont.ItalicFont() -> void +DocumentFormat.OpenXml.Presentation.Iterate +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate() -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.get -> DocumentFormat.OpenXml.Presentation.TimeAbsolute? +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.get -> DocumentFormat.OpenXml.Presentation.TimePercentage? +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Iterate.Type.set -> void +DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Element = 0 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Letter = 2 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Word = 1 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.Kinsoku +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.set -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode +DocumentFormat.OpenXml.Presentation.KioskSlideMode.KioskSlideMode() -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ModificationVerifier() -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.set -> void +DocumentFormat.OpenXml.Presentation.NewsflashTransition +DocumentFormat.OpenXml.Presentation.NewsflashTransition.NewsflashTransition() -> void +DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.Seek = 1 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextConditionList +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList() -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.NormalViewPortionType() -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.get -> DocumentFormat.OpenXml.Presentation.RestoredLeft? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.get -> DocumentFormat.OpenXml.Presentation.RestoredTop? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Load(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster() -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.get -> DocumentFormat.OpenXml.Presentation.NotesStyle? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Save(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.get -> DocumentFormat.OpenXml.Presentation.NotesMasterId? +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSize +DocumentFormat.OpenXml.Presentation.NotesSize.NotesSize() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.Load(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Presentation.NotesSlide.Save(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.NotesStyle +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle() -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.CategoryElement = 4 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.SeriesElement = 3 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartElement +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.set -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.OleChartElement() -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.set -> void +DocumentFormat.OpenXml.Presentation.OleObject +DocumentFormat.OpenXml.Presentation.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Id.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Name.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed() -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.Full = 1 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.None = 0 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.TextAndBackground = 2 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectLink +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink() -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.OptionalBlackTransitionType() -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Origin +DocumentFormat.OpenXml.Presentation.Origin.Origin() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.get -> DocumentFormat.OpenXml.Presentation.OutlineViewSlideList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.OutlineViewSlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Custom = 2 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Paragraph = 1 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Whole = 3 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.ParagraphIndexRange() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor +DocumentFormat.OpenXml.Presentation.PenColor.PenColor() -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum() -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle1 = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle2 = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle3 = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle4 = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle5 = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle6 = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle7 = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FitToSlide = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPic = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPicWithTitle = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePic = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePicWithTitle = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPic = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPicWithTitle = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.Picture +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.get -> DocumentFormat.OpenXml.Presentation.BlipFill? +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties? +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture() -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape() -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Full = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Half = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Quarter = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Body = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.CenteredTitle = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Chart = 9 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.ClipArt = 11 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.DateAndTime = 4 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Diagram = 12 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Footer = 6 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Header = 7 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Media = 13 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Object = 8 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Picture = 15 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideImage = 14 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideNumber = 5 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SubTitle = 3 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Table = 10 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlusTransition +DocumentFormat.OpenXml.Presentation.PlusTransition.PlusTransition() -> void +DocumentFormat.OpenXml.Presentation.Point2DType +DocumentFormat.OpenXml.Presentation.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Presentation.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.X.set -> void +DocumentFormat.OpenXml.Presentation.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Presentation.Position +DocumentFormat.OpenXml.Presentation.Position.Position() -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Presentation.Presentation +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.get -> DocumentFormat.OpenXml.Presentation.CustomShowList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.get -> DocumentFormat.OpenXml.Presentation.DefaultTextStyle? +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.get -> DocumentFormat.OpenXml.Presentation.EmbeddedFontList? +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.get -> DocumentFormat.OpenXml.Presentation.Kinsoku? +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Load(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.get -> DocumentFormat.OpenXml.Presentation.ModificationVerifier? +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.get -> DocumentFormat.OpenXml.Presentation.NotesSize? +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.get -> DocumentFormat.OpenXml.Presentation.PhotoAlbum? +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation() -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationExtensionList? +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Save(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.get -> DocumentFormat.OpenXml.Presentation.SlideIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.get -> DocumentFormat.OpenXml.Presentation.SlideSize? +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.get -> DocumentFormat.OpenXml.Presentation.HtmlPublishProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Load(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties() -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.get -> DocumentFormat.OpenXml.Presentation.PrintingProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Save(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.get -> DocumentFormat.OpenXml.Presentation.ShowProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.get -> DocumentFormat.OpenXml.Presentation.WebProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresenterSlideMode +DocumentFormat.OpenXml.Presentation.PresenterSlideMode.PresenterSlideMode() -> void +DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.SkipTimed = 1 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousConditionList +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList() -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.BlackWhite = 0 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Gray = 1 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintingProperties +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties() -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.set -> void +DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts1 = 1 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts2 = 2 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts3 = 3 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts4 = 4 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts6 = 5 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts9 = 6 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Notes = 7 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Outline = 8 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Slides = 0 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.Progress +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress() -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PullTransition +DocumentFormat.OpenXml.Presentation.PullTransition.PullTransition() -> void +DocumentFormat.OpenXml.Presentation.PushTransition +DocumentFormat.OpenXml.Presentation.PushTransition.PushTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomBarTransition +DocumentFormat.OpenXml.Presentation.RandomBarTransition.RandomBarTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomTransition +DocumentFormat.OpenXml.Presentation.RandomTransition.RandomTransition() -> void +DocumentFormat.OpenXml.Presentation.RegularFont +DocumentFormat.OpenXml.Presentation.RegularFont.RegularFont() -> void +DocumentFormat.OpenXml.Presentation.RestoredLeft +DocumentFormat.OpenXml.Presentation.RestoredLeft.RestoredLeft() -> void +DocumentFormat.OpenXml.Presentation.RestoredTop +DocumentFormat.OpenXml.Presentation.RestoredTop.RestoredTop() -> void +DocumentFormat.OpenXml.Presentation.RgbColor +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Green.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Green.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Red.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Red.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Presentation.RotationCenter +DocumentFormat.OpenXml.Presentation.RotationCenter.RotationCenter() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.RuntimeNodeTrigger() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor() -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.get -> DocumentFormat.OpenXml.Drawing.ScaleX? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.get -> DocumentFormat.OpenXml.Drawing.ScaleY? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.get -> DocumentFormat.OpenXml.Presentation.NextConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.get -> DocumentFormat.OpenXml.Presentation.PreviousConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode() -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior() -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.get -> DocumentFormat.OpenXml.Presentation.ToVariantValue? +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Shape +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape() -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.Shape.TextBody.get -> DocumentFormat.OpenXml.Presentation.TextBody? +DocumentFormat.OpenXml.Presentation.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.get -> DocumentFormat.OpenXml.Presentation.BackgroundAnimation? +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.get -> DocumentFormat.OpenXml.Presentation.GraphicElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.get -> DocumentFormat.OpenXml.Presentation.OleChartElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget() -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.get -> DocumentFormat.OpenXml.Presentation.SubShape? +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.get -> DocumentFormat.OpenXml.Presentation.TextElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTree +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties() -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Slide +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Load(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Save(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Show.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.Show.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide() -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideExtensionList? +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Slide.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Presentation.Slide.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.Slide.Timing.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.Slide.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideAll +DocumentFormat.OpenXml.Presentation.SlideAll.SlideAll() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId() -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Load(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Save(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout() -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Blank = 11 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Chart = 7 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ChartAndText = 5 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndText = 9 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndVerticalText = 25 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Custom = 31 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Diagram = 6 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.FourObjects = 23 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.MidiaAndText = 17 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Object = 15 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndText = 13 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndTwoObjects = 29 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOnly = 14 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOverText = 18 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectText = 34 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.PictureText = 35 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.SectionHeader = 32 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Table = 3 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Text = 1 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndChart = 4 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndClipArt = 8 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndMedia = 16 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndObject = 12 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndTwoObjects = 20 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextOverObject = 19 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TitleOnly = 10 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoColumnText = 2 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjects = 28 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndObject = 30 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndText = 21 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsOverText = 22 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoTextAndTwoObjects = 33 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalText = 24 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndText = 26 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndTextOverChart = 27 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideList +DocumentFormat.OpenXml.Presentation.SlideList.SlideList() -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry.SlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Load(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Save(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutIdList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.get -> DocumentFormat.OpenXml.Presentation.TextStyles? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideRange +DocumentFormat.OpenXml.Presentation.SlideRange.SlideRange() -> void +DocumentFormat.OpenXml.Presentation.SlideSize +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.SlideSize() -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideSize.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A3 = 8 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A4 = 2 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4ISO = 9 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4JIS = 11 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5ISO = 10 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5JIS = 12 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Banner = 5 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Custom = 6 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Film35mm = 3 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.HagakiCard = 13 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Ledger = 7 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Letter = 1 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Overhead = 4 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x10 = 15 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x9 = 14 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen4x3 = 0 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSyncProperties +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Load(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Save(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideTarget +DocumentFormat.OpenXml.Presentation.SlideTarget.SlideTarget() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Sound +DocumentFormat.OpenXml.Presentation.Sound.Sound() -> void +DocumentFormat.OpenXml.Presentation.SoundAction +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.get -> DocumentFormat.OpenXml.Presentation.EndSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction() -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.get -> DocumentFormat.OpenXml.Presentation.StartSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundTarget +DocumentFormat.OpenXml.Presentation.SoundTarget.SoundTarget() -> void +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Maximized = 2 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Minimized = 0 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Restored = 1 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitTransition +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.SplitTransition() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.get -> DocumentFormat.OpenXml.Presentation.Sound? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction() -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue +DocumentFormat.OpenXml.Presentation.StringVariantValue.StringVariantValue() -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition.StripsTransition() -> void +DocumentFormat.OpenXml.Presentation.SubShape +DocumentFormat.OpenXml.Presentation.SubShape.SubShape() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Tag +DocumentFormat.OpenXml.Presentation.Tag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Name.set -> void +DocumentFormat.OpenXml.Presentation.Tag.Tag() -> void +DocumentFormat.OpenXml.Presentation.Tag.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Val.set -> void +DocumentFormat.OpenXml.Presentation.TagList +DocumentFormat.OpenXml.Presentation.TagList.Load(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.Save(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList() -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Presentation.TargetElement +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.get -> DocumentFormat.OpenXml.Presentation.InkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.get -> DocumentFormat.OpenXml.Presentation.ShapeTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.get -> DocumentFormat.OpenXml.Presentation.SlideTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.get -> DocumentFormat.OpenXml.Presentation.SoundTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement() -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template +DocumentFormat.OpenXml.Presentation.Template.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Template.Level.set -> void +DocumentFormat.OpenXml.Presentation.Template.Template() -> void +DocumentFormat.OpenXml.Presentation.Template.Template(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.TemplateList +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList() -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Text +DocumentFormat.OpenXml.Presentation.Text.Text() -> void +DocumentFormat.OpenXml.Presentation.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Presentation.TextBody +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.get -> DocumentFormat.OpenXml.Presentation.CharRange? +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.get -> DocumentFormat.OpenXml.Presentation.ParagraphIndexRange? +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement() -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.get -> DocumentFormat.OpenXml.Presentation.BodyStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.get -> DocumentFormat.OpenXml.Presentation.OtherStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles() -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.get -> DocumentFormat.OpenXml.Presentation.TitleStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.set -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute +DocumentFormat.OpenXml.Presentation.TimeAbsolute.TimeAbsolute() -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.get -> DocumentFormat.OpenXml.Presentation.VariantValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.get -> DocumentFormat.OpenXml.Presentation.BooleanVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.get -> DocumentFormat.OpenXml.Presentation.ColorValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.get -> DocumentFormat.OpenXml.Presentation.IntegerVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.get -> DocumentFormat.OpenXml.Presentation.StringVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType() -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.get -> DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType() -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.get -> DocumentFormat.OpenXml.Presentation.TimeNode? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.TimeListSubShapeIdType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListType +DocumentFormat.OpenXml.Presentation.TimeListType.TimeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListType.X.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.X.set -> void +DocumentFormat.OpenXml.Presentation.TimeListType.Y.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.Y.set -> void +DocumentFormat.OpenXml.Presentation.TimeNode +DocumentFormat.OpenXml.Presentation.TimeNode.TimeNode() -> void +DocumentFormat.OpenXml.Presentation.TimeNode.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.TimeNode.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Freeze = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Hold = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Remove = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Transition = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeList +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.get -> DocumentFormat.OpenXml.Presentation.ParallelTimeNode? +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.NextClick = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.SameClick = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Emphasis = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Entrance = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Exit = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.MediaCall = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Path = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Verb = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Always = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Never = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.WhenNotActive = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.CanSlip = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.Locked = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterEffect = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterGroup = 7 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickEffect = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickParagraph = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.InteractiveSequence = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.MainSequence = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.TmingRoot = 8 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithEffect = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithGroup = 6 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimePercentage +DocumentFormat.OpenXml.Presentation.TimePercentage.TimePercentage() -> void +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing +DocumentFormat.OpenXml.Presentation.Timing.BuildList.get -> DocumentFormat.OpenXml.Presentation.BuildList? +DocumentFormat.OpenXml.Presentation.Timing.BuildList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing() -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor +DocumentFormat.OpenXml.Presentation.ToColor.ToColor() -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToPosition +DocumentFormat.OpenXml.Presentation.ToPosition.ToPosition() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform +DocumentFormat.OpenXml.Presentation.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Presentation.Transform.Extents.set -> void +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Presentation.Transform.Offset.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform() -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transition +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.set -> void +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.Duration.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Speed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Transition.Speed.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition() -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftDown = 2 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftUp = 0 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightDown = 3 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightUp = 1 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.In = 1 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.Out = 0 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Down = 3 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Left = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Right = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Up = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Fast = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Medium = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Slow = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.Begin = 3 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.End = 4 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnBegin = 1 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnClick = 5 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnDoubleClick = 6 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnEnd = 2 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMediaBookmark = 12 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOut = 8 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOver = 7 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnNext = 9 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnPrevious = 10 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnStopAudio = 11 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.All = 2 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.First = 0 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.Last = 1 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.VariantValue +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue() -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Video.FullScreen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Video.FullScreen.set -> void +DocumentFormat.OpenXml.Presentation.Video.Video() -> void +DocumentFormat.OpenXml.Presentation.Video.Video(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.get -> DocumentFormat.OpenXml.Presentation.GridSpacing? +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Load(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.get -> DocumentFormat.OpenXml.Presentation.NormalViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesTextViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.get -> DocumentFormat.OpenXml.Presentation.OutlineViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Save(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.SlideViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.get -> DocumentFormat.OpenXml.Presentation.SorterViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties() -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.HandoutView = 3 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesMasterView = 4 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesView = 2 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.OutlineView = 5 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideMasterView = 1 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideSorterView = 6 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideThumbnailView = 7 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideView = 0 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.BlackTextOnWhite = 5 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.Browser = 1 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.None = 0 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationAccent = 3 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationText = 2 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.WhiteTextOnBlack = 4 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebProperties +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Color.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Color.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties() -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1800x1400 = 9 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WedgeTransition +DocumentFormat.OpenXml.Presentation.WedgeTransition.WedgeTransition() -> void +DocumentFormat.OpenXml.Presentation.WheelTransition +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.set -> void +DocumentFormat.OpenXml.Presentation.WheelTransition.WheelTransition() -> void +DocumentFormat.OpenXml.Presentation.WipeTransition +DocumentFormat.OpenXml.Presentation.WipeTransition.WipeTransition() -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition.ZoomTransition() -> void +DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.AddIn = 6 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledPresentation = 3 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledSlideshow = 5 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledTemplate = 4 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Presentation = 0 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Slideshow = 2 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Template = 1 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.SByteValue +DocumentFormat.OpenXml.SByteValue.SByteValue() -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(DocumentFormat.OpenXml.SByteValue! source) -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(sbyte value) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute +DocumentFormat.OpenXml.SchemaAttrAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(byte nsId, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! ns, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.Tag.get -> string! +DocumentFormat.OpenXml.SingleValue +DocumentFormat.OpenXml.SingleValue.SingleValue() -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(DocumentFormat.OpenXml.SingleValue! source) -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(float value) -> void +DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Default = 0 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Preserve = 1 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.Spreadsheet.Alignment +DocumentFormat.OpenXml.Spreadsheet.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Author +DocumentFormat.OpenXml.Spreadsheet.Author.Author() -> void +DocumentFormat.OpenXml.Spreadsheet.Author.Author(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors() -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Bold +DocumentFormat.OpenXml.Spreadsheet.Bold.Bold() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.BooleanPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border +DocumentFormat.OpenXml.Spreadsheet.Border.Border() -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.get -> DocumentFormat.OpenXml.Spreadsheet.BottomBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.get -> DocumentFormat.OpenXml.Spreadsheet.EndBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.get -> DocumentFormat.OpenXml.Spreadsheet.LeftBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.get -> DocumentFormat.OpenXml.Spreadsheet.RightBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.get -> DocumentFormat.OpenXml.Spreadsheet.StartBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.get -> DocumentFormat.OpenXml.Spreadsheet.TopBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType() -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Borders +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders() -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDot = 9 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDotDot = 11 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dashed = 3 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dotted = 4 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Double = 6 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Hair = 7 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Medium = 2 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDot = 10 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDotDot = 12 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashed = 8 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.SlantDashDot = 13 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thick = 5 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thin = 1 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BottomBorder +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Break +DocumentFormat.OpenXml.Spreadsheet.Break.Break() -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.get -> DocumentFormat.OpenXml.Spreadsheet.FieldGroup? +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.get -> DocumentFormat.OpenXml.Spreadsheet.SharedItems? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.get -> DocumentFormat.OpenXml.Spreadsheet.FieldsUsage? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.get -> DocumentFormat.OpenXml.Spreadsheet.GroupLevels? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.get -> DocumentFormat.OpenXml.Spreadsheet.Consolidation? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.get -> DocumentFormat.OpenXml.Spreadsheet.WorksheetSource? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Auto = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.AutoNoTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculationCell +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CalculationCell() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Load(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Save(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Gregorian = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianArabic = 10 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianMiddleEastFrench = 9 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedEnglish = 11 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedFrench = 12 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianUs = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hebrew = 8 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hijri = 6 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Japan = 3 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Korea = 5 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Thai = 7 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.Cell +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell() -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AsDisplayed = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AtEnd = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellFormat +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Array = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.DataTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Shared = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellMetadata +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType() -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(bool value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(decimal value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(double value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(int value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTime dateTime) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTimeOffset dateTimeOffset) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetBoolean(out bool value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTime(out System.DateTime dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTimeOffset(out System.DateTimeOffset dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDecimal(out decimal value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDouble(out double dbl) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetInt(out int value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Date = 6 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.InlineString = 5 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Number = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.SharedString = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellWatch +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellWatch() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CharacterValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartsheetPart.get -> DocumentFormat.OpenXml.Packaging.ChartsheetPart? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Load(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.get -> DocumentFormat.OpenXml.Spreadsheet.Picture? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Save(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishItems? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.ChartSheetPageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.ChartSheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Color +DocumentFormat.OpenXml.Spreadsheet.Color.Color() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.ColorFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors() -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.get -> DocumentFormat.OpenXml.Spreadsheet.IndexedColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.get -> DocumentFormat.OpenXml.Spreadsheet.MruColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Column() -> void +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Style.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Width.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.ColumnHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Columns +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns() -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment() -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CommentProperties? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.get -> DocumentFormat.OpenXml.Spreadsheet.CommentText? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments() -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Load(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Save(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicator = 1 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicatorAndComment = 2 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentNone = 0 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentText +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Condense +DocumentFormat.OpenXml.Spreadsheet.Condense.Condense() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreas? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Between = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThan = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThanOrEqual = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotBetween = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotContains = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Formula = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Max = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Min = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Number = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percent = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percentile = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.AboveAverage = 17 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.CellIs = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ColorScale = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsBlanks = 12 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsErrors = 14 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DataBar = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DuplicateValues = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Expression = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.IconSet = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsBlanks = 13 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsErrors = 15 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsText = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.TimePeriod = 16 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Top10 = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.UniqueValues = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumstrict = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumtransitional = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.Connection +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection() -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.get -> DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.New.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.New.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OlapProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.get -> DocumentFormat.OpenXml.Spreadsheet.Parameters? +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.get -> DocumentFormat.OpenXml.Spreadsheet.TextProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections() -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Spreadsheet.Connections.Load(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Save(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation() -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.get -> DocumentFormat.OpenXml.Spreadsheet.Pages? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.get -> DocumentFormat.OpenXml.Spreadsheet.RangeSets? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control +DocumentFormat.OpenXml.Spreadsheet.Control.Control() -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ControlProperties? +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Controls +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls() -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Integrated = 0 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.None = 1 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Stored = 2 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CustomProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.RowBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.get -> DocumentFormat.OpenXml.Spreadsheet.Selection? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.DatabaseProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate() -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.get -> DocumentFormat.OpenXml.Spreadsheet.DataReferences? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Average = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.CountNumbers = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Minimum = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Product = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviation = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviationP = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Sum = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Variance = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.VarianceP = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataField +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField() -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference +DocumentFormat.OpenXml.Spreadsheet.DataReference.DataReference() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Information = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Stop = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Warning = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Disabled = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullAlpha = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullHangul = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullKatakana = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfAlpha = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfHangul = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfKatakana = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Hiragana = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Off = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.On = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Between = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThan = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThanOrEqual = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThan = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThanOrEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotBetween = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidations +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Custom = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Date = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Decimal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.List = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.TextLength = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Whole = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectContent = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectIcon = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateGroupItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Day = 2 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Hour = 3 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Minute = 4 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Month = 1 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Second = 5 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Year = 0 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.get -> DocumentFormat.OpenXml.Spreadsheet.Values? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.get -> DocumentFormat.OpenXml.Spreadsheet.DdeItems? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Boolean = 1 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Error = 3 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Nil = 0 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.RealNumber = 2 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DefinedName +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField +DocumentFormat.OpenXml.Spreadsheet.DeletedField.DeletedField() -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.get -> DocumentFormat.OpenXml.Spreadsheet.Controls? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogsheetPart.get -> DocumentFormat.OpenXml.Packaging.DialogsheetPart? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Load(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.get -> DocumentFormat.OpenXml.Spreadsheet.OleObjects? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Save(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProtection? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Dimension() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing +DocumentFormat.OpenXml.Spreadsheet.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.DrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.DynamicFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.AboveAverage = 1 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.April = 26 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.August = 30 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.BelowAverage = 2 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.December = 34 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.February = 24 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.January = 23 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.July = 29 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.June = 28 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastMonth = 11 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastQuarter = 14 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastYear = 17 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.March = 25 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.May = 27 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextMonth = 9 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextQuarter = 12 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextWeek = 6 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextYear = 15 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.November = 33 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Null = 0 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.October = 32 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter1 = 19 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter2 = 20 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter3 = 21 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter4 = 22 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.September = 31 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisMonth = 10 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisQuarter = 13 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisYear = 16 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Today = 4 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Tomorrow = 3 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.YearToDate = 18 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Yesterday = 5 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries() -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem() -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Extend +DocumentFormat.OpenXml.Spreadsheet.Extend.Extend() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDataSet? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.get -> DocumentFormat.OpenXml.Spreadsheet.SheetNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayMonthYear = 3 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayYearMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.EMD = 9 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthDayYear = 2 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthYearDay = 5 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Skip = 8 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Text = 1 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearDayMonth = 7 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearMonthDay = 4 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.ExternalDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalWorkbookPart.get -> DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Load(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Save(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.ExternalReference() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Field +DocumentFormat.OpenXml.Spreadsheet.Field.Field() -> void +DocumentFormat.OpenXml.Spreadsheet.Field.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Field.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem +DocumentFormat.OpenXml.Spreadsheet.FieldItem.FieldItem() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.FieldUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.FileRecoveryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.FileSharing() -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Dos = 2 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Mac = 0 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Win = 1 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileVersion +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.FileVersion() -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill() -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.get -> DocumentFormat.OpenXml.Spreadsheet.GradientFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.get -> DocumentFormat.OpenXml.Spreadsheet.PatternFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills() -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filter +DocumentFormat.OpenXml.Spreadsheet.Filter.Filter() -> void +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.get -> DocumentFormat.OpenXml.Spreadsheet.ColorFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.get -> DocumentFormat.OpenXml.Spreadsheet.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.get -> DocumentFormat.OpenXml.Office2010.Excel.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.get -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.get -> DocumentFormat.OpenXml.Spreadsheet.Filters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.get -> DocumentFormat.OpenXml.Spreadsheet.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.get -> DocumentFormat.OpenXml.Office2010.Excel.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.get -> DocumentFormat.OpenXml.Spreadsheet.Top10? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThan = 1 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThanOrEqual = 2 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.Filters +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters() -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Font +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.get -> DocumentFormat.OpenXml.Spreadsheet.Bold? +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.Font.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.get -> DocumentFormat.OpenXml.Spreadsheet.Condense? +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.get -> DocumentFormat.OpenXml.Spreadsheet.Extend? +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font() -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.get -> DocumentFormat.OpenXml.Spreadsheet.FontCharSet? +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.get -> DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering? +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.get -> DocumentFormat.OpenXml.Spreadsheet.FontName? +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.get -> DocumentFormat.OpenXml.Spreadsheet.FontScheme? +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.get -> DocumentFormat.OpenXml.Spreadsheet.FontSize? +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.get -> DocumentFormat.OpenXml.Spreadsheet.Italic? +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.get -> DocumentFormat.OpenXml.Spreadsheet.Outline? +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.get -> DocumentFormat.OpenXml.Spreadsheet.Shadow? +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.get -> DocumentFormat.OpenXml.Spreadsheet.Strike? +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.get -> DocumentFormat.OpenXml.Spreadsheet.Underline? +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment? +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamily +DocumentFormat.OpenXml.Spreadsheet.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.FontFamilyNumbering() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontName +DocumentFormat.OpenXml.Spreadsheet.FontName.FontName() -> void +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme +DocumentFormat.OpenXml.Spreadsheet.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Major = 1 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Minor = 2 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSize +DocumentFormat.OpenXml.Spreadsheet.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Format +DocumentFormat.OpenXml.Spreadsheet.Format.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Format.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format() -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Blank = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Formatting = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.Formats +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats() -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1 +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2 +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Area = 2 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.AreaError = 3 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ComputedArea = 4 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Reference = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ReferenceError = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.FunctionGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Linear = 0 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Path = 1 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.Group +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group() -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.get -> DocumentFormat.OpenXml.Spreadsheet.GroupMembers? +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Group.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Days = 4 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Hours = 3 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Minutes = 2 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Months = 5 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Quarters = 6 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Range = 0 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Seconds = 1 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Years = 7 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupItems +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.get -> DocumentFormat.OpenXml.Spreadsheet.Groups? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.GroupMember() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups() -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertClear = 1 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertDelete = 0 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.OverwriteClear = 2 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.Header +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header() -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.get -> DocumentFormat.OpenXml.Spreadsheet.ReviewedList? +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.get -> DocumentFormat.OpenXml.Spreadsheet.SheetIdMap? +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Spreadsheet.EvenFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Spreadsheet.EvenHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Spreadsheet.FirstFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Spreadsheet.FirstHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Spreadsheet.OddFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Spreadsheet.OddHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers() -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.History.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.HierarchyUsageType() -> void +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.CenterContinuous = 6 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Distributed = 7 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Fill = 4 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Justify = 5 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.All = 2 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.HonorRichText = 1 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.Hyperlink +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveRating = 15 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrows = 8 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRating = 11 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IgnoredError +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors() -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString() -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.InputCells() -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.InternationalPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Italic +DocumentFormat.OpenXml.Spreadsheet.Italic.Italic() -> void +DocumentFormat.OpenXml.Spreadsheet.Item +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Item.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Item() -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items +DocumentFormat.OpenXml.Spreadsheet.Items.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Items.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items() -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Blank = 14 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Count = 8 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.CountA = 3 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Data = 0 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Default = 1 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Grand = 13 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Maximum = 5 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Minimum = 6 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Product = 7 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviation = 9 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviationP = 10 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Sum = 2 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Variance = 11 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.VarianceP = 12 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.Kpi +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Kpi() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.LegacyDrawingType() -> void +DocumentFormat.OpenXml.Spreadsheet.Location +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Location() -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main +DocumentFormat.OpenXml.Spreadsheet.Main.First.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Main.First.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main() -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.get -> DocumentFormat.OpenXml.Spreadsheet.DataBinding? +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ID.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Map.ID.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map() -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.set -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo +DocumentFormat.OpenXml.Spreadsheet.MapInfo.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps() -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx() -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.get -> DocumentFormat.OpenXml.Spreadsheet.MdxKpi? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.get -> DocumentFormat.OpenXml.Spreadsheet.MdxSet? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.get -> DocumentFormat.OpenXml.Spreadsheet.MdxTuple? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeKPIMember = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMember = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMemberProperty = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeRankedMember = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSet = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSetCount = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeValue = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxKpi +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.MdxKpi() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Goal = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Status = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Trend = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Weight = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.MdxMemberProp() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaAscendingSortOrder = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaDescendingSortOrder = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalAscending = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalDescending = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Unsorted = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxTuple +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureDimensionMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.MeasureGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Member +DocumentFormat.OpenXml.Spreadsheet.Member.Member() -> void +DocumentFormat.OpenXml.Spreadsheet.Member.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Member.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.MemberPropertiesMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.MemberProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.MemberPropertyIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.Members +DocumentFormat.OpenXml.Spreadsheet.Members.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members() -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell +DocumentFormat.OpenXml.Spreadsheet.MergeCell.MergeCell() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata +DocumentFormat.OpenXml.Spreadsheet.Metadata.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Spreadsheet.Metadata.Load(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMetadata? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata() -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataStrings? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataTypes? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Save(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.MetadataRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MetadataType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem() -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingTable +DocumentFormat.OpenXml.Spreadsheet.MissingTable.MissingTable() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.NameIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.get -> DocumentFormat.OpenXml.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor() -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.get -> DocumentFormat.OpenXml.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.All = 0 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.Placeholders = 1 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.OddFooter +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.OlapProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell() -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.get -> DocumentFormat.OpenXml.Spreadsheet.OleItems? +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink() -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.get -> DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties? +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize +DocumentFormat.OpenXml.Spreadsheet.OleSize.OleSize() -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateAlways = 0 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateOnCall = 1 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Default = 0 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.Outline +DocumentFormat.OpenXml.Spreadsheet.Outline.Outline() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.OutlineProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page +DocumentFormat.OpenXml.Spreadsheet.Page.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Page.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page() -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType() -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField() -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem.PageItem() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.DownThenOver = 0 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.OverThenDown = 1 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.Pages +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages() -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.PageSetupProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.Pane() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Frozen = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.FrozenSplit = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Split = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomRight = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopLeft = 3 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopRight = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.Parameter +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Cell = 2 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Prompt = 0 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Value = 1 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.PatternFill +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.BackgroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.ForegroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkDown = 7 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGray = 3 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGrid = 9 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkHorizontal = 5 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkTrellis = 10 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkUp = 8 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkVertical = 6 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray0625 = 18 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray125 = 17 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightDown = 13 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGray = 4 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGrid = 15 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightHorizontal = 11 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightTrellis = 16 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightUp = 14 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightVertical = 12 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.MediumGray = 2 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Solid = 1 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Distributed = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.PhoneticProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.FullWidthKatakana = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.HalfWidthKatakana = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.Hiragana = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.NoConversion = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.Picture +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.All = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Button = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Data = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Normal = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Origin = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopEnd = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopRight = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotCache +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.PivotCache() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.get -> DocumentFormat.OpenXml.Spreadsheet.CacheFields? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSource? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedItems? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.get -> DocumentFormat.OpenXml.Spreadsheet.Dimensions? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.get -> DocumentFormat.OpenXml.Spreadsheet.Kpis? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.get -> DocumentFormat.OpenXml.Spreadsheet.Maps? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.get -> DocumentFormat.OpenXml.Spreadsheet.MeasureGroups? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.get -> DocumentFormat.OpenXml.Spreadsheet.TupleCache? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.get -> DocumentFormat.OpenXml.Spreadsheet.AutoSortScope? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.get -> DocumentFormat.OpenXml.Spreadsheet.Items? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.April = 57 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.August = 61 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBeginsWith = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBetween = 16 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionContains = 10 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEndsWith = 8 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThan = 12 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThanOrEqual = 13 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThan = 14 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThanOrEqual = 15 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBeginsWith = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBetween = 17 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotContains = 11 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEndsWith = 9 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateBetween = 32 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateEqual = 26 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThan = 30 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThanOrEqual = 31 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotBetween = 33 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotEqual = 27 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThan = 28 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThanOrEqual = 29 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.December = 65 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.February = 55 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.January = 54 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.July = 60 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.June = 59 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastMonth = 42 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastQuarter = 45 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastWeek = 39 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastYear = 48 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.March = 56 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.May = 58 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextMonth = 40 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextQuarter = 43 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextWeek = 37 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextYear = 46 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.November = 64 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.October = 63 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter1 = 50 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter2 = 51 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter3 = 52 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter4 = 53 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.September = 62 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Sum = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisMonth = 41 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisQuarter = 44 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisWeek = 38 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisYear = 47 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Today = 35 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Tomorrow = 34 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Unknown = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueBetween = 24 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueEqual = 18 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThan = 20 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThanOrEqual = 21 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThan = 22 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThanOrEqual = 23 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotBetween = 25 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotEqual = 19 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.YearToDate = 49 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Yesterday = 36 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.get -> DocumentFormat.OpenXml.Spreadsheet.MemberProperties? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisColumn = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisPage = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisValues = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTablePart.get -> DocumentFormat.OpenXml.Packaging.PivotTablePart? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.PivotTableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Blank = 1 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Dash = 2 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Displayed = 0 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.NA = 3 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintOptions +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.PrintOptions() -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Protection +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Protection() -> void +DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.DoubleQuote = 0 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.SingleQuote = 1 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.Query +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query() -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Load(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTablePart.get -> DocumentFormat.OpenXml.Packaging.QueryTablePart? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Save(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.RangeSet() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.A1 = 0 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.R1C1 = 1 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.Reviewed +DocumentFormat.OpenXml.Spreadsheet.Reviewed.Reviewed() -> void +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList() -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Add = 0 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Delete = 1 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.RevisionAutoFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.get -> DocumentFormat.OpenXml.Spreadsheet.NewCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.get -> DocumentFormat.OpenXml.Spreadsheet.OldCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.RevisionComment() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionConflict() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.RevisionCustomView() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.get -> DocumentFormat.OpenXml.Spreadsheet.Formula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.get -> DocumentFormat.OpenXml.Spreadsheet.OldFormula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionInsertSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.RevisionQueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions +DocumentFormat.OpenXml.Spreadsheet.Revisions.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions() -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.WorkbookRevisionLogPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Height.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Height.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row() -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.ColumnInsert = 2 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.InsertRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowFields +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields() -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.RowHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType() -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.All = 1 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Column = 3 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Row = 2 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.Run +DocumentFormat.OpenXml.Spreadsheet.Run.Run() -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.get -> DocumentFormat.OpenXml.Spreadsheet.RunProperties? +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.Run.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont +DocumentFormat.OpenXml.Spreadsheet.RunFont.RunFont() -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.RunPropertyCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema() -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Data = 1 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Field = 2 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Selection = 0 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.Selection +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Selection() -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Shadow +DocumentFormat.OpenXml.Spreadsheet.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Load(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Save(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Sheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.SheetCalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.SheetDimension() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.SheetFormatProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId +DocumentFormat.OpenXml.Spreadsheet.SheetId.SheetId() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName +DocumentFormat.OpenXml.Spreadsheet.SheetName.SheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OutlineProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetView +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageBreakPreview = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageLayout = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Difference = 1 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Index = 8 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentageDifference = 3 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfColumn = 6 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfRaw = 5 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfTotal = 7 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.RunTotal = 4 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Load(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Save(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.CellColor = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.FontColor = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Icon = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortCondition +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.PinYin = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.Stroke = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortState +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState() -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingAlpha = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingNatural = 5 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingAlpha = 4 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingNatural = 6 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Consolidation = 2 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.External = 1 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Scenario = 3 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.StartBorder +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Strike +DocumentFormat.OpenXml.Spreadsheet.Strike.Strike() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.get -> DocumentFormat.OpenXml.Spreadsheet.Borders? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.get -> DocumentFormat.OpenXml.Spreadsheet.Colors? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.get -> DocumentFormat.OpenXml.Spreadsheet.Fills? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.get -> DocumentFormat.OpenXml.Spreadsheet.Fonts? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Load(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Save(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic() -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TabColor +DocumentFormat.OpenXml.Spreadsheet.TabColor.TabColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Table +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Load(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Save(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table() -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.get -> DocumentFormat.OpenXml.Spreadsheet.TableColumns? +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.TableDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.TableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo? +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.get -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType() -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart.TablePart() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables() -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.TableStyleElement() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.TableStyleInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.BlankRow = 19 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnStripe = 7 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnSubheading = 20 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstHeaderCell = 9 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowStripe = 5 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowSubheading = 23 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalColumn = 13 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalRow = 16 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstTotalCell = 11 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.HeaderRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastColumn = 4 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastHeaderCell = 10 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastTotalCell = 12 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldLabels = 26 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldValues = 27 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnStripe = 8 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnSubheading = 21 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowStripe = 6 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowSubheading = 24 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalColumn = 14 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalRow = 17 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdColumnSubheading = 22 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdRowSubheading = 25 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalColumn = 15 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalRow = 18 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.TotalRow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.WholeTable = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.QueryTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Xml = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.Text +DocumentFormat.OpenXml.Spreadsheet.Text.Text() -> void +DocumentFormat.OpenXml.Spreadsheet.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TextField +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.TextField() -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields() -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextProperties +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Last7Days = 3 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastMonth = 5 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextWeek = 9 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisMonth = 4 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Today = 0 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Tomorrow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Yesterday = 1 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Top10 +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top10() -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic() -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.TopicReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Count = 5 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.CountNumbers = 6 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Custom = 9 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Minimum = 2 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.StandardDeviation = 7 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Sum = 1 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Variance = 8 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.Tuple +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Tuple() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.get -> DocumentFormat.OpenXml.Spreadsheet.Entries? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.get -> DocumentFormat.OpenXml.Spreadsheet.QueryCache? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ServerFormats? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.get -> DocumentFormat.OpenXml.Spreadsheet.Sets? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples() -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType() -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Underline +DocumentFormat.OpenXml.Spreadsheet.Underline.Underline() -> void +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Double = 1 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.DoubleAccounting = 3 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.None = 4 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.SingleAccounting = 2 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.Undo +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Undo() -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Always = 2 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Never = 1 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.UserSet = 0 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UserInfo +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users +DocumentFormat.OpenXml.Spreadsheet.Users.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Users.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Load(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Save(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users() -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Spreadsheet.Value +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.get -> DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue? +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value() -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values() -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Baseline = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Subscript = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Superscript = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.OlapFunctions = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.RealTimeData = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileType +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Load(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Save(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.RealNumber = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.String = 3 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.WebPublishing +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.WebPublishing() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.WebPublishItem() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.WebPublishObject() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.get -> DocumentFormat.OpenXml.Spreadsheet.Tables? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.AutoFilter = 2 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Chart = 4 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Label = 7 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PivotTable = 5 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PrintArea = 1 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Query = 6 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Range = 3 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Sheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.Workbook +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.get -> DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath? +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.get -> DocumentFormat.OpenXml.Spreadsheet.BookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.DefinedNames? +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalReferences? +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.get -> DocumentFormat.OpenXml.Spreadsheet.FileSharing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.get -> DocumentFormat.OpenXml.Spreadsheet.FileVersion? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.get -> DocumentFormat.OpenXml.Spreadsheet.FunctionGroups? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Load(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.get -> DocumentFormat.OpenXml.Spreadsheet.OleSize? +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCaches? +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Save(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.get -> DocumentFormat.OpenXml.Spreadsheet.Sheets? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook() -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Load(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Save(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.WorksheetPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetPart? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.WorksheetSource() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlProperties? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyType = 44 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyURI = 34 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Base64Binary = 5 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Boolean = 21 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Byte = 3 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Date = 25 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.DateTime = 23 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Decimal = 18 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Double = 20 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Duration = 24 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entities = 40 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entity = 39 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Float = 19 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gday = 29 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gmonth = 26 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GMonthDay = 30 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gyear = 27 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GYearMonth = 28 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.HexBinary = 6 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Id = 36 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRef = 37 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRefs = 38 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Int = 12 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Integer = 7 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Language = 35 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Long = 14 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Name = 31 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NCName = 33 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NegativeInteger = 9 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMToken = 42 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMTokens = 43 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonNegativeInteger = 11 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonPositiveInteger = 10 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NormalizedString = 1 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Notation = 41 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.PositiveInteger = 8 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Qname = 32 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Short = 16 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.String = 0 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Time = 22 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Token = 2 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedByte = 4 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedInteger = 13 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedLong = 15 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedShort = 17 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlProperties +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType() -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XType +DocumentFormat.OpenXml.Spreadsheet.XType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.XType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.XType.XType() -> void +DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.AddIn = 4 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledWorkbook = 2 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Template = 1 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Workbook = 0 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.StringValue +DocumentFormat.OpenXml.StringValue.StringValue() -> void +DocumentFormat.OpenXml.StringValue.StringValue(DocumentFormat.OpenXml.StringValue! source) -> void +DocumentFormat.OpenXml.StringValue.StringValue(string? value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue() -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(DocumentFormat.OpenXml.TrueFalseBlankValue! source) -> void +DocumentFormat.OpenXml.TrueFalseValue +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue() -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(DocumentFormat.OpenXml.TrueFalseValue! source) -> void +DocumentFormat.OpenXml.UInt16Value +DocumentFormat.OpenXml.UInt16Value.UInt16Value() -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(DocumentFormat.OpenXml.UInt16Value! source) -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(ushort value) -> void +DocumentFormat.OpenXml.UInt32Value +DocumentFormat.OpenXml.UInt32Value.UInt32Value() -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(DocumentFormat.OpenXml.UInt32Value! source) -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(uint value) -> void +DocumentFormat.OpenXml.UInt64Value +DocumentFormat.OpenXml.UInt64Value.UInt64Value() -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(DocumentFormat.OpenXml.UInt64Value! source) -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(ulong value) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator +DocumentFormat.OpenXml.Validation.OpenXmlValidator.FileFormat.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.get -> int +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.set -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator() -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator(DocumentFormat.OpenXml.FileFormatVersions fileFormat) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Description.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ErrorType.get -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Id.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Node.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Path.get -> DocumentFormat.OpenXml.XmlPath? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedNode.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ValidationErrorInfo() -> void +DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.MarkupCompatibility = 3 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Package = 2 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Schema = 0 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Semantic = 1 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bool = 14 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bstr = 12 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Currency = 15 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Date = 13 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Decimal = 11 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Error = 16 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Integer = 4 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.UnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.Variant +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.get -> DocumentFormat.OpenXml.VariantTypes.Variant? +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant() -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bool = 16 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bstr = 13 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClassId = 19 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClipboardData = 20 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Currency = 17 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Date = 14 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesSignedInteger = 4 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesUnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Error = 18 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Filetime = 15 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpstr = 11 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpwstr = 12 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VTArray +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray() -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBool +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool() -> void +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBString +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString() -> void +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTByte +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId() -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData() -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency() -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDate +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate() -> void +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal() -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble() -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTEmpty +DocumentFormat.OpenXml.VariantTypes.VTEmpty.VTEmpty() -> void +DocumentFormat.OpenXml.VariantTypes.VTError +DocumentFormat.OpenXml.VariantTypes.VTError.VTError() -> void +DocumentFormat.OpenXml.VariantTypes.VTError.VTError(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime() -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat() -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32 +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64 +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTNull +DocumentFormat.OpenXml.VariantTypes.VTNull.VTNull() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTShort +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector() -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData(string! text) -> void +DocumentFormat.OpenXml.Vml.Arc +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Arc.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Arc.Arc() -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Arc.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Button.set -> void +DocumentFormat.OpenXml.Vml.Arc.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Clip.set -> void +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Arc.EndAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.EndAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Filled.set -> void +DocumentFormat.OpenXml.Vml.Arc.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Arc.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Arc.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Href.set -> void +DocumentFormat.OpenXml.Vml.Arc.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Id.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Arc.Ole.set -> void +DocumentFormat.OpenXml.Vml.Arc.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Arc.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Oned.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Arc.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Print.set -> void +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Arc.StartAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.StartAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Arc.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Style.set -> void +DocumentFormat.OpenXml.Vml.Arc.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Target.set -> void +DocumentFormat.OpenXml.Vml.Arc.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Title.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.set -> void +DocumentFormat.OpenXml.Vml.Background +DocumentFormat.OpenXml.Vml.Background.Background() -> void +DocumentFormat.OpenXml.Vml.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Background.Fill.set -> void +DocumentFormat.OpenXml.Vml.Background.Fillcolor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Fillcolor.set -> void +DocumentFormat.OpenXml.Vml.Background.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Background.Filled.set -> void +DocumentFormat.OpenXml.Vml.Background.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Id.set -> void +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Vml.Curve +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Curve.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Curve.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Button.set -> void +DocumentFormat.OpenXml.Vml.Curve.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Class.set -> void +DocumentFormat.OpenXml.Vml.Curve.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Clip.set -> void +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control1.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control2.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Curve.Curve() -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Curve.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Filled.set -> void +DocumentFormat.OpenXml.Vml.Curve.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Curve.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.From.set -> void +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Curve.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Curve.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Href.set -> void +DocumentFormat.OpenXml.Vml.Curve.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Id.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Curve.Ole.set -> void +DocumentFormat.OpenXml.Vml.Curve.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Curve.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Oned.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Curve.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Print.set -> void +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Curve.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Style.set -> void +DocumentFormat.OpenXml.Vml.Curve.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Target.set -> void +DocumentFormat.OpenXml.Vml.Curve.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Title.set -> void +DocumentFormat.OpenXml.Vml.Curve.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.To.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Bullseye = 6 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Canvas = 0 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Cycle = 3 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.OrganizationChart = 1 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Radial = 2 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Stacked = 4 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Venn = 5 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.BackwardCompatible = 2 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.Edit = 1 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.View = 0 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.Fill +DocumentFormat.OpenXml.Vml.Fill.AlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.AlignShape.set -> void +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Fill.Angle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Fill.Angle.set -> void +DocumentFormat.OpenXml.Vml.Fill.Aspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Aspect.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Colors.set -> void +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.Fill.Fill() -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.get -> DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties? +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.set -> void +DocumentFormat.OpenXml.Vml.Fill.Focus.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Focus.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusSize.set -> void +DocumentFormat.OpenXml.Vml.Fill.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Href.set -> void +DocumentFormat.OpenXml.Vml.Fill.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Id.set -> void +DocumentFormat.OpenXml.Vml.Fill.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Method.set -> void +DocumentFormat.OpenXml.Vml.Fill.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.On.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Origin.set -> void +DocumentFormat.OpenXml.Vml.Fill.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Position.set -> void +DocumentFormat.OpenXml.Vml.Fill.Recolor.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Recolor.set -> void +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Fill.Rotate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Rotate.set -> void +DocumentFormat.OpenXml.Vml.Fill.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Size.set -> void +DocumentFormat.OpenXml.Vml.Fill.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Source.set -> void +DocumentFormat.OpenXml.Vml.Fill.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Title.set -> void +DocumentFormat.OpenXml.Vml.Fill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Type.set -> void +DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Any = 3 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linear = 1 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linearsigma = 4 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.None = 0 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Sigma = 2 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Frame = 5 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Gradient = 1 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.GradientRadial = 2 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Pattern = 4 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.Formula +DocumentFormat.OpenXml.Vml.Formula.Equation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Formula.Equation.set -> void +DocumentFormat.OpenXml.Vml.Formula.Formula() -> void +DocumentFormat.OpenXml.Vml.Formulas +DocumentFormat.OpenXml.Vml.Formulas.Formulas() -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group +DocumentFormat.OpenXml.Vml.Group.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Group.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Group.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Group.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Button.set -> void +DocumentFormat.OpenXml.Vml.Group.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Class.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Group.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.EditAs.set -> void +DocumentFormat.OpenXml.Vml.Group.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Group.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Group.Group() -> void +DocumentFormat.OpenXml.Vml.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Group.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Href.set -> void +DocumentFormat.OpenXml.Vml.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Id.set -> void +DocumentFormat.OpenXml.Vml.Group.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Group.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Oned.set -> void +DocumentFormat.OpenXml.Vml.Group.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Group.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Print.set -> void +DocumentFormat.OpenXml.Vml.Group.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Group.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Style.set -> void +DocumentFormat.OpenXml.Vml.Group.TableLimits.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableLimits.set -> void +DocumentFormat.OpenXml.Vml.Group.TableProperties.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableProperties.set -> void +DocumentFormat.OpenXml.Vml.Group.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Target.set -> void +DocumentFormat.OpenXml.Vml.Group.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Title.set -> void +DocumentFormat.OpenXml.Vml.Group.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Group.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtLeast = 2 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtMost = 1 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.Ignore = 0 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageData +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ImageData() -> void +DocumentFormat.OpenXml.Vml.ImageData.Picture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Picture.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelHref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelHref.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Button.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Class.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Clip.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Filled.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Href.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile() -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ImageFile.Ole.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Oned.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Print.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Source.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Style.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Target.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Line +DocumentFormat.OpenXml.Vml.Line.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Line.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Line.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Button.set -> void +DocumentFormat.OpenXml.Vml.Line.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Class.set -> void +DocumentFormat.OpenXml.Vml.Line.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Clip.set -> void +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Line.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Line.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Filled.set -> void +DocumentFormat.OpenXml.Vml.Line.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Line.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.From.set -> void +DocumentFormat.OpenXml.Vml.Line.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Line.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Line.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Line.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Href.set -> void +DocumentFormat.OpenXml.Vml.Line.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Id.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Line.Line() -> void +DocumentFormat.OpenXml.Vml.Line.Line(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.Line(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Line.Line(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Line.Ole.set -> void +DocumentFormat.OpenXml.Vml.Line.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Line.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Oned.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Line.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Line.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Print.set -> void +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Line.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Style.set -> void +DocumentFormat.OpenXml.Vml.Line.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Target.set -> void +DocumentFormat.OpenXml.Vml.Line.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Title.set -> void +DocumentFormat.OpenXml.Vml.Line.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.To.set -> void +DocumentFormat.OpenXml.Vml.Line.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Line.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Any = 0 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Auto = 5 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree30 = 1 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree45 = 2 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree60 = 3 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree90 = 4 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Black = 7 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.BlackTextAndLines = 10 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayOutline = 5 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayScale = 2 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.HighContrast = 6 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.InverseGray = 4 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.LightGrayScale = 3 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Undrawn = 9 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.White = 8 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BottomStroke +DocumentFormat.OpenXml.Vml.Office.BottomStroke.BottomStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Callout +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Callout() -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Length.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Center = 1 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.User = 3 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.ClipPath +DocumentFormat.OpenXml.Vml.Office.ClipPath.ClipPath() -> void +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ColorMenu() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColumnStroke +DocumentFormat.OpenXml.Vml.Office.ColumnStroke.ColumnStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Complex +DocumentFormat.OpenXml.Vml.Office.Complex.Complex() -> void +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Curved = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Elbow = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Straight = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Custom = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Rectangle = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Segments = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.Diagram +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.get -> DocumentFormat.OpenXml.Vml.Office.RelationTable? +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry +DocumentFormat.OpenXml.Vml.Office.Entry.Entry() -> void +DocumentFormat.OpenXml.Vml.Office.Entry.New.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.New.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry.Old.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.Old.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extrusion() -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.set -> void +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.XY = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.YZ = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.ZX = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.BoundingCube = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.WireFrame = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Parallel = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Perspective = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.FieldCodes +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes() -> void +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.FillExtendedProperties() -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Background = 8 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Frame = 4 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Gradient = 7 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientCenter = 0 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientRadial = 6 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientUnscaled = 5 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Solid = 1 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.Ink +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.set -> void +DocumentFormat.OpenXml.Vml.Office.Ink.Ink() -> void +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.set -> void +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.LeftStroke +DocumentFormat.OpenXml.Vml.Office.LeftStroke.LeftStroke() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.Lock +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Lock() -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Position.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Position.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.set -> void +DocumentFormat.OpenXml.Vml.Office.LockedField +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField() -> void +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Content = 0 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Icon = 1 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Bitmap = 1 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.EnhancedMetaFile = 2 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Picture = 0 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleObject +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.get -> DocumentFormat.OpenXml.Vml.Office.FieldCodes? +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.get -> DocumentFormat.OpenXml.Vml.Office.LinkType? +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.get -> DocumentFormat.OpenXml.Vml.Office.LockedField? +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.set -> void +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.Always = 0 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.OnCall = 1 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Embed = 0 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Link = 1 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.Proxy +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.End.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.End.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Proxy() -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable() -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Relation +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Relation() -> void +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable() -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RightStroke +DocumentFormat.OpenXml.Vml.Office.RightStroke.RightStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Rule +DocumentFormat.OpenXml.Vml.Office.Rule.How.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.How.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule() -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules() -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Arc = 0 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Callout = 1 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Connector = 2 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1152x862 = 5 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.get -> DocumentFormat.OpenXml.Vml.Office.Callout? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.get -> DocumentFormat.OpenXml.Vml.Office.ColorMenu? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.get -> DocumentFormat.OpenXml.Vml.Office.Extrusion? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.get -> DocumentFormat.OpenXml.Vml.ImageData? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.get -> DocumentFormat.OpenXml.Vml.Office.Lock? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.get -> DocumentFormat.OpenXml.Vml.Shadow? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.get -> DocumentFormat.OpenXml.Vml.Office.Skew? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.get -> DocumentFormat.OpenXml.Vml.Stroke? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.get -> DocumentFormat.OpenXml.Vml.TextBox? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.ShapeIdMap() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.get -> DocumentFormat.OpenXml.Vml.Office.RegroupTable? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.get -> DocumentFormat.OpenXml.Vml.Office.Rules? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.get -> DocumentFormat.OpenXml.Vml.Office.ShapeIdMap? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Skew.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Skew() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StrokeChildType() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.set -> void +DocumentFormat.OpenXml.Vml.Office.TopStroke +DocumentFormat.OpenXml.Vml.Office.TopStroke.TopStroke() -> void +DocumentFormat.OpenXml.Vml.Oval +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Oval.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Oval.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Button.set -> void +DocumentFormat.OpenXml.Vml.Oval.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Class.set -> void +DocumentFormat.OpenXml.Vml.Oval.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Clip.set -> void +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Oval.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Filled.set -> void +DocumentFormat.OpenXml.Vml.Oval.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Oval.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Oval.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Href.set -> void +DocumentFormat.OpenXml.Vml.Oval.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Id.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Oval.Ole.set -> void +DocumentFormat.OpenXml.Vml.Oval.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Oned.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oval() -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Oval.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Print.set -> void +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Oval.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Style.set -> void +DocumentFormat.OpenXml.Vml.Oval.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Target.set -> void +DocumentFormat.OpenXml.Vml.Oval.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Title.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Path +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowFill.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowFill.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowShading.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowShading.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowStroke.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.set -> void +DocumentFormat.OpenXml.Vml.Path.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Id.set -> void +DocumentFormat.OpenXml.Vml.Path.Limo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Limo.set -> void +DocumentFormat.OpenXml.Vml.Path.Path() -> void +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.set -> void +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.set -> void +DocumentFormat.OpenXml.Vml.Path.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Value.set -> void +DocumentFormat.OpenXml.Vml.PolyLine +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Button.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Class.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Clip.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Filled.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Href.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Id.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.PolyLine.Ole.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Oned.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Points.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Points.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine() -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Print.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Style.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Target.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Title.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.InkAnnotationFlag() -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.set -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData.TextData() -> void +DocumentFormat.OpenXml.Vml.Rectangle +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Rectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle() -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Shadow +DocumentFormat.OpenXml.Vml.Shadow.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Id.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Obscured.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.Obscured.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.On.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Origin.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Vml.Shadow.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shadow.Type.set -> void +DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Double = 1 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.DrawingRelative = 5 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Emboss = 2 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Perspective = 3 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.ShapeRelative = 4 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Single = 0 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.Shape +DocumentFormat.OpenXml.Vml.Shape.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shape.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shape.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Button.set -> void +DocumentFormat.OpenXml.Vml.Shape.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Class.set -> void +DocumentFormat.OpenXml.Vml.Shape.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shape.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.set -> void +DocumentFormat.OpenXml.Vml.Shape.EquationXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EquationXml.set -> void +DocumentFormat.OpenXml.Vml.Shape.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shape.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shape.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shape.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Href.set -> void +DocumentFormat.OpenXml.Vml.Shape.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Id.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shape.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shape.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shape.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shape.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Print.set -> void +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shape.Shape() -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shape.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Style.set -> void +DocumentFormat.OpenXml.Vml.Shape.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Target.set -> void +DocumentFormat.OpenXml.Vml.Shape.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Title.set -> void +DocumentFormat.OpenXml.Vml.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Type.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.ShapeHandle() -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandles +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles() -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Button.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Class.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Href.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Id.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Master.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Master.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shapetype.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Print.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype() -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Style.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Target.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Title.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.Empty = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.F = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.False = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.T = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.True = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Bitmap = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Picture = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureOld = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PicturePrint = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureScreen = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingLine = 7 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingRectangle = 13 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Button = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Checkbox = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Dialog = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Drop = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Edit = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Group = 17 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.GroupBox = 5 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Label = 6 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.List = 8 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Movie = 9 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Note = 10 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Picture = 11 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Radio = 12 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Rectangle = 18 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Scroll = 14 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Shape = 16 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Spin = 15 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible(string! text) -> void +DocumentFormat.OpenXml.Vml.Stroke +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.get -> DocumentFormat.OpenXml.Vml.Office.BottomStroke? +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color2.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.get -> DocumentFormat.OpenXml.Vml.Office.ColumnStroke? +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Stroke.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.FillType.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Href.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Id.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.set -> void +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.get -> DocumentFormat.OpenXml.Vml.Office.LeftStroke? +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.set -> void +DocumentFormat.OpenXml.Vml.Stroke.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.On.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.get -> DocumentFormat.OpenXml.Vml.Office.RightStroke? +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Source.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke() -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Title.set -> void +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.get -> DocumentFormat.OpenXml.Vml.Office.TopStroke? +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Weight.set -> void +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Long = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Short = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Block = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Classic = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Diamond = 4 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.None = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Open = 5 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Oval = 3 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Narrow = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Wide = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Flat = 0 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Round = 2 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Frame = 3 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Tile = 1 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Bevel = 1 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Miter = 2 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Round = 0 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.Single = 0 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickBetweenThin = 4 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickThin = 3 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThick = 2 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThin = 1 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.TextBox +DocumentFormat.OpenXml.Vml.TextBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Id.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Inset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Inset.set -> void +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Style.set -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox() -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.TextPath +DocumentFormat.OpenXml.Vml.TextPath.FitPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitPath.set -> void +DocumentFormat.OpenXml.Vml.TextPath.FitShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitShape.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Id.set -> void +DocumentFormat.OpenXml.Vml.TextPath.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.On.set -> void +DocumentFormat.OpenXml.Vml.TextPath.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.String.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Style.set -> void +DocumentFormat.OpenXml.Vml.TextPath.TextPath() -> void +DocumentFormat.OpenXml.Vml.TextPath.Trim.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.Trim.set -> void +DocumentFormat.OpenXml.Vml.TextPath.XScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.XScale.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.AnchorLock() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dash = 6 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotDot = 8 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashedSmall = 21 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dot = 5 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Double = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Hairline = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLInset = 26 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLOutset = 25 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.None = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Single = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Thick = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThin = 15 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinLarge = 18 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinSmall = 12 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThin = 14 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinLarge = 17 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinSmall = 11 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThick = 13 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickLarge = 16 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickSmall = 10 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.TextWrap() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Both = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Largest = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Left = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Right = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.None = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Through = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Tight = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.TopAndBottom = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.MiddleDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Indent = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Margin = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbstractNum +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.get -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelType? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.get -> DocumentFormat.OpenXml.Wordprocessing.Nsid? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.StyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.get -> DocumentFormat.OpenXml.Wordprocessing.TemplateCode? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.AbstractNumDefinitionName() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.AbstractNumId() -> void +DocumentFormat.OpenXml.Wordprocessing.Active +DocumentFormat.OpenXml.Wordprocessing.Active.Active() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.ActiveRecord() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ActiveWritingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.set -> void +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.AddressFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.AdjustLineHeightInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.AdjustRightIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.Aliases +DocumentFormat.OpenXml.Wordprocessing.Aliases.Aliases() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.AlignBorderAndEdges() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.AlignTablesRowByRow() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowPNG +DocumentFormat.OpenXml.Wordprocessing.AllowPNG.AllowPNG() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.AllowSpaceOfSameStyleInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.get -> DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.get -> DocumentFormat.OpenXml.Wordprocessing.MatchSource? +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltName +DocumentFormat.OpenXml.Wordprocessing.AltName.AltName() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.AlwaysMergeEmptyNamespace() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.AlwaysShowPlaceholderText() -> void +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.AnnotationReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.ApplyBreakingRules() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.AttachedSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.AttachedTemplate() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.AutoCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.AutofitToFirstFixedWidthCell() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.AutoFormatOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.AutoHyphenation() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.AutomaticallySizeFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.AutoRedefine() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.AutoSpaceDE() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.AutoSpaceDN() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95 +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.AutoSpaceLikeWord95() -> void +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.BalanceSingleByteDoubleByteWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.BarBorder +DocumentFormat.OpenXml.Wordprocessing.BarBorder.BarBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BasedOn +DocumentFormat.OpenXml.Wordprocessing.BasedOn.BasedOn() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior +DocumentFormat.OpenXml.Wordprocessing.Behavior.Behavior() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors() -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.BetweenBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BiDi +DocumentFormat.OpenXml.Wordprocessing.BiDi.BiDi() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.BiDiVisual() -> void +DocumentFormat.OpenXml.Wordprocessing.BlockQuote +DocumentFormat.OpenXml.Wordprocessing.BlockQuote.BlockQuote() -> void +DocumentFormat.OpenXml.Wordprocessing.Body +DocumentFormat.OpenXml.Wordprocessing.Body.Body() -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyDiv +DocumentFormat.OpenXml.Wordprocessing.BodyDiv.BodyDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Bold +DocumentFormat.OpenXml.Wordprocessing.Bold.Bold() -> void +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.BoldComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.BookFoldPrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.BookFoldPrintingSheets() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.BookFoldReversePrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.BookmarkEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.BookmarkStart() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Border +DocumentFormat.OpenXml.Wordprocessing.Border.Border() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.BordersDoNotSurroundFooter() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.BordersDoNotSurroundHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Apples = 27 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ArchedScallops = 28 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyPacifier = 29 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyRattle = 30 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Balloons3Colors = 31 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BalloonsHotAir = 32 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDashes = 33 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDots = 34 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackSquares = 35 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicThinLines = 36 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDashes = 37 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDots = 38 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteSquares = 39 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideInline = 40 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideMidline = 41 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideOutline = 42 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Bats = 43 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Birds = 44 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BirdsFlight = 45 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cabins = 46 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CakeSlice = 47 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CandyCorn = 48 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CelticKnotwork = 49 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CertificateBanner = 50 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChainLink = 51 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChampagneBottle = 52 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarBlack = 53 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarColor = 54 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Checkered = 55 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChristmasTree = 56 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesLines = 57 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesRectangles = 58 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ClassicalWave = 59 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Clocks = 60 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Compass = 61 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Confetti = 62 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiGrays = 63 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiOutline = 64 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiStreamers = 65 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiWhite = 66 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CornerTriangles = 67 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDashes = 68 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDots = 69 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrazyMaze = 70 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesButterfly = 71 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesFish = 72 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesInsects = 73 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesLadyBug = 74 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrossStitch = 75 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cup = 76 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dashed = 6 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashSmallGap = 21 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArch = 77 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArchColor = 78 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoBlocks = 79 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DiamondsGray = 80 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDotDash = 8 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dotted = 5 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Double = 4 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleD = 81 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleDiamonds = 82 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth1 = 83 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth2 = 84 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares1 = 85 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares2 = 86 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EggsBlack = 87 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Fans = 88 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Film = 89 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Firecrackers = 90 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersBlockPrint = 91 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersDaisies = 92 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern1 = 93 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern2 = 94 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersPansy = 95 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRedRose = 96 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRoses = 97 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTeacup = 98 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTiny = 99 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gems = 100 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.GingerbreadMan = 101 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gradient = 102 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade1 = 103 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade2 = 104 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartBalloon = 105 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartGray = 106 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hearts = 107 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeebieJeebies = 108 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Holly = 109 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HouseFunky = 110 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hypnotic = 111 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.IceCreamCones = 112 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Inset = 26 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.LightBulb = 113 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning1 = 114 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning2 = 115 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleLeaf = 117 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleMuffins = 118 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapPins = 116 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Marquee = 119 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MarqueeToothed = 120 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Moons = 121 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Mosaic = 122 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MusicNotes = 123 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.None = 1 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Northwest = 124 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Outset = 25 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Ovals = 125 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Packages = 126 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsBlack = 127 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsColor = 128 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PaperClips = 129 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Papyrus = 130 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyFavor = 131 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyGlass = 132 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pencils = 133 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.People = 134 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleHats = 136 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleWaving = 135 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Poinsettias = 137 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PostageStamp = 138 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pumpkin1 = 139 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote1 = 141 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote2 = 140 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pyramids = 142 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PyramidsAbove = 143 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Quadrants = 144 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Rings = 145 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Safari = 146 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sawtooth = 147 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SawtoothGray = 148 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ScaredCat = 149 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Seattle = 150 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShadowedSquares = 151 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes1 = 181 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes2 = 182 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SharksTeeth = 152 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShorebirdTracks = 153 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Single = 2 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Skyrocket = 154 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SnowflakeFancy = 155 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Snowflakes = 156 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sombrero = 157 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Southwest = 158 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars = 159 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars3d = 161 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsBlack = 162 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsShadowed = 163 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsTop = 160 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sun = 164 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Swirligig = 165 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinLargeGap = 17 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinMediumGap = 14 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinSmallGap = 11 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickLargeGap = 16 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickMediumGap = 13 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickSmallGap = 10 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinLargeGap = 18 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinMediumGap = 15 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinSmallGap = 12 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaper = 166 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaperBlack = 167 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Trees = 168 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle1 = 177 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle2 = 178 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle1 = 179 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle2 = 180 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleParty = 169 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangles = 170 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal1 = 171 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal2 = 172 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal3 = 173 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal4 = 174 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal5 = 175 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal6 = 176 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines1 = 183 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines2 = 184 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Vine = 185 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Waveline = 186 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingAngles = 187 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingBraid = 188 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingRibbon = 189 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingStrips = 190 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WhiteFlowers = 191 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Woodwork = 192 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.XIllusions = 193 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZanyTriangles = 194 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZag = 195 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZagStitch = 196 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMargin +DocumentFormat.OpenXml.Wordprocessing.BottomMargin.BottomMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.BottomMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.Break +DocumentFormat.OpenXml.Wordprocessing.Break.Break() -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.set -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.All = 3 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Column = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.TextWrapping = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CachedColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CalculateOnExit() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar +DocumentFormat.OpenXml.Wordprocessing.Calendar.Calendar() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Gregorian = 0 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianArabic = 13 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianMeFrench = 12 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedEnglish = 9 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedFrench = 10 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianUs = 11 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hebrew = 3 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hijri = 1 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Japan = 5 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Korea = 7 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.None = 14 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Saka = 8 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Thai = 6 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Umalqura = 2 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CantSplit +DocumentFormat.OpenXml.Wordprocessing.CantSplit.CantSplit() -> void +DocumentFormat.OpenXml.Wordprocessing.Caps +DocumentFormat.OpenXml.Wordprocessing.Caps.Caps() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption +DocumentFormat.OpenXml.Wordprocessing.Caption.Caption() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Above = 0 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Below = 1 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.Captions +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions() -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CarriageReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.Category +DocumentFormat.OpenXml.Wordprocessing.Category.Category() -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.get -> DocumentFormat.OpenXml.Wordprocessing.Gallery? +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.Category.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellDeletion +DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CellDeletion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellInsertion +DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CellInsertion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.CellMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Colon = 2 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EmDash = 3 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EnDash = 4 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Hyphen = 0 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Period = 1 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.CharacterScale +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CharacterScale() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CharacterSpacingControl() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuation = 1 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuationAndJapaneseKana = 2 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.DoNotCompress = 0 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CheckBox +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Checked +DocumentFormat.OpenXml.Wordprocessing.Checked.Checked() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckErrors +DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CheckErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.ClickAndTypeStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Color +DocumentFormat.OpenXml.Wordprocessing.Color.Color() -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.ColorSchemeMapping() -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column +DocumentFormat.OpenXml.Wordprocessing.Column.Column() -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.ColumnDelimiter() -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.ColumnIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Angle = 3 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Curly = 4 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Round = 1 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Square = 2 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.Comment +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment() -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.set -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CommentRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CommentRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentReference +DocumentFormat.OpenXml.Wordprocessing.CommentReference.CommentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.get -> DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.get -> DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.get -> DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.get -> DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility() -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.get -> DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.get -> DocumentFormat.OpenXml.Wordprocessing.GrowAutofit? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.get -> DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.get -> DocumentFormat.OpenXml.Wordprocessing.NoLeading? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.get -> DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.get -> DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.get -> DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.get -> DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.get -> DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.get -> DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.get -> DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.get -> DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.get -> DocumentFormat.OpenXml.Wordprocessing.SubFontBySize? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.get -> DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.get -> DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.get -> DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.get -> DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.get -> DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.get -> DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CompatibilitySetting() -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowHyphenationAtTrackBottom = 6 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowTextAfterFloatingTableBreak = 7 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.CompatibilityMode = 0 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DifferentiateMultirowTableHeaders = 4 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DoNotFlipMirrorIndents = 3 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.EnableOpenTypeFeatures = 2 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.OverrideTableStyleFontSizeAndJustification = 1 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.UseWord2013TrackBottomHyphenation = 5 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.ComplexScript +DocumentFormat.OpenXml.Wordprocessing.ComplexScript.ComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.ConditionalFormatStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConnectString +DocumentFormat.OpenXml.Wordprocessing.ConnectString.ConnectString() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.ConsecutiveHyphenLimit() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart +DocumentFormat.OpenXml.Wordprocessing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.ContextualSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.ContinuationSeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Control +DocumentFormat.OpenXml.Wordprocessing.Control.Control() -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.ConvertMailMergeEscape() -> void +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.Custom = 2 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaAdvancedEncryptionStandard = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CustomXmlAttribute() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CustomXmlDelRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CustomXmlDelRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CustomXmlInsRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CustomXmlInsRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CustomXmlMoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CustomXmlMoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CustomXmlMoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CustomXmlMoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CustomXmlPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding +DocumentFormat.OpenXml.Wordprocessing.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.get -> DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSource? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceReference? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.get -> DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.DataSourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.DataSourceTableName() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType +DocumentFormat.OpenXml.Wordprocessing.DataType.DataType() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormat +DocumentFormat.OpenXml.Wordprocessing.DateFormat.DateFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Date = 1 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.DateTime = 2 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DayLong +DocumentFormat.OpenXml.Wordprocessing.DayLong.DayLong() -> void +DocumentFormat.OpenXml.Wordprocessing.DayShort +DocumentFormat.OpenXml.Wordprocessing.DayShort.DayShort() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.DecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.DecimalSymbol() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.DefaultCheckBoxFormFieldState() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.DefaultDropDownListItemIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.DefaultTableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.DefaultTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.DefaultTextBoxFormFieldString() -> void +DocumentFormat.OpenXml.Wordprocessing.Deleted +DocumentFormat.OpenXml.Wordprocessing.Deleted.Deleted() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.Description +DocumentFormat.OpenXml.Wordprocessing.Description.Description() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination +DocumentFormat.OpenXml.Wordprocessing.Destination.Destination() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Ltr = 0 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Rtl = 1 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.Dirty +DocumentFormat.OpenXml.Wordprocessing.Dirty.Dirty() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Next = 0 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Previous = 1 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.DisplayBackgroundShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.DisplayHangulFixedWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.DisplayHorizontalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.DisplayVerticalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.Div +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.get -> DocumentFormat.OpenXml.Wordprocessing.BlockQuote? +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BodyDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div() -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.get -> DocumentFormat.OpenXml.Wordprocessing.DivBorder? +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Div.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivId +DocumentFormat.OpenXml.Wordprocessing.DivId.DivId() -> void +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Divs +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs() -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.DocGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Lines = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.LinesAndChars = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.SnapToChars = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocPart +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartBody? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartProperties? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Content = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Paragraph = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBody +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.DocPartCategory() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.DocPartGallery() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Any = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.AutoText = 11 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Bibliography = 17 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CoverPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom1 = 33 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom2 = 34 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom3 = 35 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom4 = 36 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom5 = 37 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomAutoText = 26 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomBibliography = 32 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomCoverPage = 19 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomEquation = 20 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomFooter = 21 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomHeaders = 22 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumber = 23 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberBottom = 29 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberMargin = 30 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberTop = 28 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomQuickParts = 18 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTable = 24 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTableOfContents = 31 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTextBox = 27 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomWatermark = 25 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.DocumentPart = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Equation = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Footer = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Header = 7 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumber = 8 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberBottom = 14 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberMargins = 15 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberTop = 13 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Placeholder = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Table = 9 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TableOfContents = 16 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TextBox = 12 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.WaterMark = 10 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartId +DocumentFormat.OpenXml.Wordprocessing.DocPartId.DocPartId() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.DocPartName() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.get -> DocumentFormat.OpenXml.Wordprocessing.Behaviors? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.get -> DocumentFormat.OpenXml.Wordprocessing.Category? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.get -> DocumentFormat.OpenXml.Wordprocessing.Description? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartName? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartTypes? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.get -> DocumentFormat.OpenXml.Wordprocessing.StyleId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartReference +DocumentFormat.OpenXml.Wordprocessing.DocPartReference.DocPartReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType +DocumentFormat.OpenXml.Wordprocessing.DocPartType.DocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.DocPartUnique() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.AutoExp = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.FormField = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Normal = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.SdtPlaceholder = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Speller = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Toolbar = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.Document +DocumentFormat.OpenXml.Wordprocessing.Document.Body.get -> DocumentFormat.OpenXml.Wordprocessing.Body? +DocumentFormat.OpenXml.Wordprocessing.Document.Body.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document() -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Load(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.Document.Save(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.get -> DocumentFormat.OpenXml.Vml.Background? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.strict = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.transitional = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.DocumentProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Comments = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Forms = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.ReadOnly = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.TrackedChanges = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentType +DocumentFormat.OpenXml.Wordprocessing.DocumentType.DocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Letter = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.NotSpecified = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.DocumentVariable() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.DoNotAutoCompressPictures() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.DoNotAutofitConstrainedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.DoNotBreakConstrainedForcedTable() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.DoNotBreakWrappedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.DoNotDemarcateInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.DoNotDisplayPageBoundaries() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.DoNotExpandShiftReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.DoNotHyphenateCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.DoNotIncludeSubdocsInStats() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.DoNotLeaveBackslashAlone() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.DoNotOrganizeInFolder() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.DoNotRelyOnCSS() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.DoNotSaveAsSingleFile() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.DoNotShadeFormData() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.DoNotSnapToGridInCell() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.DoNotSuppressBlankLines() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.DoNotSuppressIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.DoNotSuppressParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.DoNotTrackFormatting() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.DoNotTrackMoves() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.DoNotUseEastAsianBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.DoNotUseHTMLParagraphAutoSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.DoNotUseIndentAsNumberingTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.DoNotUseLongFileNames() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.DoNotUseMarginsForDrawingGridOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.DoNotValidateAgainstSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.DoNotVerticallyAlignCellWithShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.DoNotVerticallyAlignInTextBox() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.DoNotWrapTextWithPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.DoubleStrike() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.set -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.DrawingGridHorizontalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.DrawingGridHorizontalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.DrawingGridVerticalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.DrawingGridVerticalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Drop = 1 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Margin = 2 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.get -> DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.DropDownListSelection() -> void +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.DynamicAddress() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.EastAsianLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.EmbedBoldFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.EmbedBoldItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.EmbedItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.EmbedRegularFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.EmbedSystemFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.EmbedTrueTypeFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Emboss +DocumentFormat.OpenXml.Wordprocessing.Emboss.Emboss() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Emphasis() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Circle = 3 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Comma = 2 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.UnderDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmptyType +DocumentFormat.OpenXml.Wordprocessing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Wordprocessing.Enabled +DocumentFormat.OpenXml.Wordprocessing.Enabled.Enabled() -> void +DocumentFormat.OpenXml.Wordprocessing.EndBorder +DocumentFormat.OpenXml.Wordprocessing.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.EndMargin +DocumentFormat.OpenXml.Wordprocessing.EndMargin.EndMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.EndnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.DocumentEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.SectionEnd = 0 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.EndnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.EndnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Load(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Save(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.EndnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EntryMacro +DocumentFormat.OpenXml.Wordprocessing.EntryMacro.EntryMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.EvenAndOddHeaders() -> void +DocumentFormat.OpenXml.Wordprocessing.ExitMacro +DocumentFormat.OpenXml.Wordprocessing.ExitMacro.ExitMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FormFieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Begin = 0 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.End = 2 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Separate = 1 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCode +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.get -> DocumentFormat.OpenXml.Wordprocessing.DynamicAddress? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.get -> DocumentFormat.OpenXml.Wordprocessing.MappedName? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.FirstRowHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText +DocumentFormat.OpenXml.Wordprocessing.FitText.FitText() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FlatBorders +DocumentFormat.OpenXml.Wordprocessing.FlatBorders.FlatBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.Font +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.get -> DocumentFormat.OpenXml.Wordprocessing.AltName? +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font() -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.get -> DocumentFormat.OpenXml.Wordprocessing.FontCharSet? +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.get -> DocumentFormat.OpenXml.Wordprocessing.FontFamily? +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.get -> DocumentFormat.OpenXml.Wordprocessing.FontSignature? +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Font.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.get -> DocumentFormat.OpenXml.Wordprocessing.NotTrueType? +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.get -> DocumentFormat.OpenXml.Wordprocessing.Panose1Number? +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.get -> DocumentFormat.OpenXml.Wordprocessing.Pitch? +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily +DocumentFormat.OpenXml.Wordprocessing.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Auto = 5 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Decorative = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Modern = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Roman = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Script = 3 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Swiss = 4 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Variable = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontRelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.set -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Wordprocessing.Fonts.Load(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Save(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.FontSignature() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSize +DocumentFormat.OpenXml.Wordprocessing.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.FontSizeComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.ComplexScript = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.EastAsia = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.Footer +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer() -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.FooterPart.get -> DocumentFormat.OpenXml.Packaging.FooterPart? +DocumentFormat.OpenXml.Wordprocessing.Footer.Load(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Save(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FooterReference +DocumentFormat.OpenXml.Wordprocessing.FooterReference.FooterReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.FootnoteEndnoteReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.FootnoteEndnoteSeparatorReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationNotice = 3 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationSeparator = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Normal = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Separator = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.FootnoteLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.FootnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.BeneathText = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.PageBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.SectionEnd = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.FootnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.FootnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Load(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Save(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.FootnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.ForceUpgrade() -> void +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.ForgetLastTabAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.Format +DocumentFormat.OpenXml.Wordprocessing.Format.Format() -> void +DocumentFormat.OpenXml.Wordprocessing.Format.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Format.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.FormFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.FormFieldSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FormProtection +DocumentFormat.OpenXml.Wordprocessing.FormProtection.FormProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.FormsDesign +DocumentFormat.OpenXml.Wordprocessing.FormsDesign.FormsDesign() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.get -> DocumentFormat.OpenXml.Wordprocessing.FrameName? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedToFile? +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.get -> DocumentFormat.OpenXml.Wordprocessing.MarginHeight? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.get -> DocumentFormat.OpenXml.Wordprocessing.MarginWidth? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.get -> DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed? +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.get -> DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility? +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceFileReference? +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.FrameLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Columns = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.None = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Rows = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameName +DocumentFormat.OpenXml.Wordprocessing.FrameName.FrameName() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.FrameProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Auto = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.Frameset +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.get -> DocumentFormat.OpenXml.Wordprocessing.FrameLayout? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset() -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.get -> DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.get -> DocumentFormat.OpenXml.Wordprocessing.FlatBorders? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar() -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.get -> DocumentFormat.OpenXml.Wordprocessing.NoBorder? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.get -> DocumentFormat.OpenXml.Wordprocessing.Width? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameSize +DocumentFormat.OpenXml.Wordprocessing.FrameSize.FrameSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery +DocumentFormat.OpenXml.Wordprocessing.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.get -> DocumentFormat.OpenXml.Wordprocessing.DocParts? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument() -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Load(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Save(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GridAfter +DocumentFormat.OpenXml.Wordprocessing.GridAfter.GridAfter() -> void +DocumentFormat.OpenXml.Wordprocessing.GridBefore +DocumentFormat.OpenXml.Wordprocessing.GridBefore.GridBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn +DocumentFormat.OpenXml.Wordprocessing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.GridSpan +DocumentFormat.OpenXml.Wordprocessing.GridSpan.GridSpan() -> void +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.GrowAutofit() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.GutterAtTop() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.GutterOnRight() -> void +DocumentFormat.OpenXml.Wordprocessing.Header +DocumentFormat.OpenXml.Wordprocessing.Header.Header() -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.HeaderPart.get -> DocumentFormat.OpenXml.Packaging.HeaderPart? +DocumentFormat.OpenXml.Wordprocessing.Header.Load(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Save(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.HeaderFooterReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Default = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Even = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.First = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderReference +DocumentFormat.OpenXml.Wordprocessing.HeaderReference.HeaderReference() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderSource +DocumentFormat.OpenXml.Wordprocessing.HeaderSource.HeaderSource() -> void +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HelpText +DocumentFormat.OpenXml.Wordprocessing.HelpText.HelpText() -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hidden +DocumentFormat.OpenXml.Wordprocessing.Hidden.Hidden() -> void +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.HideGrammaticalErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.HideMark +DocumentFormat.OpenXml.Wordprocessing.HideMark.HideMark() -> void +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.HideSpellingErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight +DocumentFormat.OpenXml.Wordprocessing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Black = 0 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Blue = 1 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Cyan = 2 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkBlue = 8 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkCyan = 9 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGray = 14 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGreen = 10 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkMagenta = 11 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkRed = 12 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkYellow = 13 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Green = 3 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.LightGray = 15 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Magenta = 4 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.None = 16 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Red = 5 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.White = 7 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Yellow = 6 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.HorizontalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.HpsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.HyphenationZone() -> void +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.IgnoreMixedContent() -> void +DocumentFormat.OpenXml.Wordprocessing.Imprint +DocumentFormat.OpenXml.Wordprocessing.Imprint.Imprint() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Indentation() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.AutoText = 1 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.Inserted +DocumentFormat.OpenXml.Wordprocessing.Inserted.Inserted() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.IsLegalNumberingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Italic +DocumentFormat.OpenXml.Wordprocessing.Italic.Italic() -> void +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.ItalicComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification +DocumentFormat.OpenXml.Wordprocessing.Justification.Justification() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Both = 5 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Distribute = 7 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.End = 4 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.HighKashida = 9 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.LowKashida = 10 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.MediumKashida = 6 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.NumTab = 8 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Right = 3 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Start = 1 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.ThaiDistribute = 11 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.KeepLines +DocumentFormat.OpenXml.Wordprocessing.KeepLines.KeepLines() -> void +DocumentFormat.OpenXml.Wordprocessing.KeepNext +DocumentFormat.OpenXml.Wordprocessing.KeepNext.KeepNext() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern +DocumentFormat.OpenXml.Wordprocessing.Kern.Kern() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Kinsoku +DocumentFormat.OpenXml.Wordprocessing.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId +DocumentFormat.OpenXml.Wordprocessing.LanguageId.LanguageId() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Languages +DocumentFormat.OpenXml.Wordprocessing.Languages.Languages() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.LanguageType() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.LastRenderedPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.LatentStyleExceptionInfo() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.LayoutRawTableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.LayoutTableRowsApart() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMargin +DocumentFormat.OpenXml.Wordprocessing.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.LeftMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyNumbering() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.get -> DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle? +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.get -> DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering? +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level() -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.get -> DocumentFormat.OpenXml.Wordprocessing.LevelJustification? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.get -> DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.get -> DocumentFormat.OpenXml.Wordprocessing.LevelRestart? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.get -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffix? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.get -> DocumentFormat.OpenXml.Wordprocessing.LevelText? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel? +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.LevelJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelOverride +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.get -> DocumentFormat.OpenXml.Wordprocessing.Level? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.LevelPictureBulletId() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelRestart +DocumentFormat.OpenXml.Wordprocessing.LevelRestart.LevelRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.LevelSuffix() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Nothing = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Space = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Tab = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelText +DocumentFormat.OpenXml.Wordprocessing.LevelText.LevelText() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberType +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.LineNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6 +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.LineWrapLikeWord6() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.LinkedStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.LinkedToFile() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkStyles +DocumentFormat.OpenXml.Wordprocessing.LinkStyles.LinkStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.LinkToQuery() -> void +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.ListEntryFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListSeparator +DocumentFormat.OpenXml.Wordprocessing.ListSeparator.ListSeparator() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock +DocumentFormat.OpenXml.Wordprocessing.Lock.Lock() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Locked +DocumentFormat.OpenXml.Wordprocessing.Locked.Locked() -> void +DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.ContentLocked = 1 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtContentLocked = 3 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtLocked = 0 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.Unlocked = 2 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.LongHexNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.MacroNameType() -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.MacWordSmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.MailAsAttachment() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.get -> DocumentFormat.OpenXml.Wordprocessing.ActiveRecord? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.get -> DocumentFormat.OpenXml.Wordprocessing.AddressFieldName? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.get -> DocumentFormat.OpenXml.Wordprocessing.CheckErrors? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.get -> DocumentFormat.OpenXml.Wordprocessing.ConnectString? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceObject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceReference? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.get -> DocumentFormat.OpenXml.Wordprocessing.DataType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.get -> DocumentFormat.OpenXml.Wordprocessing.Destination? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.get -> DocumentFormat.OpenXml.Wordprocessing.HeaderSource? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.get -> DocumentFormat.OpenXml.Wordprocessing.LinkToQuery? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.get -> DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.get -> DocumentFormat.OpenXml.Wordprocessing.MailSubject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.get -> DocumentFormat.OpenXml.Wordprocessing.MainDocumentType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.get -> DocumentFormat.OpenXml.Wordprocessing.Query? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.get -> DocumentFormat.OpenXml.Wordprocessing.ViewMergedData? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Database = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Native = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Odbc = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Query = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Spreadsheet = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.TextFile = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Fax = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.NewDocument = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Printer = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Catalog = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Email = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Envelope = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Fax = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.FormLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.MailingLabel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.MailMergeFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.DbColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.Null = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.MailMergeSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.AddressBook = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Database = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document1 = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Email = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Legacy = 7 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Master = 8 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Native = 6 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Text = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailSubject +DocumentFormat.OpenXml.Wordprocessing.MailSubject.MailSubject() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.MainDocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MappedName +DocumentFormat.OpenXml.Wordprocessing.MappedName.MappedName() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginHeight +DocumentFormat.OpenXml.Wordprocessing.MarginHeight.MarginHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginWidth +DocumentFormat.OpenXml.Wordprocessing.MarginWidth.MarginWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.MarkupRangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Wordprocessing.MatchSource +DocumentFormat.OpenXml.Wordprocessing.MatchSource.MatchSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength +DocumentFormat.OpenXml.Wordprocessing.MaxLength.MaxLength() -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.MirrorIndents() -> void +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.MirrorMargins() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthLong +DocumentFormat.OpenXml.Wordprocessing.MonthLong.MonthLong() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthShort +DocumentFormat.OpenXml.Wordprocessing.MonthShort.MonthShort() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.MoveBookmarkType() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFrom +DocumentFormat.OpenXml.Wordprocessing.MoveFrom.MoveFrom() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.MoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.MoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveTo +DocumentFormat.OpenXml.Wordprocessing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.MoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.MoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MovieReference +DocumentFormat.OpenXml.Wordprocessing.MovieReference.MovieReference() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.MultiLevelType() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.HybridMultilevel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.Multilevel = 1 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.SingleLevel = 0 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.Name +DocumentFormat.OpenXml.Wordprocessing.Name.Name() -> void +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.NextParagraphStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBorder +DocumentFormat.OpenXml.Wordprocessing.NoBorder.NoBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.NoBreakHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.NoColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.NoEndnote +DocumentFormat.OpenXml.Wordprocessing.NoEndnote.NoEndnote() -> void +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.NoExtraLineSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLeading +DocumentFormat.OpenXml.Wordprocessing.NoLeading.NoLeading() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.NoLineBreaksAfterKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.NoLineBreaksBeforeKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.NonNegativeDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.NonNegativeShortType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoProof +DocumentFormat.OpenXml.Wordprocessing.NoProof.NoProof() -> void +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.NoPunctuationKerning() -> void +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.NoResizeAllowed() -> void +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.NoSpaceRaiseLower() -> void +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.NoTabHangIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.NotTrueType +DocumentFormat.OpenXml.Wordprocessing.NotTrueType.NotTrueType() -> void +DocumentFormat.OpenXml.Wordprocessing.NoWrap +DocumentFormat.OpenXml.Wordprocessing.NoWrap.NoWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.Nsid +DocumentFormat.OpenXml.Wordprocessing.Nsid.Nsid() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Aiueo = 12 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.AiueoFullWidth = 20 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAbjad = 52 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAlpha = 51 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.BahtText = 60 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Bullet = 23 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.CardinalText = 6 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chicago = 9 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCounting = 37 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCountingThousand = 39 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseLegalSimplified = 38 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chosung = 25 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Custom = 62 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Decimal = 0 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircle = 18 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircleChinese = 28 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedFullstop = 26 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedParen = 27 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth = 14 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth2 = 19 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalHalfWidth = 15 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalZero = 22 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DollarText = 61 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ganada = 24 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew1 = 49 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew2 = 50 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hex = 8 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiConsonants = 54 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiCounting = 56 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiNumbers = 55 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiVowels = 53 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographDigital = 10 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographEnclosedCircle = 29 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographLegalTraditional = 34 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographTraditional = 30 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiac = 31 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiacTraditional = 32 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Iroha = 13 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IrohaFullWidth = 21 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseCounting = 11 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseDigitalTenThousand = 17 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseLegal = 16 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanCounting = 41 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital = 40 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital2 = 43 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanLegal = 42 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerLetter = 4 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerRoman = 2 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.None = 47 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.NumberInDash = 48 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ordinal = 5 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.OrdinalText = 7 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianLower = 45 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianUpper = 46 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCounting = 33 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCountingThousand = 35 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseDigital = 36 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiCounting = 59 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiLetters = 57 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiNumbers = 58 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperRoman = 1 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.VietnameseCounting = 44 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.Numbering +DocumentFormat.OpenXml.Wordprocessing.Numbering.Load(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering() -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Wordprocessing.Numbering.Save(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.NumberingChange() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingId +DocumentFormat.OpenXml.Wordprocessing.NumberingId.NumberingId() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.NumberingIdMacAtCleanup() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumId? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.NumberingLevelReference() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.get -> DocumentFormat.OpenXml.Wordprocessing.Drawing? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.get -> DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingId? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.NumberingRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.NumberingStart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.NumberingStyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.content = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.icon = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ObjectEmbed() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ObjectLink() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.always = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.onCall = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.OfficeMath +DocumentFormat.OpenXml.Wordprocessing.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.OnOffOnlyType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffType +DocumentFormat.OpenXml.Wordprocessing.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.OptimizeForBrowser() -> void +DocumentFormat.OpenXml.Wordprocessing.Outline +DocumentFormat.OpenXml.Wordprocessing.Outline.Outline() -> void +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.OutlineLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.OverflowPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.AllPages = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.FirstPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.NotFirstPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Text = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorders +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Back = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Front = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.PageBreakBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.PageMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumber +DocumentFormat.OpenXml.Wordprocessing.PageNumber.PageNumber() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.PageNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Landscape = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Portrait = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageSize +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.PageSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Panose1Number() -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.PaperSource() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BarBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BetweenBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SectionProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.ParagraphStyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.ParagraphStyleIdInLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.PermEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.PermStart() -> void +DocumentFormat.OpenXml.Wordprocessing.Personal +DocumentFormat.OpenXml.Wordprocessing.Personal.Personal() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.PersonalCompose() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalReply +DocumentFormat.OpenXml.Wordprocessing.PersonalReply.PersonalReply() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.PhoneticGuideBaseTextSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.PhoneticGuideRaise() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.PhoneticGuideTextFontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase() -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch +DocumentFormat.OpenXml.Wordprocessing.Pitch.Pitch() -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.PixelsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.PixelsPerInch() -> void +DocumentFormat.OpenXml.Wordprocessing.Position +DocumentFormat.OpenXml.Wordprocessing.Position.Position() -> void +DocumentFormat.OpenXml.Wordprocessing.Position.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Position.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.PositionalTab() -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.BestFit = 2 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.FullPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.TextFit = 3 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.get -> DocumentFormat.OpenXml.Wordprocessing.Columns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.get -> DocumentFormat.OpenXml.Wordprocessing.DocGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.get -> DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.get -> DocumentFormat.OpenXml.Wordprocessing.FormProtection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.get -> DocumentFormat.OpenXml.Wordprocessing.GutterOnRight? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.LineNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.get -> DocumentFormat.OpenXml.Wordprocessing.NoEndnote? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.get -> DocumentFormat.OpenXml.Wordprocessing.PageBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.get -> DocumentFormat.OpenXml.Wordprocessing.PageMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.PageNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.get -> DocumentFormat.OpenXml.Wordprocessing.PageSize? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.get -> DocumentFormat.OpenXml.Wordprocessing.PaperSource? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.get -> DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.get -> DocumentFormat.OpenXml.Wordprocessing.SectionType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.get -> DocumentFormat.OpenXml.Wordprocessing.TitlePage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.PrimaryStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.PrintBodyTextBeforeHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.PrintColorBlackWhite() -> void +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.PrinterSettingsReference() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.PrintFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.PrintFractionalCharacterWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.PrintPostScriptOverText() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.PrintTwoOnOne() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError +DocumentFormat.OpenXml.Wordprocessing.ProofError.ProofError() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarEnd = 3 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarStart = 2 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellStart = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Clean = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Dirty = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofState +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.ProofState() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.set -> void +DocumentFormat.OpenXml.Wordprocessing.Query +DocumentFormat.OpenXml.Wordprocessing.Query.Query() -> void +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Administrators = 2 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Contributors = 3 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Current = 6 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Editors = 4 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Everyone = 1 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Owners = 5 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.ReadModeInkLockDown() -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.get -> DocumentFormat.OpenXml.Wordprocessing.Active? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData() -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.get -> DocumentFormat.OpenXml.Wordprocessing.UniqueTag? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.RecipientDataReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients +DocumentFormat.OpenXml.Wordprocessing.Recipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.RelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.RelyOnVML() -> void +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.RemoveDateAndTime() -> void +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.RemovePersonalInformation() -> void +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.Continuous = 0 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RevisionView +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.RevisionView() -> void +DocumentFormat.OpenXml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMargin +DocumentFormat.OpenXml.Wordprocessing.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.RightMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.RightToLeftText() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsid +DocumentFormat.OpenXml.Wordprocessing.Rsid.Rsid() -> void +DocumentFormat.OpenXml.Wordprocessing.RsidRoot +DocumentFormat.OpenXml.Wordprocessing.RsidRoot.RsidRoot() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.get -> DocumentFormat.OpenXml.Wordprocessing.RsidRoot? +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.set -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby() -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.get -> DocumentFormat.OpenXml.Wordprocessing.RubyBase? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.get -> DocumentFormat.OpenXml.Wordprocessing.RubyContent? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RubyProperties? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.RubyAlign() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Center = 0 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeLetter = 1 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeSpace = 2 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Left = 3 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.RightVertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyBase +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.get -> DocumentFormat.OpenXml.Wordprocessing.Dirty? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.get -> DocumentFormat.OpenXml.Wordprocessing.RubyAlign? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run() -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.RunFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.get -> DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.get -> DocumentFormat.OpenXml.Office2010.Word.FillTextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.get -> DocumentFormat.OpenXml.Office2010.Word.Glow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.get -> DocumentFormat.OpenXml.Wordprocessing.Highlight? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.get -> DocumentFormat.OpenXml.Office2010.Word.Ligatures? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Office2010.Word.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.get -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.get -> DocumentFormat.OpenXml.Office2010.Word.Properties3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.get -> DocumentFormat.OpenXml.Office2010.Word.Reflection? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunStyle? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.get -> DocumentFormat.OpenXml.Office2010.Word.Scene3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.get -> DocumentFormat.OpenXml.Office2010.Word.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.get -> DocumentFormat.OpenXml.Office2010.Word.StylisticSets? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.get -> DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunStyle +DocumentFormat.OpenXml.Wordprocessing.RunStyle.RunStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.SaveFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.SaveInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.SavePreviewPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.SaveSubsetFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SaveThroughXslt() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.SaveXmlDataOnly() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.ScrollbarVisibility() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtAlias +DocumentFormat.OpenXml.Wordprocessing.SdtAlias.SdtAlias() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock? +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentCell? +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.SdtContentBibliography() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.SdtContentCitation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.get -> DocumentFormat.OpenXml.Wordprocessing.Calendar? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.get -> DocumentFormat.OpenXml.Wordprocessing.DateFormat? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.get -> DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.SdtContentEquation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.SdtContentGroup() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.SdtContentPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.SdtContentRichText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.SdtContentText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.SdtDateMappingType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartCategory? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartGallery? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartUnique? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtId +DocumentFormat.OpenXml.Wordprocessing.SdtId.SdtId() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartReference? +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRow? +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRun? +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby? +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.EvenPage = 3 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.OddPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionProperties +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType +DocumentFormat.OpenXml.Wordprocessing.SectionType.SectionType() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.SelectFieldWithFirstOrLastChar() -> void +DocumentFormat.OpenXml.Wordprocessing.SemiHidden +DocumentFormat.OpenXml.Wordprocessing.SemiHidden.SemiHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.SeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.get -> DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges? +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape? +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.get -> DocumentFormat.OpenXml.Wordprocessing.GutterAtTop? +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Load(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorMargins? +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.get -> DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.get -> DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.get -> DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Save(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.SaveFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.get -> DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.View.get -> DocumentFormat.OpenXml.Wordprocessing.View? +DocumentFormat.OpenXml.Wordprocessing.Settings.View.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.get -> DocumentFormat.OpenXml.Wordprocessing.WriteProtection? +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.get -> DocumentFormat.OpenXml.Wordprocessing.Zoom? +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Shading() -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Clear = 1 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalCross = 8 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalStripe = 6 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalCross = 7 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalStripe = 3 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent10 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent12 = 17 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent15 = 18 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent20 = 19 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent25 = 20 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent30 = 21 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent35 = 22 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent37 = 23 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent40 = 24 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent45 = 25 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent5 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent50 = 26 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent55 = 27 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent60 = 28 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent62 = 29 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent65 = 30 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent70 = 31 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent75 = 32 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent80 = 33 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent85 = 34 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent87 = 35 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent90 = 36 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent95 = 37 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ReverseDiagonalStripe = 5 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Solid = 2 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalCross = 14 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalStripe = 12 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalCross = 13 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalStripe = 9 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinReverseDiagonalStripe = 11 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinVerticalStripe = 10 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.VerticalStripe = 4 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.Shadow +DocumentFormat.OpenXml.Wordprocessing.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.ShapeLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.ShowBreaksInFrames() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.ShowEnvelope() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.ShowingPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.ShowXmlTags() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.SignedTwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SmallCaps +DocumentFormat.OpenXml.Wordprocessing.SmallCaps.SmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.SnapToGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.SoftHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.SourceFileReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceReference +DocumentFormat.OpenXml.Wordprocessing.SourceReference.SourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.SpaceForUnderline() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing +DocumentFormat.OpenXml.Wordprocessing.Spacing.Spacing() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.SpacingBetweenLines() -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.SpacingInWholePoints() -> void +DocumentFormat.OpenXml.Wordprocessing.SpecVanish +DocumentFormat.OpenXml.Wordprocessing.SpecVanish.SpecVanish() -> void +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.SplitPageBreakAndParagraphMark() -> void +DocumentFormat.OpenXml.Wordprocessing.StartBorder +DocumentFormat.OpenXml.Wordprocessing.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.StartMargin +DocumentFormat.OpenXml.Wordprocessing.StartMargin.StartMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.StartNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.StartOverrideNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText +DocumentFormat.OpenXml.Wordprocessing.StatusText.StatusText() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsAnsi = 0 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsArabic = 11 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsBaltic = 12 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsChinese5 = 6 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsEastEurope = 15 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGB2312 = 5 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGreek = 7 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHangeul = 3 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHebrew = 10 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsJohab = 4 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsMacFfn = 1 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsRussian = 13 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsShiftJIS = 2 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsThai = 14 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsTurkish = 8 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsVietnamese = 9 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.StrictFirstAndLastChars() -> void +DocumentFormat.OpenXml.Wordprocessing.Strike +DocumentFormat.OpenXml.Wordprocessing.Strike.Strike() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type +DocumentFormat.OpenXml.Wordprocessing.String253Type.String253Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type +DocumentFormat.OpenXml.Wordprocessing.String255Type.String255Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StringType +DocumentFormat.OpenXml.Wordprocessing.StringType.StringType() -> void +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.get -> DocumentFormat.OpenXml.Wordprocessing.Aliases? +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.get -> DocumentFormat.OpenXml.Wordprocessing.AutoRedefine? +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.get -> DocumentFormat.OpenXml.Wordprocessing.BasedOn? +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Default.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Default.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.get -> DocumentFormat.OpenXml.Wordprocessing.Locked? +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.get -> DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.get -> DocumentFormat.OpenXml.Wordprocessing.Personal? +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalCompose? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalReply? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.get -> DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.get -> DocumentFormat.OpenXml.Wordprocessing.Rsid? +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.get -> DocumentFormat.OpenXml.Wordprocessing.SemiHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style() -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.get -> DocumentFormat.OpenXml.Wordprocessing.StyleHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.get -> DocumentFormat.OpenXml.Wordprocessing.StyleName? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.get -> DocumentFormat.OpenXml.Wordprocessing.UIPriority? +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.get -> DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed? +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleHidden +DocumentFormat.OpenXml.Wordprocessing.StyleHidden.StyleHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleId +DocumentFormat.OpenXml.Wordprocessing.StyleId.StyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLink +DocumentFormat.OpenXml.Wordprocessing.StyleLink.StyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.StyleLockStylesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.StyleLockThemesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName +DocumentFormat.OpenXml.Wordprocessing.StyleName.StyleName() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylePaneFormatFilter() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.StylePaneSortMethods() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.BasedOn = 7 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Default = 11 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Five = 10 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Font = 5 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Four = 8 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Name = 1 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.One = 2 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Priority = 3 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Three = 6 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Two = 4 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Type = 9 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Zero = 0 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.get -> DocumentFormat.OpenXml.Wordprocessing.DocDefaults? +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.get -> DocumentFormat.OpenXml.Wordprocessing.LatentStyles? +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Load(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Save(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles() -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.StylesPart.get -> DocumentFormat.OpenXml.Packaging.StylesPart? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Character = 1 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Numbering = 3 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Paragraph = 0 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Table = 2 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.SubDocumentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.SubFontBySize() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.SummaryLength() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.SuppressAutoHyphens() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.SuppressBottomSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.SuppressLineNumbers() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.SuppressOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.SuppressSpacingAtTopOfPage() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.SuppressSpacingBeforeAfterPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.SuppressTopSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.SuppressTopSpacingWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.SwapBordersFacingPages() -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.SymbolChar() -> void +DocumentFormat.OpenXml.Wordprocessing.TabChar +DocumentFormat.OpenXml.Wordprocessing.TabChar.TabChar() -> void +DocumentFormat.OpenXml.Wordprocessing.Table +DocumentFormat.OpenXml.Wordprocessing.Table.Table() -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCaption +DocumentFormat.OpenXml.Wordprocessing.TableCaption.TableCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.TableCellFitText() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.TableCellLeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.RightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.TableCellRightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.TableCellSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.TableCellVerticalAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.TableCellWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableDescription +DocumentFormat.OpenXml.Wordprocessing.TableDescription.TableDescription() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableHeader +DocumentFormat.OpenXml.Wordprocessing.TableHeader.TableHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.TableIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification +DocumentFormat.OpenXml.Wordprocessing.TableJustification.TableJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout +DocumentFormat.OpenXml.Wordprocessing.TableLayout.TableLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Autofit = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLook +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.TableLook() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.TableOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Never = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Overlap = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.TableRowHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyle +DocumentFormat.OpenXml.Wordprocessing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.TableStyleColumnBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Horizontal = 7 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Vertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Horizontal = 8 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Vertical = 6 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstRow = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastColumn = 4 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastRow = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthEastCell = 9 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthWestCell = 10 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthEastCell = 11 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthWestCell = 12 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.WholeTable = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.TableStyleRowBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableWidth +DocumentFormat.OpenXml.Wordprocessing.TableWidth.TableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.TableWidthDxaNilType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.TableWidthType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Auto = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Dxa = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Pct = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Dxa = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.Tabs +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Heavy = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.MiddleDot = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Bar = 7 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Center = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Clear = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Decimal = 6 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.End = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Number = 8 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Start = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.Tag +DocumentFormat.OpenXml.Wordprocessing.Tag.Tag() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.TargetScreenSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TemplateCode +DocumentFormat.OpenXml.Wordprocessing.TemplateCode.TemplateCode() -> void +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.TemporarySdt() -> void +DocumentFormat.OpenXml.Wordprocessing.Text +DocumentFormat.OpenXml.Wordprocessing.Text.Text() -> void +DocumentFormat.OpenXml.Wordprocessing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.TextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.TextBoxFormFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Calculated = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentDate = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentTime = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Date = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Number = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Regular = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.TextBoxTightWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.AllLines = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstAndLastLine = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstLineOnly = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.LastLineOnly = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextDirection +DocumentFormat.OpenXml.Wordprocessing.TextDirection.TextDirection() -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight2010 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefToRightTopToBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottom2010 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefttoRightTopToBottomRotated = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottomRotated2010 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated = 10 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated2010 = 11 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft2010 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated = 8 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated2010 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextEffect +DocumentFormat.OpenXml.Wordprocessing.TextEffect.TextEffect() -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsBlack = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsRed = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.BlinkBackground = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Lights = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.None = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Shimmer = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Sparkle = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextInput +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString? +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.get -> DocumentFormat.OpenXml.Wordprocessing.Format? +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.get -> DocumentFormat.OpenXml.Wordprocessing.MaxLength? +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType? +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput() -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextType +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Around = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.None = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.NotBeside = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Through = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Tight = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background1 = 13 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background2 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.None = 12 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text1 = 14 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text2 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.ThemeFontLanguages() -> void +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorAscii = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorBidi = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorEastAsia = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorHighAnsi = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorAscii = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorBidi = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorEastAsia = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorHighAnsi = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.TitlePage +DocumentFormat.OpenXml.Wordprocessing.TitlePage.TitlePage() -> void +DocumentFormat.OpenXml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.TopLeftToBottomRightCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.TopLinePunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMargin +DocumentFormat.OpenXml.Wordprocessing.TopMargin.TopMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.TopMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.TopRightToBottomLeftCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.TrackRevisions() -> void +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.TruncateFontHeightsLikeWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.UdlConnectionString() -> void +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003 +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.UICompatibleWith97To2003() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority +DocumentFormat.OpenXml.Wordprocessing.UIPriority.UIPriority() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Underline() -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.UnderlineTabInNumberingList() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.UnderlineTrailingSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dash = 6 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotDotHeavy = 13 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotHeavy = 11 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashedHeavy = 7 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLong = 8 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLongHeavy = 9 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDash = 10 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDotDash = 12 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dotted = 4 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DottedHeavy = 5 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Double = 2 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.None = 17 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Wave = 14 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyDouble = 16 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyHeavy = 15 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.UnhideWhenUsed() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.UniqueTag() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.UnsignedDecimalNumberMax3Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.UnsignedDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.UnsignedInt7Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.UpdateFieldsOnOpen() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.UseAltKinsokuLineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.UseAnsiKerningPairs() -> void +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.UseFarEastLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.UseNormalStyleForList() -> void +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.UsePrinterMetrics() -> void +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.UseSingleBorderForContiguousCells() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.UseWord2002TableStyleRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.UseWord97LineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.UseXsltWhenSaving() -> void +DocumentFormat.OpenXml.Wordprocessing.Vanish +DocumentFormat.OpenXml.Wordprocessing.Vanish.Vanish() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inside = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Outside = 5 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Both = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.VerticalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Baseline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Subscript = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Superscript = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.VerticalTextAlignmentOnPage() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Auto = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Baseline = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.View +DocumentFormat.OpenXml.Wordprocessing.View.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.View.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.View.View() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.ViewMergedData() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.MasterPages = 3 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Normal = 4 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Outline = 2 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Print = 1 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Web = 5 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.WebHidden +DocumentFormat.OpenXml.Wordprocessing.WebHidden.WebHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.WebPageEncoding() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.get -> DocumentFormat.OpenXml.Wordprocessing.AllowPNG? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.get -> DocumentFormat.OpenXml.Wordprocessing.Divs? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.get -> DocumentFormat.OpenXml.Wordprocessing.Frameset? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Load(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.get -> DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.get -> DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.get -> DocumentFormat.OpenXml.Wordprocessing.RelyOnVML? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Save(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.get -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.get -> DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.WidowControl +DocumentFormat.OpenXml.Wordprocessing.WidowControl.WidowControl() -> void +DocumentFormat.OpenXml.Wordprocessing.Width +DocumentFormat.OpenXml.Wordprocessing.Width.Width() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.WidthAfterTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.WidthBeforeTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.WordPerfectJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.WordPerfectSpaceWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.WordWrap +DocumentFormat.OpenXml.Wordprocessing.WordWrap.WordWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.WrapTrailSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.WriteProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.YearLong +DocumentFormat.OpenXml.Wordprocessing.YearLong.YearLong() -> void +DocumentFormat.OpenXml.Wordprocessing.YearShort +DocumentFormat.OpenXml.Wordprocessing.YearShort.YearShort() -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Zoom() -> void +DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Document = 0 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledDocument = 2 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Template = 1 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.XmlPath +DocumentFormat.OpenXml.XmlPath.Namespaces.get -> System.Xml.IXmlNamespaceResolver! +DocumentFormat.OpenXml.XmlPath.NamespacesDefinitions.get -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.XmlPath.PartUri.get -> System.Uri? +DocumentFormat.OpenXml.XmlPath.XPath.get -> string! +override DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentChoice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContentChoice.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Base64BinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.Base64BinaryValue.Value.set -> void +override DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AlbumTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Artist.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Broadcaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BroadcastTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ChapterNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.City.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Compiler.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Composer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Conductor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ConferenceName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Corporate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Counsel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CountryRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Court.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Day.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.DayAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Department.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Director.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Distributor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Edition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Editor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.First.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.GuidString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Institution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewee.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Inventor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Issue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.JournalName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Last.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.LcId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Medium.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Middle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Month.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.MonthAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NumberVolumes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Performer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProducerName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProductionCompany.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PublicationTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Publisher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.RecordingNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ReferenceOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Reporter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ShortTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Source.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Sources.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.SourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StandardNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StateProvince.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Station.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Theater.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ThesisType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Translator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.UrlString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Version.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Volume.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Writer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Year.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.YearAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent3Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent4Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent5Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent6Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleXY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaBiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaCeiling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaFloor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaInverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOutset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaReplace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ArcTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromCD.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Backdrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Bevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColorText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFontText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizeText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Cell3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CharacterBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BackWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Backward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Crosses.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Date1904.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Delete.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Forward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapDepth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Grouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Height.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HoleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Index.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Intercept.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Left.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeftMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LogBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Minus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Order.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Orientation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Period.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Perspective.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Plus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PointCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Scaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SideWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Size.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Smooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Symbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Thickness.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Top.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TopMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserInterface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.VaryColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.View3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.WidthMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Wireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.XValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.YValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildExtents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CloseShapePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorReplacement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Complement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ComplexScriptFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSiteList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DashStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DataModelExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Choose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Direction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Whole.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Duotone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EastAsianFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Effect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectDag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillOverlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FlatText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FormatScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Graphic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Grayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Green.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HeadEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hsl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkSound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InnerShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Inverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InverseGamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LatinFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LinearGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineJoinBevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ListStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MajorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MasterColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MinorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Miter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Normal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NormalAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NortheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NorthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ObjectDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Offset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OuterShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OverrideColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetTextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PtExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Red.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RelativeOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightToLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Round.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Scene3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoftEdge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SolidFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SourceRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoutheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SouthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Stretch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SupplementalFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SymbolFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SystemColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TailEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Theme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeManager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TileRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TintEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFillText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UpVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UseShapeRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VideoFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WaveAudioFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WholeTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Derivation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.DerivedFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Emma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPointInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Grammar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.GroupInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Info.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Interpretation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Lattice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Model.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Node.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.OneOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Sequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Application.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Characters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Company.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Lines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Manager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Notes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Slides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TotalTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Words.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.HexBinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.HexBinaryValue.Value.set -> void +override DocumentFormat.OpenXml.InkML.ActiveArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Annotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.AnnotationXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Bind.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Brush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.BrushProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Canvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.CanvasTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Channel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Context.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Definitions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.InkSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.IntermittentChannels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Latency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Mapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SampleRate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SourceProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Timestamp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Trace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ListValue.HasValue.get -> bool +override DocumentFormat.OpenXml.ListValue.InnerText.get -> string? +override DocumentFormat.OpenXml.ListValue.InnerText.set -> void +override DocumentFormat.OpenXml.Math.Accent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AlignScripts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Bar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BarProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Base.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BaseJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BeginChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinarySubtraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGapRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DefaultJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Degree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Delimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DelimiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Denominator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Differential.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DisplayDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EndChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Fraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GrowOperators.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideDegree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HidePlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntegralLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.InterSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntraSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Limit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLowerProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFunction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MaxDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Nary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NoBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NormalText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Numerator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ObjectDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OperatorEmulator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Phantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PhantomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PostSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Radical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RadicalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Script.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SeparatorChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ShowPhantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SmallFraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeHorizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeVertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Subscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Superscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Transparent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.VerticalJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroAscent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroDescent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.TextLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.Scope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Macrosheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.DocEvents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordHashCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordIncluded.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.ToolbarData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Toolbars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.VbaSuppData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Commands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.TextMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.AxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DdeValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Id.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparkline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparklines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.ExcelAc.List.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.SourceLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Media.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Section.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Ligatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Properties3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StyleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StylisticSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.UncheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Survey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timeline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timelines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Appearance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.People.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SectionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExStream.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RstType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Decorative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.Track.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TrackList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlAttribute.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlAttribute.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlCompositeElement.AppendChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAt(T? newChild, int index) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.PrependChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveChild(T? child) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +override DocumentFormat.OpenXml.OpenXmlDomReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlDomReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlDomReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlDomReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlDomReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlDomReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlMiscNode.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.OpenXmlPartReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlPartReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlPartReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlPartReader.Encoding.get -> string? +override DocumentFormat.OpenXml.OpenXmlPartReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +override DocumentFormat.OpenXml.OpenXmlPartReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlPartReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.StandaloneXml.get -> bool? +override DocumentFormat.OpenXml.OpenXmlPartRootElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteEndElement() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument(bool standalone) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteString(string! text) -> void +override DocumentFormat.OpenXml.OpenXmlSimpleType.ToString() -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlSimpleValue.HasValue.get -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.get -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.ExtendedPart.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.Packaging.IdPartPair.GetHashCode() -> int +override DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AddPart(T! part) -> T! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ThrowIfObjectDisposed() -> void +override DocumentFormat.OpenXml.Packaging.PresentationDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.PresentationDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Presentation.Animate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateMotion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateRotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeNameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Audio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlindsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BodyStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BooleanVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BrowseSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildAsOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildGraphics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildOleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildParagraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildSubElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CharRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CheckerTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CircleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonMediaNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Condition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ControlList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CoverTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CutTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DefaultTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DiamondTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DissolveTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFontList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSync.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FadeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FloatVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GridSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Guide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.InkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.IntegerVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Iterate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.KioskSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ModificationVerifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NewsflashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NextConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NormalViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSlide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleChartElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Origin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OtherStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PenColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PhotoAlbum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlaceholderShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlusTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Presentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresenterSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PreviousConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PrintingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Progress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PullTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PushTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomBarTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RotationCenter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ScaleFactor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SetBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Slide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideAll.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSyncProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SorterViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Sound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SplitTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StringVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StripsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TagList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TargetElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TemplateList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAbsolute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Timing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.VariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Video.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WebProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WedgeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WheelTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WipeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ZoomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Authors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BooleanItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Borders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Cell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Colors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Condense.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Consolidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Controls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DeletedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Entries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ErrorItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalBook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileSharing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fills.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Groups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Headers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IndexedColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InlineString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InputCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Items.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Location.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Main.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Map.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MapInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Maps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Mdx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxKpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Member.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Members.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Metadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MruColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NameIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OlapProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Page.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PrintOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Reviewed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ReviewedList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Revisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Row.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenario.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenarios.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortByTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Subtopic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TabColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TablePart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Top10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Topic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuples.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Undo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.UserInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Users.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Workbook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Worksheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.StringValue.Value.get -> string? +override DocumentFormat.OpenXml.StringValue.Value.set -> void +override DocumentFormat.OpenXml.VariantTypes.Variant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClassId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClipboardData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTCurrency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDecimal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFileTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFloat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTNull.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Curve.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formulas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Line.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.BottomStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Callout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ClipPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColumnStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Complex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Entry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Extrusion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FieldCodes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LeftStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LinkType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LockedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Proxy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RegroupTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Relation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RelationTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RightStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Skew.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.TopStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Oval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.PolyLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.RoundRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shapetype.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Stroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Active.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Aliases.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowPNG.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunk.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BarBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BasedOn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behaviors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BlockQuote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Body.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BodyDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Calendar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CantSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Captions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Compatibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConnectString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DateFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Deleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Destination.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Dirty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Div.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Divs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivsChild.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Document.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emboss.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emphasis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Enabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EntryMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ExitMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldMapData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FlatBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FooterReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormsDesign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frameset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridSpan.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HelpText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Imprint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Indentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Inserted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepNext.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kern.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LanguageId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Languages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailSubject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MappedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MatchSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MaxLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MovieReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Name.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoEndnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLeading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoProof.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NotTrueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Nsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Numbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Panose1Number.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PaperSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Personal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalReply.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Pitch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PositionalTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Recipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RevisionView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RsidRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsids.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Ruby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyAlign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtAlias.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SemiHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Settings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Spacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpecVanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StatusText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Styles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SummaryLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SymbolChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGridChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemplateCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextInput.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TitlePage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UIPriority.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UniqueTag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Vanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.View.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidowControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Zoom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override sealed DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomPropertyPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ImagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MainDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.OpenXmlPart.ThrowIfObjectDisposed() -> void +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThumbnailPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.RelationshipType.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespace.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespaceId.get -> byte +static DocumentFormat.OpenXml.AlternateContent.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentChoice.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentFallback.TagName.get -> string! +static DocumentFormat.OpenXml.Base64BinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator DocumentFormat.OpenXml.Base64BinaryValue!(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator string?(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.Base64BinaryValue.ToString(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.BooleanValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.implicit operator bool(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.BooleanValue.implicit operator DocumentFormat.OpenXml.BooleanValue!(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.ToBoolean(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.ByteValue.FromByte(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.implicit operator byte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.ByteValue.implicit operator DocumentFormat.OpenXml.ByteValue!(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.ToByte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.DateTimeValue.FromDateTime(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator DocumentFormat.OpenXml.DateTimeValue!(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator System.DateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DateTimeValue.ToDateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DecimalValue.FromDecimal(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.implicit operator decimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DecimalValue.implicit operator DocumentFormat.OpenXml.DecimalValue!(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.ToDecimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DoubleValue.FromDouble(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator DocumentFormat.OpenXml.DoubleValue!(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator double(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.DoubleValue.ToDouble(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.EnumValue.implicit operator DocumentFormat.OpenXml.EnumValue!(T value) -> DocumentFormat.OpenXml.EnumValue! +static DocumentFormat.OpenXml.EnumValue.implicit operator string?(DocumentFormat.OpenXml.EnumValue! value) -> string? +static DocumentFormat.OpenXml.EnumValue.implicit operator T(DocumentFormat.OpenXml.EnumValue! value) -> T +static DocumentFormat.OpenXml.HexBinaryValue.Create(params byte[]! bytes) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator DocumentFormat.OpenXml.HexBinaryValue!(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator string?(DocumentFormat.OpenXml.HexBinaryValue? value) -> string? +static DocumentFormat.OpenXml.HexBinaryValue.ToString(DocumentFormat.OpenXml.HexBinaryValue! value) -> string? +static DocumentFormat.OpenXml.Int16Value.FromInt16(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator DocumentFormat.OpenXml.Int16Value!(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator short(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int16Value.ToInt16(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int32Value.FromInt32(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator DocumentFormat.OpenXml.Int32Value!(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator int(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int32Value.ToInt32(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int64Value.FromInt64(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator DocumentFormat.OpenXml.Int64Value!(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator long(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.Int64Value.ToInt64(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.IntegerValue.FromInt64(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator DocumentFormat.OpenXml.IntegerValue!(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator long(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.IntegerValue.ToInt64(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.OnOffValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.implicit operator bool(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OnOffValue.implicit operator DocumentFormat.OpenXml.OnOffValue!(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.ToBoolean(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator !=(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator ==(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, object! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, params object![]! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlSimpleType.implicit operator string?(DocumentFormat.OpenXml.OpenXmlSimpleType? xmlAttribute) -> string? +static DocumentFormat.OpenXml.OpenXmlSimpleValue.implicit operator T(DocumentFormat.OpenXml.OpenXmlSimpleValue! xmlAttribute) -> T +static DocumentFormat.OpenXml.OpenXmlUnknownElement.CreateOpenXmlUnknownElement(string! outerXml) -> DocumentFormat.OpenXml.OpenXmlUnknownElement! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CanSave.get -> bool +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, string! path) -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Packaging.Package! package) -> System.IO.Packaging.Package! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Stream! stream) -> System.IO.Stream! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.CreateRewriterFactory(DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter! rewriter) -> System.Func! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path, bool isTemplateAttached) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.SByteValue.FromSByte(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator DocumentFormat.OpenXml.SByteValue!(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator sbyte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SByteValue.ToSByte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SingleValue.FromSingle(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator DocumentFormat.OpenXml.SingleValue!(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator float(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.SingleValue.ToSingle(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.StringValue.FromString(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator DocumentFormat.OpenXml.StringValue!(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator string?(DocumentFormat.OpenXml.StringValue? value) -> string? +static DocumentFormat.OpenXml.StringValue.ToString(DocumentFormat.OpenXml.StringValue! value) -> string? +static DocumentFormat.OpenXml.TrueFalseBlankValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator DocumentFormat.OpenXml.TrueFalseBlankValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator DocumentFormat.OpenXml.TrueFalseValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.UInt16Value.FromUInt16(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator DocumentFormat.OpenXml.UInt16Value!(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator ushort(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt16Value.ToUInt16(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt32Value.FromUInt32(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator DocumentFormat.OpenXml.UInt32Value!(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator uint(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt32Value.ToUInt32(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt64Value.FromUInt64(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator DocumentFormat.OpenXml.UInt64Value!(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator ulong(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +static DocumentFormat.OpenXml.UInt64Value.ToUInt64(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +virtual DocumentFormat.OpenXml.OpenXmlElement.AppendChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ChildElements.get -> DocumentFormat.OpenXml.OpenXmlElementList! +virtual DocumentFormat.OpenXml.OpenXmlElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAt(T? newChild, int index) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.LocalName.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.NamespaceUri.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.Prefix.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.PrependChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.RemoveChild(T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +virtual DocumentFormat.OpenXml.OpenXmlElement.XName.get -> System.Xml.Linq.XName! +virtual DocumentFormat.OpenXml.OpenXmlElementList.this[int i].get -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.set -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Encoding.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +virtual DocumentFormat.OpenXml.OpenXmlReader.HasAttributes.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlReader.StandaloneXml.get -> bool? +virtual DocumentFormat.OpenXml.OpenXmlReader.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.HasValue.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.Packaging.DataPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPart.get -> DocumentFormat.OpenXml.Packaging.DataPart! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! contentType, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Id.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.IsExternal.get -> bool +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.RelationshipType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Uri.get -> System.Uri! +virtual DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.OnPackageLoaded() -> void + +DocumentFormat.OpenXml.HexBinaryValue.TryWriteBytes(System.Span bytes) -> bool +static DocumentFormat.OpenXml.HexBinaryValue.Create(System.ReadOnlySpan bytes) -> DocumentFormat.OpenXml.HexBinaryValue! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(string! schemaFile, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(System.Xml.Schema.XmlSchemaSet! schemas, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml/PublicAPI/netstandard1.3/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/netstandard1.3/PublicAPI.Shipped.txt new file mode 100644 index 000000000..5df7c2b7a --- /dev/null +++ b/src/DocumentFormat.OpenXml/PublicAPI/netstandard1.3/PublicAPI.Shipped.txt @@ -0,0 +1,48403 @@ +#nullable enable +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.get -> T? +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.set -> void +abstract DocumentFormat.OpenXml.OpenXmlElement.HasChildren.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +abstract DocumentFormat.OpenXml.OpenXmlElementList.Count.get -> int +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetEnumerator() -> System.Collections.Generic.IEnumerator! +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetItem(int index) -> DocumentFormat.OpenXml.OpenXmlElement! +abstract DocumentFormat.OpenXml.OpenXmlReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +abstract DocumentFormat.OpenXml.OpenXmlReader.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlReader.Depth.get -> int +abstract DocumentFormat.OpenXml.OpenXmlReader.ElementType.get -> System.Type! +abstract DocumentFormat.OpenXml.OpenXmlReader.EOF.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.GetText() -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.IsEndElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsMiscNode.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsStartElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +abstract DocumentFormat.OpenXml.OpenXmlReader.LocalName.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceUri.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Prefix.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Read() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadFirstChild() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadNextSibling() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.Skip() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteEndElement() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument(bool standalone) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteString(string! text) -> void +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPart.RelationshipType.get -> string! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ThrowIfObjectDisposed() -> void +abstract DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewrite(System.Uri! partUri, string? id, string? uri) -> string! +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(string! outerXml) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Characteristic() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.EqualTo = 4 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThan = 2 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThanOrEqualTo = 0 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThan = 3 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThanOrEqualTo = 1 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AlternateContent +DocumentFormat.OpenXml.AlternateContent.AlternateContent() -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentChoice() -> DocumentFormat.OpenXml.AlternateContentChoice! +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentFallback() -> DocumentFormat.OpenXml.AlternateContentFallback! +DocumentFormat.OpenXml.AlternateContentChoice +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice() -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.Requires.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AlternateContentChoice.Requires.set -> void +DocumentFormat.OpenXml.AlternateContentFallback +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback() -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.List = 0 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.Ordered = 1 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.Base64BinaryValue +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue() -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(DocumentFormat.OpenXml.Base64BinaryValue! source) -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(string? base64Binary) -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle() -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Artist +DocumentFormat.OpenXml.Bibliography.Artist.Artist() -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author +DocumentFormat.OpenXml.Bibliography.Author.Author() -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.get -> DocumentFormat.OpenXml.Bibliography.Artist? +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.get -> DocumentFormat.OpenXml.Bibliography.Author? +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList() -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.get -> DocumentFormat.OpenXml.Bibliography.BookAuthor? +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.get -> DocumentFormat.OpenXml.Bibliography.Compiler? +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.get -> DocumentFormat.OpenXml.Bibliography.Composer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.get -> DocumentFormat.OpenXml.Bibliography.Conductor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.get -> DocumentFormat.OpenXml.Bibliography.Counsel? +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.get -> DocumentFormat.OpenXml.Bibliography.Director? +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.get -> DocumentFormat.OpenXml.Bibliography.Editor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.get -> DocumentFormat.OpenXml.Bibliography.Interviewee? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.get -> DocumentFormat.OpenXml.Bibliography.Interviewer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.get -> DocumentFormat.OpenXml.Bibliography.Inventor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.get -> DocumentFormat.OpenXml.Bibliography.Performer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.get -> DocumentFormat.OpenXml.Bibliography.ProducerName? +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.get -> DocumentFormat.OpenXml.Bibliography.Translator? +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.get -> DocumentFormat.OpenXml.Bibliography.Writer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.set -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor() -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookTitle +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle() -> void +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster() -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster(string! text) -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle() -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber() -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.City +DocumentFormat.OpenXml.Bibliography.City.City() -> void +DocumentFormat.OpenXml.Bibliography.City.City(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Comments +DocumentFormat.OpenXml.Bibliography.Comments.Comments() -> void +DocumentFormat.OpenXml.Bibliography.Comments.Comments(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Compiler +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler() -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer +DocumentFormat.OpenXml.Bibliography.Composer.Composer() -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor() -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName() -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Corporate +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate() -> void +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Counsel +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel() -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion() -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Court +DocumentFormat.OpenXml.Bibliography.Court.Court() -> void +DocumentFormat.OpenXml.Bibliography.Court.Court(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Art = 8 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ArticleInAPeriodical = 0 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Book = 1 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.BookSection = 2 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Case = 15 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ConferenceProceedings = 4 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.DocumentFromInternetSite = 9 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ElectronicSource = 14 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Film = 11 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.InternetSite = 10 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Interview = 12 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.JournalArticle = 3 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Miscellaneous = 16 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Patent = 13 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Performance = 7 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Report = 5 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.SoundRecording = 6 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.Day +DocumentFormat.OpenXml.Bibliography.Day.Day() -> void +DocumentFormat.OpenXml.Bibliography.Day.Day(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed() -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Department +DocumentFormat.OpenXml.Bibliography.Department.Department() -> void +DocumentFormat.OpenXml.Bibliography.Department.Department(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Director +DocumentFormat.OpenXml.Bibliography.Director.Director() -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Distributor +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor() -> void +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Edition +DocumentFormat.OpenXml.Bibliography.Edition.Edition() -> void +DocumentFormat.OpenXml.Bibliography.Edition.Edition(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Editor +DocumentFormat.OpenXml.Bibliography.Editor.Editor() -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.First +DocumentFormat.OpenXml.Bibliography.First.First() -> void +DocumentFormat.OpenXml.Bibliography.First.First(string! text) -> void +DocumentFormat.OpenXml.Bibliography.GuidString +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString() -> void +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Institution +DocumentFormat.OpenXml.Bibliography.Institution.Institution() -> void +DocumentFormat.OpenXml.Bibliography.Institution.Institution(string! text) -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle() -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee() -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer() -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor() -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Issue +DocumentFormat.OpenXml.Bibliography.Issue.Issue() -> void +DocumentFormat.OpenXml.Bibliography.Issue.Issue(string! text) -> void +DocumentFormat.OpenXml.Bibliography.JournalName +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName() -> void +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Last +DocumentFormat.OpenXml.Bibliography.Last.Last() -> void +DocumentFormat.OpenXml.Bibliography.Last.Last(string! text) -> void +DocumentFormat.OpenXml.Bibliography.LcId +DocumentFormat.OpenXml.Bibliography.LcId.LcId() -> void +DocumentFormat.OpenXml.Bibliography.LcId.LcId(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Medium +DocumentFormat.OpenXml.Bibliography.Medium.Medium() -> void +DocumentFormat.OpenXml.Bibliography.Medium.Medium(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Middle +DocumentFormat.OpenXml.Bibliography.Middle.Middle() -> void +DocumentFormat.OpenXml.Bibliography.Middle.Middle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Month +DocumentFormat.OpenXml.Bibliography.Month.Month() -> void +DocumentFormat.OpenXml.Bibliography.Month.Month(string! text) -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed() -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.NameList +DocumentFormat.OpenXml.Bibliography.NameList.NameList() -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.get -> DocumentFormat.OpenXml.Bibliography.Corporate? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType() -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType +DocumentFormat.OpenXml.Bibliography.NameType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType() -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes() -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Pages +DocumentFormat.OpenXml.Bibliography.Pages.Pages() -> void +DocumentFormat.OpenXml.Bibliography.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber() -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentType +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType() -> void +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Performer +DocumentFormat.OpenXml.Bibliography.Performer.Performer() -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle() -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Person +DocumentFormat.OpenXml.Bibliography.Person.Person() -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName() -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany() -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle() -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Publisher +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher() -> void +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher(string! text) -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber() -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder() -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Reporter +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter() -> void +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle() -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Source +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.get -> DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.get -> DocumentFormat.OpenXml.Bibliography.AlbumTitle? +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.get -> DocumentFormat.OpenXml.Bibliography.AuthorList? +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.get -> DocumentFormat.OpenXml.Bibliography.BookTitle? +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.get -> DocumentFormat.OpenXml.Bibliography.Broadcaster? +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.get -> DocumentFormat.OpenXml.Bibliography.BroadcastTitle? +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.get -> DocumentFormat.OpenXml.Bibliography.CaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.get -> DocumentFormat.OpenXml.Bibliography.ChapterNumber? +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.City.get -> DocumentFormat.OpenXml.Bibliography.City? +DocumentFormat.OpenXml.Bibliography.Source.City.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Comments.get -> DocumentFormat.OpenXml.Bibliography.Comments? +DocumentFormat.OpenXml.Bibliography.Source.Comments.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.get -> DocumentFormat.OpenXml.Bibliography.ConferenceName? +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.get -> DocumentFormat.OpenXml.Bibliography.CountryRegion? +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Court.get -> DocumentFormat.OpenXml.Bibliography.Court? +DocumentFormat.OpenXml.Bibliography.Source.Court.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Day.get -> DocumentFormat.OpenXml.Bibliography.Day? +DocumentFormat.OpenXml.Bibliography.Source.Day.set -> void +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.get -> DocumentFormat.OpenXml.Bibliography.DayAccessed? +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Department.get -> DocumentFormat.OpenXml.Bibliography.Department? +DocumentFormat.OpenXml.Bibliography.Source.Department.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Distributor.get -> DocumentFormat.OpenXml.Bibliography.Distributor? +DocumentFormat.OpenXml.Bibliography.Source.Distributor.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Edition.get -> DocumentFormat.OpenXml.Bibliography.Edition? +DocumentFormat.OpenXml.Bibliography.Source.Edition.set -> void +DocumentFormat.OpenXml.Bibliography.Source.GuidString.get -> DocumentFormat.OpenXml.Bibliography.GuidString? +DocumentFormat.OpenXml.Bibliography.Source.GuidString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Institution.get -> DocumentFormat.OpenXml.Bibliography.Institution? +DocumentFormat.OpenXml.Bibliography.Source.Institution.set -> void +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.get -> DocumentFormat.OpenXml.Bibliography.InternetSiteTitle? +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Issue.get -> DocumentFormat.OpenXml.Bibliography.Issue? +DocumentFormat.OpenXml.Bibliography.Source.Issue.set -> void +DocumentFormat.OpenXml.Bibliography.Source.JournalName.get -> DocumentFormat.OpenXml.Bibliography.JournalName? +DocumentFormat.OpenXml.Bibliography.Source.JournalName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.LcId.get -> DocumentFormat.OpenXml.Bibliography.LcId? +DocumentFormat.OpenXml.Bibliography.Source.LcId.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Medium.get -> DocumentFormat.OpenXml.Bibliography.Medium? +DocumentFormat.OpenXml.Bibliography.Source.Medium.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Month.get -> DocumentFormat.OpenXml.Bibliography.Month? +DocumentFormat.OpenXml.Bibliography.Source.Month.set -> void +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.get -> DocumentFormat.OpenXml.Bibliography.MonthAccessed? +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.get -> DocumentFormat.OpenXml.Bibliography.NumberVolumes? +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Pages.get -> DocumentFormat.OpenXml.Bibliography.Pages? +DocumentFormat.OpenXml.Bibliography.Source.Pages.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.get -> DocumentFormat.OpenXml.Bibliography.PatentNumber? +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentType.get -> DocumentFormat.OpenXml.Bibliography.PatentType? +DocumentFormat.OpenXml.Bibliography.Source.PatentType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.get -> DocumentFormat.OpenXml.Bibliography.PeriodicalTitle? +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.get -> DocumentFormat.OpenXml.Bibliography.ProductionCompany? +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.get -> DocumentFormat.OpenXml.Bibliography.PublicationTitle? +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Publisher.get -> DocumentFormat.OpenXml.Bibliography.Publisher? +DocumentFormat.OpenXml.Bibliography.Source.Publisher.set -> void +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.get -> DocumentFormat.OpenXml.Bibliography.RecordingNumber? +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.get -> DocumentFormat.OpenXml.Bibliography.ReferenceOrder? +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Reporter.get -> DocumentFormat.OpenXml.Bibliography.Reporter? +DocumentFormat.OpenXml.Bibliography.Source.Reporter.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.get -> DocumentFormat.OpenXml.Bibliography.ShortTitle? +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Source() -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.SourceType.get -> DocumentFormat.OpenXml.Bibliography.SourceType? +DocumentFormat.OpenXml.Bibliography.Source.SourceType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.get -> DocumentFormat.OpenXml.Bibliography.StandardNumber? +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.get -> DocumentFormat.OpenXml.Bibliography.StateProvince? +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Station.get -> DocumentFormat.OpenXml.Bibliography.Station? +DocumentFormat.OpenXml.Bibliography.Source.Station.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Tag.get -> DocumentFormat.OpenXml.Bibliography.Tag? +DocumentFormat.OpenXml.Bibliography.Source.Tag.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Theater.get -> DocumentFormat.OpenXml.Bibliography.Theater? +DocumentFormat.OpenXml.Bibliography.Source.Theater.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.get -> DocumentFormat.OpenXml.Bibliography.ThesisType? +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Title.get -> DocumentFormat.OpenXml.Bibliography.Title? +DocumentFormat.OpenXml.Bibliography.Source.Title.set -> void +DocumentFormat.OpenXml.Bibliography.Source.UrlString.get -> DocumentFormat.OpenXml.Bibliography.UrlString? +DocumentFormat.OpenXml.Bibliography.Source.UrlString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Version.get -> DocumentFormat.OpenXml.Bibliography.Version? +DocumentFormat.OpenXml.Bibliography.Source.Version.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Volume.get -> DocumentFormat.OpenXml.Bibliography.Volume? +DocumentFormat.OpenXml.Bibliography.Source.Volume.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Year.get -> DocumentFormat.OpenXml.Bibliography.Year? +DocumentFormat.OpenXml.Bibliography.Source.Year.set -> void +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.get -> DocumentFormat.OpenXml.Bibliography.YearAccessed? +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Sources +DocumentFormat.OpenXml.Bibliography.Sources.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources() -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.Uri.set -> void +DocumentFormat.OpenXml.Bibliography.SourceType +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType() -> void +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber() -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StateProvince +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince() -> void +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Station +DocumentFormat.OpenXml.Bibliography.Station.Station() -> void +DocumentFormat.OpenXml.Bibliography.Station.Station(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Tag +DocumentFormat.OpenXml.Bibliography.Tag.Tag() -> void +DocumentFormat.OpenXml.Bibliography.Tag.Tag(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Theater +DocumentFormat.OpenXml.Bibliography.Theater.Theater() -> void +DocumentFormat.OpenXml.Bibliography.Theater.Theater(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ThesisType +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType() -> void +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Title +DocumentFormat.OpenXml.Bibliography.Title.Title() -> void +DocumentFormat.OpenXml.Bibliography.Title.Title(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Translator +DocumentFormat.OpenXml.Bibliography.Translator.Translator() -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.UrlString +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString() -> void +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Version +DocumentFormat.OpenXml.Bibliography.Version.Version() -> void +DocumentFormat.OpenXml.Bibliography.Version.Version(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Volume +DocumentFormat.OpenXml.Bibliography.Volume.Volume() -> void +DocumentFormat.OpenXml.Bibliography.Volume.Volume(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Writer +DocumentFormat.OpenXml.Bibliography.Writer.Writer() -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Year +DocumentFormat.OpenXml.Bibliography.Year.Year() -> void +DocumentFormat.OpenXml.Bibliography.Year.Year(string! text) -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed() -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed(string! text) -> void +DocumentFormat.OpenXml.BooleanValue +DocumentFormat.OpenXml.BooleanValue.BooleanValue() -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(bool value) -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(DocumentFormat.OpenXml.BooleanValue! source) -> void +DocumentFormat.OpenXml.ByteValue +DocumentFormat.OpenXml.ByteValue.ByteValue() -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(byte value) -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(DocumentFormat.OpenXml.ByteValue! source) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute +DocumentFormat.OpenXml.ChildElementInfoAttribute.AvailableInVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType, DocumentFormat.OpenXml.FileFormatVersions availableInOfficeVersion) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ElementType.get -> System.Type! +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty() -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.Properties +DocumentFormat.OpenXml.CustomProperties.Properties.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.CustomProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.SchemaReference() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Schema() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.DateTimeValue +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue() -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(DocumentFormat.OpenXml.DateTimeValue! source) -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(System.DateTime value) -> void +DocumentFormat.OpenXml.DecimalValue +DocumentFormat.OpenXml.DecimalValue.DecimalValue() -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(decimal value) -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(DocumentFormat.OpenXml.DecimalValue! source) -> void +DocumentFormat.OpenXml.DoubleValue +DocumentFormat.OpenXml.DoubleValue.DoubleValue() -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(DocumentFormat.OpenXml.DoubleValue! source) -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(double value) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color() -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color() -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color() -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color() -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color() -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color() -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.AdjustPoint2DType() -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList() -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Alpha +DocumentFormat.OpenXml.Drawing.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.AlphaBiLevel() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.AlphaCeiling +DocumentFormat.OpenXml.Drawing.AlphaCeiling.AlphaCeiling() -> void +DocumentFormat.OpenXml.Drawing.AlphaFloor +DocumentFormat.OpenXml.Drawing.AlphaFloor.AlphaFloor() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulation +DocumentFormat.OpenXml.Drawing.AlphaModulation.AlphaModulation() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.AlphaModulationFixed() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset +DocumentFormat.OpenXml.Drawing.AlphaOffset.AlphaOffset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset +DocumentFormat.OpenXml.Drawing.AlphaOutset.AlphaOutset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace.AlphaReplace() -> void +DocumentFormat.OpenXml.Drawing.Anchor +DocumentFormat.OpenXml.Drawing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Anchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.X.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Y.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Z.set -> void +DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Category = 1 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.CategoryElement = 3 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Series = 0 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.SeriesElement = 2 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelAtOnce = 2 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelOne = 1 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.One = 0 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.ArcTo +DocumentFormat.OpenXml.Drawing.ArcTo.ArcTo() -> void +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.AudioCDTimeType() -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD() -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.get -> DocumentFormat.OpenXml.Drawing.EndTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.get -> DocumentFormat.OpenXml.Drawing.StartTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile() -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.AutoNumberedBullet() -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.get -> DocumentFormat.OpenXml.Drawing.Anchor? +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop() -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.get -> DocumentFormat.OpenXml.Drawing.Normal? +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.get -> DocumentFormat.OpenXml.Drawing.UpVector? +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.set -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList() -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Bevel +DocumentFormat.OpenXml.Drawing.Bevel.Bevel() -> void +DocumentFormat.OpenXml.Drawing.BevelBottom +DocumentFormat.OpenXml.Drawing.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Angle = 4 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Convex = 6 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Cross = 3 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Divot = 8 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.HardEdge = 10 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Riblet = 9 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Slope = 2 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.SoftRound = 5 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelTop +DocumentFormat.OpenXml.Drawing.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Drawing.BevelType +DocumentFormat.OpenXml.Drawing.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Drawing.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Height.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BevelType.Preset.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Width.set -> void +DocumentFormat.OpenXml.Drawing.BiLevel +DocumentFormat.OpenXml.Drawing.BiLevel.BiLevel() -> void +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Black = 8 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackGray = 6 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackWhite = 7 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Gray = 2 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.GrayWhite = 5 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Hidden = 10 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.InvGray = 4 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.LightGray = 3 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.White = 9 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.Blend +DocumentFormat.OpenXml.Drawing.Blend.Blend() -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.set -> void +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Darken = 3 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Lighten = 4 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Multiply = 1 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Overlay = 0 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Screen = 2 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.Blip +DocumentFormat.OpenXml.Drawing.Blip.Blip() -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Embed.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Link.set -> void +DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Email = 0 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.HighQualityPrint = 3 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.None = 4 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Print = 2 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Screen = 1 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipExtension +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension() -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList() -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Blue +DocumentFormat.OpenXml.Drawing.Blue.Blue() -> void +DocumentFormat.OpenXml.Drawing.BlueModulation +DocumentFormat.OpenXml.Drawing.BlueModulation.BlueModulation() -> void +DocumentFormat.OpenXml.Drawing.BlueOffset +DocumentFormat.OpenXml.Drawing.BlueOffset.BlueOffset() -> void +DocumentFormat.OpenXml.Drawing.Blur +DocumentFormat.OpenXml.Drawing.Blur.Blur() -> void +DocumentFormat.OpenXml.Drawing.Blur.Grow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Blur.Grow.set -> void +DocumentFormat.OpenXml.Drawing.Blur.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Blur.Radius.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties() -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Default = 2 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Off = 1 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.On = 0 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BottomBorder +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break +DocumentFormat.OpenXml.Drawing.Break.Break() -> void +DocumentFormat.OpenXml.Drawing.Break.Break(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Break.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildChart.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.BuildChart() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.set -> void +DocumentFormat.OpenXml.Drawing.BulletColor +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor() -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColorText +DocumentFormat.OpenXml.Drawing.BulletColorText.BulletColorText() -> void +DocumentFormat.OpenXml.Drawing.BulletFont +DocumentFormat.OpenXml.Drawing.BulletFont.BulletFont() -> void +DocumentFormat.OpenXml.Drawing.BulletFontText +DocumentFormat.OpenXml.Drawing.BulletFontText.BulletFontText() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.BulletSizePercentage() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints +DocumentFormat.OpenXml.Drawing.BulletSizePoints.BulletSizePoints() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizeText +DocumentFormat.OpenXml.Drawing.BulletSizeText.BulletSizeText() -> void +DocumentFormat.OpenXml.Drawing.Camera +DocumentFormat.OpenXml.Drawing.Camera.Camera() -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Camera.Preset.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.Camera.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Zoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.Zoom.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.get -> DocumentFormat.OpenXml.Drawing.Bevel? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties() -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet.CharacterBullet() -> void +DocumentFormat.OpenXml.Drawing.Chart +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.set -> void +DocumentFormat.OpenXml.Drawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.set -> void +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.AllPoints = 4 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Category = 0 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.CategoryPoints = 1 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.GridLegend = 5 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Series = 2 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.SeriesPoints = 3 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.ApplyToEnd() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.ApplyToFront() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.ApplyToSides() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.AutoLabeled() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.AutoTitleDeleted() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.AutoUpdate() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisId +DocumentFormat.OpenXml.Drawing.Charts.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.AxisPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Top = 3 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.AxisUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Backward +DocumentFormat.OpenXml.Drawing.Charts.Backward.Backward() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.BarDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Bar = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.BarGrouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Clustered = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Stacked = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Standard = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.BaseTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.BubbleScale() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.BuiltInUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Billions = 7 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredMillions = 6 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Hundreds = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredThousands = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Millions = 4 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenMillions = 5 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenThousands = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Thousands = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Trillions = 8 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted? +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.get -> DocumentFormat.OpenXml.Drawing.Charts.BackWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs? +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.get -> DocumentFormat.OpenXml.Drawing.Charts.Floor? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.get -> DocumentFormat.OpenXml.Drawing.Charts.Legend? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotFormats? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotArea? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.get -> DocumentFormat.OpenXml.Drawing.Charts.SideWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.get -> DocumentFormat.OpenXml.Drawing.Charts.View3D? +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartObject +DocumentFormat.OpenXml.Drawing.Charts.ChartObject.ChartObject() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartReference +DocumentFormat.OpenXml.Drawing.Charts.ChartReference.ChartReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.get -> DocumentFormat.OpenXml.Drawing.Charts.Date1904? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.get -> DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.get -> DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CrossBetween() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.Between = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.MidpointCategory = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.Crosses +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Crosses() -> void +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CrossesAt() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.AutoZero = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Maximum = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Minimum = 2 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CrossingAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CustomDisplayUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Data +DocumentFormat.OpenXml.Drawing.Charts.Data.Data() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16 +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.DataLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.BestFit = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideBase = 3 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideEnd = 4 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Left = 5 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.OutsideEnd = 6 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Right = 7 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Top = 8 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabels +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowKeys? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Date1904 +DocumentFormat.OpenXml.Drawing.Charts.Date1904.Date1904() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Delete +DocumentFormat.OpenXml.Drawing.Charts.Delete.Delete() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.DepthPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.DisplayBlanksAs() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.DisplayEquation() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.DisplayRSquaredValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.DoubleType() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.EditingLanguage() -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.X = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.Y = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.get -> DocumentFormat.OpenXml.Drawing.Charts.Minus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.get -> DocumentFormat.OpenXml.Drawing.Charts.NoEndCap? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.get -> DocumentFormat.OpenXml.Drawing.Charts.Plus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.ErrorBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.ErrorBarValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Both = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Minus = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Plus = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.ErrorBarValueType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.ErrorDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.FixedValue = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Percentage = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardDeviation = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardError = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Explosion +DocumentFormat.OpenXml.Drawing.Charts.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.FirstSliceAngle() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor() -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode() -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatId +DocumentFormat.OpenXml.Drawing.Charts.FormatId.FormatId() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formatting +DocumentFormat.OpenXml.Drawing.Charts.Formatting.Formatting() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Forward +DocumentFormat.OpenXml.Drawing.Charts.Forward.Forward() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.GapAmountType() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GapDepth +DocumentFormat.OpenXml.Drawing.Charts.GapDepth.GapDepth() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapWidth +DocumentFormat.OpenXml.Drawing.Charts.GapWidth.GapWidth() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Grouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Stacked = 2 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Standard = 1 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.OddFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.OddHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Height +DocumentFormat.OpenXml.Drawing.Charts.Height.Height() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightMode +DocumentFormat.OpenXml.Drawing.Charts.HeightMode.HeightMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.HeightPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.HoleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Index +DocumentFormat.OpenXml.Drawing.Charts.Index.Index() -> void +DocumentFormat.OpenXml.Drawing.Charts.Intercept +DocumentFormat.OpenXml.Drawing.Charts.Intercept.Intercept() -> void +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.InvertIfNegative() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.LabelAlignment() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.LabelOffset() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout() -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.LayoutModeType() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Edge = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Factor = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.LayoutTarget() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Inner = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Outer = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Left +DocumentFormat.OpenXml.Drawing.Charts.Left.Left() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeftMode +DocumentFormat.OpenXml.Drawing.Charts.LeftMode.LeftMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.LegendPosition? +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.LegendPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Top = 4 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.Level +DocumentFormat.OpenXml.Drawing.Charts.Level.Level() -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase +DocumentFormat.OpenXml.Drawing.Charts.LogBase.LogBase() -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.MajorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.MajorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.MajorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.get -> DocumentFormat.OpenXml.Drawing.Charts.Height? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.get -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.get -> DocumentFormat.OpenXml.Drawing.Charts.Left? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.get -> DocumentFormat.OpenXml.Drawing.Charts.LeftMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.get -> DocumentFormat.OpenXml.Drawing.Charts.Top? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.get -> DocumentFormat.OpenXml.Drawing.Charts.TopMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.get -> DocumentFormat.OpenXml.Drawing.Charts.Width? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.get -> DocumentFormat.OpenXml.Drawing.Charts.WidthMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dot = 4 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.None = 5 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Picture = 6 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Plus = 7 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Square = 8 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Star = 9 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Triangle = 10 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.X = 11 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.MaxAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.MinAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.MinorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.MinorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.MinorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.NoEndCap() -> void +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.NoMultiLevelLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingCache? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.get -> DocumentFormat.OpenXml.Drawing.Charts.OfPieType? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.OfPieType() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Bar = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Pie = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.Order +DocumentFormat.OpenXml.Drawing.Charts.Order.Order() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Orientation() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MaxMin = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MinMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Overlap +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Overlap() -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlay +DocumentFormat.OpenXml.Drawing.Charts.Overlay.Overlay() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Default = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Period +DocumentFormat.OpenXml.Drawing.Charts.Period.Period() -> void +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Perspective() -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.PictureFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.StackScale = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stretch = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormat? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.PictureStackUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.DataLabel? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.PlotVisibleOnly() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PointCount +DocumentFormat.OpenXml.Drawing.Charts.PointCount.PointCount() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.PolynomialOrder() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Drawing.Charts.PageMargins? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Drawing.Charts.PageSetup? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartObject? +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.get -> DocumentFormat.OpenXml.Drawing.Charts.Data? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.get -> DocumentFormat.OpenXml.Drawing.Charts.Formatting? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.get -> DocumentFormat.OpenXml.Drawing.Charts.Selection? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.get -> DocumentFormat.OpenXml.Drawing.Charts.UserInterface? +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyle? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.RadarStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Filled = 2 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Marker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Standard = 0 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.RelationshipIdType() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.RightAngleAxes() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX +DocumentFormat.OpenXml.Drawing.Charts.RotateX.RotateX() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY +DocumentFormat.OpenXml.Drawing.Charts.RotateY.RotateY() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.RoundedCorners() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.get -> DocumentFormat.OpenXml.Drawing.Charts.LogBase? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.get -> DocumentFormat.OpenXml.Drawing.Charts.Orientation? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.ScatterStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.LineMarker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Marker = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Smooth = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.SmoothMarker = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.SecondPiePoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.SecondPieSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Selection +DocumentFormat.OpenXml.Drawing.Charts.Selection.Selection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape +DocumentFormat.OpenXml.Drawing.Charts.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Box = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cone = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.ConeToMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cylinder = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Pyramid = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.PyramidToMaximum = 5 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.ShowBubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.ShowCategoryName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.ShowDataLabelsOverMaximum() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.ShowHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.ShowKeys() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.ShowLegendKey() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.ShowMarker() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.ShowNegativeBubbles() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.ShowOutlineBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.ShowPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.ShowSeriesName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowValue +DocumentFormat.OpenXml.Drawing.Charts.ShowValue.ShowValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.ShowVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Size +DocumentFormat.OpenXml.Drawing.Charts.Size.Size() -> void +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.SizeRepresents() -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Area = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Width = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SkipType +DocumentFormat.OpenXml.Drawing.Charts.SkipType.SkipType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Smooth +DocumentFormat.OpenXml.Drawing.Charts.Smooth.Smooth() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.SplitPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType +DocumentFormat.OpenXml.Drawing.Charts.SplitType.SplitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Percent = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Position = 2 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Value = 3 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.StockChart +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.StringCache? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Style +DocumentFormat.OpenXml.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.get -> DocumentFormat.OpenXml.Drawing.Charts.Thickness? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Symbol() -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Thickness() -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.TickLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.High = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.Low = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.NextTo = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.TickLabelSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.TickMarkSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.TickMarkType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Cross = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Inside = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.None = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Outside = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.TimeUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Days = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Months = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Years = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.Title +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.get -> DocumentFormat.OpenXml.Drawing.Charts.Overlay? +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Top +DocumentFormat.OpenXml.Drawing.Charts.Top.Top() -> void +DocumentFormat.OpenXml.Drawing.Charts.TopMode +DocumentFormat.OpenXml.Drawing.Charts.TopMode.TopMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.get -> DocumentFormat.OpenXml.Drawing.Charts.Backward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.get -> DocumentFormat.OpenXml.Drawing.Charts.Forward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.get -> DocumentFormat.OpenXml.Drawing.Charts.Intercept? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.get -> DocumentFormat.OpenXml.Drawing.Charts.Period? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.get -> DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineName? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineType? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.TrendlineType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Exponential = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Linear = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Logarithmic = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.MovingAverage = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Polynomial = 4 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Power = 5 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.get -> DocumentFormat.OpenXml.Drawing.Charts.DownBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.get -> DocumentFormat.OpenXml.Drawing.Charts.GapWidth? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.get -> DocumentFormat.OpenXml.Drawing.Charts.UpBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserInterface +DocumentFormat.OpenXml.Drawing.Charts.UserInterface.UserInterface() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Load(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Save(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.UserShapesReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values +DocumentFormat.OpenXml.Drawing.Charts.Values.Values() -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.VaryColors +DocumentFormat.OpenXml.Drawing.Charts.VaryColors.VaryColors() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.DepthPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.get -> DocumentFormat.OpenXml.Drawing.Charts.Perspective? +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.get -> DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateX? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateY? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Width +DocumentFormat.OpenXml.Drawing.Charts.Width.Width() -> void +DocumentFormat.OpenXml.Drawing.Charts.WidthMode +DocumentFormat.OpenXml.Drawing.Charts.WidthMode.WidthMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Wireframe +DocumentFormat.OpenXml.Drawing.Charts.Wireframe.Wireframe() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChildExtents +DocumentFormat.OpenXml.Drawing.ChildExtents.ChildExtents() -> void +DocumentFormat.OpenXml.Drawing.ChildOffset +DocumentFormat.OpenXml.Drawing.ChildOffset.ChildOffset() -> void +DocumentFormat.OpenXml.Drawing.CloseShapePath +DocumentFormat.OpenXml.Drawing.CloseShapePath.CloseShapePath() -> void +DocumentFormat.OpenXml.Drawing.Color2Type +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type() -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange() -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.get -> DocumentFormat.OpenXml.Drawing.ColorFrom? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.get -> DocumentFormat.OpenXml.Drawing.ColorTo? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.set -> void +DocumentFormat.OpenXml.Drawing.ColorFrom +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom() -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement() -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.get -> DocumentFormat.OpenXml.Drawing.Accent1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.get -> DocumentFormat.OpenXml.Drawing.Accent2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.get -> DocumentFormat.OpenXml.Drawing.Accent3Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.get -> DocumentFormat.OpenXml.Drawing.Accent4Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.get -> DocumentFormat.OpenXml.Drawing.Accent5Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.get -> DocumentFormat.OpenXml.Drawing.Accent6Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.get -> DocumentFormat.OpenXml.Drawing.Dark1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.get -> DocumentFormat.OpenXml.Drawing.Dark2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.get -> DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor? +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.get -> DocumentFormat.OpenXml.Drawing.Hyperlink? +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.get -> DocumentFormat.OpenXml.Drawing.Light1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.get -> DocumentFormat.OpenXml.Drawing.Light2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorTo +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo() -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType +DocumentFormat.OpenXml.Drawing.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Complement +DocumentFormat.OpenXml.Drawing.Complement.Complement() -> void +DocumentFormat.OpenXml.Drawing.ComplexScriptFont +DocumentFormat.OpenXml.Drawing.ComplexScriptFont.ComplexScriptFont() -> void +DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Single = 0 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.get -> DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionType +DocumentFormat.OpenXml.Drawing.ConnectionType.ConnectionType() -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor() -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CustomColor.Name.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColorList +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList() -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash() -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.get -> DocumentFormat.OpenXml.Drawing.AdjustHandleList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.get -> DocumentFormat.OpenXml.Drawing.ConnectionSiteList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry() -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.get -> DocumentFormat.OpenXml.Drawing.PathList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.get -> DocumentFormat.OpenXml.Drawing.Rectangle? +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.get -> DocumentFormat.OpenXml.Drawing.ShapeGuideList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.set -> void +DocumentFormat.OpenXml.Drawing.Dark1Color +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color() -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color() -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DashStop +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.set -> void +DocumentFormat.OpenXml.Drawing.DashStop.DashStop() -> void +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.set -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension() -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType() -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagram +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Drawing.Diagram.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagram.Id.set -> void +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Adjust() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Composite = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Connector = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Cycle = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyChild = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyRoot = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Linear = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Pyramid = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Snake = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Space = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Text = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.AnimateOneByOne() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.Branch = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.One = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.AnimationLevel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Level = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Arrow = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.NoArrow = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Gravity = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Upright = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Ancestor = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.AncestorOrSelf = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.DescendantOrSelf = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Follow = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.FollowSibling = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.None = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Parent = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Preceding = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.PrecedingSibling = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Root = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.Background +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Beginning = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Default = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.End = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.Equal = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.GreaterThanOrEqualTo = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.LessThanOrEqualTo = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Balanced = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.EndCanvas = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Fixed = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.BulletEnabled() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Category() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.FirstNode = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.Choose +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Cycle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Repeat = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.ColorDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.DiagramColorsPart.get -> DocumentFormat.OpenXml.Packaging.DiagramColorsPart? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.ColorTransformCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.ColorTransformDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.ParentOf = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationOf = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationParentOf = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.UnknownRelationship = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.Custom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomCenter = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleLeft = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleRight = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Radial = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopCenter = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopLeft = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopRight = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Bending = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Curve = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.LongCurve = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Straight = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.AlignmentOffset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadHeight = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadWidth = 62 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningMargin = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningPadding = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BendingDistance = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Bottom = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomMargin = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomOffset = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterHeight = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterWidth = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterXOffset = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterYOffset = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ConnectionDistance = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Diameter = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndMargin = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndPadding = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Height = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.HeightOffset = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Left = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftOffset = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PrimaryFontSize = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PyramidAccentRatio = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Right = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightMargin = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightOffset = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondaryFontSize = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondarySiblingSpacing = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SiblingSpacing = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Spacing = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.StemThickness = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Top = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopMargin = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopOffset = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedA = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedB = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedC = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedD = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedE = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedF = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedG = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedH = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedI = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedJ = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedK = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedL = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedM = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedN = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedO = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedP = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedQ = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedR = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedS = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedT = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedU = 55 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedV = 56 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedW = 57 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedX = 58 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedY = 59 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedZ = 60 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Width = 61 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.WidthOffset = 63 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.ReverseDirection = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.SameDirection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DiagramDataPart.get -> DocumentFormat.OpenXml.Packaging.DiagramDataPart? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Load(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Save(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Description() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Direction() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Normal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Reversed = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.All = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Assistant = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Document = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Node = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonAssistant = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonNormal = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Normal = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.ParentTransition = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Presentation = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.SiblingTransition = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Row = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThan = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThanOrEqualTo = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThan = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThanOrEqualTo = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.NotEqualTo = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Count = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Depth = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.MaxDepth = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Position = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionEven = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionOdd = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.ReversePosition = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Variable = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomRight = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterChild = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterDescendant = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomLeft = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomRight = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftBottom = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterChild = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterDescendant = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftTop = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightBottom = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterChildren = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterDescendants = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightTop = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterChildren = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterDescendants = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.HierarchyBranch() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Hanging = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Initial = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Standard = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Counterclockwise = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DiagramLayoutDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.get -> DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Direction? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.get -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.get -> DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromBottom = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromTop = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.MaxNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Offset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.OrganizationChart() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.Connection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AspectRatio = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AutoTextRotation = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningArrowheadStyle = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningPoints = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BendPoint = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Breakpoint = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BreakpointFixedValue = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.CenterShapeMapping = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildAlignment = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildDirection = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectionRoute = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectorDimension = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ContinueDirection = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.DestinationNode = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndPoints = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndStyle = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FallbackScale = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FlowDirection = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.GrowDirection = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HierarchyAlignment = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HorizontalAlignment = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LinearDirection = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterChildrenParagraph = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterParentParagraph = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingChildren = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingParent = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeHorizontalAlignment = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeVerticalAlignment = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Offset = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextLeftToRightAlignment = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextRightToLeftAlignment = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentBackgroundNode = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentPosition = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextNode = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidLevelNode = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RotationPath = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RouteShortestDistance = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryChildAlignment = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryLinearDirection = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextLeftToRightAlignment = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextRightToLeftAlignment = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SourceNode = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SpanAngle = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartAngle = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartBulletsAtLevel = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartElement = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAlignment = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontal = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontalWithChildren = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVertical = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVerticalWithChildren = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextBlockDirection = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextDirection = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.VerticalAlignment = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.Point +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBody? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Assistant = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Document = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.ParentTransition = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Presentation = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.SiblingTransition = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.PreferredNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.After = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.Before = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Step = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.RelationshipIds() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.ResizeHandles() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Exact = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Relative = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.AlongPath = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.Rule +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModel? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromBottom = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromLeft = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromRight = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromTop = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.Shape +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Transition = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.Style +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.DiagramStylePart.get -> DocumentFormat.OpenXml.Packaging.DiagramStylePart? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.StyleDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.StyleDisplayCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.StyleLabelDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromBottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromTop = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.get -> DocumentFormat.OpenXml.Drawing.FlatText? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.get -> DocumentFormat.OpenXml.Drawing.Shape3DType? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimateOne = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimationLevel = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.BulletsEnabled = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildMax = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildPreference = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.Direction = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.HierarchyBranch = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.OrganizationalChart = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ResizeHandles = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom2010 = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle2010 = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top2010 = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.Whole +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone +DocumentFormat.OpenXml.Drawing.Duotone.Duotone() -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EastAsianFont +DocumentFormat.OpenXml.Drawing.EastAsianFont.EastAsianFont() -> void +DocumentFormat.OpenXml.Drawing.Effect +DocumentFormat.OpenXml.Drawing.Effect.Effect() -> void +DocumentFormat.OpenXml.Drawing.Effect.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Effect.Reference.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainer +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer() -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType() -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Sibling = 0 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Tree = 1 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectDag +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag() -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList +DocumentFormat.OpenXml.Drawing.EffectList.Blur.get -> DocumentFormat.OpenXml.Drawing.Blur? +DocumentFormat.OpenXml.Drawing.EffectList.Blur.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList() -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.get -> DocumentFormat.OpenXml.Drawing.FillOverlay? +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Glow.get -> DocumentFormat.OpenXml.Drawing.Glow? +DocumentFormat.OpenXml.Drawing.EffectList.Glow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.get -> DocumentFormat.OpenXml.Drawing.InnerShadow? +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.get -> DocumentFormat.OpenXml.Drawing.OuterShadow? +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.get -> DocumentFormat.OpenXml.Drawing.PresetShadow? +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.get -> DocumentFormat.OpenXml.Drawing.Reflection? +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.get -> DocumentFormat.OpenXml.Drawing.SoftEdge? +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle() -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList() -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EmptyType +DocumentFormat.OpenXml.Drawing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Drawing.EndConnection +DocumentFormat.OpenXml.Drawing.EndConnection.EndConnection() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndTime +DocumentFormat.OpenXml.Drawing.EndTime.EndTime() -> void +DocumentFormat.OpenXml.Drawing.Extension +DocumentFormat.OpenXml.Drawing.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ExtensionList +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extents +DocumentFormat.OpenXml.Drawing.Extents.Extents() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.get -> DocumentFormat.OpenXml.Drawing.ColorMap? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field +DocumentFormat.OpenXml.Drawing.Field.Field() -> void +DocumentFormat.OpenXml.Drawing.Field.Field(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Id.set -> void +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Field.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Field.Text.set -> void +DocumentFormat.OpenXml.Drawing.Field.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Type.set -> void +DocumentFormat.OpenXml.Drawing.Fill +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill() -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.Fill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay() -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties() -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillRectangle +DocumentFormat.OpenXml.Drawing.FillRectangle.FillRectangle() -> void +DocumentFormat.OpenXml.Drawing.FillReference +DocumentFormat.OpenXml.Drawing.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList() -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillToRectangle +DocumentFormat.OpenXml.Drawing.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow() -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FlatText +DocumentFormat.OpenXml.Drawing.FlatText.FlatText() -> void +DocumentFormat.OpenXml.Drawing.FlatText.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.FlatText.Z.set -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor() -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Major = 0 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Minor = 1 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.None = 2 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionType +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.get -> DocumentFormat.OpenXml.Drawing.ComplexScriptFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.get -> DocumentFormat.OpenXml.Drawing.EastAsianFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType() -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.get -> DocumentFormat.OpenXml.Drawing.LatinFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.set -> void +DocumentFormat.OpenXml.Drawing.FontReference +DocumentFormat.OpenXml.Drawing.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FontReference.Index.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Fonts +DocumentFormat.OpenXml.Drawing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.get -> DocumentFormat.OpenXml.Drawing.MajorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.get -> DocumentFormat.OpenXml.Drawing.MinorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FontScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.get -> DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.get -> DocumentFormat.OpenXml.Drawing.EffectStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.get -> DocumentFormat.OpenXml.Drawing.FillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme() -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.get -> DocumentFormat.OpenXml.Drawing.LineStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Gamma +DocumentFormat.OpenXml.Drawing.Gamma.Gamma() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow +DocumentFormat.OpenXml.Drawing.Glow.Glow() -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Glow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Glow.Radius.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.get -> DocumentFormat.OpenXml.Drawing.GradientStopList? +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStopList +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic +DocumentFormat.OpenXml.Drawing.Graphic.Graphic() -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.get -> DocumentFormat.OpenXml.Drawing.GraphicData? +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.set -> void +DocumentFormat.OpenXml.Drawing.GraphicData +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData() -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.Gray +DocumentFormat.OpenXml.Drawing.Gray.Gray() -> void +DocumentFormat.OpenXml.Drawing.Grayscale +DocumentFormat.OpenXml.Drawing.Grayscale.Grayscale() -> void +DocumentFormat.OpenXml.Drawing.Green +DocumentFormat.OpenXml.Drawing.Green.Green() -> void +DocumentFormat.OpenXml.Drawing.GreenModulation +DocumentFormat.OpenXml.Drawing.GreenModulation.GreenModulation() -> void +DocumentFormat.OpenXml.Drawing.GreenOffset +DocumentFormat.OpenXml.Drawing.GreenOffset.GreenOffset() -> void +DocumentFormat.OpenXml.Drawing.GridColumn +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Drawing.GroupFill +DocumentFormat.OpenXml.Drawing.GroupFill.GroupFill() -> void +DocumentFormat.OpenXml.Drawing.GroupShape +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HeadEnd +DocumentFormat.OpenXml.Drawing.HeadEnd.HeadEnd() -> void +DocumentFormat.OpenXml.Drawing.Highlight +DocumentFormat.OpenXml.Drawing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hsl +DocumentFormat.OpenXml.Drawing.Hsl.Hsl() -> void +DocumentFormat.OpenXml.Drawing.Hsl.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Hue.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.set -> void +DocumentFormat.OpenXml.Drawing.HslColor +DocumentFormat.OpenXml.Drawing.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.set -> void +DocumentFormat.OpenXml.Drawing.Hue +DocumentFormat.OpenXml.Drawing.Hue.Hue() -> void +DocumentFormat.OpenXml.Drawing.Hue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hue.Val.set -> void +DocumentFormat.OpenXml.Drawing.HueModulation +DocumentFormat.OpenXml.Drawing.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Drawing.HueOffset +DocumentFormat.OpenXml.Drawing.HueOffset.HueOffset() -> void +DocumentFormat.OpenXml.Drawing.HueOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HueOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Hyperlink +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkSound +DocumentFormat.OpenXml.Drawing.HyperlinkSound.HyperlinkSound() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.get -> DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.get -> DocumentFormat.OpenXml.Drawing.HyperlinkSound? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow() -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Inverse +DocumentFormat.OpenXml.Drawing.Inverse.Inverse() -> void +DocumentFormat.OpenXml.Drawing.InverseGamma +DocumentFormat.OpenXml.Drawing.InverseGamma.InverseGamma() -> void +DocumentFormat.OpenXml.Drawing.LastColumn +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn() -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow +DocumentFormat.OpenXml.Drawing.LastRow.LastRow() -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LatinFont +DocumentFormat.OpenXml.Drawing.LatinFont.LatinFont() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.set -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color() -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color() -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig +DocumentFormat.OpenXml.Drawing.LightRig.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Direction.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rig.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Rig.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Balanced = 13 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Chilly = 21 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Contrasting = 17 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flat = 23 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flood = 16 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Freezing = 22 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Glow = 25 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Harsh = 15 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Morning = 18 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Soft = 14 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunrise = 19 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunset = 20 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.ThreePoints = 12 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.TwoPoints = 24 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LinearGradientFill +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.set -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.LinearGradientFill() -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.set -> void +DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineDefault +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault() -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.LineEndPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Arrow = 5 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.None = 0 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Oval = 4 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Stealth = 2 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Triangle = 1 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineJoinBevel +DocumentFormat.OpenXml.Drawing.LineJoinBevel.LineJoinBevel() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineReference +DocumentFormat.OpenXml.Drawing.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing() -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList() -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo +DocumentFormat.OpenXml.Drawing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.LineTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle() -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas() -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Luminance +DocumentFormat.OpenXml.Drawing.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.LuminanceEffect() -> void +DocumentFormat.OpenXml.Drawing.LuminanceModulation +DocumentFormat.OpenXml.Drawing.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Drawing.LuminanceOffset +DocumentFormat.OpenXml.Drawing.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Drawing.MajorFont +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont() -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MasterColorMapping +DocumentFormat.OpenXml.Drawing.MasterColorMapping.MasterColorMapping() -> void +DocumentFormat.OpenXml.Drawing.MinorFont +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont() -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Miter +DocumentFormat.OpenXml.Drawing.Miter.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Miter.Limit.set -> void +DocumentFormat.OpenXml.Drawing.Miter.Miter() -> void +DocumentFormat.OpenXml.Drawing.MoveTo +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.MoveTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.NoAutoFit +DocumentFormat.OpenXml.Drawing.NoAutoFit.NoAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NoBullet +DocumentFormat.OpenXml.Drawing.NoBullet.NoBullet() -> void +DocumentFormat.OpenXml.Drawing.NoFill +DocumentFormat.OpenXml.Drawing.NoFill.NoFill() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Normal +DocumentFormat.OpenXml.Drawing.Normal.Normal() -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.NormalAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell() -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.get -> DocumentFormat.OpenXml.Drawing.LineDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults() -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.get -> DocumentFormat.OpenXml.Drawing.ShapeDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.get -> DocumentFormat.OpenXml.Drawing.TextDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Offset +DocumentFormat.OpenXml.Drawing.Offset.Offset() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Outline +DocumentFormat.OpenXml.Drawing.Outline.Outline() -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping() -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.set -> void +DocumentFormat.OpenXml.Drawing.Path.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Path.Fill.set -> void +DocumentFormat.OpenXml.Drawing.Path.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Height.set -> void +DocumentFormat.OpenXml.Drawing.Path.Path() -> void +DocumentFormat.OpenXml.Drawing.Path.Path(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Stroke.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.Stroke.set -> void +DocumentFormat.OpenXml.Drawing.Path.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Width.set -> void +DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Darken = 4 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.DarkenLess = 5 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Lighten = 2 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.LightenLess = 3 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Norm = 1 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathGradientFill +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.get -> DocumentFormat.OpenXml.Drawing.FillToRectangle? +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill() -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList +DocumentFormat.OpenXml.Drawing.PathList.PathList() -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Rectangle = 2 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PatternFill +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Drawing.BackgroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Drawing.ForegroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Insert = 1 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PercentageType +DocumentFormat.OpenXml.Drawing.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Drawing.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Picture +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet() -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks() -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Pictures.BlipFill? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Point +DocumentFormat.OpenXml.Drawing.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Point2DType +DocumentFormat.OpenXml.Drawing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Position +DocumentFormat.OpenXml.Drawing.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType +DocumentFormat.OpenXml.Drawing.PositivePercentageType.PositivePercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetColor +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor() -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AliceBlue = 0 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AntiqueWhite = 1 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aqua = 2 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aquamarine = 3 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Azure = 4 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Beige = 5 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Bisque = 6 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Black = 7 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlanchedAlmond = 8 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Blue = 9 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlueViolet = 10 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Brown = 11 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BurlyWood = 12 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CadetBlue = 13 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chartreuse = 14 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chocolate = 15 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Coral = 16 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CornflowerBlue = 17 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cornsilk = 18 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Crimson = 19 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cyan = 20 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue = 21 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue2010 = 140 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan = 22 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan2010 = 141 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod = 23 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod2010 = 142 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray = 24 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray2010 = 143 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen = 25 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen2010 = 145 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey = 183 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey2010 = 144 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki = 26 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki2010 = 146 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta = 27 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta2010 = 147 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen = 28 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen2010 = 148 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange = 29 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange2010 = 149 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid = 30 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid2010 = 150 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed = 31 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed2010 = 151 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon = 32 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon2010 = 152 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen = 33 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen2010 = 153 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue = 34 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue2010 = 154 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray = 35 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray2010 = 155 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey = 185 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey2010 = 156 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise = 36 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise2010 = 157 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet = 37 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet2010 = 158 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepPink = 38 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepSkyBlue = 39 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGray = 40 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGrey = 184 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DodgerBlue = 41 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Firebrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.FloralWhite = 43 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.ForestGreen = 44 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Fuchsia = 45 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gainsboro = 46 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GhostWhite = 47 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gold = 48 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Goldenrod = 49 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gray = 50 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Green = 51 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GreenYellow = 52 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Grey = 186 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Honeydew = 53 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.HotPink = 54 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.IndianRed = 55 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Indigo = 56 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Ivory = 57 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Khaki = 58 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lavender = 59 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LavenderBlush = 60 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LawnGreen = 61 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LemonChiffon = 62 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue = 63 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue2010 = 159 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral = 64 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral2010 = 160 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan = 65 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan2010 = 161 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow = 66 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow2010 = 162 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray = 67 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray2010 = 163 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen = 68 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen2010 = 165 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey = 187 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey2010 = 164 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink = 69 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink2010 = 166 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon = 70 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon2010 = 167 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen = 71 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen2010 = 168 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue = 72 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue2010 = 169 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray = 73 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray2010 = 170 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey = 188 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey2010 = 171 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue = 74 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue2010 = 172 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow = 75 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow2010 = 173 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lime = 76 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LimeGreen = 77 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Linen = 78 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Magenta = 79 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Maroon = 80 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MedAquamarine = 81 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumAquamarine2010 = 174 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue = 82 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue2010 = 175 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid = 83 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid2010 = 176 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple = 84 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple2010 = 177 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen = 85 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen2010 = 178 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue = 86 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue2010 = 179 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen = 87 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen2010 = 180 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise = 88 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise2010 = 181 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed = 89 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed2010 = 182 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MidnightBlue = 90 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MintCream = 91 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MistyRose = 92 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Moccasin = 93 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.NavajoWhite = 94 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Navy = 95 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OldLace = 96 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Olive = 97 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OliveDrab = 98 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orange = 99 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OrangeRed = 100 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orchid = 101 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGoldenrod = 102 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGreen = 103 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleTurquoise = 104 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleVioletRed = 105 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PapayaWhip = 106 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PeachPuff = 107 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Peru = 108 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Pink = 109 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Plum = 110 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PowderBlue = 111 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Purple = 112 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Red = 113 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RosyBrown = 114 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RoyalBlue = 115 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SaddleBrown = 116 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Salmon = 117 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SandyBrown = 118 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaGreen = 119 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaShell = 120 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Sienna = 121 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Silver = 122 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SkyBlue = 123 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateBlue = 124 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGray = 125 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGrey = 189 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Snow = 126 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SpringGreen = 127 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SteelBlue = 128 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tan = 129 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Teal = 130 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Thistle = 131 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tomato = 132 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Turquoise = 133 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Violet = 134 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Wheat = 135 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.White = 136 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.WhiteSmoke = 137 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Yellow = 138 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.YellowGreen = 139 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetDash +DocumentFormat.OpenXml.Drawing.PresetDash.PresetDash() -> void +DocumentFormat.OpenXml.Drawing.PresetDash.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetDash.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry() -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.DashDot = 4 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDash = 3 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDot = 5 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDotDot = 6 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDash = 7 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDot = 9 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDot = 8 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Cross = 22 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkDownwardDiagonal = 27 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkHorizontal = 16 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkUpwardDiagonal = 28 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkVertical = 17 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedDownwardDiagonal = 31 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedHorizontal = 20 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedUpwardDiagonal = 32 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedVertical = 21 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalBrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalCross = 33 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Divot = 49 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DotGrid = 38 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DottedDiamond = 45 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DownwardDiagonal = 23 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Horizontal = 12 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.HorizontalBrick = 41 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeCheck = 35 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeConfetti = 40 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeGrid = 37 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightDownwardDiagonal = 25 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightHorizontal = 14 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightUpwardDiagonal = 26 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightVertical = 15 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowHorizontal = 18 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowVertical = 19 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.OpenDiamond = 44 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent10 = 1 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent20 = 2 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent25 = 3 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent30 = 4 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent40 = 5 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent5 = 0 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent50 = 6 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent60 = 7 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent70 = 8 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent75 = 9 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent80 = 10 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent90 = 11 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Plaid = 46 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Shingle = 50 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallCheck = 34 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallConfetti = 39 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallGrid = 36 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SolidDiamond = 43 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Sphere = 47 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Trellis = 52 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.UpwardDiagonal = 24 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Vertical = 13 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Wave = 51 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Weave = 48 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideDownwardDiagonal = 29 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideUpwardDiagonal = 30 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.ZigZag = 53 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetShadow +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow() -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackCenterPerspectiveShadow = 18 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftLongPerspectiveShadow = 10 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftPerspectiveShadow = 2 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightLongPerspectiveShadow = 11 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightPerspectiveShadow = 3 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomLeftDropShadow = 4 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightDropShadow = 5 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightSmallDropShadow = 13 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontBottomShadow = 19 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftLongPerspectiveShadow = 14 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftPerspectiveShadow = 6 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightLongPerspectiveShadow = 15 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightPerspectiveShadow = 7 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalInnerBoxShadow = 17 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalOuterBoxShadow = 16 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDoubleDropShadow = 12 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDropShadow = 0 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftLargeDropShadow = 9 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftSmallDropShadow = 8 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopRightDropShadow = 1 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetTextWrap +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap() -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension() -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile() -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RatioType +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Drawing.Rectangle +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Left.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Right.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Top.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Top.set -> void +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Bottom = 7 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomRight = 8 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.Red +DocumentFormat.OpenXml.Drawing.Red.Red() -> void +DocumentFormat.OpenXml.Drawing.RedModulation +DocumentFormat.OpenXml.Drawing.RedModulation.RedModulation() -> void +DocumentFormat.OpenXml.Drawing.RedOffset +DocumentFormat.OpenXml.Drawing.RedOffset.RedOffset() -> void +DocumentFormat.OpenXml.Drawing.Reflection +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.Distance.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.RelativeOffset() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.RelativeRectangleType() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightToLeft +DocumentFormat.OpenXml.Drawing.RightToLeft.RightToLeft() -> void +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.set -> void +DocumentFormat.OpenXml.Drawing.Rotation +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Rotation() -> void +DocumentFormat.OpenXml.Drawing.Round +DocumentFormat.OpenXml.Drawing.Round.Round() -> void +DocumentFormat.OpenXml.Drawing.Run +DocumentFormat.OpenXml.Drawing.Run.Run() -> void +DocumentFormat.OpenXml.Drawing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Run.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Run.Text.set -> void +DocumentFormat.OpenXml.Drawing.RunProperties +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Saturation +DocumentFormat.OpenXml.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Drawing.SaturationModulation +DocumentFormat.OpenXml.Drawing.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Drawing.SaturationOffset +DocumentFormat.OpenXml.Drawing.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Drawing.ScaleX +DocumentFormat.OpenXml.Drawing.ScaleX.ScaleX() -> void +DocumentFormat.OpenXml.Drawing.ScaleY +DocumentFormat.OpenXml.Drawing.ScaleY.ScaleY() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background1 = 0 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background2 = 2 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark1 = 13 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark2 = 15 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light1 = 14 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light2 = 16 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.PhColor = 12 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text1 = 1 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text2 = 3 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.Shade +DocumentFormat.OpenXml.Drawing.Shade.Shade() -> void +DocumentFormat.OpenXml.Drawing.Shape +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Shape.TextShape.get -> DocumentFormat.OpenXml.Drawing.TextShape? +DocumentFormat.OpenXml.Drawing.Shape.TextShape.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType() -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.set -> void +DocumentFormat.OpenXml.Drawing.ShapeAutoFit +DocumentFormat.OpenXml.Drawing.ShapeAutoFit.ShapeAutoFit() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.ShapeGuide() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout1 = 113 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout2 = 114 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout3 = 115 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout1 = 107 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout2 = 108 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout3 = 109 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBackPrevious = 165 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBeginning = 167 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBlank = 160 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonDocument = 169 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonEnd = 166 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonForwardNext = 164 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHelp = 162 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHome = 161 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonInformation = 163 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonMovie = 171 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonReturn = 168 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonSound = 170 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Arc = 88 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentArrow = 62 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector2 = 96 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector3 = 97 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector4 = 98 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector5 = 99 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentUpArrow = 49 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Bevel = 82 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BlockArc = 40 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout1 = 110 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout2 = 111 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout3 = 112 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracePair = 94 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracketPair = 93 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout1 = 104 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout2 = 105 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout3 = 106 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Can = 73 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartPlus = 186 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartStar = 185 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartX = 184 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chevron = 37 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chord = 87 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CircularArrow = 64 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cloud = 120 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CloudCallout = 119 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Corner = 85 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CornerTabs = 181 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cube = 72 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector2 = 100 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector3 = 101 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector4 = 102 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector5 = 103 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedDownArrow = 70 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedLeftArrow = 68 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedRightArrow = 67 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedUpArrow = 69 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Decagon = 13 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DiagonalStripe = 86 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Diamond = 5 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Dodecagon = 14 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Donut = 41 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DoubleWave = 129 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrow = 46 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrowCallout = 58 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ellipse = 34 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon = 123 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon2 = 124 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartAlternateProcess = 158 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartCollate = 147 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartConnector = 142 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDecision = 132 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDelay = 157 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDisplay = 156 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDocument = 136 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartExtract = 149 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInputOutput = 133 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInternalStorage = 135 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDisk = 154 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDrum = 155 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticTape = 153 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualInput = 140 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualOperation = 141 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMerge = 150 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMultidocument = 137 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOfflineStorage = 151 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOffpageConnector = 159 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOnlineStorage = 152 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOr = 146 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPredefinedProcess = 134 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPreparation = 139 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartProcess = 131 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedCard = 143 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedTape = 144 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSort = 148 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSummingJunction = 145 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartTerminator = 138 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FoldedCorner = 81 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Frame = 83 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Funnel = 174 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear6 = 172 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear9 = 173 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HalfFrame = 84 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heart = 75 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heptagon = 11 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Hexagon = 10 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HomePlate = 36 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HorizontalScroll = 127 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal1 = 79 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal2 = 80 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrow = 44 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrowCallout = 55 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBrace = 91 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBracket = 89 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftCircularArrow = 65 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrow = 50 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrowCallout = 59 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightCircularArrow = 66 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightRibbon = 125 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightUpArrow = 53 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftUpArrow = 52 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LightningBolt = 74 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LineInverse = 1 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathDivide = 178 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathEqual = 179 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMinus = 176 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMultiply = 177 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathNotEqual = 180 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathPlus = 175 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Moon = 77 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NonIsoscelesTrapezoid = 8 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NoSmoking = 42 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NotchedRightArrow = 48 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Octagon = 12 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Parallelogram = 6 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pentagon = 9 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pie = 39 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PieWedge = 38 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plaque = 33 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PlaqueTabs = 183 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plus = 130 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrow = 54 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrowCallout = 61 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Rectangle = 4 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon = 121 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon2 = 122 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrow = 43 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrowCallout = 56 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBrace = 92 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBracket = 90 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightTriangle = 3 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round1Rectangle = 26 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2DiagonalRectangle = 28 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2SameRectangle = 27 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RoundRectangle = 25 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SmileyFace = 78 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip1Rectangle = 30 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2DiagonalRectangle = 32 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2SameRectangle = 31 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SnipRoundRectangle = 29 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SquareTabs = 182 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star10 = 20 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star12 = 21 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star16 = 22 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star24 = 23 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star32 = 24 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star4 = 15 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star5 = 16 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star6 = 17 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star7 = 18 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star8 = 19 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StraightConnector1 = 95 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StripedRightArrow = 47 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Sun = 76 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SwooshArrow = 71 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Teardrop = 35 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Trapezoid = 7 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Triangle = 2 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrow = 45 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrowCallout = 57 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrow = 51 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrowCallout = 60 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UTurnArrow = 63 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.VerticalScroll = 126 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Wave = 128 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeEllipseCallout = 118 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRectangleCallout = 116 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRoundRectangleCallout = 117 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.SoftEdge +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.set -> void +DocumentFormat.OpenXml.Drawing.SoftEdge.SoftEdge() -> void +DocumentFormat.OpenXml.Drawing.SolidFill +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill() -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SourceRectangle +DocumentFormat.OpenXml.Drawing.SourceRectangle.SourceRectangle() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell() -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter() -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore() -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent +DocumentFormat.OpenXml.Drawing.SpacingPercent.SpacingPercent() -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints +DocumentFormat.OpenXml.Drawing.SpacingPoints.SpacingPoints() -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Position? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.Absolute = 2 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.OneCell = 1 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.TwoCell = 0 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Load(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Save(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StartConnection +DocumentFormat.OpenXml.Drawing.StartConnection.StartConnection() -> void +DocumentFormat.OpenXml.Drawing.StartTime +DocumentFormat.OpenXml.Drawing.StartTime.StartTime() -> void +DocumentFormat.OpenXml.Drawing.Stretch +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.get -> DocumentFormat.OpenXml.Drawing.FillRectangle? +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch() -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType() -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.SupplementalFont() -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.SymbolFont +DocumentFormat.OpenXml.Drawing.SymbolFont.SymbolFont() -> void +DocumentFormat.OpenXml.Drawing.SystemColor +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.set -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor() -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SystemColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveBorder = 10 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveCaption = 2 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ApplicationWorkspace = 12 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonFace = 15 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonHighlight = 20 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonShadow = 16 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonText = 18 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.CaptionText = 9 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientActiveCaption = 26 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientInactiveCaption = 27 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GrayText = 17 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Highlight = 13 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HighlightText = 14 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HotLight = 25 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveBorder = 11 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaption = 3 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaptionText = 19 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoBack = 24 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoText = 23 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Menu = 4 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuBar = 29 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuHighlight = 28 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuText = 7 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ScrollBar = 0 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDDarkShadow = 21 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDLight = 22 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Window = 5 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowFrame = 6 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowText = 8 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.Table +DocumentFormat.OpenXml.Drawing.Table.Table() -> void +DocumentFormat.OpenXml.Drawing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.TableGrid.get -> DocumentFormat.OpenXml.Drawing.TableGrid? +DocumentFormat.OpenXml.Drawing.Table.TableGrid.set -> void +DocumentFormat.OpenXml.Drawing.Table.TableProperties.get -> DocumentFormat.OpenXml.Drawing.TableProperties? +DocumentFormat.OpenXml.Drawing.Table.TableProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableBackground +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground() -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Drawing.TableCellProperties? +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Drawing.BottomBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideVerticalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Drawing.LeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Drawing.RightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Drawing.TopBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.get -> DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.get -> DocumentFormat.OpenXml.Drawing.Cell3DProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.RightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.get -> DocumentFormat.OpenXml.Drawing.TableCellBorders? +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellTextStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType() -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow +DocumentFormat.OpenXml.Drawing.TableRow.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TableRow.Height.set -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry() -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleId +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId() -> void +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId(string! text) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Load(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Save(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList() -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Drawing.TableStyleType +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band1Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.get -> DocumentFormat.OpenXml.Drawing.Band1Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band2Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.get -> DocumentFormat.OpenXml.Drawing.Band2Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.get -> DocumentFormat.OpenXml.Drawing.FirstColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.get -> DocumentFormat.OpenXml.Drawing.FirstRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.get -> DocumentFormat.OpenXml.Drawing.LastColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.get -> DocumentFormat.OpenXml.Drawing.LastRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.get -> DocumentFormat.OpenXml.Drawing.NortheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.get -> DocumentFormat.OpenXml.Drawing.NorthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.get -> DocumentFormat.OpenXml.Drawing.SoutheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.get -> DocumentFormat.OpenXml.Drawing.SouthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.get -> DocumentFormat.OpenXml.Drawing.TableBackground? +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType() -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.get -> DocumentFormat.OpenXml.Drawing.WholeTable? +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.set -> void +DocumentFormat.OpenXml.Drawing.TabStop +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Drawing.TabStopList +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList() -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TailEnd +DocumentFormat.OpenXml.Drawing.TailEnd.TailEnd() -> void +DocumentFormat.OpenXml.Drawing.Text +DocumentFormat.OpenXml.Drawing.Text.Text() -> void +DocumentFormat.OpenXml.Drawing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Distributed = 5 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Justified = 3 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.JustifiedLow = 4 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.ThaiDistributed = 6 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenBoth = 0 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenR = 2 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterPeriod = 4 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenBoth = 1 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenR = 3 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterPeriod = 5 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic1Minus = 28 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic2Minus = 29 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePeriod = 19 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePlain = 20 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenBoth = 6 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenR = 7 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPeriod = 8 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPlain = 9 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberDoubleBytePlain = 16 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsBlackPlain = 17 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsWhitePlain = 18 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseDoubleBytePeriod = 25 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPeriod = 27 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPlain = 26 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePeriod = 21 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePlain = 22 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePeriod = 23 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePlain = 24 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Hebrew2Minus = 30 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlpha1Period = 40 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlphaPeriod = 37 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumberParenthesisRight = 39 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumPeriod = 38 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenBoth = 10 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenR = 12 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterPeriod = 14 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenBoth = 11 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenR = 13 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterPeriod = 15 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisBoth = 33 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisRight = 32 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaPeriod = 31 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisBoth = 36 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisRight = 35 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberPeriod = 34 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextBody +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.All = 2 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.Small = 1 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Drawing.TextDefault +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault() -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Automatic = 0 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Baseline = 3 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Bottom = 4 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontType +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.TextFontType() -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Clip = 1 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.get -> DocumentFormat.OpenXml.Drawing.LineSpacing? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.get -> DocumentFormat.OpenXml.Drawing.SpaceAfter? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.get -> DocumentFormat.OpenXml.Drawing.SpaceBefore? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape() -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDown = 10 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDownPour = 14 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUp = 9 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUpPour = 13 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButton = 12 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButtonPour = 16 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanDown = 20 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanUp = 19 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeDown = 40 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeUp = 39 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevron = 5 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevronInverted = 6 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCircle = 11 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCirclePour = 15 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveDown = 18 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveUp = 17 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflate = 26 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateBottom = 28 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflate = 31 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflateDeflate = 32 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateTop = 30 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDoubleWave1 = 23 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeDown = 36 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeLeft = 34 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeRight = 33 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeUp = 35 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflate = 25 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateBottom = 27 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateTop = 29 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextNoShape = 0 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextPlain = 1 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingInside = 7 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingOutside = 8 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantDown = 38 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantUp = 37 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextStop = 2 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangle = 3 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangleInverted = 4 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave1 = 21 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave2 = 22 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave4 = 24 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextSpacingType +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.get -> DocumentFormat.OpenXml.Drawing.SpacingPercent? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.get -> DocumentFormat.OpenXml.Drawing.SpacingPoints? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType() -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.DoubleStrike = 2 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.NoStrike = 0 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.SingleStrike = 1 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Decimal = 3 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dash = 7 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashHeavy = 8 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLong = 9 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLongHeavy = 10 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDash = 11 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDashHeavy = 12 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDash = 13 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDashHeavy = 14 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dotted = 5 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Double = 3 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Heavy = 4 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.HeavyDotted = 6 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Single = 2 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Wavy = 15 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyDouble = 17 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyHeavy = 16 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Clip = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Ellipsis = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.EastAsianVetical = 4 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.MongolianVertical = 5 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical270 = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtLeftToRight = 6 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtVertical = 3 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.Theme +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.get -> DocumentFormat.OpenXml.Drawing.CustomColorList? +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.get -> DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList? +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Load(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.get -> DocumentFormat.OpenXml.Drawing.ObjectDefaults? +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.set -> void +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.get -> DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList? +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Save(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme() -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.get -> DocumentFormat.OpenXml.Drawing.ThemeElements? +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType() -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements() -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeManager +DocumentFormat.OpenXml.Drawing.ThemeManager.ThemeManager() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Load(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Save(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Drawing.Tile +DocumentFormat.OpenXml.Drawing.Tile.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Flip.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Tile() -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Horizontal = 1 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.HorizontalAndVertical = 3 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Vertical = 2 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileRectangle +DocumentFormat.OpenXml.Drawing.TileRectangle.TileRectangle() -> void +DocumentFormat.OpenXml.Drawing.Tint +DocumentFormat.OpenXml.Drawing.Tint.Tint() -> void +DocumentFormat.OpenXml.Drawing.TintEffect +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.TintEffect() -> void +DocumentFormat.OpenXml.Drawing.TopBorder +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder() -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.TransformEffect() -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.get -> DocumentFormat.OpenXml.Drawing.ChildExtents? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.get -> DocumentFormat.OpenXml.Drawing.ChildOffset? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup() -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Underline +DocumentFormat.OpenXml.Drawing.Underline.Underline() -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFillText +DocumentFormat.OpenXml.Drawing.UnderlineFillText.UnderlineFillText() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.UnderlineFollowsText() -> void +DocumentFormat.OpenXml.Drawing.UpVector +DocumentFormat.OpenXml.Drawing.UpVector.UpVector() -> void +DocumentFormat.OpenXml.Drawing.UseShapeRectangle +DocumentFormat.OpenXml.Drawing.UseShapeRectangle.UseShapeRectangle() -> void +DocumentFormat.OpenXml.Drawing.Vector3DType +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.WaveAudioFile +DocumentFormat.OpenXml.Drawing.WaveAudioFile.WaveAudioFile() -> void +DocumentFormat.OpenXml.Drawing.WholeTable +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable() -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.EffectExtent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Character = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Column = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.LeftMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.RightMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.SimplePosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.StartPoint() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.BottomMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Line = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Paragraph = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.TopMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.WrapNone() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.BothSides = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Largest = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ElementEventArgs +DocumentFormat.OpenXml.ElementEventArgs.Element.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.ElementEventArgs.ElementEventArgs(DocumentFormat.OpenXml.OpenXmlElement! element, DocumentFormat.OpenXml.OpenXmlElement! parentElement) -> void +DocumentFormat.OpenXml.ElementEventArgs.ParentElement.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.End = 1 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.Start = 0 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.Arc +DocumentFormat.OpenXml.EMMA.Arc.Arc() -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Arc.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.End.set -> void +DocumentFormat.OpenXml.EMMA.Arc.From.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.From.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Language.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Arc.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Arc.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Source.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.Start.set -> void +DocumentFormat.OpenXml.EMMA.Arc.To.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.To.set -> void +DocumentFormat.OpenXml.EMMA.Derivation +DocumentFormat.OpenXml.EMMA.Derivation.Derivation() -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.set -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.DerivedFrom() -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.set -> void +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multidevice = 2 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multiprocess = 3 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Recognition = 0 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Understanding = 1 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.Emma +DocumentFormat.OpenXml.EMMA.Emma.Emma() -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Emma.Version.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint() -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.set -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo() -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Replyto = 2 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Router = 3 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Sink = 1 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Source = 0 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.Grammar +DocumentFormat.OpenXml.EMMA.Grammar.Grammar() -> void +DocumentFormat.OpenXml.EMMA.Grammar.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Id.set -> void +DocumentFormat.OpenXml.EMMA.Grammar.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Group +DocumentFormat.OpenXml.EMMA.Group.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Group.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Group.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Group.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.End.set -> void +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Function.set -> void +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Group() -> void +DocumentFormat.OpenXml.EMMA.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Id.set -> void +DocumentFormat.OpenXml.EMMA.Group.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Language.set -> void +DocumentFormat.OpenXml.EMMA.Group.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Group.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Group.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Group.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Group.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Group.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Group.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Process.set -> void +DocumentFormat.OpenXml.EMMA.Group.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Group.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Group.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Source.set -> void +DocumentFormat.OpenXml.EMMA.Group.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.Start.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Group.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Group.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Group.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.GroupInfo +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo() -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Info +DocumentFormat.OpenXml.EMMA.Info.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Info.Id.set -> void +DocumentFormat.OpenXml.EMMA.Info.Info() -> void +DocumentFormat.OpenXml.EMMA.Info.Info(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.End.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Function.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Id.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation() -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Language.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Process.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Source.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.Start.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Lattice +DocumentFormat.OpenXml.EMMA.Lattice.Final.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Lattice.Final.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Initial.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Lattice.Initial.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice() -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Literal +DocumentFormat.OpenXml.EMMA.Literal.Literal() -> void +DocumentFormat.OpenXml.EMMA.Literal.Literal(string! text) -> void +DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Acoustic = 0 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Tactile = 1 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Visual = 2 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.Model +DocumentFormat.OpenXml.EMMA.Model.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Id.set -> void +DocumentFormat.OpenXml.EMMA.Model.Model() -> void +DocumentFormat.OpenXml.EMMA.Model.Model(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Node +DocumentFormat.OpenXml.EMMA.Node.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Node.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Node.Node() -> void +DocumentFormat.OpenXml.EMMA.Node.Node(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.set -> void +DocumentFormat.OpenXml.EMMA.OneOf +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Cost.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.Duration.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.End.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Function.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Id.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Language.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.OneOf.Medium.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.OneOf.Mode.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf() -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Process.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Signal.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Source.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.Start.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.End.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Function.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Id.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Language.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Sequence.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Sequence.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Process.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence() -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Source.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.Start.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.set -> void +DocumentFormat.OpenXml.EnumStringAttribute +DocumentFormat.OpenXml.EnumStringAttribute.EnumStringAttribute(string! value) -> void +DocumentFormat.OpenXml.EnumStringAttribute.Value.get -> string! +DocumentFormat.OpenXml.EnumValue +DocumentFormat.OpenXml.EnumValue.EnumValue() -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(DocumentFormat.OpenXml.EnumValue! source) -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(T value) -> void +DocumentFormat.OpenXml.ExtendedProperties.Application +DocumentFormat.OpenXml.ExtendedProperties.Application.Application() -> void +DocumentFormat.OpenXml.ExtendedProperties.Application.Application(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion() -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters() -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces() -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Company +DocumentFormat.OpenXml.ExtendedProperties.Company.Company() -> void +DocumentFormat.OpenXml.ExtendedProperties.Company.Company(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature() -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.set -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity() -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs() -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides() -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines() -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate() -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager() -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips() -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes() -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages() -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs() -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat() -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.get -> DocumentFormat.OpenXml.ExtendedProperties.Application? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.get -> DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.get -> DocumentFormat.OpenXml.ExtendedProperties.Characters? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.get -> DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces? +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.get -> DocumentFormat.OpenXml.ExtendedProperties.Company? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.get -> DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.get -> DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.get -> DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.get -> DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.get -> DocumentFormat.OpenXml.ExtendedProperties.Lines? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.get -> DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate? +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.get -> DocumentFormat.OpenXml.ExtendedProperties.Manager? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.get -> DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips? +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.get -> DocumentFormat.OpenXml.ExtendedProperties.Notes? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.get -> DocumentFormat.OpenXml.ExtendedProperties.Pages? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.get -> DocumentFormat.OpenXml.ExtendedProperties.Paragraphs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.get -> DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat? +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.get -> DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.get -> DocumentFormat.OpenXml.ExtendedProperties.SharedDocument? +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.get -> DocumentFormat.OpenXml.ExtendedProperties.Slides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.get -> DocumentFormat.OpenXml.ExtendedProperties.Template? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.get -> DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.get -> DocumentFormat.OpenXml.ExtendedProperties.TotalTime? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.get -> DocumentFormat.OpenXml.ExtendedProperties.Words? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.set -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop() -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument() -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides() -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Template +DocumentFormat.OpenXml.ExtendedProperties.Template.Template() -> void +DocumentFormat.OpenXml.ExtendedProperties.Template.Template(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts() -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime() -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType() -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Words +DocumentFormat.OpenXml.ExtendedProperties.Words.Words() -> void +DocumentFormat.OpenXml.ExtendedProperties.Words.Words(string! text) -> void +DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.None = 0 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2007 = 1 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2010 = 2 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2013 = 4 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2016 = 8 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2019 = 16 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.HexBinaryValue +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue() -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(DocumentFormat.OpenXml.HexBinaryValue! source) -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(string? hexBinary) -> void +DocumentFormat.OpenXml.HexBinaryValue.TryGetBytes(out byte[]! bytes) -> bool +DocumentFormat.OpenXml.InkML.ActiveArea +DocumentFormat.OpenXml.InkML.ActiveArea.ActiveArea() -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Height.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Height.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Size.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Units.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Width.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Width.set -> void +DocumentFormat.OpenXml.InkML.Annotation +DocumentFormat.OpenXml.InkML.Annotation.Annotation() -> void +DocumentFormat.OpenXml.InkML.Annotation.Annotation(string! text) -> void +DocumentFormat.OpenXml.InkML.Annotation.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Encoding.set -> void +DocumentFormat.OpenXml.InkML.Annotation.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Type.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml() -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.get -> DocumentFormat.OpenXml.EMMA.Emma? +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.set -> void +DocumentFormat.OpenXml.InkML.Bind +DocumentFormat.OpenXml.InkML.Bind.Bind() -> void +DocumentFormat.OpenXml.InkML.Bind.Column.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Column.set -> void +DocumentFormat.OpenXml.InkML.Bind.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Source.set -> void +DocumentFormat.OpenXml.InkML.Bind.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Target.set -> void +DocumentFormat.OpenXml.InkML.Bind.Variable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Variable.set -> void +DocumentFormat.OpenXml.InkML.Brush +DocumentFormat.OpenXml.InkML.Brush.Brush() -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Brush.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.Id.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty() -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.Canvas +DocumentFormat.OpenXml.InkML.Canvas.Canvas() -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.Id.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform() -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.set -> void +DocumentFormat.OpenXml.InkML.Channel +DocumentFormat.OpenXml.InkML.Channel.Channel() -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Default.set -> void +DocumentFormat.OpenXml.InkML.Channel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Id.set -> void +DocumentFormat.OpenXml.InkML.Channel.Max.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Max.set -> void +DocumentFormat.OpenXml.InkML.Channel.Min.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Min.set -> void +DocumentFormat.OpenXml.InkML.Channel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Name.set -> void +DocumentFormat.OpenXml.InkML.Channel.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Orientation.set -> void +DocumentFormat.OpenXml.InkML.Channel.RespectTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.RespectTo.set -> void +DocumentFormat.OpenXml.InkML.Channel.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Type.set -> void +DocumentFormat.OpenXml.InkML.Channel.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Boolean = 2 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Decimal = 1 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Integer = 0 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelProperties +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties() -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperty +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.ChannelProperty() -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.MinusVe = 1 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.PlusVe = 0 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.Context +DocumentFormat.OpenXml.InkML.Context.Brush.get -> DocumentFormat.OpenXml.InkML.Brush? +DocumentFormat.OpenXml.InkML.Context.Brush.set -> void +DocumentFormat.OpenXml.InkML.Context.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Canvas.get -> DocumentFormat.OpenXml.InkML.Canvas? +DocumentFormat.OpenXml.InkML.Context.Canvas.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasRef.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.get -> DocumentFormat.OpenXml.InkML.CanvasTransform? +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Context() -> void +DocumentFormat.OpenXml.InkML.Context.Context(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.Context(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Context.Context(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.Id.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSource.get -> DocumentFormat.OpenXml.InkML.InkSource? +DocumentFormat.OpenXml.InkML.Context.InkSource.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Timestamp.get -> DocumentFormat.OpenXml.InkML.Timestamp? +DocumentFormat.OpenXml.InkML.Context.Timestamp.set -> void +DocumentFormat.OpenXml.InkML.Context.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Context.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.set -> void +DocumentFormat.OpenXml.InkML.Definitions +DocumentFormat.OpenXml.InkML.Definitions.Definitions() -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink +DocumentFormat.OpenXml.InkML.Ink.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Ink.DocumentId.set -> void +DocumentFormat.OpenXml.InkML.Ink.Ink() -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.Ink.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.InkSource +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.get -> DocumentFormat.OpenXml.InkML.ActiveArea? +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Description.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Id.set -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource() -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.Latency.get -> DocumentFormat.OpenXml.InkML.Latency? +DocumentFormat.OpenXml.InkML.InkSource.Latency.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Model.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Model.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.get -> DocumentFormat.OpenXml.InkML.SampleRate? +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.set -> void +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels() -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Latency +DocumentFormat.OpenXml.InkML.Latency.Latency() -> void +DocumentFormat.OpenXml.InkML.Latency.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Latency.Value.set -> void +DocumentFormat.OpenXml.InkML.Mapping +DocumentFormat.OpenXml.InkML.Mapping.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.Id.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping() -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Mapping.Type.set -> void +DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Affine = 2 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Identity = 0 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Lookup = 1 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.MathML = 3 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Product = 4 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Unknown = 5 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.Matrix +DocumentFormat.OpenXml.InkML.Matrix.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Matrix.Id.set -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix() -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix(string! text) -> void +DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Drop = 2 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Ellipse = 0 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Rectangle = 1 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Black = 0 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.CopyPen = 12 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskNotPen = 2 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPen = 8 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPenNot = 4 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergeNotPen = 11 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePen = 14 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePenNot = 13 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NoOperation = 10 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Not = 5 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotCopyPen = 3 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMaskPen = 7 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMergePen = 1 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotXOrPen = 9 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.White = 15 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.XOrPen = 6 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.SampleRate +DocumentFormat.OpenXml.InkML.SampleRate.SampleRate() -> void +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.set -> void +DocumentFormat.OpenXml.InkML.SampleRate.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SampleRate.Value.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty +DocumentFormat.OpenXml.InkML.SourceProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.SourceProperty() -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Degree = 0 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Radian = 1 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.AntiAliased = 6 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Color = 2 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.FitToCurve = 7 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Height = 1 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.IgnorePressure = 8 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.RasterOp = 5 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Tip = 4 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Transparency = 3 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Width = 0 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlackColorValue = 27 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlueColorValue = 23 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ButtonPressure = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ColorValue = 20 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.CyanColorValue = 24 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.FingerTouch = 33 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.GreenColorValue = 22 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.MegentaColorValue = 25 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenAzimuthAngle = 14 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenElevationAngle = 15 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenInverted = 11 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenTipForce = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PexAxisRotation = 16 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PitchRotation = 17 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RedColorValue = 21 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RollRotation = 18 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SerialNumber = 30 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton1State = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton2State = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton3State = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton4State = 10 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.StrokesWidth = 28 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TangentPressure = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongXAxis = 12 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongYAxis = 13 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.Time = 29 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TipSwitchState = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchHeight = 32 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchWidth = 31 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.XCoordinate = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YawRotation = 19 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YCoordinate = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YellowColorValue = 26 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ZCoordinate = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Accuracy = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.CrossCoupling = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Distortion = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.MinBandwidth = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Noise = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.PeakRate = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Quantization = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Resolution = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Skew = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Threshold = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Centimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Em = 6 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Ex = 7 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Inche = 3 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Meter = 0 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Millimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Pica = 5 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Point = 4 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Gram = 1 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Kilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Milligram = 2 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Newton = 3 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Pond = 4 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.DeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.None = 2 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.Percentage = 0 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerDegree = 0 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerRadian = 1 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerCentimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEm = 6 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEx = 7 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerInche = 3 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMeter = 0 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMillimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPica = 5 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPoint = 4 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerGram = 1 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerKilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerMilligram = 2 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerNewton = 3 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerPond = 4 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerDeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerPercentage = 0 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerMillisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerSecond = 0 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Millisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Second = 0 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.Table +DocumentFormat.OpenXml.InkML.Table.Apply.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Apply.set -> void +DocumentFormat.OpenXml.InkML.Table.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Table.Id.set -> void +DocumentFormat.OpenXml.InkML.Table.Interpolation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Interpolation.set -> void +DocumentFormat.OpenXml.InkML.Table.Table() -> void +DocumentFormat.OpenXml.InkML.Table.Table(string! text) -> void +DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Absolute = 0 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Relative = 1 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Ceiling = 2 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Cubic = 4 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Floor = 0 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Linear = 3 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Middle = 1 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.Timestamp +DocumentFormat.OpenXml.InkML.Timestamp.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.Id.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Time.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.Time.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Timestamp() -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.set -> void +DocumentFormat.OpenXml.InkML.Trace +DocumentFormat.OpenXml.InkML.Trace.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.Continuation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Continuation.set -> void +DocumentFormat.OpenXml.InkML.Trace.Duration.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.Duration.set -> void +DocumentFormat.OpenXml.InkML.Trace.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.Id.set -> void +DocumentFormat.OpenXml.InkML.Trace.PriorRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.PriorRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Trace.Trace() -> void +DocumentFormat.OpenXml.InkML.Trace.Trace(string! text) -> void +DocumentFormat.OpenXml.InkML.Trace.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Type.set -> void +DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Begin = 0 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.End = 1 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Middle = 2 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceFormat +DocumentFormat.OpenXml.InkML.TraceFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceFormat.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat() -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup() -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.Indeterminate = 2 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenDown = 0 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenUp = 1 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceView +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.From.set -> void +DocumentFormat.OpenXml.InkML.TraceView.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceView.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.To.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView() -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Int16Value +DocumentFormat.OpenXml.Int16Value.Int16Value() -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(DocumentFormat.OpenXml.Int16Value! source) -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(short value) -> void +DocumentFormat.OpenXml.Int32Value +DocumentFormat.OpenXml.Int32Value.Int32Value() -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(DocumentFormat.OpenXml.Int32Value! source) -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(int value) -> void +DocumentFormat.OpenXml.Int64Value +DocumentFormat.OpenXml.Int64Value.Int64Value() -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(DocumentFormat.OpenXml.Int64Value! source) -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(long value) -> void +DocumentFormat.OpenXml.IntegerValue +DocumentFormat.OpenXml.IntegerValue.IntegerValue() -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(DocumentFormat.OpenXml.IntegerValue! source) -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(long value) -> void +DocumentFormat.OpenXml.InvalidMCContentException +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException() -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message) -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.ListValue +DocumentFormat.OpenXml.ListValue.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.ListValue.Items.get -> System.Collections.Generic.ICollection! +DocumentFormat.OpenXml.ListValue.ListValue() -> void +DocumentFormat.OpenXml.ListValue.ListValue(DocumentFormat.OpenXml.ListValue! list) -> void +DocumentFormat.OpenXml.ListValue.ListValue(System.Collections.Generic.IEnumerable! list) -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MarkupCompatibilityAttributes() -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.set -> void +DocumentFormat.OpenXml.Math.Accent +DocumentFormat.OpenXml.Math.Accent.Accent() -> void +DocumentFormat.OpenXml.Math.Accent.Accent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.AccentProperties.get -> DocumentFormat.OpenXml.Math.AccentProperties? +DocumentFormat.OpenXml.Math.Accent.AccentProperties.set -> void +DocumentFormat.OpenXml.Math.Accent.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Accent.Base.set -> void +DocumentFormat.OpenXml.Math.AccentChar +DocumentFormat.OpenXml.Math.AccentChar.AccentChar() -> void +DocumentFormat.OpenXml.Math.AccentProperties +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties() -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.Alignment +DocumentFormat.OpenXml.Math.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Math.AlignScripts +DocumentFormat.OpenXml.Math.AlignScripts.AlignScripts() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.get -> DocumentFormat.OpenXml.Math.ArgumentSize? +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.set -> void +DocumentFormat.OpenXml.Math.ArgumentSize +DocumentFormat.OpenXml.Math.ArgumentSize.ArgumentSize() -> void +DocumentFormat.OpenXml.Math.ArgumentSize.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.ArgumentSize.Val.set -> void +DocumentFormat.OpenXml.Math.Bar +DocumentFormat.OpenXml.Math.Bar.Bar() -> void +DocumentFormat.OpenXml.Math.Bar.Bar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.BarProperties.get -> DocumentFormat.OpenXml.Math.BarProperties? +DocumentFormat.OpenXml.Math.Bar.BarProperties.set -> void +DocumentFormat.OpenXml.Math.Bar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Bar.Base.set -> void +DocumentFormat.OpenXml.Math.BarProperties +DocumentFormat.OpenXml.Math.BarProperties.BarProperties() -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BarProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.BarProperties.Position.set -> void +DocumentFormat.OpenXml.Math.Base +DocumentFormat.OpenXml.Math.Base.Base() -> void +DocumentFormat.OpenXml.Math.Base.Base(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Base.Base(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Base.Base(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BaseJustification +DocumentFormat.OpenXml.Math.BaseJustification.BaseJustification() -> void +DocumentFormat.OpenXml.Math.BaseJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BaseJustification.Val.set -> void +DocumentFormat.OpenXml.Math.BeginChar +DocumentFormat.OpenXml.Math.BeginChar.BeginChar() -> void +DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.False = 1 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Off = 3 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.On = 2 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.One = 5 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.True = 0 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Zero = 4 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BorderBox +DocumentFormat.OpenXml.Math.BorderBox.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.BorderBox.Base.set -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox() -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.get -> DocumentFormat.OpenXml.Math.BorderBoxProperties? +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties() -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.get -> DocumentFormat.OpenXml.Math.HideBottom? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.get -> DocumentFormat.OpenXml.Math.HideLeft? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.get -> DocumentFormat.OpenXml.Math.HideRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.get -> DocumentFormat.OpenXml.Math.HideTop? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.get -> DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.get -> DocumentFormat.OpenXml.Math.StrikeHorizontal? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.get -> DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.get -> DocumentFormat.OpenXml.Math.StrikeVertical? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.set -> void +DocumentFormat.OpenXml.Math.Box +DocumentFormat.OpenXml.Math.Box.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Box.Base.set -> void +DocumentFormat.OpenXml.Math.Box.Box() -> void +DocumentFormat.OpenXml.Math.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Box.BoxProperties.get -> DocumentFormat.OpenXml.Math.BoxProperties? +DocumentFormat.OpenXml.Math.Box.BoxProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.get -> DocumentFormat.OpenXml.Math.Alignment? +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties() -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.Break.get -> DocumentFormat.OpenXml.Math.Break? +DocumentFormat.OpenXml.Math.BoxProperties.Break.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.Differential.get -> DocumentFormat.OpenXml.Math.Differential? +DocumentFormat.OpenXml.Math.BoxProperties.Differential.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.get -> DocumentFormat.OpenXml.Math.NoBreak? +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.get -> DocumentFormat.OpenXml.Math.OperatorEmulator? +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.set -> void +DocumentFormat.OpenXml.Math.Break +DocumentFormat.OpenXml.Math.Break.AlignAt.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.AlignAt.set -> void +DocumentFormat.OpenXml.Math.Break.Break() -> void +DocumentFormat.OpenXml.Math.Break.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinary +DocumentFormat.OpenXml.Math.BreakBinary.BreakBinary() -> void +DocumentFormat.OpenXml.Math.BreakBinary.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinary.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.After = 1 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Before = 0 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Repeat = 2 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinarySubtraction +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.BreakBinarySubtraction() -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusMinus = 0 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusPlus = 1 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.PlusMinus = 2 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.CharType +DocumentFormat.OpenXml.Math.CharType.CharType() -> void +DocumentFormat.OpenXml.Math.CharType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.CharType.Val.set -> void +DocumentFormat.OpenXml.Math.ColumnGap +DocumentFormat.OpenXml.Math.ColumnGap.ColumnGap() -> void +DocumentFormat.OpenXml.Math.ColumnGapRule +DocumentFormat.OpenXml.Math.ColumnGapRule.ColumnGapRule() -> void +DocumentFormat.OpenXml.Math.ColumnSpacing +DocumentFormat.OpenXml.Math.ColumnSpacing.ColumnSpacing() -> void +DocumentFormat.OpenXml.Math.ControlProperties +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DefaultJustification +DocumentFormat.OpenXml.Math.DefaultJustification.DefaultJustification() -> void +DocumentFormat.OpenXml.Math.Degree +DocumentFormat.OpenXml.Math.Degree.Degree() -> void +DocumentFormat.OpenXml.Math.Degree.Degree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter +DocumentFormat.OpenXml.Math.Delimiter.Delimiter() -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.get -> DocumentFormat.OpenXml.Math.DelimiterProperties? +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.get -> DocumentFormat.OpenXml.Math.BeginChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties() -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.get -> DocumentFormat.OpenXml.Math.EndChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.get -> DocumentFormat.OpenXml.Math.SeparatorChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.get -> DocumentFormat.OpenXml.Math.Shape? +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.set -> void +DocumentFormat.OpenXml.Math.Denominator +DocumentFormat.OpenXml.Math.Denominator.Denominator() -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Differential +DocumentFormat.OpenXml.Math.Differential.Differential() -> void +DocumentFormat.OpenXml.Math.DisplayDefaults +DocumentFormat.OpenXml.Math.DisplayDefaults.DisplayDefaults() -> void +DocumentFormat.OpenXml.Math.EndChar +DocumentFormat.OpenXml.Math.EndChar.EndChar() -> void +DocumentFormat.OpenXml.Math.EquationArray +DocumentFormat.OpenXml.Math.EquationArray.EquationArray() -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.get -> DocumentFormat.OpenXml.Math.EquationArrayProperties? +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties() -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.get -> DocumentFormat.OpenXml.Math.MaxDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.get -> DocumentFormat.OpenXml.Math.ObjectDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.Fraction +DocumentFormat.OpenXml.Math.Fraction.Denominator.get -> DocumentFormat.OpenXml.Math.Denominator? +DocumentFormat.OpenXml.Math.Fraction.Denominator.set -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction() -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.get -> DocumentFormat.OpenXml.Math.FractionProperties? +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.set -> void +DocumentFormat.OpenXml.Math.Fraction.Numerator.get -> DocumentFormat.OpenXml.Math.Numerator? +DocumentFormat.OpenXml.Math.Fraction.Numerator.set -> void +DocumentFormat.OpenXml.Math.FractionProperties +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties() -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.get -> DocumentFormat.OpenXml.Math.FractionType? +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.set -> void +DocumentFormat.OpenXml.Math.FractionType +DocumentFormat.OpenXml.Math.FractionType.FractionType() -> void +DocumentFormat.OpenXml.Math.FractionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.FractionType.Val.set -> void +DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Bar = 0 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Linear = 2 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.NoBar = 3 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Skewed = 1 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FunctionName +DocumentFormat.OpenXml.Math.FunctionName.FunctionName() -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties() -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar +DocumentFormat.OpenXml.Math.GroupChar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.GroupChar.Base.set -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar() -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.get -> DocumentFormat.OpenXml.Math.GroupCharProperties? +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties() -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.get -> DocumentFormat.OpenXml.Math.VerticalJustification? +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.set -> void +DocumentFormat.OpenXml.Math.GrowOperators +DocumentFormat.OpenXml.Math.GrowOperators.GrowOperators() -> void +DocumentFormat.OpenXml.Math.HideBottom +DocumentFormat.OpenXml.Math.HideBottom.HideBottom() -> void +DocumentFormat.OpenXml.Math.HideDegree +DocumentFormat.OpenXml.Math.HideDegree.HideDegree() -> void +DocumentFormat.OpenXml.Math.HideLeft +DocumentFormat.OpenXml.Math.HideLeft.HideLeft() -> void +DocumentFormat.OpenXml.Math.HidePlaceholder +DocumentFormat.OpenXml.Math.HidePlaceholder.HidePlaceholder() -> void +DocumentFormat.OpenXml.Math.HideRight +DocumentFormat.OpenXml.Math.HideRight.HideRight() -> void +DocumentFormat.OpenXml.Math.HideSubArgument +DocumentFormat.OpenXml.Math.HideSubArgument.HideSubArgument() -> void +DocumentFormat.OpenXml.Math.HideSuperArgument +DocumentFormat.OpenXml.Math.HideSuperArgument.HideSuperArgument() -> void +DocumentFormat.OpenXml.Math.HideTop +DocumentFormat.OpenXml.Math.HideTop.HideTop() -> void +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.IntegralLimitLocation +DocumentFormat.OpenXml.Math.IntegralLimitLocation.IntegralLimitLocation() -> void +DocumentFormat.OpenXml.Math.InterSpacing +DocumentFormat.OpenXml.Math.InterSpacing.InterSpacing() -> void +DocumentFormat.OpenXml.Math.IntraSpacing +DocumentFormat.OpenXml.Math.IntraSpacing.IntraSpacing() -> void +DocumentFormat.OpenXml.Math.Justification +DocumentFormat.OpenXml.Math.Justification.Justification() -> void +DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.CenterGroup = 3 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Right = 1 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.LeftMargin +DocumentFormat.OpenXml.Math.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Math.Limit +DocumentFormat.OpenXml.Math.Limit.Limit() -> void +DocumentFormat.OpenXml.Math.Limit.Limit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLocation +DocumentFormat.OpenXml.Math.LimitLocation.LimitLocation() -> void +DocumentFormat.OpenXml.Math.LimitLocationType +DocumentFormat.OpenXml.Math.LimitLocationType.LimitLocationType() -> void +DocumentFormat.OpenXml.Math.LimitLocationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.LimitLocationType.Val.set -> void +DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.SubscriptSuperscript = 1 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.UnderOver = 0 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLower +DocumentFormat.OpenXml.Math.LimitLower.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitLower.Base.set -> void +DocumentFormat.OpenXml.Math.LimitLower.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitLower.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower() -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.get -> DocumentFormat.OpenXml.Math.LimitLowerProperties? +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties() -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper +DocumentFormat.OpenXml.Math.LimitUpper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitUpper.Base.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitUpper.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper() -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.get -> DocumentFormat.OpenXml.Math.LimitUpperProperties? +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties() -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Literal +DocumentFormat.OpenXml.Math.Literal.Literal() -> void +DocumentFormat.OpenXml.Math.MathFont +DocumentFormat.OpenXml.Math.MathFont.MathFont() -> void +DocumentFormat.OpenXml.Math.MathFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.MathFont.Val.set -> void +DocumentFormat.OpenXml.Math.MathFunction +DocumentFormat.OpenXml.Math.MathFunction.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.MathFunction.Base.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.get -> DocumentFormat.OpenXml.Math.FunctionName? +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.get -> DocumentFormat.OpenXml.Math.FunctionProperties? +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.set -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction() -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.get -> DocumentFormat.OpenXml.Math.BreakBinary? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.set -> void +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.get -> DocumentFormat.OpenXml.Math.BreakBinarySubtraction? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.get -> DocumentFormat.OpenXml.Math.DefaultJustification? +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.get -> DocumentFormat.OpenXml.Math.DisplayDefaults? +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.set -> void +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.get -> DocumentFormat.OpenXml.Math.InterSpacing? +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.get -> DocumentFormat.OpenXml.Math.IntraSpacing? +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.get -> DocumentFormat.OpenXml.Math.LeftMargin? +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathFont.get -> DocumentFormat.OpenXml.Math.MathFont? +DocumentFormat.OpenXml.Math.MathProperties.MathFont.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties() -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.get -> DocumentFormat.OpenXml.Math.PostSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.get -> DocumentFormat.OpenXml.Math.PreSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.get -> DocumentFormat.OpenXml.Math.RightMargin? +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.get -> DocumentFormat.OpenXml.Math.SmallFraction? +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.set -> void +DocumentFormat.OpenXml.Math.Matrix +DocumentFormat.OpenXml.Math.Matrix.Matrix() -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.get -> DocumentFormat.OpenXml.Math.MatrixProperties? +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumn +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn() -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.get -> DocumentFormat.OpenXml.Math.MatrixColumnProperties? +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount +DocumentFormat.OpenXml.Math.MatrixColumnCount.MatrixColumnCount() -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification +DocumentFormat.OpenXml.Math.MatrixColumnJustification.MatrixColumnJustification() -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.get -> DocumentFormat.OpenXml.Math.MatrixColumnCount? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.get -> DocumentFormat.OpenXml.Math.MatrixColumnJustification? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties() -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns() -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.get -> DocumentFormat.OpenXml.Math.ColumnGap? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.get -> DocumentFormat.OpenXml.Math.ColumnGapRule? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Math.ColumnSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.get -> DocumentFormat.OpenXml.Math.HidePlaceholder? +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.get -> DocumentFormat.OpenXml.Math.MatrixColumns? +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties() -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.MatrixRow +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow() -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MaxDistribution +DocumentFormat.OpenXml.Math.MaxDistribution.MaxDistribution() -> void +DocumentFormat.OpenXml.Math.Nary +DocumentFormat.OpenXml.Math.Nary.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Nary.Base.set -> void +DocumentFormat.OpenXml.Math.Nary.Nary() -> void +DocumentFormat.OpenXml.Math.Nary.Nary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.NaryProperties.get -> DocumentFormat.OpenXml.Math.NaryProperties? +DocumentFormat.OpenXml.Math.Nary.NaryProperties.set -> void +DocumentFormat.OpenXml.Math.Nary.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Nary.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Nary.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Nary.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryLimitLocation +DocumentFormat.OpenXml.Math.NaryLimitLocation.NaryLimitLocation() -> void +DocumentFormat.OpenXml.Math.NaryProperties +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.get -> DocumentFormat.OpenXml.Math.HideSubArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.get -> DocumentFormat.OpenXml.Math.HideSuperArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.get -> DocumentFormat.OpenXml.Math.LimitLocation? +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties() -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.NoBreak +DocumentFormat.OpenXml.Math.NoBreak.NoBreak() -> void +DocumentFormat.OpenXml.Math.NormalText +DocumentFormat.OpenXml.Math.NormalText.NormalText() -> void +DocumentFormat.OpenXml.Math.Numerator +DocumentFormat.OpenXml.Math.Numerator.Numerator() -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ObjectDistribution +DocumentFormat.OpenXml.Math.ObjectDistribution.ObjectDistribution() -> void +DocumentFormat.OpenXml.Math.OfficeMath +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.get -> DocumentFormat.OpenXml.Math.ArgumentProperties? +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.set -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType() -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.OfficeMathJustificationType() -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.set -> void +DocumentFormat.OpenXml.Math.OnOffType +DocumentFormat.OpenXml.Math.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Math.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Math.OperatorEmulator +DocumentFormat.OpenXml.Math.OperatorEmulator.OperatorEmulator() -> void +DocumentFormat.OpenXml.Math.Paragraph +DocumentFormat.OpenXml.Math.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Math.ParagraphProperties? +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Math.Justification? +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom +DocumentFormat.OpenXml.Math.Phantom.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Phantom.Base.set -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom() -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.get -> DocumentFormat.OpenXml.Math.PhantomProperties? +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties() -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.get -> DocumentFormat.OpenXml.Math.ShowPhantom? +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.get -> DocumentFormat.OpenXml.Math.Transparent? +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.get -> DocumentFormat.OpenXml.Math.ZeroAscent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.get -> DocumentFormat.OpenXml.Math.ZeroDescent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.get -> DocumentFormat.OpenXml.Math.ZeroWidth? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.set -> void +DocumentFormat.OpenXml.Math.Position +DocumentFormat.OpenXml.Math.Position.Position() -> void +DocumentFormat.OpenXml.Math.PostSpacing +DocumentFormat.OpenXml.Math.PostSpacing.PostSpacing() -> void +DocumentFormat.OpenXml.Math.PreSpacing +DocumentFormat.OpenXml.Math.PreSpacing.PreSpacing() -> void +DocumentFormat.OpenXml.Math.PreSubSuper +DocumentFormat.OpenXml.Math.PreSubSuper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.PreSubSuper.Base.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper() -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.get -> DocumentFormat.OpenXml.Math.PreSubSuperProperties? +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties() -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical +DocumentFormat.OpenXml.Math.Radical.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Radical.Base.set -> void +DocumentFormat.OpenXml.Math.Radical.Degree.get -> DocumentFormat.OpenXml.Math.Degree? +DocumentFormat.OpenXml.Math.Radical.Degree.set -> void +DocumentFormat.OpenXml.Math.Radical.Radical() -> void +DocumentFormat.OpenXml.Math.Radical.Radical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.get -> DocumentFormat.OpenXml.Math.RadicalProperties? +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.get -> DocumentFormat.OpenXml.Math.HideDegree? +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties() -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.RightMargin +DocumentFormat.OpenXml.Math.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Math.RowSpacing +DocumentFormat.OpenXml.Math.RowSpacing.RowSpacing() -> void +DocumentFormat.OpenXml.Math.RowSpacingRule +DocumentFormat.OpenXml.Math.RowSpacingRule.RowSpacingRule() -> void +DocumentFormat.OpenXml.Math.Run +DocumentFormat.OpenXml.Math.Run.MathRunProperties.get -> DocumentFormat.OpenXml.Math.RunProperties? +DocumentFormat.OpenXml.Math.Run.MathRunProperties.set -> void +DocumentFormat.OpenXml.Math.Run.Run() -> void +DocumentFormat.OpenXml.Math.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Math.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Math.RunProperties +DocumentFormat.OpenXml.Math.RunProperties.Literal.get -> DocumentFormat.OpenXml.Math.Literal? +DocumentFormat.OpenXml.Math.RunProperties.Literal.set -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Script +DocumentFormat.OpenXml.Math.Script.Script() -> void +DocumentFormat.OpenXml.Math.Script.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Script.Val.set -> void +DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.DoubleStruck = 3 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Fraktur = 2 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Monospace = 5 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Roman = 0 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.SansSerif = 4 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Script = 1 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.SeparatorChar +DocumentFormat.OpenXml.Math.SeparatorChar.SeparatorChar() -> void +DocumentFormat.OpenXml.Math.Shape +DocumentFormat.OpenXml.Math.Shape.Shape() -> void +DocumentFormat.OpenXml.Math.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Shape.Val.set -> void +DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Centered = 0 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Match = 1 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShowPhantom +DocumentFormat.OpenXml.Math.ShowPhantom.ShowPhantom() -> void +DocumentFormat.OpenXml.Math.SmallFraction +DocumentFormat.OpenXml.Math.SmallFraction.SmallFraction() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType +DocumentFormat.OpenXml.Math.SpacingRuleType.SpacingRuleType() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.set -> void +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.StrikeBottomLeftToTopRight() -> void +DocumentFormat.OpenXml.Math.StrikeHorizontal +DocumentFormat.OpenXml.Math.StrikeHorizontal.StrikeHorizontal() -> void +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.StrikeTopLeftToBottomRight() -> void +DocumentFormat.OpenXml.Math.StrikeVertical +DocumentFormat.OpenXml.Math.StrikeVertical.StrikeVertical() -> void +DocumentFormat.OpenXml.Math.Style +DocumentFormat.OpenXml.Math.Style.Style() -> void +DocumentFormat.OpenXml.Math.Style.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Style.Val.set -> void +DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Bold = 1 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.BoldItalic = 3 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Italic = 2 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Plain = 0 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.SubArgument +DocumentFormat.OpenXml.Math.SubArgument.SubArgument() -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript +DocumentFormat.OpenXml.Math.Subscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Subscript.Base.set -> void +DocumentFormat.OpenXml.Math.Subscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Subscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript() -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.get -> DocumentFormat.OpenXml.Math.SubscriptProperties? +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript +DocumentFormat.OpenXml.Math.SubSuperscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.SubSuperscript.Base.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript() -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SubSuperscriptProperties? +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.get -> DocumentFormat.OpenXml.Math.AlignScripts? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument() -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript +DocumentFormat.OpenXml.Math.Superscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Superscript.Base.set -> void +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript() -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SuperscriptProperties? +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Text +DocumentFormat.OpenXml.Math.Text.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Text.Space.set -> void +DocumentFormat.OpenXml.Math.Text.Text() -> void +DocumentFormat.OpenXml.Math.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Math.TopBottomType +DocumentFormat.OpenXml.Math.TopBottomType.TopBottomType() -> void +DocumentFormat.OpenXml.Math.TopBottomType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.TopBottomType.Val.set -> void +DocumentFormat.OpenXml.Math.Transparent +DocumentFormat.OpenXml.Math.Transparent.Transparent() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType +DocumentFormat.OpenXml.Math.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Math.UnsignedShortType +DocumentFormat.OpenXml.Math.UnsignedShortType.UnsignedShortType() -> void +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.set -> void +DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bot = 3 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalJustification +DocumentFormat.OpenXml.Math.VerticalJustification.VerticalJustification() -> void +DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Bottom = 1 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.WrapIndent +DocumentFormat.OpenXml.Math.WrapIndent.WrapIndent() -> void +DocumentFormat.OpenXml.Math.WrapRight +DocumentFormat.OpenXml.Math.WrapRight.WrapRight() -> void +DocumentFormat.OpenXml.Math.ZeroAscent +DocumentFormat.OpenXml.Math.ZeroAscent.ZeroAscent() -> void +DocumentFormat.OpenXml.Math.ZeroDescent +DocumentFormat.OpenXml.Math.ZeroDescent.ZeroDescent() -> void +DocumentFormat.OpenXml.Math.ZeroWidth +DocumentFormat.OpenXml.Math.ZeroWidth.ZeroWidth() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message) -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComFont? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.set -> void +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistPropertyBag = 0 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStorage = 3 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStream = 1 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStreamInit = 2 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont() -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.SharedComPicture() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.get -> DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.get -> DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation(string! text) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box +DocumentFormat.OpenXml.Office.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.Button +DocumentFormat.OpenXml.Office.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUIPart.get -> DocumentFormat.OpenXml.Packaging.CustomUIPart? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.get -> DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.get -> DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton? +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown() -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox +DocumentFormat.OpenXml.Office.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.Menu +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.get -> DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.get -> DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.QuickAccessToolbarControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.RepurposedCommand() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.get -> DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.get -> DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office.CustomUI.Tabs? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SplitButton +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.TextLabel() -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.UnsizedButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.UnsizedControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.UnsizedDynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.UnsizedToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.VerticalSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.get -> DocumentFormat.OpenXml.Office.CustomXsn.CachedView? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.get -> DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.get -> DocumentFormat.OpenXml.Office.CustomXsn.Scope? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.get -> DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault() -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope() -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation() -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation(string! text) -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.DataModelExtensionBlock() -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.set -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing +DocumentFormat.OpenXml.Office.Drawing.Drawing.DiagramPersistLayoutPart.get -> DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart? +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Load(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Save(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeTree? +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Office.Drawing.TextBody? +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.get -> DocumentFormat.OpenXml.Office.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.ColumnSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.Formula +DocumentFormat.OpenXml.Office.Excel.Formula.Formula() -> void +DocumentFormat.OpenXml.Office.Excel.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Load(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet() -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.MacroSheetPart.get -> DocumentFormat.OpenXml.Packaging.MacroSheetPart? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Save(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.set -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence() -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.RowSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.SortMapItemType() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.get -> DocumentFormat.OpenXml.Office.Excel.ColumnSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Load(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.get -> DocumentFormat.OpenXml.Office.Excel.RowSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Save(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Office.LongProperties.LongProperties +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty(string! text) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Dummy() -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues.True = 0 -> DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorKeymapType() -> void +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AllocatedCommand() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.AllocatedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.AllocatedCommandManifestEntry() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CharacterInsertion() -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents() -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.FixedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.get -> DocumentFormat.OpenXml.Office.Word.CharacterInsertion? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType() -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.MacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroWllType() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.Mcd +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Mcd() -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Name.set -> void +DocumentFormat.OpenXml.Office.Word.Mcds +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds() -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode +DocumentFormat.OpenXml.Office.Word.RecordHashCode.RecordHashCode() -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.set -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded +DocumentFormat.OpenXml.Office.Word.RecordIncluded.RecordIncluded() -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.get -> DocumentFormat.OpenXml.Office.Word.RecordHashCode? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.get -> DocumentFormat.OpenXml.Office.Word.RecordIncluded? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord() -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Load(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Save(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup() -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.set -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData.ToolbarData() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.get -> DocumentFormat.OpenXml.Office.Word.DocEvents? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Load(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.get -> DocumentFormat.OpenXml.Office.Word.Mcds? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Save(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData() -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.WllMacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.BackstageCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.BackstageEditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.BackstageFastCommandButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.BackstageGroupButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.BackstageItemType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.BackstageLabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.BackstageMenuButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.BackstageMenuCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.BackstageMenuToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.BackstageRegularButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Button +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Command() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ControlCloneQat() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ControlCloneRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Backstage? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Commands? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular? +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.DynamicMenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Bottom = 7 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomRight = 8 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Center = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Right = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.False = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.Zero = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.Group +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.ItemBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.LabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.MenuSeparatorNoTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.RadioButtonBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Tabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Separator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Borderless = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Error = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Warning = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Tab +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.TaskGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMedium = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMediumSmall = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Medium = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.MediumSmall = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Small = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ToggleButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.ArtisticBlur() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.ArtisticCement() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.ArtisticChalkSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.ArtisticCrisscrossEtching() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.ArtisticCutout() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.ArtisticFilmGrain() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.ArtisticGlass() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.ArtisticGlowDiffused() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.ArtisticGlowEdges() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.ArtisticLightScreen() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.ArtisticLineDrawing() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.ArtisticMarker() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.ArtisticMosaicBubbles() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.ArtisticPaintBrush() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.ArtisticPaintStrokes() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.ArtisticPastelsSmooth() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.ArtisticPencilGrayscale() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.ArtisticPencilSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.ArtisticPhotocopy() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.ArtisticPlasticWrap() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.ArtisticTexturizer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.ArtisticWatercolorSponge() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.BackgroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.BrightnessContrast() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CameraTool() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.BooleanFalseType() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.DropZoneCategories() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.DropZoneData() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.DropZoneFilter() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.DropZoneSeries() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.DropZonesVisible() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.InSketchMode() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.ShowSketchButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperature() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CompatExtension() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.RecolorImages() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.ForegroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.get -> DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.get -> DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.get -> DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.get -> DocumentFormat.OpenXml.Office2010.Drawing.Saturation? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.get -> DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.IsCanvas() -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CompatibilityShape() -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.ShadowObscured() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.SharpenSoften() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.TextMath +DocumentFormat.OpenXml.Office2010.Drawing.TextMath.TextMath() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.UseLocalDpi() -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualAllocation = 0 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualIncrement = 1 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedAllocation = 2 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedIncrement = 3 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AxisColor +DocumentFormat.OpenXml.Office2010.Excel.AxisColor.AxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.BarAxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BorderColor +DocumentFormat.OpenXml.Office2010.Excel.BorderColor.BorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField +DocumentFormat.OpenXml.Office2010.Excel.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.get -> DocumentFormat.OpenXml.Office2010.Excel.SetLevels? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSet? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Checked = 1 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Mixed = 2 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Unchecked = 0 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.Color +DocumentFormat.OpenXml.Office2010.Excel.Color.Color() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotAreas? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.ConditionalFormattingIcon() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMax = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMin = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Max = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Min = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Numeric = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percent = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percentile = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Connection +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.get -> DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers? +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Automatic = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Middle = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.None = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.Context = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.LeftToRight = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.RightToLeft = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataField +DocumentFormat.OpenXml.Office2010.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CustomDataPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues() -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.get -> DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Combo = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.ComboEdit = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Simple = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Integer = 1 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Number = 2 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Reference = 3 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Text = 0 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FillColor +DocumentFormat.OpenXml.Office2010.Excel.FillColor.FillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter +DocumentFormat.OpenXml.Office2010.Excel.Filter.Filter() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.FirstMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ControlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ControlPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.get -> DocumentFormat.OpenXml.Office2010.Excel.ListItems? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Load(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Save(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.set -> void +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.HighMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveBoxes = 19 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveRating = 15 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrows = 8 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRating = 11 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.NoIcons = 20 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeStars = 17 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTriangles = 18 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Id +DocumentFormat.OpenXml.Office2010.Excel.Id.Id() -> void +DocumentFormat.OpenXml.Office2010.Excel.Id.Id(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.LastMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem +DocumentFormat.OpenXml.Office2010.Excel.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.LowMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.MarkersColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.NegativeBorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.NegativeColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.NegativeFillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Button = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.CheckBox = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Dialog = 10 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Drop = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.EditBox = 9 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.GroupBox = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Label = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.List = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Radio = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Scroll = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Spin = 8 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.OlapSlicerCacheItemParent() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Natural = 0 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OleItem +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.get -> DocumentFormat.OpenXml.Office2010.Excel.DdeValues? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotArea? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Boolean = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.DateTime = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Error = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Number = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.String = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotField +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParent = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentColumn = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentRow = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfRunningTotal = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankAscending = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankDescending = 5 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotChanges? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEdits? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Extended = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Multiple = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Single = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.SeriesColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.SetLevel() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.SlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithDataAtTop = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePart.get -> DocumentFormat.OpenXml.Packaging.SlicerCachePart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.SlicerCachePivotTable() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.SlicerRef() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Load(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Save(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.SlicersPart.get -> DocumentFormat.OpenXml.Packaging.SlicersPart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.SlicerStyleElement() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithData = 5 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithNoData = 7 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithData = 4 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithNoData = 6 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithData = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithNoData = 3 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithData = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SortCondition +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.SourceConnection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Custom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Group = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Individual = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Column = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Line = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Stacked = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Table +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.Table() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.TabularSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Ascending = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Descending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TupleItems +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.TupleSetHeader() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.TupleSetRowItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List() -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.ContextLinkType() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.DestinationLink() -> void +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.AnalysisHint = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.CustomRecognizer = 12 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.GroupNode = 21 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Image = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkBullet = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkDrawing = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkWord = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Line = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathEquation = 14 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathIdentifier = 17 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathNumber = 19 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathOperator = 18 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathRegion = 13 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathStruct = 15 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathSymbol = 16 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MixedDrawing = 22 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.NonInkDrawing = 20 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Object = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Paragraph = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Root = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.TextWord = 11 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.UnclassifiedInk = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.WritingRegion = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Callout = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Comment = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Connector = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Container = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Enclosure = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Highlight = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.ScratchOut = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Strikethrough = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Underline = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.VerticalRange = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.From = 1 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.To = 0 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.With = 2 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.SourceLink +DocumentFormat.OpenXml.Office2010.Ink.SourceLink.SourceLink() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkTarget() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.BrowseMode() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.ConveyorTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.DiscardImageEditData() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.DoorsTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.FerrisTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.FlashTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.FlipTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.FlythroughTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.GalleryTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.GlitterTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.HoneycombTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.LeftRightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.MediaBookmark() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.MediaFade() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.MediaPlaybackEventRecordType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.MediaTrim() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.ModificationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.NullEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.PanTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.PauseEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.PlayEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.PrismTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.RandomIdType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.ResumeEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.RevealTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.RippleTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.SectionSlideIdListEntry() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.SeekEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.ShowMediaControls() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.ShredTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.StopEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.SwitchTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.TracePoint() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Right = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Diamond = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Hexagon = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Rectangle = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Strip = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.TriggerEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.VortexTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.WarpTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.WheelReverseTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.WindowTransition() -> void +DocumentFormat.OpenXml.Office2010.Word.Alpha +DocumentFormat.OpenXml.Office2010.Word.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelBottom +DocumentFormat.OpenXml.Office2010.Word.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.BevelEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Angle = 4 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Convex = 6 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Cross = 3 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Divot = 8 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.HardEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Riblet = 9 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Slope = 2 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.SoftRound = 5 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelTop +DocumentFormat.OpenXml.Office2010.Word.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType +DocumentFormat.OpenXml.Office2010.Word.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.set -> void +DocumentFormat.OpenXml.Office2010.Word.Camera +DocumentFormat.OpenXml.Office2010.Word.Camera.Camera() -> void +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.CheckBoxSymbolType() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Checked +DocumentFormat.OpenXml.Office2010.Word.Checked.Checked() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckedState +DocumentFormat.OpenXml.Office2010.Word.CheckedState.CheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Simple = 0 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.ConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.ConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictMode +DocumentFormat.OpenXml.Office2010.Word.ConflictMode.ConflictMode() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.ContextualAlternatives() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CustomXmlConflictDeletionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CustomXmlConflictDeletionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CustomXmlConflictInsertionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CustomXmlConflictInsertionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.DiscardImageEditingData() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId +DocumentFormat.OpenXml.Office2010.Word.DocumentId.DocumentId() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.LeftMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.RightMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.BottomMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.TopMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2 +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxContent? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.EmptyType +DocumentFormat.OpenXml.Office2010.Word.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.EntityPickerEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.get -> DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow() -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.get -> DocumentFormat.OpenXml.Office2010.Word.GradientStopList? +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation +DocumentFormat.OpenXml.Office2010.Word.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Ligatures() -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.All = 15 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Contextual = 2 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualDiscretional = 9 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistorical = 7 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistoricalDiscretional = 14 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Discretional = 4 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Historical = 3 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.HistoricalDiscretional = 10 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Standard = 1 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextual = 5 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualDiscretional = 12 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualHistorical = 11 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardDiscretional = 8 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistorical = 6 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistoricalDiscretional = 13 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LightRig +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.get -> DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates? +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Balanced = 13 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Chilly = 21 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Contrasting = 17 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flat = 23 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flood = 16 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Freezing = 22 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Glow = 25 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Harsh = 15 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Morning = 18 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Soft = 14 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunrise = 19 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunset = 20 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.ThreePoint = 12 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.TwoPoint = 24 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.set -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.LinearShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.LineJoinMiterProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.Luminance +DocumentFormat.OpenXml.Office2010.Word.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.NoFillEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Lining = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.OldStyle = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.NumberSpacing() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Proportional = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Tabular = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType +DocumentFormat.OpenXml.Office2010.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.False = 1 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.One = 3 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.True = 0 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.get -> DocumentFormat.OpenXml.Office2010.Word.FillToRectangle? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Rect = 2 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Shape = 0 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Inset = 1 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PercentageType +DocumentFormat.OpenXml.Office2010.Word.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.PresetLineDashProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dash = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.DashDot = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDash = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDot = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDotDot = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDash = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDot = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDot = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.None = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.Properties3D +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.get -> DocumentFormat.OpenXml.Office2010.Word.BevelBottom? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.get -> DocumentFormat.OpenXml.Office2010.Word.BevelTop? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.get -> DocumentFormat.OpenXml.Office2010.Word.ContourColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Bottom = 8 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomLeft = 7 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomRight = 9 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Center = 5 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Left = 4 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Right = 6 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Top = 2 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopLeft = 1 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopRight = 3 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.Reflection +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.RoundEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Saturation +DocumentFormat.OpenXml.Office2010.Word.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.get -> DocumentFormat.OpenXml.Office2010.Word.Camera? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Office2010.Word.LightRig? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalBackgroundColor = 2 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalTextColor = 3 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AutoColor = 16 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.BackgroundColor = 0 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor5 = 8 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor6 = 9 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.FollowedHyperlinkColor = 11 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.HyperlinkColor = 10 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor1 = 12 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor2 = 14 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor1 = 13 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor2 = 15 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.TextColor = 1 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.get -> DocumentFormat.OpenXml.Office2010.Word.Checked? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.CheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox() -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.UncheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shade +DocumentFormat.OpenXml.Office2010.Word.Shade.Shade() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.SphereCoordinates() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.StyleSet() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets() -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Tint +DocumentFormat.OpenXml.Office2010.Word.Tint.Tint() -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.UncheckedState +DocumentFormat.OpenXml.Office2010.Word.UncheckedState.UncheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.AutoGeneneratedCategories() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.ExceptionForSave() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.ShowDataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.AxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.False = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.Ninch = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.True = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CategoryAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Load(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Save(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ChartColorStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartColorStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Load(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Save(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinear = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinearReversed = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.Cycle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinear = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinearReversed = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Center = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideBase = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideEnd = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.OutsideEnd = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DataSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Bottom = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Left = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Right = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Top = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.MarkerLayoutProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Circle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dash = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Diamond = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dot = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Plus = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Square = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Star = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Triangle = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.X = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.SeriesAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum.Automatic = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoFillOverride = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoLineOverride = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum.IgnoreCSTransforms = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.High = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Low = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.NextToAxis = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.None = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Cross = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Inside = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.None = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Outside = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Title() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Above = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Ninch = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Off = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Overlay = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.ValueAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.View3DProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.NonVisualGroupProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.ObjectProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz544x376 = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz640x480 = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz720x512 = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz800x600 = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.BoundsTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CachedUniqueName() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Default = 0 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Percent = 2 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.Connection +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.get -> DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.RangeProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.TextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField +DocumentFormat.OpenXml.Office2013.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTables? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.DbCommand() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable +DocumentFormat.OpenXml.Office2013.Excel.DbTable.DbTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.FieldListActiveTabTopLevelEntity() -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ModelRelationship() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.ModelTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.ModelTextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriodState() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Day = 4 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Month = 2 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Quarter = 1 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Week = 3 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Year = 0 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.get -> DocumentFormat.OpenXml.Office2013.Excel.DbCommand? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.PivotCacheDecoupled() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.PivotCacheIdVersion() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.PivotTableReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.get -> DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.get -> DocumentFormat.OpenXml.Office2013.Excel.Xstring? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.PivotValueCellExtra() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Currency = 9 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Fixed = 7 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralDate = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralNumber = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongDate = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongTime = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Percent = 8 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortDate = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortTime = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Standard = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.CheckBox = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Choice = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Date = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.MultipleLinesOfText = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Number = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.SingleLineOfText = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Time = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.SelectionTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.SlicerCacheOlapLevelName() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey() -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Absolute = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Fixed = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Inherit = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Relative = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Static = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Blank = 5 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Boolean = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Date = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Error = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.String = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache() -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimeLineCachePart.get -> DocumentFormat.OpenXml.Packaging.TimeLineCachePart? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TimelineCachePivotTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.TimelineCacheReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelinePivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.TimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.TimelineReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Load(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Save(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.TimeLinePart.get -> DocumentFormat.OpenXml.Packaging.TimeLinePart? +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.get -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.TimelineStyleElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel1 = 2 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel2 = 3 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlock = 4 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlockSpace = 6 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectionLabel = 0 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.TimeLevel = 1 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.UnselectedTimeBlock = 5 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.AbsolutePath() -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.ChartTrackingReferenceBased() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.ParentCommentIdentifier() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.PresetTransition() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.set -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Load(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Save(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.get -> DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPart.get -> DocumentFormat.OpenXml.Packaging.WebExtensionPart? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.WebExtensionProperty() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.WebExtensionReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Load(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Save(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.WebExtensionPartReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance +DocumentFormat.OpenXml.Office2013.Word.Appearance.Appearance() -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.ChartTrackingRefBased() -> void +DocumentFormat.OpenXml.Office2013.Word.Color +DocumentFormat.OpenXml.Office2013.Word.Color.Color() -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx +DocumentFormat.OpenXml.Office2013.Word.CommentEx.CommentEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Office2013.Word.DataBinding +DocumentFormat.OpenXml.Office2013.Word.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.DefaultCollapsed() -> void +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.DoNotAllowInsertDeleteSection() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.WebVideoProperty() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.FootnoteColumns() -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType +DocumentFormat.OpenXml.Office2013.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.People +DocumentFormat.OpenXml.Office2013.Word.People.Load(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People() -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.Save(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.PersistentDocumentId() -> void +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person +DocumentFormat.OpenXml.Office2013.Word.Person.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Author.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person() -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.get -> DocumentFormat.OpenXml.Office2013.Word.PresenceInfo? +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.BoundingBox = 0 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Hidden = 2 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Tags = 1 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.get -> DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection() -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.get -> DocumentFormat.OpenXml.Office2013.Word.SectionTitle? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.SdtRepeatedSectionItem() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.SectionTitle() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.WebExtensionCreated() -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.WebExtensionLinked() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.Aggregation() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Billions = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredMillions = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Hundreds = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredThousands = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Millions = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Percentage = 9 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenMillions = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenThousands = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Thousands = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Trillions = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CategoryAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.DataId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.DataLabelHidden() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.B = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.BestFit = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.Ctr = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InBase = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InEnd = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.L = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.OutEnd = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.R = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.T = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.DataLabelVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2 +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Col = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Row = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.R = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.NumberFormat() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Size = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Val = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.X = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Y = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Default = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Landscape = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Portrait = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayout() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Banner = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.None = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Overlapping = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Ctr = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Max = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Min = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Exclusive = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Inclusive = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.SeriesElementVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.BoxWhisker = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ClusteredColumn = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ParetoLine = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Sunburst = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Treemap = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Waterfall = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.B = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.R = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.T = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.Statistics() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType.Cat = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Cross = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.In = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.None = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Out = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.ValueAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.Bubble3DBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.LiteralDataChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16 +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.UniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.UniqueIDChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.UniqueIdChartUniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.ColIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.ConnectableReferences() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.OpenXmlIdentifierElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.PredecessorDrawingElementReference() -> void +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.RowIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Anchor = 4 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.CondFmt = 2 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fmla = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.FmlaNoSticky = 5 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Format = 1 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fragile = 7 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Future = 8 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.NoAdj = 6 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Sparkline = 3 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit() -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments() -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.AutoFilter = 10 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Comment = 7 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DataValidation = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DrawingElement = 9 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.FreezePanes = 3 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Future = 12 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.HideUnhideSheet = 5 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Hyperlink = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Outlines = 8 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.PivotTable = 11 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.RowColVisualOps = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.ShowGridlinesHeadings = 6 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Sparklines = 4 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FFormula +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Array = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Fill = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Future = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.FreezePanes() -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.HideUnhideSheet() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.Absolute = 2 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.OneCell = 1 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.TwoCell = 0 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.Outline +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Outline() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.RefCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefFuture +DocumentFormat.OpenXml.Office2016.Excel.RefFuture.RefFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.RefOartAnchor() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.RefTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.get -> DocumentFormat.OpenXml.Office2016.Excel.RstType? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.get -> DocumentFormat.OpenXml.Office2016.Excel.Xstring? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.get -> DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.RevExHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.RevExMove() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.RevExRowColumn() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.RevExSheetOp() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTest +DocumentFormat.OpenXml.Office2016.Excel.RevExTest.RevExTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.RevExTrimmed() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.RevExUnsupported() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Copy = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Normal = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Redo = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Undo = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionList +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RevisionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevisionPtr() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.get -> DocumentFormat.OpenXml.Office2016.Excel.FreezePanes? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.get -> DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.get -> DocumentFormat.OpenXml.Office2016.Excel.Outlines? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.get -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.get -> DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.RevisionStateLink() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RevListAutoExpandRw() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Autosize = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Hide = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Resize = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Unhide = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.RowColVisualOps() -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType() -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delc = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delr = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insc = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insr = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Delete = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Insert = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Rename = 3 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Reorder = 2 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.SheetXluid() -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridlinesHeadings() -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.get -> DocumentFormat.OpenXml.Office2016.Excel.RefMap? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.get -> DocumentFormat.OpenXml.Office2016.Excel.AutoFilter? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.get -> DocumentFormat.OpenXml.Office2016.Excel.Comments? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.get -> DocumentFormat.OpenXml.Office2016.Excel.DataValidation? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.get -> DocumentFormat.OpenXml.Office2016.Excel.Hyperlink? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.get -> DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.get -> DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.Future = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.None = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.Xstring +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CalculatedTimeColumn() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Days = 5 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Daysindex = 4 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Hours = 6 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Minutes = 7 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Months = 3 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Monthsindex = 2 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Quarters = 1 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Seconds = 8 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Years = 0 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.DesignElement() -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.SymEx() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite.Indefinite = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.PosterFrame() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16 +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Decorative() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.get -> DocumentFormat.OpenXml.Drawing.AutoNumberedBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.get -> DocumentFormat.OpenXml.Drawing.CharacterBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.get -> DocumentFormat.OpenXml.Drawing.NoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.get -> DocumentFormat.OpenXml.Drawing.PictureBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.get -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.ParTrans = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.SibTrans = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.HyperlinkColor() -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.HLink = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.Tx = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorX = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorY = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.InkEffects = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.ScaleFactor = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Bronze = 9 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Galaxy = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Gold = 4 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Lava = 6 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.None = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Ocean = 7 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Pencil = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rainbow = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rosegold = 8 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Silver = 5 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.IlluminancePositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.IntensityPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.LookAtPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.MeterPerModelUnitPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.OpenXmlPoint3DElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.OpenXmlPositiveRatioElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.PosPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.PostTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.PreTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Rotate3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.SxRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.SyRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.SzPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.SzRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.UnknownLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.UpVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.SVGBlip() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CalcFeature() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16 +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.PivotTableDefinition16() -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.Key() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.RichValueBlock() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.E = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.Spb = 7 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CustomRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.DynamicRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.RichDateGroupItem() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.RichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.RichFormatProperty() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.I = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortCondition() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10 +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.RichTop10() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.RichValueTypeReservedKeyFlag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.SupportingPropertyBagKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spba = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Mention() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText(string! text) -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.ClassificationOutcome() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Ftr = 2 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Hdr = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.None = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Watermark = 3 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Media = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Slide = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.ReadonlyRecommended() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Track() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.get -> DocumentFormat.OpenXml.Office2019.Presentation.TrackList? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CommentId() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.OfficeAvailabilityAttribute +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeAvailabilityAttribute(DocumentFormat.OpenXml.FileFormatVersions officeVersion) -> void +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.OnOffValue +DocumentFormat.OpenXml.OnOffValue.OnOffValue() -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(bool value) -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(DocumentFormat.OpenXml.OnOffValue! source) -> void +DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlAttribute.Equals(DocumentFormat.OpenXml.OpenXmlAttribute other) -> bool +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute() -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! prefix, string! localName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! qualifiedName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Value.get -> string? +DocumentFormat.OpenXml.OpenXmlAttribute.Value.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +DocumentFormat.OpenXml.OpenXmlAttribute.XName.get -> System.Xml.Linq.XName! +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(T other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(T other) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement +DocumentFormat.OpenXml.OpenXmlCompositeElement.AddChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, bool throwOnError = true) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement() -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.Generic.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlDomReader +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> void +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlElement +DocumentFormat.OpenXml.OpenXmlElement.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.OpenXmlElement.AddNamespaceDeclaration(string! prefix, string! uri) -> void +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.OpenXmlElement.Annotation() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Append(params DocumentFormat.OpenXml.OpenXmlElement![]! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.Append(System.Collections.Generic.IEnumerable! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.ClearAllAttributes() -> void +DocumentFormat.OpenXml.OpenXmlElement.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsAfter() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsBefore() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ExtendedAttributes.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.GetAttribute(string! localName, string! namespaceUri) -> DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlElement.GetAttributes() -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.OpenXmlElement.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.OpenXmlElement.GetFirstChild() -> T? +DocumentFormat.OpenXml.OpenXmlElement.HasAttributes.get -> bool +DocumentFormat.OpenXml.OpenXmlElement.InsertAfterSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.InsertBeforeSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.IsAfter(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.IsBefore(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.LookupNamespace(string! prefix) -> string? +DocumentFormat.OpenXml.OpenXmlElement.LookupPrefix(string! namespaceUri) -> string? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.get -> DocumentFormat.OpenXml.MarkupCompatibilityAttributes? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.set -> void +DocumentFormat.OpenXml.OpenXmlElement.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement() -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElementContext.get -> DocumentFormat.OpenXml.OpenXmlElementContext? +DocumentFormat.OpenXml.OpenXmlElement.OuterXml.get -> string! +DocumentFormat.OpenXml.OpenXmlElement.Parent.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Remove() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAttribute(string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveNamespaceDeclaration(string! prefix) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttribute(DocumentFormat.OpenXml.OpenXmlAttribute openXmlAttribute) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttributes(System.Collections.Generic.IEnumerable! openXmlAttributes) -> void +DocumentFormat.OpenXml.OpenXmlElementContext +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserted -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserting -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoved -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoving -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.OpenXmlElementContext() -> void +DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions +DocumentFormat.OpenXml.OpenXmlElementList +DocumentFormat.OpenXml.OpenXmlElementList.First() -> T? +DocumentFormat.OpenXml.OpenXmlElementList.OfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElementList.OpenXmlElementList() -> void +DocumentFormat.OpenXml.OpenXmlLeafElement +DocumentFormat.OpenXml.OpenXmlLeafElement.OpenXmlLeafElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement(string! text) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType, string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.XmlNodeType.get -> System.Xml.XmlNodeType +DocumentFormat.OpenXml.OpenXmlPartReader +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Reload() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save(System.IO.Stream! stream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlReader +DocumentFormat.OpenXml.OpenXmlReader.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader(bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlReader.ReadMiscNodes.get -> bool +DocumentFormat.OpenXml.OpenXmlSimpleType +DocumentFormat.OpenXml.OpenXmlSimpleType.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType() -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType(DocumentFormat.OpenXml.OpenXmlSimpleType! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.get -> string? +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.set -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue() -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(DocumentFormat.OpenXml.OpenXmlSimpleValue! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(T value) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.get -> T +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.set -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement() -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! name) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! prefix, string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! qualifiedName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.Text.get -> string! +DocumentFormat.OpenXml.OpenXmlWriter +DocumentFormat.OpenXml.OpenXmlWriter.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlWriter.OpenXmlWriter() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.AlternativeFormatImportPart() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Html = 9 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Mht = 1 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabled = 5 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabledTemplate = 7 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordTemplate = 6 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Rtf = 8 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.TextPlain = 3 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.WordprocessingML = 4 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xhtml = 0 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xml = 2 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationChain! +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.set -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChainPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart +DocumentFormat.OpenXml.Packaging.CellMetadataPart.CellMetadataPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.get -> DocumentFormat.OpenXml.Spreadsheet.Metadata! +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.set -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ChartColorStylePart() -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle! +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.get -> DocumentFormat.OpenXml.Drawing.Charts.UserShapes! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart +DocumentFormat.OpenXml.Packaging.ChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ChartPart.ChartPart() -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartSpace! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.get -> DocumentFormat.OpenXml.Spreadsheet.Chartsheet! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.set -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ChartsheetPart() -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartStylePart +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle! +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStylePart() -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorList! +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.set -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorsPart() -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.get -> DocumentFormat.OpenXml.Spreadsheet.Connections! +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.set -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart.ConnectionsPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ControlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties! +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.set -> void +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.CoreFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPart +DocumentFormat.OpenXml.Packaging.CustomDataPart.CustomDataPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPart? +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.get -> DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem! +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.set -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.CustomFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.CustomProperties.Properties! +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart +DocumentFormat.OpenXml.Packaging.CustomizationPart.CustomizationPart() -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.get -> DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup! +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.WordAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.CustomPropertyPart +DocumentFormat.OpenXml.Packaging.CustomPropertyPart.CustomPropertyPart() -> void +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Spreadsheet = 0 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Xml = 1 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomUIPart +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.get -> DocumentFormat.OpenXml.Office.CustomUI.CustomUI? +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUIPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.CustomXmlMappingsPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.get -> DocumentFormat.OpenXml.Spreadsheet.MapInfo! +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.set -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.AdditionalCharacteristics = 0 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.Bibliography = 1 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.CustomXml = 2 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.InkContent = 3 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.CustomXmlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem! +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.set -> void +DocumentFormat.OpenXml.Packaging.DataPart +DocumentFormat.OpenXml.Packaging.DataPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.DataPart.GetDataPartReferenceRelationships() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.DataPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPartReferenceRelationship(DocumentFormat.OpenXml.Packaging.DataPart! dataPart, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition! +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.DiagramColorsPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.set -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DiagramDataPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.DiagramLayoutDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.DiagramPersistLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.get -> DocumentFormat.OpenXml.Office.Drawing.Drawing! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramStylePart +DocumentFormat.OpenXml.Packaging.DiagramStylePart.DiagramStylePart() -> void +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition! +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart +DocumentFormat.OpenXml.Packaging.DialogsheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.get -> DocumentFormat.OpenXml.Spreadsheet.DialogSheet! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogsheetPart() -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.DialogsheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.DigitalSignatureOriginPart() -> void +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.XmlSignatureParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.DocumentSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.MailMergeRecipientDataPart.get -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart? +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.get -> DocumentFormat.OpenXml.Wordprocessing.Settings! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.set -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DrawingsPart() -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.set -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.EmbeddedControlPersistenceBinaryDataPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType.ActiveXBin = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistencePart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveX = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveXBin = 1 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.EmbeddedObjectPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.EmbeddedPackagePart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Endnotes! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.set -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.EndnotesPart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ExcelAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ExtendedChartPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ExtendedFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.ExtendedProperties.Properties! +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart(string! relationshipType) -> void +DocumentFormat.OpenXml.Packaging.ExternalRelationship +DocumentFormat.OpenXml.Packaging.ExternalRelationship.ExternalRelationship(System.Uri! externalUri, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalLink! +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.set -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalWorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.FontPart +DocumentFormat.OpenXml.Packaging.FontPart.FontPart() -> void +DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontData = 0 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontOdttf = 2 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontTtf = 1 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontTablePart +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.get -> DocumentFormat.OpenXml.Wordprocessing.Fonts! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.set -> void +DocumentFormat.OpenXml.Packaging.FontTablePart.FontTablePart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.get -> DocumentFormat.OpenXml.Wordprocessing.Footer! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.set -> void +DocumentFormat.OpenXml.Packaging.FooterPart.FooterPart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Footnotes! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.set -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.FootnotesPart() -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.get -> DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.set -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.get -> DocumentFormat.OpenXml.Presentation.HandoutMaster! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.set -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMasterPart() -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.get -> DocumentFormat.OpenXml.Wordprocessing.Header! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.set -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.HeaderPart() -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.HyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair +DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(DocumentFormat.OpenXml.Packaging.IdPartPair? value) -> bool +DocumentFormat.OpenXml.Packaging.IdPartPair.IdPartPair(string! id, DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.set -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.get -> string! +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.set -> void +DocumentFormat.OpenXml.Packaging.IFixedContentTypePart +DocumentFormat.OpenXml.Packaging.ImagePart +DocumentFormat.OpenXml.Packaging.ImagePart.ImagePart() -> void +DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Bmp = 0 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Emf = 7 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Gif = 1 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Icon = 4 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Jpeg = 6 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Pcx = 5 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Png = 2 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Tiff = 3 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Wmf = 8 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.InternationalMacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.LegacyDiagramTextInfoPart() -> void +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.LegacyDiagramTextPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.get -> DocumentFormat.OpenXml.Office.Excel.Macrosheet! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.set -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.MacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipientDataPart() -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.get -> DocumentFormat.OpenXml.Office.Word.MailMergeRecipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.get -> DocumentFormat.OpenXml.Wordprocessing.Recipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.MsWordMailMergeRecipientData = 1 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.OpenXmlMailMergeRecipientData = 0 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MainDocumentPart +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.get -> DocumentFormat.OpenXml.Wordprocessing.Document! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.set -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.MainDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.NoProcess = 0 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessAllParts = 2 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessLoadedPartsOnly = 1 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.MarkupCompatibilityProcessSettings(DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode processMode, DocumentFormat.OpenXml.FileFormatVersions targetFileFormatVersions) -> void +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.ProcessMode.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.TargetFileFormatVersions.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Packaging.MediaDataPart +DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Aiff = 0 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Asx = 8 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Avi = 9 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Midi = 1 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mp3 = 2 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegAudio = 6 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegUrl = 3 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegVideo = 11 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mpg = 10 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggAudio = 7 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggVideo = 16 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Quicktime = 15 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.VC1 = 17 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wav = 4 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wma = 5 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmv = 12 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmx = 13 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wvx = 14 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.get -> DocumentFormat.OpenXml.Presentation.NotesMaster! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.set -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMasterPart() -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.get -> DocumentFormat.OpenXml.Presentation.NotesSlide! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.set -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlidePart() -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.get -> DocumentFormat.OpenXml.Wordprocessing.Numbering! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.set -> void +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.NumberingDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.OpenSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.get -> System.Func? +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone() -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Close() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.get -> System.IO.Packaging.CompressionOption +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(DocumentFormat.OpenXml.Packaging.MediaDataPartType mediaDataPartType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType, string! extension) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePart(DocumentFormat.OpenXml.Packaging.DataPart! dataPart) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePartsRecursivelyOfType() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FileOpenAccess.get -> System.IO.FileAccess +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenXmlPackage() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Package.get -> System.IO.Packaging.Package! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PackageProperties.get -> System.IO.Packaging.PackageProperties! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PartExtensionProvider.get -> DocumentFormat.OpenXml.Packaging.PartExtensionProvider! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Save() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.SaveAs(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.StrictRelationshipFound.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument(System.Xml.Linq.XProcessingInstruction? instruction) -> System.Xml.Linq.XDocument! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcString() -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings! validationSettings) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.get -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.PartClassName.get -> string? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.SubPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.EventHandler -> System.EventHandler! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.OpenXmlPackageValidationSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart +DocumentFormat.OpenXml.Packaging.OpenXmlPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetParentParts() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPart() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.RootElement.get -> DocumentFormat.OpenXml.OpenXmlPartRootElement? +DocumentFormat.OpenXml.Packaging.OpenXmlPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt, string? rId) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri, string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart() -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! id) -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation() -> T? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ChangeIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part, string! newRelationshipId) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart, string! id) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DataPartReferenceRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(DocumentFormat.OpenXml.Packaging.ExternalRelationship! externalRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(string! id) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteParts(System.Collections.Generic.IEnumerable! partsToBeDeleted) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(DocumentFormat.OpenXml.Packaging.ReferenceRelationship! referenceRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ExternalRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetExternalRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartById(string! id) -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsCountOfType() -> int +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType(System.Collections.Generic.ICollection! partCollection) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetReferenceRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ReferenceRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.HyperlinkRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.OpenXmlPartContainer() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Parts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.TryGetPartById(string! id, out DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.PartExtensionProvider +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.AddPartExtension(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.MakeSurePartExtensionExist(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider() -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(DocumentFormat.OpenXml.Packaging.PartExtensionProvider! partExtProvider) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(int capacity) -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition! +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords! +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotTableCacheRecordsPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition! +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTablePart() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddPresentationPart() -> DocumentFormat.OpenXml.Packaging.PresentationPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.ChangeDocumentType(DocumentFormat.OpenXml.PresentationDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DocumentType.get -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.Packaging.PresentationDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationDocument() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.LegacyDiagramTextInfoPart.get -> DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.get -> DocumentFormat.OpenXml.Presentation.Presentation! +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPart() -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideMasterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.PresentationPart.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.get -> DocumentFormat.OpenXml.Presentation.PresentationProperties! +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTable! +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.set -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTablePart() -> void +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.QuickAccessToolbarCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Container.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer? +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.IO.Packaging.PackageRelationship! packageRelationship) -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.Uri! targetUri, bool isExternal, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.RelationshipErrorHandler() -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.get -> DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RibbonAndBackstageCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RibbonExtensibilityPart() -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.get -> DocumentFormat.OpenXml.Spreadsheet.SharedStringTable! +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.set -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleCellTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.get -> DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells! +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition! +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCachePart() -> void +DocumentFormat.OpenXml.Packaging.SlicersPart +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.get -> DocumentFormat.OpenXml.Office2010.Excel.Slicers! +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.set -> void +DocumentFormat.OpenXml.Packaging.SlicersPart.SlicersPart() -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.get -> DocumentFormat.OpenXml.Presentation.CommentList! +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.set -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.SlideCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.get -> DocumentFormat.OpenXml.Presentation.SlideLayout! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.set -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.get -> DocumentFormat.OpenXml.Presentation.SlideMaster! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.set -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMasterPart() -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.SlideMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.get -> DocumentFormat.OpenXml.Presentation.Slide! +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.set -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlidePart() -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Packaging.SlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncDataPart() -> void +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.get -> DocumentFormat.OpenXml.Presentation.SlideSyncProperties! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.set -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWorkbookPart() -> DocumentFormat.OpenXml.Packaging.WorkbookPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ChangeDocumentType(DocumentFormat.OpenXml.SpreadsheetDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DocumentType.get -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.SpreadsheetDocument() -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.SpreadsheetPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.StyleDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.StylesPart +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.get -> DocumentFormat.OpenXml.Wordprocessing.Styles? +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.set -> void +DocumentFormat.OpenXml.Packaging.StylesPart.StylesPart() -> void +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.StylesWithEffectsPart() -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.get -> DocumentFormat.OpenXml.Spreadsheet.Table! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.set -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TableDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.get -> DocumentFormat.OpenXml.Drawing.TableStyleList! +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.set -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStylesPart() -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.get -> DocumentFormat.OpenXml.Drawing.ThemeOverride! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.set -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverridePart() -> void +DocumentFormat.OpenXml.Packaging.ThemePart +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.get -> DocumentFormat.OpenXml.Drawing.Theme! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.set -> void +DocumentFormat.OpenXml.Packaging.ThemePart.ThemePart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPart +DocumentFormat.OpenXml.Packaging.ThumbnailPart.ThumbnailPart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Emf = 1 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Jpeg = 0 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Wmf = 2 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.TimeLineCachePart +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition! +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimeLineCachePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart +DocumentFormat.OpenXml.Packaging.TimeLinePart.TimeLinePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.get -> DocumentFormat.OpenXml.Office2013.Excel.Timelines! +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.get -> DocumentFormat.OpenXml.Presentation.TagList! +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.UserDefinedTagsPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaDataPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.get -> DocumentFormat.OpenXml.Office.Word.VbaSuppData! +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.set -> void +DocumentFormat.OpenXml.Packaging.VbaProjectPart +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaProjectPart() -> void +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.get -> DocumentFormat.OpenXml.Presentation.ViewProperties! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.set -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.VmlDrawingPart +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.LegacyDiagramTextParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.VmlDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileDependenciesPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.get -> DocumentFormat.OpenXml.Spreadsheet.VolatileTypes! +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes! +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExTaskpanesPart() -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.set -> void +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtensionPart() -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.get -> DocumentFormat.OpenXml.Wordprocessing.WebSettings! +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.set -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.WordAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.get -> DocumentFormat.OpenXml.Office2013.Word.CommentsEx! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.WordprocessingCommentsExPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.get -> DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.WordprocessingCommentsIdsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.get -> DocumentFormat.OpenXml.Wordprocessing.Comments! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.WordprocessingCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddMainDocumentPart() -> DocumentFormat.OpenXml.Packaging.MainDocumentPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ChangeDocumentType(DocumentFormat.OpenXml.WordprocessingDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DocumentType.get -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WordprocessingDocument() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.get -> DocumentFormat.OpenXml.Office2013.Word.People! +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.WordprocessingPeoplePart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.WordprocessingPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ChartsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomDataPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.DialogsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExcelAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExternalWorkbookParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.InternationalMacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.MacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.PivotTableCacheDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.SlicerCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.TimeLineCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.get -> DocumentFormat.OpenXml.Spreadsheet.Workbook! +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.get -> DocumentFormat.OpenXml.Spreadsheet.Headers! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionHeaderPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionLogParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.get -> DocumentFormat.OpenXml.Spreadsheet.Revisions! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.WorkbookRevisionLogPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.get -> DocumentFormat.OpenXml.Spreadsheet.Stylesheet! +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.WorkbookStylesPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.get -> DocumentFormat.OpenXml.Spreadsheet.Users! +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.WorkbookUserDataPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.get -> DocumentFormat.OpenXml.Spreadsheet.Comments! +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.WorksheetCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ControlPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.PivotTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.SlicersParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TableDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TimeLineParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.get -> DocumentFormat.OpenXml.Spreadsheet.Worksheet! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.get -> DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap! +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMapPart() -> void +DocumentFormat.OpenXml.Packaging.XmlSignaturePart +DocumentFormat.OpenXml.Packaging.XmlSignaturePart.XmlSignaturePart() -> void +DocumentFormat.OpenXml.Presentation.Animate +DocumentFormat.OpenXml.Presentation.Animate.Animate() -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.Animate.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.By.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Animate.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.From.set -> void +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.get -> DocumentFormat.OpenXml.Presentation.TimeAnimateValueList? +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.set -> void +DocumentFormat.OpenXml.Presentation.Animate.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.To.set -> void +DocumentFormat.OpenXml.Presentation.Animate.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.ValueType.set -> void +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Discrete = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Formula = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Linear = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Number = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.String = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateColor +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor() -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.get -> DocumentFormat.OpenXml.Presentation.ByColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.get -> DocumentFormat.OpenXml.Presentation.FromColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.get -> DocumentFormat.OpenXml.Presentation.ToColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.CounterClockwise = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Hsl = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Rgb = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateEffect +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect() -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.get -> DocumentFormat.OpenXml.Presentation.Progress? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.In = 0 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.None = 2 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.Out = 1 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateMotion +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion() -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.get -> DocumentFormat.OpenXml.Presentation.RotationCenter? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Layout = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Parent = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Fixed = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Relative = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateRotation +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation() -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale() -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeName +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName() -> void +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName(string! text) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList() -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio +DocumentFormat.OpenXml.Presentation.Audio.Audio() -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.set -> void +DocumentFormat.OpenXml.Presentation.Background +DocumentFormat.OpenXml.Presentation.Background.Background() -> void +DocumentFormat.OpenXml.Presentation.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.get -> DocumentFormat.OpenXml.Presentation.BackgroundProperties? +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.set -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.get -> DocumentFormat.OpenXml.Presentation.BackgroundStyleReference? +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.set -> void +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundAnimation +DocumentFormat.OpenXml.Presentation.BackgroundAnimation.BackgroundAnimation() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference() -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.Always = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.None = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Base = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Multiply = 3 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.None = 4 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Replace = 2 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Sum = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.ChildStyle = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.Normal = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Image = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Point = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BlindsTransition +DocumentFormat.OpenXml.Presentation.BlindsTransition.BlindsTransition() -> void +DocumentFormat.OpenXml.Presentation.BlipFill +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Presentation.BodyStyle +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle() -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BoldFont +DocumentFormat.OpenXml.Presentation.BoldFont.BoldFont() -> void +DocumentFormat.OpenXml.Presentation.BoldItalicFont +DocumentFormat.OpenXml.Presentation.BoldItalicFont.BoldItalicFont() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.BooleanVariantValue() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.BrowseSlideMode() -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.set -> void +DocumentFormat.OpenXml.Presentation.BuildAsOne +DocumentFormat.OpenXml.Presentation.BuildAsOne.BuildAsOne() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.get -> DocumentFormat.OpenXml.Presentation.BuildAsOne? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics() -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.get -> DocumentFormat.OpenXml.Presentation.BuildSubElement? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildList +DocumentFormat.OpenXml.Presentation.BuildList.BuildList() -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.BuildOleChart() -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph() -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.get -> DocumentFormat.OpenXml.Presentation.TemplateList? +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.get -> DocumentFormat.OpenXml.Drawing.BuildChart? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.get -> DocumentFormat.OpenXml.Drawing.BuildDiagram? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement() -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor +DocumentFormat.OpenXml.Presentation.ByColor.ByColor() -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.get -> DocumentFormat.OpenXml.Presentation.HslColor? +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.get -> DocumentFormat.OpenXml.Presentation.RgbColor? +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.set -> void +DocumentFormat.OpenXml.Presentation.ByPosition +DocumentFormat.OpenXml.Presentation.ByPosition.ByPosition() -> void +DocumentFormat.OpenXml.Presentation.CharRange +DocumentFormat.OpenXml.Presentation.CharRange.CharRange() -> void +DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.GridLegend = 0 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInCategory = 4 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInSeries = 3 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.CheckerTransition +DocumentFormat.OpenXml.Presentation.CheckerTransition.CheckerTransition() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CircleTransition +DocumentFormat.OpenXml.Presentation.CircleTransition.CircleTransition() -> void +DocumentFormat.OpenXml.Presentation.Color3Type +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type() -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.get -> DocumentFormat.OpenXml.Drawing.MasterColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.get -> DocumentFormat.OpenXml.Drawing.OverrideColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType +DocumentFormat.OpenXml.Presentation.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorValue +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue() -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CombTransition +DocumentFormat.OpenXml.Presentation.CombTransition.CombTransition() -> void +DocumentFormat.OpenXml.Presentation.Command +DocumentFormat.OpenXml.Presentation.Command.Command() -> void +DocumentFormat.OpenXml.Presentation.Command.Command(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Command.CommandName.set -> void +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Command.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Command.Type.set -> void +DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Call = 1 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Event = 0 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Verb = 2 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.Comment +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment() -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentExtensionList? +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Comment.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.Comment.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.Index.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Position.get -> DocumentFormat.OpenXml.Presentation.Position? +DocumentFormat.OpenXml.Presentation.Comment.Position.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Text.get -> DocumentFormat.OpenXml.Presentation.Text? +DocumentFormat.OpenXml.Presentation.Comment.Text.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList? +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Load(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Save(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList +DocumentFormat.OpenXml.Presentation.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Load(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Save(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Presentation.CommonBehavior +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.get -> DocumentFormat.OpenXml.Presentation.AttributeNameList? +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior() -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode() -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.get -> DocumentFormat.OpenXml.Presentation.Background? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.get -> DocumentFormat.OpenXml.Presentation.ControlList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.get -> DocumentFormat.OpenXml.Presentation.ShapeTree? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.get -> DocumentFormat.OpenXml.Presentation.GuideList? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.ChildTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode() -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.get -> DocumentFormat.OpenXml.Presentation.EndConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.get -> DocumentFormat.OpenXml.Presentation.EndSync? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.get -> DocumentFormat.OpenXml.Presentation.Iterate? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.get -> DocumentFormat.OpenXml.Presentation.StartConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.SubTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.get -> DocumentFormat.OpenXml.Presentation.Origin? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.get -> DocumentFormat.OpenXml.Presentation.ScaleFactor? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.set -> void +DocumentFormat.OpenXml.Presentation.Condition +DocumentFormat.OpenXml.Presentation.Condition.Condition() -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Strict = 0 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Transitional = 1 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConnectionShape +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify? +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D? +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.Control +DocumentFormat.OpenXml.Presentation.Control.Control() -> void +DocumentFormat.OpenXml.Presentation.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Id.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Name.set -> void +DocumentFormat.OpenXml.Presentation.Control.Picture.get -> DocumentFormat.OpenXml.Presentation.Picture? +DocumentFormat.OpenXml.Presentation.Control.Picture.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.ControlList +DocumentFormat.OpenXml.Presentation.ControlList.ControlList() -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CoverTransition +DocumentFormat.OpenXml.Presentation.CoverTransition.CoverTransition() -> void +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.Invalid = 2 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaAES = 0 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CustomerData +DocumentFormat.OpenXml.Presentation.CustomerData.CustomerData() -> void +DocumentFormat.OpenXml.Presentation.CustomerData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerData.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags +DocumentFormat.OpenXml.Presentation.CustomerDataTags.CustomerDataTags() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow() -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShow.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomShow.Name.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.get -> DocumentFormat.OpenXml.Presentation.SlideList? +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShowList +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList() -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference +DocumentFormat.OpenXml.Presentation.CustomShowReference.CustomShowReference() -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.set -> void +DocumentFormat.OpenXml.Presentation.CutTransition +DocumentFormat.OpenXml.Presentation.CutTransition.CutTransition() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.AllAtOnce = 15 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByLevel = 4 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByNode = 3 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Clockwise = 5 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseIn = 6 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseOut = 7 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwise = 8 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseIn = 9 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseOut = 10 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Custom = 16 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByBranch = 2 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByNode = 1 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Down = 14 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.InByRing = 11 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.OutByRing = 12 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Up = 13 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Whole = 0 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiamondTransition +DocumentFormat.OpenXml.Presentation.DiamondTransition.DiamondTransition() -> void +DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DissolveTransition +DocumentFormat.OpenXml.Presentation.DissolveTransition.DissolveTransition() -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.EightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.get -> DocumentFormat.OpenXml.Presentation.BoldFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.get -> DocumentFormat.OpenXml.Presentation.BoldItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.get -> DocumentFormat.OpenXml.Presentation.Font? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.get -> DocumentFormat.OpenXml.Presentation.ItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.get -> DocumentFormat.OpenXml.Presentation.RegularFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.EmbeddedFontDataIdType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Presentation.EmptyType +DocumentFormat.OpenXml.Presentation.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSoundAction +DocumentFormat.OpenXml.Presentation.EndSoundAction.EndSoundAction() -> void +DocumentFormat.OpenXml.Presentation.EndSync +DocumentFormat.OpenXml.Presentation.EndSync.EndSync() -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension +DocumentFormat.OpenXml.Presentation.Extension.Extension() -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Extension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ExtensionList +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification() -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.set -> void +DocumentFormat.OpenXml.Presentation.FadeTransition +DocumentFormat.OpenXml.Presentation.FadeTransition.FadeTransition() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue +DocumentFormat.OpenXml.Presentation.FloatVariantValue.FloatVariantValue() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.Font +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.set -> void +DocumentFormat.OpenXml.Presentation.Font.Font() -> void +DocumentFormat.OpenXml.Presentation.Font.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Presentation.Font.Panose.set -> void +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.set -> void +DocumentFormat.OpenXml.Presentation.Font.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Font.Typeface.set -> void +DocumentFormat.OpenXml.Presentation.FromColor +DocumentFormat.OpenXml.Presentation.FromColor.FromColor() -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromPosition +DocumentFormat.OpenXml.Presentation.FromPosition.FromPosition() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.get -> DocumentFormat.OpenXml.Drawing.Chart? +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.get -> DocumentFormat.OpenXml.Drawing.Diagram? +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Presentation.Transform? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Presentation.GridSpacing +DocumentFormat.OpenXml.Presentation.GridSpacing.GridSpacing() -> void +DocumentFormat.OpenXml.Presentation.GroupShape +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.GroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Guide +DocumentFormat.OpenXml.Presentation.Guide.Guide() -> void +DocumentFormat.OpenXml.Presentation.Guide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Guide.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.Guide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Guide.Position.set -> void +DocumentFormat.OpenXml.Presentation.GuideList +DocumentFormat.OpenXml.Presentation.GuideList.GuideList() -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster() -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Load(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Save(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterId? +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.set -> void +DocumentFormat.OpenXml.Presentation.HslColor +DocumentFormat.OpenXml.Presentation.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Presentation.HslColor.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Hue.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties() -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3 = 1 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3v4 = 2 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V4 = 0 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues.Indefinite = 0 -> DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndexRangeType +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.set -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.IndexRangeType() -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.set -> void +DocumentFormat.OpenXml.Presentation.InkTarget +DocumentFormat.OpenXml.Presentation.InkTarget.InkTarget() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.IntegerVariantValue() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.ItalicFont +DocumentFormat.OpenXml.Presentation.ItalicFont.ItalicFont() -> void +DocumentFormat.OpenXml.Presentation.Iterate +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate() -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.get -> DocumentFormat.OpenXml.Presentation.TimeAbsolute? +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.get -> DocumentFormat.OpenXml.Presentation.TimePercentage? +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Iterate.Type.set -> void +DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Element = 0 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Letter = 2 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Word = 1 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.Kinsoku +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.set -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode +DocumentFormat.OpenXml.Presentation.KioskSlideMode.KioskSlideMode() -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ModificationVerifier() -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.set -> void +DocumentFormat.OpenXml.Presentation.NewsflashTransition +DocumentFormat.OpenXml.Presentation.NewsflashTransition.NewsflashTransition() -> void +DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.Seek = 1 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextConditionList +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList() -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.NormalViewPortionType() -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.get -> DocumentFormat.OpenXml.Presentation.RestoredLeft? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.get -> DocumentFormat.OpenXml.Presentation.RestoredTop? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Load(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster() -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.get -> DocumentFormat.OpenXml.Presentation.NotesStyle? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Save(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.get -> DocumentFormat.OpenXml.Presentation.NotesMasterId? +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSize +DocumentFormat.OpenXml.Presentation.NotesSize.NotesSize() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.Load(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Presentation.NotesSlide.Save(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.NotesStyle +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle() -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.CategoryElement = 4 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.SeriesElement = 3 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartElement +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.set -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.OleChartElement() -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.set -> void +DocumentFormat.OpenXml.Presentation.OleObject +DocumentFormat.OpenXml.Presentation.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Id.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Name.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed() -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.Full = 1 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.None = 0 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.TextAndBackground = 2 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectLink +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink() -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.OptionalBlackTransitionType() -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Origin +DocumentFormat.OpenXml.Presentation.Origin.Origin() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.get -> DocumentFormat.OpenXml.Presentation.OutlineViewSlideList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.OutlineViewSlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Custom = 2 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Paragraph = 1 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Whole = 3 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.ParagraphIndexRange() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor +DocumentFormat.OpenXml.Presentation.PenColor.PenColor() -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum() -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle1 = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle2 = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle3 = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle4 = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle5 = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle6 = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle7 = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FitToSlide = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPic = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPicWithTitle = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePic = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePicWithTitle = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPic = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPicWithTitle = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.Picture +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.get -> DocumentFormat.OpenXml.Presentation.BlipFill? +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties? +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture() -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape() -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Full = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Half = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Quarter = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Body = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.CenteredTitle = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Chart = 9 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.ClipArt = 11 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.DateAndTime = 4 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Diagram = 12 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Footer = 6 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Header = 7 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Media = 13 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Object = 8 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Picture = 15 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideImage = 14 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideNumber = 5 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SubTitle = 3 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Table = 10 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlusTransition +DocumentFormat.OpenXml.Presentation.PlusTransition.PlusTransition() -> void +DocumentFormat.OpenXml.Presentation.Point2DType +DocumentFormat.OpenXml.Presentation.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Presentation.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.X.set -> void +DocumentFormat.OpenXml.Presentation.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Presentation.Position +DocumentFormat.OpenXml.Presentation.Position.Position() -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Presentation.Presentation +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.get -> DocumentFormat.OpenXml.Presentation.CustomShowList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.get -> DocumentFormat.OpenXml.Presentation.DefaultTextStyle? +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.get -> DocumentFormat.OpenXml.Presentation.EmbeddedFontList? +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.get -> DocumentFormat.OpenXml.Presentation.Kinsoku? +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Load(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.get -> DocumentFormat.OpenXml.Presentation.ModificationVerifier? +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.get -> DocumentFormat.OpenXml.Presentation.NotesSize? +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.get -> DocumentFormat.OpenXml.Presentation.PhotoAlbum? +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation() -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationExtensionList? +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Save(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.get -> DocumentFormat.OpenXml.Presentation.SlideIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.get -> DocumentFormat.OpenXml.Presentation.SlideSize? +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.get -> DocumentFormat.OpenXml.Presentation.HtmlPublishProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Load(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties() -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.get -> DocumentFormat.OpenXml.Presentation.PrintingProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Save(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.get -> DocumentFormat.OpenXml.Presentation.ShowProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.get -> DocumentFormat.OpenXml.Presentation.WebProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresenterSlideMode +DocumentFormat.OpenXml.Presentation.PresenterSlideMode.PresenterSlideMode() -> void +DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.SkipTimed = 1 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousConditionList +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList() -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.BlackWhite = 0 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Gray = 1 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintingProperties +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties() -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.set -> void +DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts1 = 1 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts2 = 2 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts3 = 3 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts4 = 4 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts6 = 5 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts9 = 6 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Notes = 7 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Outline = 8 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Slides = 0 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.Progress +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress() -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PullTransition +DocumentFormat.OpenXml.Presentation.PullTransition.PullTransition() -> void +DocumentFormat.OpenXml.Presentation.PushTransition +DocumentFormat.OpenXml.Presentation.PushTransition.PushTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomBarTransition +DocumentFormat.OpenXml.Presentation.RandomBarTransition.RandomBarTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomTransition +DocumentFormat.OpenXml.Presentation.RandomTransition.RandomTransition() -> void +DocumentFormat.OpenXml.Presentation.RegularFont +DocumentFormat.OpenXml.Presentation.RegularFont.RegularFont() -> void +DocumentFormat.OpenXml.Presentation.RestoredLeft +DocumentFormat.OpenXml.Presentation.RestoredLeft.RestoredLeft() -> void +DocumentFormat.OpenXml.Presentation.RestoredTop +DocumentFormat.OpenXml.Presentation.RestoredTop.RestoredTop() -> void +DocumentFormat.OpenXml.Presentation.RgbColor +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Green.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Green.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Red.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Red.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Presentation.RotationCenter +DocumentFormat.OpenXml.Presentation.RotationCenter.RotationCenter() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.RuntimeNodeTrigger() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor() -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.get -> DocumentFormat.OpenXml.Drawing.ScaleX? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.get -> DocumentFormat.OpenXml.Drawing.ScaleY? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.get -> DocumentFormat.OpenXml.Presentation.NextConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.get -> DocumentFormat.OpenXml.Presentation.PreviousConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode() -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior() -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.get -> DocumentFormat.OpenXml.Presentation.ToVariantValue? +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Shape +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape() -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.Shape.TextBody.get -> DocumentFormat.OpenXml.Presentation.TextBody? +DocumentFormat.OpenXml.Presentation.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.get -> DocumentFormat.OpenXml.Presentation.BackgroundAnimation? +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.get -> DocumentFormat.OpenXml.Presentation.GraphicElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.get -> DocumentFormat.OpenXml.Presentation.OleChartElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget() -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.get -> DocumentFormat.OpenXml.Presentation.SubShape? +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.get -> DocumentFormat.OpenXml.Presentation.TextElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTree +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties() -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Slide +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Load(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Save(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Show.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.Show.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide() -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideExtensionList? +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Slide.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Presentation.Slide.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.Slide.Timing.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.Slide.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideAll +DocumentFormat.OpenXml.Presentation.SlideAll.SlideAll() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId() -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Load(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Save(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout() -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Blank = 11 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Chart = 7 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ChartAndText = 5 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndText = 9 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndVerticalText = 25 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Custom = 31 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Diagram = 6 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.FourObjects = 23 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.MidiaAndText = 17 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Object = 15 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndText = 13 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndTwoObjects = 29 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOnly = 14 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOverText = 18 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectText = 34 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.PictureText = 35 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.SectionHeader = 32 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Table = 3 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Text = 1 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndChart = 4 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndClipArt = 8 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndMedia = 16 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndObject = 12 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndTwoObjects = 20 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextOverObject = 19 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TitleOnly = 10 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoColumnText = 2 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjects = 28 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndObject = 30 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndText = 21 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsOverText = 22 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoTextAndTwoObjects = 33 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalText = 24 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndText = 26 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndTextOverChart = 27 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideList +DocumentFormat.OpenXml.Presentation.SlideList.SlideList() -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry.SlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Load(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Save(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutIdList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.get -> DocumentFormat.OpenXml.Presentation.TextStyles? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideRange +DocumentFormat.OpenXml.Presentation.SlideRange.SlideRange() -> void +DocumentFormat.OpenXml.Presentation.SlideSize +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.SlideSize() -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideSize.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A3 = 8 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A4 = 2 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4ISO = 9 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4JIS = 11 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5ISO = 10 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5JIS = 12 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Banner = 5 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Custom = 6 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Film35mm = 3 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.HagakiCard = 13 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Ledger = 7 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Letter = 1 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Overhead = 4 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x10 = 15 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x9 = 14 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen4x3 = 0 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSyncProperties +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Load(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Save(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideTarget +DocumentFormat.OpenXml.Presentation.SlideTarget.SlideTarget() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Sound +DocumentFormat.OpenXml.Presentation.Sound.Sound() -> void +DocumentFormat.OpenXml.Presentation.SoundAction +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.get -> DocumentFormat.OpenXml.Presentation.EndSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction() -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.get -> DocumentFormat.OpenXml.Presentation.StartSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundTarget +DocumentFormat.OpenXml.Presentation.SoundTarget.SoundTarget() -> void +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Maximized = 2 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Minimized = 0 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Restored = 1 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitTransition +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.SplitTransition() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.get -> DocumentFormat.OpenXml.Presentation.Sound? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction() -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue +DocumentFormat.OpenXml.Presentation.StringVariantValue.StringVariantValue() -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition.StripsTransition() -> void +DocumentFormat.OpenXml.Presentation.SubShape +DocumentFormat.OpenXml.Presentation.SubShape.SubShape() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Tag +DocumentFormat.OpenXml.Presentation.Tag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Name.set -> void +DocumentFormat.OpenXml.Presentation.Tag.Tag() -> void +DocumentFormat.OpenXml.Presentation.Tag.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Val.set -> void +DocumentFormat.OpenXml.Presentation.TagList +DocumentFormat.OpenXml.Presentation.TagList.Load(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.Save(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList() -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Presentation.TargetElement +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.get -> DocumentFormat.OpenXml.Presentation.InkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.get -> DocumentFormat.OpenXml.Presentation.ShapeTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.get -> DocumentFormat.OpenXml.Presentation.SlideTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.get -> DocumentFormat.OpenXml.Presentation.SoundTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement() -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template +DocumentFormat.OpenXml.Presentation.Template.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Template.Level.set -> void +DocumentFormat.OpenXml.Presentation.Template.Template() -> void +DocumentFormat.OpenXml.Presentation.Template.Template(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.TemplateList +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList() -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Text +DocumentFormat.OpenXml.Presentation.Text.Text() -> void +DocumentFormat.OpenXml.Presentation.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Presentation.TextBody +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.get -> DocumentFormat.OpenXml.Presentation.CharRange? +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.get -> DocumentFormat.OpenXml.Presentation.ParagraphIndexRange? +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement() -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.get -> DocumentFormat.OpenXml.Presentation.BodyStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.get -> DocumentFormat.OpenXml.Presentation.OtherStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles() -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.get -> DocumentFormat.OpenXml.Presentation.TitleStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.set -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute +DocumentFormat.OpenXml.Presentation.TimeAbsolute.TimeAbsolute() -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.get -> DocumentFormat.OpenXml.Presentation.VariantValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.get -> DocumentFormat.OpenXml.Presentation.BooleanVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.get -> DocumentFormat.OpenXml.Presentation.ColorValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.get -> DocumentFormat.OpenXml.Presentation.IntegerVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.get -> DocumentFormat.OpenXml.Presentation.StringVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType() -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.get -> DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType() -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.get -> DocumentFormat.OpenXml.Presentation.TimeNode? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.TimeListSubShapeIdType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListType +DocumentFormat.OpenXml.Presentation.TimeListType.TimeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListType.X.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.X.set -> void +DocumentFormat.OpenXml.Presentation.TimeListType.Y.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.Y.set -> void +DocumentFormat.OpenXml.Presentation.TimeNode +DocumentFormat.OpenXml.Presentation.TimeNode.TimeNode() -> void +DocumentFormat.OpenXml.Presentation.TimeNode.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.TimeNode.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Freeze = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Hold = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Remove = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Transition = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeList +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.get -> DocumentFormat.OpenXml.Presentation.ParallelTimeNode? +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.NextClick = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.SameClick = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Emphasis = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Entrance = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Exit = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.MediaCall = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Path = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Verb = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Always = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Never = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.WhenNotActive = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.CanSlip = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.Locked = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterEffect = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterGroup = 7 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickEffect = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickParagraph = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.InteractiveSequence = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.MainSequence = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.TmingRoot = 8 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithEffect = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithGroup = 6 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimePercentage +DocumentFormat.OpenXml.Presentation.TimePercentage.TimePercentage() -> void +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing +DocumentFormat.OpenXml.Presentation.Timing.BuildList.get -> DocumentFormat.OpenXml.Presentation.BuildList? +DocumentFormat.OpenXml.Presentation.Timing.BuildList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing() -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor +DocumentFormat.OpenXml.Presentation.ToColor.ToColor() -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToPosition +DocumentFormat.OpenXml.Presentation.ToPosition.ToPosition() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform +DocumentFormat.OpenXml.Presentation.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Presentation.Transform.Extents.set -> void +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Presentation.Transform.Offset.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform() -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transition +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.set -> void +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.Duration.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Speed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Transition.Speed.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition() -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftDown = 2 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftUp = 0 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightDown = 3 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightUp = 1 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.In = 1 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.Out = 0 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Down = 3 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Left = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Right = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Up = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Fast = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Medium = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Slow = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.Begin = 3 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.End = 4 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnBegin = 1 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnClick = 5 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnDoubleClick = 6 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnEnd = 2 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMediaBookmark = 12 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOut = 8 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOver = 7 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnNext = 9 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnPrevious = 10 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnStopAudio = 11 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.All = 2 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.First = 0 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.Last = 1 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.VariantValue +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue() -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Video.FullScreen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Video.FullScreen.set -> void +DocumentFormat.OpenXml.Presentation.Video.Video() -> void +DocumentFormat.OpenXml.Presentation.Video.Video(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.get -> DocumentFormat.OpenXml.Presentation.GridSpacing? +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Load(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.get -> DocumentFormat.OpenXml.Presentation.NormalViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesTextViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.get -> DocumentFormat.OpenXml.Presentation.OutlineViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Save(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.SlideViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.get -> DocumentFormat.OpenXml.Presentation.SorterViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties() -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.HandoutView = 3 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesMasterView = 4 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesView = 2 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.OutlineView = 5 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideMasterView = 1 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideSorterView = 6 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideThumbnailView = 7 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideView = 0 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.BlackTextOnWhite = 5 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.Browser = 1 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.None = 0 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationAccent = 3 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationText = 2 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.WhiteTextOnBlack = 4 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebProperties +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Color.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Color.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties() -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1800x1400 = 9 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WedgeTransition +DocumentFormat.OpenXml.Presentation.WedgeTransition.WedgeTransition() -> void +DocumentFormat.OpenXml.Presentation.WheelTransition +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.set -> void +DocumentFormat.OpenXml.Presentation.WheelTransition.WheelTransition() -> void +DocumentFormat.OpenXml.Presentation.WipeTransition +DocumentFormat.OpenXml.Presentation.WipeTransition.WipeTransition() -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition.ZoomTransition() -> void +DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.AddIn = 6 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledPresentation = 3 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledSlideshow = 5 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledTemplate = 4 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Presentation = 0 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Slideshow = 2 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Template = 1 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.SByteValue +DocumentFormat.OpenXml.SByteValue.SByteValue() -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(DocumentFormat.OpenXml.SByteValue! source) -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(sbyte value) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute +DocumentFormat.OpenXml.SchemaAttrAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(byte nsId, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! ns, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.Tag.get -> string! +DocumentFormat.OpenXml.SingleValue +DocumentFormat.OpenXml.SingleValue.SingleValue() -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(DocumentFormat.OpenXml.SingleValue! source) -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(float value) -> void +DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Default = 0 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Preserve = 1 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.Spreadsheet.Alignment +DocumentFormat.OpenXml.Spreadsheet.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Author +DocumentFormat.OpenXml.Spreadsheet.Author.Author() -> void +DocumentFormat.OpenXml.Spreadsheet.Author.Author(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors() -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Bold +DocumentFormat.OpenXml.Spreadsheet.Bold.Bold() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.BooleanPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border +DocumentFormat.OpenXml.Spreadsheet.Border.Border() -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.get -> DocumentFormat.OpenXml.Spreadsheet.BottomBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.get -> DocumentFormat.OpenXml.Spreadsheet.EndBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.get -> DocumentFormat.OpenXml.Spreadsheet.LeftBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.get -> DocumentFormat.OpenXml.Spreadsheet.RightBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.get -> DocumentFormat.OpenXml.Spreadsheet.StartBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.get -> DocumentFormat.OpenXml.Spreadsheet.TopBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType() -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Borders +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders() -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDot = 9 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDotDot = 11 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dashed = 3 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dotted = 4 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Double = 6 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Hair = 7 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Medium = 2 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDot = 10 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDotDot = 12 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashed = 8 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.SlantDashDot = 13 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thick = 5 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thin = 1 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BottomBorder +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Break +DocumentFormat.OpenXml.Spreadsheet.Break.Break() -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.get -> DocumentFormat.OpenXml.Spreadsheet.FieldGroup? +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.get -> DocumentFormat.OpenXml.Spreadsheet.SharedItems? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.get -> DocumentFormat.OpenXml.Spreadsheet.FieldsUsage? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.get -> DocumentFormat.OpenXml.Spreadsheet.GroupLevels? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.get -> DocumentFormat.OpenXml.Spreadsheet.Consolidation? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.get -> DocumentFormat.OpenXml.Spreadsheet.WorksheetSource? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Auto = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.AutoNoTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculationCell +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CalculationCell() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Load(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Save(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Gregorian = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianArabic = 10 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianMiddleEastFrench = 9 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedEnglish = 11 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedFrench = 12 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianUs = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hebrew = 8 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hijri = 6 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Japan = 3 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Korea = 5 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Thai = 7 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.Cell +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell() -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AsDisplayed = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AtEnd = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellFormat +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Array = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.DataTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Shared = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellMetadata +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType() -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(bool value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(decimal value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(double value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(int value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTime dateTime) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTimeOffset dateTimeOffset) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetBoolean(out bool value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTime(out System.DateTime dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTimeOffset(out System.DateTimeOffset dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDecimal(out decimal value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDouble(out double dbl) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetInt(out int value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Date = 6 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.InlineString = 5 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Number = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.SharedString = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellWatch +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellWatch() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CharacterValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartsheetPart.get -> DocumentFormat.OpenXml.Packaging.ChartsheetPart? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Load(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.get -> DocumentFormat.OpenXml.Spreadsheet.Picture? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Save(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishItems? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.ChartSheetPageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.ChartSheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Color +DocumentFormat.OpenXml.Spreadsheet.Color.Color() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.ColorFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors() -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.get -> DocumentFormat.OpenXml.Spreadsheet.IndexedColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.get -> DocumentFormat.OpenXml.Spreadsheet.MruColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Column() -> void +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Style.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Width.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.ColumnHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Columns +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns() -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment() -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CommentProperties? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.get -> DocumentFormat.OpenXml.Spreadsheet.CommentText? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments() -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Load(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Save(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicator = 1 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicatorAndComment = 2 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentNone = 0 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentText +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Condense +DocumentFormat.OpenXml.Spreadsheet.Condense.Condense() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreas? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Between = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThan = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThanOrEqual = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotBetween = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotContains = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Formula = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Max = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Min = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Number = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percent = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percentile = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.AboveAverage = 17 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.CellIs = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ColorScale = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsBlanks = 12 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsErrors = 14 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DataBar = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DuplicateValues = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Expression = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.IconSet = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsBlanks = 13 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsErrors = 15 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsText = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.TimePeriod = 16 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Top10 = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.UniqueValues = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumstrict = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumtransitional = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.Connection +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection() -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.get -> DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.New.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.New.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OlapProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.get -> DocumentFormat.OpenXml.Spreadsheet.Parameters? +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.get -> DocumentFormat.OpenXml.Spreadsheet.TextProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections() -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Spreadsheet.Connections.Load(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Save(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation() -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.get -> DocumentFormat.OpenXml.Spreadsheet.Pages? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.get -> DocumentFormat.OpenXml.Spreadsheet.RangeSets? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control +DocumentFormat.OpenXml.Spreadsheet.Control.Control() -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ControlProperties? +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Controls +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls() -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Integrated = 0 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.None = 1 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Stored = 2 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CustomProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.RowBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.get -> DocumentFormat.OpenXml.Spreadsheet.Selection? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.DatabaseProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate() -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.get -> DocumentFormat.OpenXml.Spreadsheet.DataReferences? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Average = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.CountNumbers = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Minimum = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Product = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviation = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviationP = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Sum = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Variance = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.VarianceP = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataField +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField() -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference +DocumentFormat.OpenXml.Spreadsheet.DataReference.DataReference() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Information = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Stop = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Warning = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Disabled = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullAlpha = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullHangul = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullKatakana = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfAlpha = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfHangul = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfKatakana = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Hiragana = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Off = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.On = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Between = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThan = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThanOrEqual = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThan = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThanOrEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotBetween = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidations +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Custom = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Date = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Decimal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.List = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.TextLength = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Whole = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectContent = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectIcon = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateGroupItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Day = 2 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Hour = 3 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Minute = 4 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Month = 1 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Second = 5 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Year = 0 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.get -> DocumentFormat.OpenXml.Spreadsheet.Values? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.get -> DocumentFormat.OpenXml.Spreadsheet.DdeItems? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Boolean = 1 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Error = 3 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Nil = 0 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.RealNumber = 2 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DefinedName +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField +DocumentFormat.OpenXml.Spreadsheet.DeletedField.DeletedField() -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.get -> DocumentFormat.OpenXml.Spreadsheet.Controls? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogsheetPart.get -> DocumentFormat.OpenXml.Packaging.DialogsheetPart? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Load(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.get -> DocumentFormat.OpenXml.Spreadsheet.OleObjects? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Save(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProtection? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Dimension() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing +DocumentFormat.OpenXml.Spreadsheet.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.DrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.DynamicFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.AboveAverage = 1 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.April = 26 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.August = 30 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.BelowAverage = 2 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.December = 34 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.February = 24 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.January = 23 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.July = 29 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.June = 28 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastMonth = 11 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastQuarter = 14 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastYear = 17 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.March = 25 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.May = 27 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextMonth = 9 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextQuarter = 12 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextWeek = 6 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextYear = 15 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.November = 33 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Null = 0 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.October = 32 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter1 = 19 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter2 = 20 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter3 = 21 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter4 = 22 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.September = 31 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisMonth = 10 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisQuarter = 13 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisYear = 16 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Today = 4 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Tomorrow = 3 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.YearToDate = 18 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Yesterday = 5 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries() -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem() -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Extend +DocumentFormat.OpenXml.Spreadsheet.Extend.Extend() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDataSet? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.get -> DocumentFormat.OpenXml.Spreadsheet.SheetNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayMonthYear = 3 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayYearMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.EMD = 9 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthDayYear = 2 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthYearDay = 5 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Skip = 8 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Text = 1 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearDayMonth = 7 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearMonthDay = 4 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.ExternalDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalWorkbookPart.get -> DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Load(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Save(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.ExternalReference() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Field +DocumentFormat.OpenXml.Spreadsheet.Field.Field() -> void +DocumentFormat.OpenXml.Spreadsheet.Field.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Field.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem +DocumentFormat.OpenXml.Spreadsheet.FieldItem.FieldItem() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.FieldUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.FileRecoveryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.FileSharing() -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Dos = 2 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Mac = 0 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Win = 1 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileVersion +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.FileVersion() -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill() -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.get -> DocumentFormat.OpenXml.Spreadsheet.GradientFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.get -> DocumentFormat.OpenXml.Spreadsheet.PatternFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills() -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filter +DocumentFormat.OpenXml.Spreadsheet.Filter.Filter() -> void +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.get -> DocumentFormat.OpenXml.Spreadsheet.ColorFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.get -> DocumentFormat.OpenXml.Spreadsheet.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.get -> DocumentFormat.OpenXml.Office2010.Excel.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.get -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.get -> DocumentFormat.OpenXml.Spreadsheet.Filters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.get -> DocumentFormat.OpenXml.Spreadsheet.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.get -> DocumentFormat.OpenXml.Office2010.Excel.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.get -> DocumentFormat.OpenXml.Spreadsheet.Top10? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThan = 1 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThanOrEqual = 2 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.Filters +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters() -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Font +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.get -> DocumentFormat.OpenXml.Spreadsheet.Bold? +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.Font.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.get -> DocumentFormat.OpenXml.Spreadsheet.Condense? +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.get -> DocumentFormat.OpenXml.Spreadsheet.Extend? +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font() -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.get -> DocumentFormat.OpenXml.Spreadsheet.FontCharSet? +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.get -> DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering? +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.get -> DocumentFormat.OpenXml.Spreadsheet.FontName? +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.get -> DocumentFormat.OpenXml.Spreadsheet.FontScheme? +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.get -> DocumentFormat.OpenXml.Spreadsheet.FontSize? +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.get -> DocumentFormat.OpenXml.Spreadsheet.Italic? +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.get -> DocumentFormat.OpenXml.Spreadsheet.Outline? +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.get -> DocumentFormat.OpenXml.Spreadsheet.Shadow? +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.get -> DocumentFormat.OpenXml.Spreadsheet.Strike? +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.get -> DocumentFormat.OpenXml.Spreadsheet.Underline? +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment? +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamily +DocumentFormat.OpenXml.Spreadsheet.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.FontFamilyNumbering() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontName +DocumentFormat.OpenXml.Spreadsheet.FontName.FontName() -> void +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme +DocumentFormat.OpenXml.Spreadsheet.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Major = 1 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Minor = 2 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSize +DocumentFormat.OpenXml.Spreadsheet.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Format +DocumentFormat.OpenXml.Spreadsheet.Format.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Format.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format() -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Blank = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Formatting = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.Formats +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats() -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1 +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2 +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Area = 2 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.AreaError = 3 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ComputedArea = 4 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Reference = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ReferenceError = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.FunctionGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Linear = 0 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Path = 1 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.Group +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group() -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.get -> DocumentFormat.OpenXml.Spreadsheet.GroupMembers? +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Group.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Days = 4 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Hours = 3 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Minutes = 2 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Months = 5 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Quarters = 6 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Range = 0 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Seconds = 1 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Years = 7 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupItems +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.get -> DocumentFormat.OpenXml.Spreadsheet.Groups? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.GroupMember() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups() -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertClear = 1 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertDelete = 0 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.OverwriteClear = 2 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.Header +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header() -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.get -> DocumentFormat.OpenXml.Spreadsheet.ReviewedList? +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.get -> DocumentFormat.OpenXml.Spreadsheet.SheetIdMap? +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Spreadsheet.EvenFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Spreadsheet.EvenHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Spreadsheet.FirstFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Spreadsheet.FirstHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Spreadsheet.OddFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Spreadsheet.OddHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers() -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.History.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.HierarchyUsageType() -> void +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.CenterContinuous = 6 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Distributed = 7 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Fill = 4 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Justify = 5 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.All = 2 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.HonorRichText = 1 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.Hyperlink +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveRating = 15 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrows = 8 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRating = 11 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IgnoredError +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors() -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString() -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.InputCells() -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.InternationalPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Italic +DocumentFormat.OpenXml.Spreadsheet.Italic.Italic() -> void +DocumentFormat.OpenXml.Spreadsheet.Item +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Item.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Item() -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items +DocumentFormat.OpenXml.Spreadsheet.Items.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Items.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items() -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Blank = 14 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Count = 8 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.CountA = 3 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Data = 0 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Default = 1 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Grand = 13 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Maximum = 5 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Minimum = 6 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Product = 7 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviation = 9 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviationP = 10 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Sum = 2 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Variance = 11 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.VarianceP = 12 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.Kpi +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Kpi() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.LegacyDrawingType() -> void +DocumentFormat.OpenXml.Spreadsheet.Location +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Location() -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main +DocumentFormat.OpenXml.Spreadsheet.Main.First.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Main.First.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main() -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.get -> DocumentFormat.OpenXml.Spreadsheet.DataBinding? +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ID.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Map.ID.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map() -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.set -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo +DocumentFormat.OpenXml.Spreadsheet.MapInfo.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps() -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx() -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.get -> DocumentFormat.OpenXml.Spreadsheet.MdxKpi? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.get -> DocumentFormat.OpenXml.Spreadsheet.MdxSet? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.get -> DocumentFormat.OpenXml.Spreadsheet.MdxTuple? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeKPIMember = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMember = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMemberProperty = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeRankedMember = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSet = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSetCount = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeValue = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxKpi +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.MdxKpi() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Goal = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Status = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Trend = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Weight = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.MdxMemberProp() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaAscendingSortOrder = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaDescendingSortOrder = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalAscending = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalDescending = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Unsorted = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxTuple +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureDimensionMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.MeasureGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Member +DocumentFormat.OpenXml.Spreadsheet.Member.Member() -> void +DocumentFormat.OpenXml.Spreadsheet.Member.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Member.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.MemberPropertiesMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.MemberProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.MemberPropertyIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.Members +DocumentFormat.OpenXml.Spreadsheet.Members.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members() -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell +DocumentFormat.OpenXml.Spreadsheet.MergeCell.MergeCell() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata +DocumentFormat.OpenXml.Spreadsheet.Metadata.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Spreadsheet.Metadata.Load(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMetadata? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata() -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataStrings? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataTypes? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Save(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.MetadataRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MetadataType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem() -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingTable +DocumentFormat.OpenXml.Spreadsheet.MissingTable.MissingTable() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.NameIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.get -> DocumentFormat.OpenXml.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor() -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.get -> DocumentFormat.OpenXml.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.All = 0 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.Placeholders = 1 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.OddFooter +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.OlapProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell() -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.get -> DocumentFormat.OpenXml.Spreadsheet.OleItems? +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink() -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.get -> DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties? +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize +DocumentFormat.OpenXml.Spreadsheet.OleSize.OleSize() -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateAlways = 0 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateOnCall = 1 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Default = 0 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.Outline +DocumentFormat.OpenXml.Spreadsheet.Outline.Outline() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.OutlineProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page +DocumentFormat.OpenXml.Spreadsheet.Page.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Page.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page() -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType() -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField() -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem.PageItem() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.DownThenOver = 0 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.OverThenDown = 1 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.Pages +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages() -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.PageSetupProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.Pane() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Frozen = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.FrozenSplit = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Split = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomRight = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopLeft = 3 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopRight = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.Parameter +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Cell = 2 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Prompt = 0 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Value = 1 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.PatternFill +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.BackgroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.ForegroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkDown = 7 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGray = 3 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGrid = 9 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkHorizontal = 5 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkTrellis = 10 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkUp = 8 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkVertical = 6 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray0625 = 18 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray125 = 17 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightDown = 13 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGray = 4 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGrid = 15 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightHorizontal = 11 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightTrellis = 16 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightUp = 14 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightVertical = 12 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.MediumGray = 2 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Solid = 1 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Distributed = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.PhoneticProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.FullWidthKatakana = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.HalfWidthKatakana = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.Hiragana = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.NoConversion = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.Picture +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.All = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Button = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Data = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Normal = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Origin = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopEnd = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopRight = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotCache +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.PivotCache() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.get -> DocumentFormat.OpenXml.Spreadsheet.CacheFields? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSource? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedItems? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.get -> DocumentFormat.OpenXml.Spreadsheet.Dimensions? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.get -> DocumentFormat.OpenXml.Spreadsheet.Kpis? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.get -> DocumentFormat.OpenXml.Spreadsheet.Maps? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.get -> DocumentFormat.OpenXml.Spreadsheet.MeasureGroups? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.get -> DocumentFormat.OpenXml.Spreadsheet.TupleCache? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.get -> DocumentFormat.OpenXml.Spreadsheet.AutoSortScope? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.get -> DocumentFormat.OpenXml.Spreadsheet.Items? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.April = 57 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.August = 61 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBeginsWith = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBetween = 16 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionContains = 10 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEndsWith = 8 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThan = 12 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThanOrEqual = 13 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThan = 14 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThanOrEqual = 15 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBeginsWith = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBetween = 17 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotContains = 11 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEndsWith = 9 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateBetween = 32 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateEqual = 26 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThan = 30 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThanOrEqual = 31 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotBetween = 33 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotEqual = 27 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThan = 28 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThanOrEqual = 29 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.December = 65 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.February = 55 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.January = 54 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.July = 60 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.June = 59 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastMonth = 42 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastQuarter = 45 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastWeek = 39 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastYear = 48 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.March = 56 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.May = 58 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextMonth = 40 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextQuarter = 43 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextWeek = 37 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextYear = 46 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.November = 64 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.October = 63 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter1 = 50 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter2 = 51 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter3 = 52 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter4 = 53 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.September = 62 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Sum = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisMonth = 41 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisQuarter = 44 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisWeek = 38 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisYear = 47 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Today = 35 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Tomorrow = 34 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Unknown = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueBetween = 24 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueEqual = 18 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThan = 20 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThanOrEqual = 21 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThan = 22 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThanOrEqual = 23 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotBetween = 25 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotEqual = 19 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.YearToDate = 49 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Yesterday = 36 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.get -> DocumentFormat.OpenXml.Spreadsheet.MemberProperties? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisColumn = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisPage = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisValues = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTablePart.get -> DocumentFormat.OpenXml.Packaging.PivotTablePart? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.PivotTableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Blank = 1 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Dash = 2 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Displayed = 0 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.NA = 3 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintOptions +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.PrintOptions() -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Protection +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Protection() -> void +DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.DoubleQuote = 0 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.SingleQuote = 1 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.Query +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query() -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Load(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTablePart.get -> DocumentFormat.OpenXml.Packaging.QueryTablePart? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Save(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.RangeSet() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.A1 = 0 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.R1C1 = 1 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.Reviewed +DocumentFormat.OpenXml.Spreadsheet.Reviewed.Reviewed() -> void +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList() -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Add = 0 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Delete = 1 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.RevisionAutoFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.get -> DocumentFormat.OpenXml.Spreadsheet.NewCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.get -> DocumentFormat.OpenXml.Spreadsheet.OldCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.RevisionComment() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionConflict() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.RevisionCustomView() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.get -> DocumentFormat.OpenXml.Spreadsheet.Formula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.get -> DocumentFormat.OpenXml.Spreadsheet.OldFormula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionInsertSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.RevisionQueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions +DocumentFormat.OpenXml.Spreadsheet.Revisions.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions() -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.WorkbookRevisionLogPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Height.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Height.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row() -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.ColumnInsert = 2 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.InsertRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowFields +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields() -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.RowHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType() -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.All = 1 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Column = 3 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Row = 2 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.Run +DocumentFormat.OpenXml.Spreadsheet.Run.Run() -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.get -> DocumentFormat.OpenXml.Spreadsheet.RunProperties? +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.Run.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont +DocumentFormat.OpenXml.Spreadsheet.RunFont.RunFont() -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.RunPropertyCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema() -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Data = 1 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Field = 2 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Selection = 0 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.Selection +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Selection() -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Shadow +DocumentFormat.OpenXml.Spreadsheet.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Load(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Save(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Sheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.SheetCalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.SheetDimension() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.SheetFormatProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId +DocumentFormat.OpenXml.Spreadsheet.SheetId.SheetId() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName +DocumentFormat.OpenXml.Spreadsheet.SheetName.SheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OutlineProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetView +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageBreakPreview = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageLayout = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Difference = 1 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Index = 8 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentageDifference = 3 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfColumn = 6 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfRaw = 5 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfTotal = 7 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.RunTotal = 4 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Load(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Save(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.CellColor = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.FontColor = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Icon = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortCondition +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.PinYin = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.Stroke = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortState +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState() -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingAlpha = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingNatural = 5 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingAlpha = 4 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingNatural = 6 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Consolidation = 2 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.External = 1 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Scenario = 3 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.StartBorder +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Strike +DocumentFormat.OpenXml.Spreadsheet.Strike.Strike() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.get -> DocumentFormat.OpenXml.Spreadsheet.Borders? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.get -> DocumentFormat.OpenXml.Spreadsheet.Colors? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.get -> DocumentFormat.OpenXml.Spreadsheet.Fills? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.get -> DocumentFormat.OpenXml.Spreadsheet.Fonts? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Load(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Save(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic() -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TabColor +DocumentFormat.OpenXml.Spreadsheet.TabColor.TabColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Table +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Load(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Save(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table() -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.get -> DocumentFormat.OpenXml.Spreadsheet.TableColumns? +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.TableDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.TableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo? +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.get -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType() -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart.TablePart() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables() -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.TableStyleElement() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.TableStyleInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.BlankRow = 19 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnStripe = 7 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnSubheading = 20 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstHeaderCell = 9 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowStripe = 5 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowSubheading = 23 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalColumn = 13 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalRow = 16 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstTotalCell = 11 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.HeaderRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastColumn = 4 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastHeaderCell = 10 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastTotalCell = 12 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldLabels = 26 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldValues = 27 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnStripe = 8 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnSubheading = 21 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowStripe = 6 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowSubheading = 24 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalColumn = 14 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalRow = 17 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdColumnSubheading = 22 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdRowSubheading = 25 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalColumn = 15 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalRow = 18 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.TotalRow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.WholeTable = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.QueryTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Xml = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.Text +DocumentFormat.OpenXml.Spreadsheet.Text.Text() -> void +DocumentFormat.OpenXml.Spreadsheet.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TextField +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.TextField() -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields() -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextProperties +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Last7Days = 3 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastMonth = 5 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextWeek = 9 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisMonth = 4 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Today = 0 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Tomorrow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Yesterday = 1 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Top10 +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top10() -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic() -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.TopicReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Count = 5 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.CountNumbers = 6 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Custom = 9 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Minimum = 2 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.StandardDeviation = 7 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Sum = 1 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Variance = 8 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.Tuple +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Tuple() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.get -> DocumentFormat.OpenXml.Spreadsheet.Entries? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.get -> DocumentFormat.OpenXml.Spreadsheet.QueryCache? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ServerFormats? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.get -> DocumentFormat.OpenXml.Spreadsheet.Sets? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples() -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType() -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Underline +DocumentFormat.OpenXml.Spreadsheet.Underline.Underline() -> void +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Double = 1 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.DoubleAccounting = 3 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.None = 4 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.SingleAccounting = 2 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.Undo +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Undo() -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Always = 2 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Never = 1 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.UserSet = 0 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UserInfo +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users +DocumentFormat.OpenXml.Spreadsheet.Users.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Users.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Load(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Save(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users() -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Spreadsheet.Value +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.get -> DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue? +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value() -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values() -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Baseline = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Subscript = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Superscript = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.OlapFunctions = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.RealTimeData = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileType +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Load(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Save(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.RealNumber = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.String = 3 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.WebPublishing +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.WebPublishing() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.WebPublishItem() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.WebPublishObject() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.get -> DocumentFormat.OpenXml.Spreadsheet.Tables? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.AutoFilter = 2 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Chart = 4 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Label = 7 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PivotTable = 5 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PrintArea = 1 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Query = 6 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Range = 3 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Sheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.Workbook +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.get -> DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath? +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.get -> DocumentFormat.OpenXml.Spreadsheet.BookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.DefinedNames? +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalReferences? +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.get -> DocumentFormat.OpenXml.Spreadsheet.FileSharing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.get -> DocumentFormat.OpenXml.Spreadsheet.FileVersion? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.get -> DocumentFormat.OpenXml.Spreadsheet.FunctionGroups? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Load(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.get -> DocumentFormat.OpenXml.Spreadsheet.OleSize? +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCaches? +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Save(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.get -> DocumentFormat.OpenXml.Spreadsheet.Sheets? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook() -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Load(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Save(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.WorksheetPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetPart? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.WorksheetSource() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlProperties? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyType = 44 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyURI = 34 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Base64Binary = 5 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Boolean = 21 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Byte = 3 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Date = 25 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.DateTime = 23 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Decimal = 18 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Double = 20 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Duration = 24 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entities = 40 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entity = 39 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Float = 19 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gday = 29 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gmonth = 26 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GMonthDay = 30 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gyear = 27 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GYearMonth = 28 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.HexBinary = 6 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Id = 36 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRef = 37 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRefs = 38 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Int = 12 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Integer = 7 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Language = 35 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Long = 14 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Name = 31 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NCName = 33 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NegativeInteger = 9 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMToken = 42 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMTokens = 43 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonNegativeInteger = 11 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonPositiveInteger = 10 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NormalizedString = 1 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Notation = 41 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.PositiveInteger = 8 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Qname = 32 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Short = 16 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.String = 0 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Time = 22 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Token = 2 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedByte = 4 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedInteger = 13 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedLong = 15 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedShort = 17 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlProperties +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType() -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XType +DocumentFormat.OpenXml.Spreadsheet.XType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.XType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.XType.XType() -> void +DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.AddIn = 4 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledWorkbook = 2 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Template = 1 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Workbook = 0 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.StringValue +DocumentFormat.OpenXml.StringValue.StringValue() -> void +DocumentFormat.OpenXml.StringValue.StringValue(DocumentFormat.OpenXml.StringValue! source) -> void +DocumentFormat.OpenXml.StringValue.StringValue(string? value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue() -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(DocumentFormat.OpenXml.TrueFalseBlankValue! source) -> void +DocumentFormat.OpenXml.TrueFalseValue +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue() -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(DocumentFormat.OpenXml.TrueFalseValue! source) -> void +DocumentFormat.OpenXml.UInt16Value +DocumentFormat.OpenXml.UInt16Value.UInt16Value() -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(DocumentFormat.OpenXml.UInt16Value! source) -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(ushort value) -> void +DocumentFormat.OpenXml.UInt32Value +DocumentFormat.OpenXml.UInt32Value.UInt32Value() -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(DocumentFormat.OpenXml.UInt32Value! source) -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(uint value) -> void +DocumentFormat.OpenXml.UInt64Value +DocumentFormat.OpenXml.UInt64Value.UInt64Value() -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(DocumentFormat.OpenXml.UInt64Value! source) -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(ulong value) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator +DocumentFormat.OpenXml.Validation.OpenXmlValidator.FileFormat.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.get -> int +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.set -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator() -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator(DocumentFormat.OpenXml.FileFormatVersions fileFormat) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Description.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ErrorType.get -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Id.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Node.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Path.get -> DocumentFormat.OpenXml.XmlPath? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedNode.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ValidationErrorInfo() -> void +DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.MarkupCompatibility = 3 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Package = 2 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Schema = 0 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Semantic = 1 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bool = 14 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bstr = 12 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Currency = 15 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Date = 13 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Decimal = 11 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Error = 16 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Integer = 4 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.UnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.Variant +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.get -> DocumentFormat.OpenXml.VariantTypes.Variant? +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant() -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bool = 16 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bstr = 13 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClassId = 19 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClipboardData = 20 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Currency = 17 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Date = 14 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesSignedInteger = 4 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesUnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Error = 18 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Filetime = 15 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpstr = 11 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpwstr = 12 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VTArray +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray() -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBool +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool() -> void +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBString +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString() -> void +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTByte +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId() -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData() -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency() -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDate +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate() -> void +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal() -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble() -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTEmpty +DocumentFormat.OpenXml.VariantTypes.VTEmpty.VTEmpty() -> void +DocumentFormat.OpenXml.VariantTypes.VTError +DocumentFormat.OpenXml.VariantTypes.VTError.VTError() -> void +DocumentFormat.OpenXml.VariantTypes.VTError.VTError(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime() -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat() -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32 +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64 +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTNull +DocumentFormat.OpenXml.VariantTypes.VTNull.VTNull() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTShort +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector() -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData(string! text) -> void +DocumentFormat.OpenXml.Vml.Arc +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Arc.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Arc.Arc() -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Arc.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Button.set -> void +DocumentFormat.OpenXml.Vml.Arc.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Clip.set -> void +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Arc.EndAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.EndAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Filled.set -> void +DocumentFormat.OpenXml.Vml.Arc.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Arc.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Arc.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Href.set -> void +DocumentFormat.OpenXml.Vml.Arc.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Id.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Arc.Ole.set -> void +DocumentFormat.OpenXml.Vml.Arc.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Arc.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Oned.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Arc.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Print.set -> void +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Arc.StartAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.StartAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Arc.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Style.set -> void +DocumentFormat.OpenXml.Vml.Arc.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Target.set -> void +DocumentFormat.OpenXml.Vml.Arc.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Title.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.set -> void +DocumentFormat.OpenXml.Vml.Background +DocumentFormat.OpenXml.Vml.Background.Background() -> void +DocumentFormat.OpenXml.Vml.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Background.Fill.set -> void +DocumentFormat.OpenXml.Vml.Background.Fillcolor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Fillcolor.set -> void +DocumentFormat.OpenXml.Vml.Background.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Background.Filled.set -> void +DocumentFormat.OpenXml.Vml.Background.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Id.set -> void +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Vml.Curve +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Curve.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Curve.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Button.set -> void +DocumentFormat.OpenXml.Vml.Curve.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Class.set -> void +DocumentFormat.OpenXml.Vml.Curve.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Clip.set -> void +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control1.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control2.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Curve.Curve() -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Curve.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Filled.set -> void +DocumentFormat.OpenXml.Vml.Curve.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Curve.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.From.set -> void +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Curve.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Curve.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Href.set -> void +DocumentFormat.OpenXml.Vml.Curve.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Id.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Curve.Ole.set -> void +DocumentFormat.OpenXml.Vml.Curve.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Curve.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Oned.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Curve.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Print.set -> void +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Curve.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Style.set -> void +DocumentFormat.OpenXml.Vml.Curve.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Target.set -> void +DocumentFormat.OpenXml.Vml.Curve.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Title.set -> void +DocumentFormat.OpenXml.Vml.Curve.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.To.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Bullseye = 6 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Canvas = 0 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Cycle = 3 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.OrganizationChart = 1 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Radial = 2 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Stacked = 4 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Venn = 5 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.BackwardCompatible = 2 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.Edit = 1 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.View = 0 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.Fill +DocumentFormat.OpenXml.Vml.Fill.AlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.AlignShape.set -> void +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Fill.Angle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Fill.Angle.set -> void +DocumentFormat.OpenXml.Vml.Fill.Aspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Aspect.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Colors.set -> void +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.Fill.Fill() -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.get -> DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties? +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.set -> void +DocumentFormat.OpenXml.Vml.Fill.Focus.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Focus.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusSize.set -> void +DocumentFormat.OpenXml.Vml.Fill.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Href.set -> void +DocumentFormat.OpenXml.Vml.Fill.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Id.set -> void +DocumentFormat.OpenXml.Vml.Fill.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Method.set -> void +DocumentFormat.OpenXml.Vml.Fill.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.On.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Origin.set -> void +DocumentFormat.OpenXml.Vml.Fill.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Position.set -> void +DocumentFormat.OpenXml.Vml.Fill.Recolor.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Recolor.set -> void +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Fill.Rotate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Rotate.set -> void +DocumentFormat.OpenXml.Vml.Fill.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Size.set -> void +DocumentFormat.OpenXml.Vml.Fill.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Source.set -> void +DocumentFormat.OpenXml.Vml.Fill.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Title.set -> void +DocumentFormat.OpenXml.Vml.Fill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Type.set -> void +DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Any = 3 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linear = 1 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linearsigma = 4 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.None = 0 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Sigma = 2 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Frame = 5 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Gradient = 1 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.GradientRadial = 2 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Pattern = 4 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.Formula +DocumentFormat.OpenXml.Vml.Formula.Equation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Formula.Equation.set -> void +DocumentFormat.OpenXml.Vml.Formula.Formula() -> void +DocumentFormat.OpenXml.Vml.Formulas +DocumentFormat.OpenXml.Vml.Formulas.Formulas() -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group +DocumentFormat.OpenXml.Vml.Group.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Group.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Group.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Group.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Button.set -> void +DocumentFormat.OpenXml.Vml.Group.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Class.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Group.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.EditAs.set -> void +DocumentFormat.OpenXml.Vml.Group.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Group.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Group.Group() -> void +DocumentFormat.OpenXml.Vml.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Group.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Href.set -> void +DocumentFormat.OpenXml.Vml.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Id.set -> void +DocumentFormat.OpenXml.Vml.Group.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Group.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Oned.set -> void +DocumentFormat.OpenXml.Vml.Group.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Group.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Print.set -> void +DocumentFormat.OpenXml.Vml.Group.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Group.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Style.set -> void +DocumentFormat.OpenXml.Vml.Group.TableLimits.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableLimits.set -> void +DocumentFormat.OpenXml.Vml.Group.TableProperties.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableProperties.set -> void +DocumentFormat.OpenXml.Vml.Group.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Target.set -> void +DocumentFormat.OpenXml.Vml.Group.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Title.set -> void +DocumentFormat.OpenXml.Vml.Group.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Group.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtLeast = 2 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtMost = 1 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.Ignore = 0 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageData +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ImageData() -> void +DocumentFormat.OpenXml.Vml.ImageData.Picture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Picture.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelHref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelHref.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Button.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Class.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Clip.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Filled.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Href.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile() -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ImageFile.Ole.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Oned.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Print.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Source.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Style.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Target.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Line +DocumentFormat.OpenXml.Vml.Line.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Line.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Line.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Button.set -> void +DocumentFormat.OpenXml.Vml.Line.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Class.set -> void +DocumentFormat.OpenXml.Vml.Line.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Clip.set -> void +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Line.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Line.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Filled.set -> void +DocumentFormat.OpenXml.Vml.Line.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Line.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.From.set -> void +DocumentFormat.OpenXml.Vml.Line.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Line.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Line.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Line.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Href.set -> void +DocumentFormat.OpenXml.Vml.Line.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Id.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Line.Line() -> void +DocumentFormat.OpenXml.Vml.Line.Line(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.Line(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Line.Line(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Line.Ole.set -> void +DocumentFormat.OpenXml.Vml.Line.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Line.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Oned.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Line.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Line.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Print.set -> void +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Line.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Style.set -> void +DocumentFormat.OpenXml.Vml.Line.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Target.set -> void +DocumentFormat.OpenXml.Vml.Line.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Title.set -> void +DocumentFormat.OpenXml.Vml.Line.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.To.set -> void +DocumentFormat.OpenXml.Vml.Line.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Line.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Any = 0 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Auto = 5 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree30 = 1 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree45 = 2 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree60 = 3 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree90 = 4 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Black = 7 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.BlackTextAndLines = 10 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayOutline = 5 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayScale = 2 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.HighContrast = 6 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.InverseGray = 4 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.LightGrayScale = 3 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Undrawn = 9 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.White = 8 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BottomStroke +DocumentFormat.OpenXml.Vml.Office.BottomStroke.BottomStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Callout +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Callout() -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Length.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Center = 1 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.User = 3 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.ClipPath +DocumentFormat.OpenXml.Vml.Office.ClipPath.ClipPath() -> void +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ColorMenu() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColumnStroke +DocumentFormat.OpenXml.Vml.Office.ColumnStroke.ColumnStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Complex +DocumentFormat.OpenXml.Vml.Office.Complex.Complex() -> void +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Curved = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Elbow = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Straight = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Custom = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Rectangle = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Segments = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.Diagram +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.get -> DocumentFormat.OpenXml.Vml.Office.RelationTable? +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry +DocumentFormat.OpenXml.Vml.Office.Entry.Entry() -> void +DocumentFormat.OpenXml.Vml.Office.Entry.New.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.New.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry.Old.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.Old.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extrusion() -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.set -> void +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.XY = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.YZ = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.ZX = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.BoundingCube = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.WireFrame = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Parallel = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Perspective = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.FieldCodes +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes() -> void +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.FillExtendedProperties() -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Background = 8 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Frame = 4 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Gradient = 7 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientCenter = 0 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientRadial = 6 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientUnscaled = 5 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Solid = 1 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.Ink +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.set -> void +DocumentFormat.OpenXml.Vml.Office.Ink.Ink() -> void +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.set -> void +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.LeftStroke +DocumentFormat.OpenXml.Vml.Office.LeftStroke.LeftStroke() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.Lock +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Lock() -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Position.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Position.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.set -> void +DocumentFormat.OpenXml.Vml.Office.LockedField +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField() -> void +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Content = 0 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Icon = 1 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Bitmap = 1 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.EnhancedMetaFile = 2 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Picture = 0 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleObject +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.get -> DocumentFormat.OpenXml.Vml.Office.FieldCodes? +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.get -> DocumentFormat.OpenXml.Vml.Office.LinkType? +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.get -> DocumentFormat.OpenXml.Vml.Office.LockedField? +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.set -> void +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.Always = 0 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.OnCall = 1 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Embed = 0 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Link = 1 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.Proxy +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.End.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.End.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Proxy() -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable() -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Relation +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Relation() -> void +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable() -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RightStroke +DocumentFormat.OpenXml.Vml.Office.RightStroke.RightStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Rule +DocumentFormat.OpenXml.Vml.Office.Rule.How.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.How.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule() -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules() -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Arc = 0 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Callout = 1 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Connector = 2 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1152x862 = 5 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.get -> DocumentFormat.OpenXml.Vml.Office.Callout? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.get -> DocumentFormat.OpenXml.Vml.Office.ColorMenu? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.get -> DocumentFormat.OpenXml.Vml.Office.Extrusion? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.get -> DocumentFormat.OpenXml.Vml.ImageData? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.get -> DocumentFormat.OpenXml.Vml.Office.Lock? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.get -> DocumentFormat.OpenXml.Vml.Shadow? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.get -> DocumentFormat.OpenXml.Vml.Office.Skew? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.get -> DocumentFormat.OpenXml.Vml.Stroke? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.get -> DocumentFormat.OpenXml.Vml.TextBox? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.ShapeIdMap() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.get -> DocumentFormat.OpenXml.Vml.Office.RegroupTable? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.get -> DocumentFormat.OpenXml.Vml.Office.Rules? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.get -> DocumentFormat.OpenXml.Vml.Office.ShapeIdMap? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Skew.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Skew() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StrokeChildType() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.set -> void +DocumentFormat.OpenXml.Vml.Office.TopStroke +DocumentFormat.OpenXml.Vml.Office.TopStroke.TopStroke() -> void +DocumentFormat.OpenXml.Vml.Oval +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Oval.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Oval.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Button.set -> void +DocumentFormat.OpenXml.Vml.Oval.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Class.set -> void +DocumentFormat.OpenXml.Vml.Oval.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Clip.set -> void +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Oval.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Filled.set -> void +DocumentFormat.OpenXml.Vml.Oval.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Oval.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Oval.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Href.set -> void +DocumentFormat.OpenXml.Vml.Oval.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Id.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Oval.Ole.set -> void +DocumentFormat.OpenXml.Vml.Oval.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Oned.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oval() -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Oval.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Print.set -> void +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Oval.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Style.set -> void +DocumentFormat.OpenXml.Vml.Oval.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Target.set -> void +DocumentFormat.OpenXml.Vml.Oval.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Title.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Path +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowFill.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowFill.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowShading.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowShading.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowStroke.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.set -> void +DocumentFormat.OpenXml.Vml.Path.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Id.set -> void +DocumentFormat.OpenXml.Vml.Path.Limo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Limo.set -> void +DocumentFormat.OpenXml.Vml.Path.Path() -> void +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.set -> void +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.set -> void +DocumentFormat.OpenXml.Vml.Path.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Value.set -> void +DocumentFormat.OpenXml.Vml.PolyLine +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Button.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Class.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Clip.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Filled.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Href.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Id.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.PolyLine.Ole.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Oned.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Points.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Points.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine() -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Print.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Style.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Target.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Title.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.InkAnnotationFlag() -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.set -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData.TextData() -> void +DocumentFormat.OpenXml.Vml.Rectangle +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Rectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle() -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Shadow +DocumentFormat.OpenXml.Vml.Shadow.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Id.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Obscured.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.Obscured.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.On.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Origin.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Vml.Shadow.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shadow.Type.set -> void +DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Double = 1 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.DrawingRelative = 5 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Emboss = 2 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Perspective = 3 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.ShapeRelative = 4 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Single = 0 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.Shape +DocumentFormat.OpenXml.Vml.Shape.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shape.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shape.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Button.set -> void +DocumentFormat.OpenXml.Vml.Shape.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Class.set -> void +DocumentFormat.OpenXml.Vml.Shape.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shape.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.set -> void +DocumentFormat.OpenXml.Vml.Shape.EquationXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EquationXml.set -> void +DocumentFormat.OpenXml.Vml.Shape.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shape.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shape.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shape.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Href.set -> void +DocumentFormat.OpenXml.Vml.Shape.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Id.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shape.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shape.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shape.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shape.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Print.set -> void +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shape.Shape() -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shape.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Style.set -> void +DocumentFormat.OpenXml.Vml.Shape.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Target.set -> void +DocumentFormat.OpenXml.Vml.Shape.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Title.set -> void +DocumentFormat.OpenXml.Vml.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Type.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.ShapeHandle() -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandles +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles() -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Button.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Class.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Href.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Id.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Master.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Master.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shapetype.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Print.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype() -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Style.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Target.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Title.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.Empty = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.F = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.False = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.T = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.True = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Bitmap = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Picture = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureOld = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PicturePrint = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureScreen = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingLine = 7 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingRectangle = 13 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Button = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Checkbox = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Dialog = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Drop = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Edit = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Group = 17 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.GroupBox = 5 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Label = 6 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.List = 8 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Movie = 9 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Note = 10 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Picture = 11 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Radio = 12 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Rectangle = 18 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Scroll = 14 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Shape = 16 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Spin = 15 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible(string! text) -> void +DocumentFormat.OpenXml.Vml.Stroke +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.get -> DocumentFormat.OpenXml.Vml.Office.BottomStroke? +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color2.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.get -> DocumentFormat.OpenXml.Vml.Office.ColumnStroke? +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Stroke.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.FillType.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Href.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Id.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.set -> void +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.get -> DocumentFormat.OpenXml.Vml.Office.LeftStroke? +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.set -> void +DocumentFormat.OpenXml.Vml.Stroke.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.On.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.get -> DocumentFormat.OpenXml.Vml.Office.RightStroke? +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Source.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke() -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Title.set -> void +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.get -> DocumentFormat.OpenXml.Vml.Office.TopStroke? +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Weight.set -> void +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Long = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Short = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Block = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Classic = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Diamond = 4 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.None = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Open = 5 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Oval = 3 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Narrow = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Wide = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Flat = 0 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Round = 2 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Frame = 3 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Tile = 1 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Bevel = 1 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Miter = 2 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Round = 0 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.Single = 0 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickBetweenThin = 4 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickThin = 3 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThick = 2 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThin = 1 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.TextBox +DocumentFormat.OpenXml.Vml.TextBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Id.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Inset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Inset.set -> void +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Style.set -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox() -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.TextPath +DocumentFormat.OpenXml.Vml.TextPath.FitPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitPath.set -> void +DocumentFormat.OpenXml.Vml.TextPath.FitShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitShape.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Id.set -> void +DocumentFormat.OpenXml.Vml.TextPath.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.On.set -> void +DocumentFormat.OpenXml.Vml.TextPath.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.String.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Style.set -> void +DocumentFormat.OpenXml.Vml.TextPath.TextPath() -> void +DocumentFormat.OpenXml.Vml.TextPath.Trim.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.Trim.set -> void +DocumentFormat.OpenXml.Vml.TextPath.XScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.XScale.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.AnchorLock() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dash = 6 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotDot = 8 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashedSmall = 21 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dot = 5 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Double = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Hairline = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLInset = 26 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLOutset = 25 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.None = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Single = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Thick = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThin = 15 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinLarge = 18 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinSmall = 12 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThin = 14 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinLarge = 17 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinSmall = 11 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThick = 13 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickLarge = 16 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickSmall = 10 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.TextWrap() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Both = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Largest = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Left = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Right = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.None = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Through = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Tight = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.TopAndBottom = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.MiddleDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Indent = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Margin = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbstractNum +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.get -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelType? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.get -> DocumentFormat.OpenXml.Wordprocessing.Nsid? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.StyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.get -> DocumentFormat.OpenXml.Wordprocessing.TemplateCode? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.AbstractNumDefinitionName() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.AbstractNumId() -> void +DocumentFormat.OpenXml.Wordprocessing.Active +DocumentFormat.OpenXml.Wordprocessing.Active.Active() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.ActiveRecord() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ActiveWritingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.set -> void +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.AddressFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.AdjustLineHeightInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.AdjustRightIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.Aliases +DocumentFormat.OpenXml.Wordprocessing.Aliases.Aliases() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.AlignBorderAndEdges() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.AlignTablesRowByRow() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowPNG +DocumentFormat.OpenXml.Wordprocessing.AllowPNG.AllowPNG() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.AllowSpaceOfSameStyleInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.get -> DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.get -> DocumentFormat.OpenXml.Wordprocessing.MatchSource? +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltName +DocumentFormat.OpenXml.Wordprocessing.AltName.AltName() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.AlwaysMergeEmptyNamespace() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.AlwaysShowPlaceholderText() -> void +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.AnnotationReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.ApplyBreakingRules() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.AttachedSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.AttachedTemplate() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.AutoCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.AutofitToFirstFixedWidthCell() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.AutoFormatOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.AutoHyphenation() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.AutomaticallySizeFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.AutoRedefine() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.AutoSpaceDE() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.AutoSpaceDN() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95 +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.AutoSpaceLikeWord95() -> void +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.BalanceSingleByteDoubleByteWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.BarBorder +DocumentFormat.OpenXml.Wordprocessing.BarBorder.BarBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BasedOn +DocumentFormat.OpenXml.Wordprocessing.BasedOn.BasedOn() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior +DocumentFormat.OpenXml.Wordprocessing.Behavior.Behavior() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors() -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.BetweenBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BiDi +DocumentFormat.OpenXml.Wordprocessing.BiDi.BiDi() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.BiDiVisual() -> void +DocumentFormat.OpenXml.Wordprocessing.BlockQuote +DocumentFormat.OpenXml.Wordprocessing.BlockQuote.BlockQuote() -> void +DocumentFormat.OpenXml.Wordprocessing.Body +DocumentFormat.OpenXml.Wordprocessing.Body.Body() -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyDiv +DocumentFormat.OpenXml.Wordprocessing.BodyDiv.BodyDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Bold +DocumentFormat.OpenXml.Wordprocessing.Bold.Bold() -> void +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.BoldComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.BookFoldPrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.BookFoldPrintingSheets() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.BookFoldReversePrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.BookmarkEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.BookmarkStart() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Border +DocumentFormat.OpenXml.Wordprocessing.Border.Border() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.BordersDoNotSurroundFooter() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.BordersDoNotSurroundHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Apples = 27 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ArchedScallops = 28 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyPacifier = 29 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyRattle = 30 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Balloons3Colors = 31 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BalloonsHotAir = 32 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDashes = 33 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDots = 34 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackSquares = 35 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicThinLines = 36 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDashes = 37 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDots = 38 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteSquares = 39 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideInline = 40 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideMidline = 41 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideOutline = 42 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Bats = 43 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Birds = 44 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BirdsFlight = 45 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cabins = 46 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CakeSlice = 47 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CandyCorn = 48 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CelticKnotwork = 49 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CertificateBanner = 50 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChainLink = 51 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChampagneBottle = 52 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarBlack = 53 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarColor = 54 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Checkered = 55 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChristmasTree = 56 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesLines = 57 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesRectangles = 58 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ClassicalWave = 59 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Clocks = 60 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Compass = 61 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Confetti = 62 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiGrays = 63 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiOutline = 64 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiStreamers = 65 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiWhite = 66 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CornerTriangles = 67 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDashes = 68 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDots = 69 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrazyMaze = 70 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesButterfly = 71 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesFish = 72 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesInsects = 73 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesLadyBug = 74 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrossStitch = 75 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cup = 76 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dashed = 6 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashSmallGap = 21 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArch = 77 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArchColor = 78 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoBlocks = 79 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DiamondsGray = 80 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDotDash = 8 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dotted = 5 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Double = 4 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleD = 81 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleDiamonds = 82 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth1 = 83 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth2 = 84 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares1 = 85 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares2 = 86 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EggsBlack = 87 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Fans = 88 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Film = 89 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Firecrackers = 90 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersBlockPrint = 91 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersDaisies = 92 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern1 = 93 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern2 = 94 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersPansy = 95 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRedRose = 96 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRoses = 97 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTeacup = 98 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTiny = 99 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gems = 100 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.GingerbreadMan = 101 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gradient = 102 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade1 = 103 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade2 = 104 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartBalloon = 105 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartGray = 106 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hearts = 107 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeebieJeebies = 108 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Holly = 109 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HouseFunky = 110 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hypnotic = 111 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.IceCreamCones = 112 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Inset = 26 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.LightBulb = 113 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning1 = 114 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning2 = 115 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleLeaf = 117 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleMuffins = 118 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapPins = 116 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Marquee = 119 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MarqueeToothed = 120 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Moons = 121 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Mosaic = 122 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MusicNotes = 123 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.None = 1 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Northwest = 124 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Outset = 25 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Ovals = 125 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Packages = 126 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsBlack = 127 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsColor = 128 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PaperClips = 129 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Papyrus = 130 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyFavor = 131 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyGlass = 132 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pencils = 133 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.People = 134 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleHats = 136 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleWaving = 135 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Poinsettias = 137 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PostageStamp = 138 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pumpkin1 = 139 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote1 = 141 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote2 = 140 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pyramids = 142 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PyramidsAbove = 143 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Quadrants = 144 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Rings = 145 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Safari = 146 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sawtooth = 147 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SawtoothGray = 148 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ScaredCat = 149 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Seattle = 150 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShadowedSquares = 151 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes1 = 181 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes2 = 182 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SharksTeeth = 152 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShorebirdTracks = 153 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Single = 2 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Skyrocket = 154 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SnowflakeFancy = 155 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Snowflakes = 156 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sombrero = 157 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Southwest = 158 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars = 159 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars3d = 161 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsBlack = 162 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsShadowed = 163 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsTop = 160 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sun = 164 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Swirligig = 165 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinLargeGap = 17 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinMediumGap = 14 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinSmallGap = 11 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickLargeGap = 16 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickMediumGap = 13 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickSmallGap = 10 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinLargeGap = 18 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinMediumGap = 15 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinSmallGap = 12 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaper = 166 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaperBlack = 167 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Trees = 168 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle1 = 177 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle2 = 178 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle1 = 179 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle2 = 180 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleParty = 169 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangles = 170 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal1 = 171 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal2 = 172 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal3 = 173 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal4 = 174 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal5 = 175 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal6 = 176 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines1 = 183 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines2 = 184 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Vine = 185 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Waveline = 186 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingAngles = 187 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingBraid = 188 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingRibbon = 189 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingStrips = 190 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WhiteFlowers = 191 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Woodwork = 192 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.XIllusions = 193 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZanyTriangles = 194 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZag = 195 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZagStitch = 196 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMargin +DocumentFormat.OpenXml.Wordprocessing.BottomMargin.BottomMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.BottomMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.Break +DocumentFormat.OpenXml.Wordprocessing.Break.Break() -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.set -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.All = 3 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Column = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.TextWrapping = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CachedColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CalculateOnExit() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar +DocumentFormat.OpenXml.Wordprocessing.Calendar.Calendar() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Gregorian = 0 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianArabic = 13 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianMeFrench = 12 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedEnglish = 9 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedFrench = 10 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianUs = 11 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hebrew = 3 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hijri = 1 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Japan = 5 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Korea = 7 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.None = 14 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Saka = 8 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Thai = 6 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Umalqura = 2 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CantSplit +DocumentFormat.OpenXml.Wordprocessing.CantSplit.CantSplit() -> void +DocumentFormat.OpenXml.Wordprocessing.Caps +DocumentFormat.OpenXml.Wordprocessing.Caps.Caps() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption +DocumentFormat.OpenXml.Wordprocessing.Caption.Caption() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Above = 0 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Below = 1 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.Captions +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions() -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CarriageReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.Category +DocumentFormat.OpenXml.Wordprocessing.Category.Category() -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.get -> DocumentFormat.OpenXml.Wordprocessing.Gallery? +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.Category.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellDeletion +DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CellDeletion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellInsertion +DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CellInsertion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.CellMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Colon = 2 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EmDash = 3 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EnDash = 4 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Hyphen = 0 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Period = 1 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.CharacterScale +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CharacterScale() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CharacterSpacingControl() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuation = 1 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuationAndJapaneseKana = 2 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.DoNotCompress = 0 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CheckBox +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Checked +DocumentFormat.OpenXml.Wordprocessing.Checked.Checked() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckErrors +DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CheckErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.ClickAndTypeStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Color +DocumentFormat.OpenXml.Wordprocessing.Color.Color() -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.ColorSchemeMapping() -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column +DocumentFormat.OpenXml.Wordprocessing.Column.Column() -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.ColumnDelimiter() -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.ColumnIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Angle = 3 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Curly = 4 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Round = 1 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Square = 2 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.Comment +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment() -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.set -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CommentRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CommentRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentReference +DocumentFormat.OpenXml.Wordprocessing.CommentReference.CommentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.get -> DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.get -> DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.get -> DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.get -> DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility() -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.get -> DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.get -> DocumentFormat.OpenXml.Wordprocessing.GrowAutofit? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.get -> DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.get -> DocumentFormat.OpenXml.Wordprocessing.NoLeading? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.get -> DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.get -> DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.get -> DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.get -> DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.get -> DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.get -> DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.get -> DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.get -> DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.get -> DocumentFormat.OpenXml.Wordprocessing.SubFontBySize? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.get -> DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.get -> DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.get -> DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.get -> DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.get -> DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.get -> DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CompatibilitySetting() -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowHyphenationAtTrackBottom = 6 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowTextAfterFloatingTableBreak = 7 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.CompatibilityMode = 0 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DifferentiateMultirowTableHeaders = 4 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DoNotFlipMirrorIndents = 3 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.EnableOpenTypeFeatures = 2 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.OverrideTableStyleFontSizeAndJustification = 1 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.UseWord2013TrackBottomHyphenation = 5 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.ComplexScript +DocumentFormat.OpenXml.Wordprocessing.ComplexScript.ComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.ConditionalFormatStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConnectString +DocumentFormat.OpenXml.Wordprocessing.ConnectString.ConnectString() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.ConsecutiveHyphenLimit() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart +DocumentFormat.OpenXml.Wordprocessing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.ContextualSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.ContinuationSeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Control +DocumentFormat.OpenXml.Wordprocessing.Control.Control() -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.ConvertMailMergeEscape() -> void +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.Custom = 2 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaAdvancedEncryptionStandard = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CustomXmlAttribute() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CustomXmlDelRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CustomXmlDelRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CustomXmlInsRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CustomXmlInsRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CustomXmlMoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CustomXmlMoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CustomXmlMoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CustomXmlMoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CustomXmlPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding +DocumentFormat.OpenXml.Wordprocessing.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.get -> DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSource? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceReference? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.get -> DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.DataSourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.DataSourceTableName() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType +DocumentFormat.OpenXml.Wordprocessing.DataType.DataType() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormat +DocumentFormat.OpenXml.Wordprocessing.DateFormat.DateFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Date = 1 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.DateTime = 2 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DayLong +DocumentFormat.OpenXml.Wordprocessing.DayLong.DayLong() -> void +DocumentFormat.OpenXml.Wordprocessing.DayShort +DocumentFormat.OpenXml.Wordprocessing.DayShort.DayShort() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.DecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.DecimalSymbol() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.DefaultCheckBoxFormFieldState() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.DefaultDropDownListItemIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.DefaultTableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.DefaultTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.DefaultTextBoxFormFieldString() -> void +DocumentFormat.OpenXml.Wordprocessing.Deleted +DocumentFormat.OpenXml.Wordprocessing.Deleted.Deleted() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.Description +DocumentFormat.OpenXml.Wordprocessing.Description.Description() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination +DocumentFormat.OpenXml.Wordprocessing.Destination.Destination() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Ltr = 0 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Rtl = 1 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.Dirty +DocumentFormat.OpenXml.Wordprocessing.Dirty.Dirty() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Next = 0 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Previous = 1 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.DisplayBackgroundShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.DisplayHangulFixedWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.DisplayHorizontalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.DisplayVerticalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.Div +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.get -> DocumentFormat.OpenXml.Wordprocessing.BlockQuote? +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BodyDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div() -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.get -> DocumentFormat.OpenXml.Wordprocessing.DivBorder? +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Div.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivId +DocumentFormat.OpenXml.Wordprocessing.DivId.DivId() -> void +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Divs +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs() -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.DocGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Lines = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.LinesAndChars = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.SnapToChars = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocPart +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartBody? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartProperties? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Content = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Paragraph = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBody +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.DocPartCategory() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.DocPartGallery() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Any = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.AutoText = 11 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Bibliography = 17 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CoverPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom1 = 33 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom2 = 34 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom3 = 35 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom4 = 36 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom5 = 37 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomAutoText = 26 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomBibliography = 32 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomCoverPage = 19 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomEquation = 20 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomFooter = 21 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomHeaders = 22 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumber = 23 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberBottom = 29 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberMargin = 30 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberTop = 28 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomQuickParts = 18 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTable = 24 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTableOfContents = 31 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTextBox = 27 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomWatermark = 25 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.DocumentPart = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Equation = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Footer = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Header = 7 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumber = 8 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberBottom = 14 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberMargins = 15 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberTop = 13 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Placeholder = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Table = 9 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TableOfContents = 16 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TextBox = 12 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.WaterMark = 10 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartId +DocumentFormat.OpenXml.Wordprocessing.DocPartId.DocPartId() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.DocPartName() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.get -> DocumentFormat.OpenXml.Wordprocessing.Behaviors? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.get -> DocumentFormat.OpenXml.Wordprocessing.Category? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.get -> DocumentFormat.OpenXml.Wordprocessing.Description? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartName? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartTypes? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.get -> DocumentFormat.OpenXml.Wordprocessing.StyleId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartReference +DocumentFormat.OpenXml.Wordprocessing.DocPartReference.DocPartReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType +DocumentFormat.OpenXml.Wordprocessing.DocPartType.DocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.DocPartUnique() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.AutoExp = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.FormField = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Normal = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.SdtPlaceholder = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Speller = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Toolbar = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.Document +DocumentFormat.OpenXml.Wordprocessing.Document.Body.get -> DocumentFormat.OpenXml.Wordprocessing.Body? +DocumentFormat.OpenXml.Wordprocessing.Document.Body.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document() -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Load(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.Document.Save(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.get -> DocumentFormat.OpenXml.Vml.Background? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.strict = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.transitional = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.DocumentProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Comments = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Forms = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.ReadOnly = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.TrackedChanges = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentType +DocumentFormat.OpenXml.Wordprocessing.DocumentType.DocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Letter = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.NotSpecified = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.DocumentVariable() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.DoNotAutoCompressPictures() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.DoNotAutofitConstrainedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.DoNotBreakConstrainedForcedTable() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.DoNotBreakWrappedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.DoNotDemarcateInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.DoNotDisplayPageBoundaries() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.DoNotExpandShiftReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.DoNotHyphenateCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.DoNotIncludeSubdocsInStats() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.DoNotLeaveBackslashAlone() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.DoNotOrganizeInFolder() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.DoNotRelyOnCSS() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.DoNotSaveAsSingleFile() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.DoNotShadeFormData() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.DoNotSnapToGridInCell() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.DoNotSuppressBlankLines() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.DoNotSuppressIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.DoNotSuppressParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.DoNotTrackFormatting() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.DoNotTrackMoves() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.DoNotUseEastAsianBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.DoNotUseHTMLParagraphAutoSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.DoNotUseIndentAsNumberingTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.DoNotUseLongFileNames() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.DoNotUseMarginsForDrawingGridOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.DoNotValidateAgainstSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.DoNotVerticallyAlignCellWithShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.DoNotVerticallyAlignInTextBox() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.DoNotWrapTextWithPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.DoubleStrike() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.set -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.DrawingGridHorizontalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.DrawingGridHorizontalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.DrawingGridVerticalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.DrawingGridVerticalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Drop = 1 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Margin = 2 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.get -> DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.DropDownListSelection() -> void +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.DynamicAddress() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.EastAsianLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.EmbedBoldFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.EmbedBoldItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.EmbedItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.EmbedRegularFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.EmbedSystemFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.EmbedTrueTypeFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Emboss +DocumentFormat.OpenXml.Wordprocessing.Emboss.Emboss() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Emphasis() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Circle = 3 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Comma = 2 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.UnderDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmptyType +DocumentFormat.OpenXml.Wordprocessing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Wordprocessing.Enabled +DocumentFormat.OpenXml.Wordprocessing.Enabled.Enabled() -> void +DocumentFormat.OpenXml.Wordprocessing.EndBorder +DocumentFormat.OpenXml.Wordprocessing.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.EndMargin +DocumentFormat.OpenXml.Wordprocessing.EndMargin.EndMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.EndnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.DocumentEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.SectionEnd = 0 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.EndnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.EndnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Load(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Save(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.EndnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EntryMacro +DocumentFormat.OpenXml.Wordprocessing.EntryMacro.EntryMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.EvenAndOddHeaders() -> void +DocumentFormat.OpenXml.Wordprocessing.ExitMacro +DocumentFormat.OpenXml.Wordprocessing.ExitMacro.ExitMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FormFieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Begin = 0 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.End = 2 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Separate = 1 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCode +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.get -> DocumentFormat.OpenXml.Wordprocessing.DynamicAddress? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.get -> DocumentFormat.OpenXml.Wordprocessing.MappedName? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.FirstRowHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText +DocumentFormat.OpenXml.Wordprocessing.FitText.FitText() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FlatBorders +DocumentFormat.OpenXml.Wordprocessing.FlatBorders.FlatBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.Font +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.get -> DocumentFormat.OpenXml.Wordprocessing.AltName? +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font() -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.get -> DocumentFormat.OpenXml.Wordprocessing.FontCharSet? +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.get -> DocumentFormat.OpenXml.Wordprocessing.FontFamily? +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.get -> DocumentFormat.OpenXml.Wordprocessing.FontSignature? +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Font.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.get -> DocumentFormat.OpenXml.Wordprocessing.NotTrueType? +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.get -> DocumentFormat.OpenXml.Wordprocessing.Panose1Number? +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.get -> DocumentFormat.OpenXml.Wordprocessing.Pitch? +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily +DocumentFormat.OpenXml.Wordprocessing.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Auto = 5 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Decorative = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Modern = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Roman = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Script = 3 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Swiss = 4 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Variable = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontRelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.set -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Wordprocessing.Fonts.Load(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Save(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.FontSignature() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSize +DocumentFormat.OpenXml.Wordprocessing.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.FontSizeComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.ComplexScript = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.EastAsia = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.Footer +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer() -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.FooterPart.get -> DocumentFormat.OpenXml.Packaging.FooterPart? +DocumentFormat.OpenXml.Wordprocessing.Footer.Load(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Save(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FooterReference +DocumentFormat.OpenXml.Wordprocessing.FooterReference.FooterReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.FootnoteEndnoteReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.FootnoteEndnoteSeparatorReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationNotice = 3 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationSeparator = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Normal = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Separator = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.FootnoteLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.FootnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.BeneathText = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.PageBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.SectionEnd = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.FootnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.FootnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Load(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Save(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.FootnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.ForceUpgrade() -> void +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.ForgetLastTabAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.Format +DocumentFormat.OpenXml.Wordprocessing.Format.Format() -> void +DocumentFormat.OpenXml.Wordprocessing.Format.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Format.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.FormFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.FormFieldSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FormProtection +DocumentFormat.OpenXml.Wordprocessing.FormProtection.FormProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.FormsDesign +DocumentFormat.OpenXml.Wordprocessing.FormsDesign.FormsDesign() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.get -> DocumentFormat.OpenXml.Wordprocessing.FrameName? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedToFile? +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.get -> DocumentFormat.OpenXml.Wordprocessing.MarginHeight? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.get -> DocumentFormat.OpenXml.Wordprocessing.MarginWidth? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.get -> DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed? +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.get -> DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility? +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceFileReference? +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.FrameLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Columns = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.None = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Rows = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameName +DocumentFormat.OpenXml.Wordprocessing.FrameName.FrameName() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.FrameProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Auto = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.Frameset +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.get -> DocumentFormat.OpenXml.Wordprocessing.FrameLayout? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset() -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.get -> DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.get -> DocumentFormat.OpenXml.Wordprocessing.FlatBorders? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar() -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.get -> DocumentFormat.OpenXml.Wordprocessing.NoBorder? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.get -> DocumentFormat.OpenXml.Wordprocessing.Width? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameSize +DocumentFormat.OpenXml.Wordprocessing.FrameSize.FrameSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery +DocumentFormat.OpenXml.Wordprocessing.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.get -> DocumentFormat.OpenXml.Wordprocessing.DocParts? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument() -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Load(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Save(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GridAfter +DocumentFormat.OpenXml.Wordprocessing.GridAfter.GridAfter() -> void +DocumentFormat.OpenXml.Wordprocessing.GridBefore +DocumentFormat.OpenXml.Wordprocessing.GridBefore.GridBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn +DocumentFormat.OpenXml.Wordprocessing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.GridSpan +DocumentFormat.OpenXml.Wordprocessing.GridSpan.GridSpan() -> void +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.GrowAutofit() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.GutterAtTop() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.GutterOnRight() -> void +DocumentFormat.OpenXml.Wordprocessing.Header +DocumentFormat.OpenXml.Wordprocessing.Header.Header() -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.HeaderPart.get -> DocumentFormat.OpenXml.Packaging.HeaderPart? +DocumentFormat.OpenXml.Wordprocessing.Header.Load(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Save(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.HeaderFooterReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Default = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Even = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.First = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderReference +DocumentFormat.OpenXml.Wordprocessing.HeaderReference.HeaderReference() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderSource +DocumentFormat.OpenXml.Wordprocessing.HeaderSource.HeaderSource() -> void +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HelpText +DocumentFormat.OpenXml.Wordprocessing.HelpText.HelpText() -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hidden +DocumentFormat.OpenXml.Wordprocessing.Hidden.Hidden() -> void +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.HideGrammaticalErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.HideMark +DocumentFormat.OpenXml.Wordprocessing.HideMark.HideMark() -> void +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.HideSpellingErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight +DocumentFormat.OpenXml.Wordprocessing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Black = 0 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Blue = 1 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Cyan = 2 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkBlue = 8 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkCyan = 9 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGray = 14 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGreen = 10 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkMagenta = 11 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkRed = 12 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkYellow = 13 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Green = 3 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.LightGray = 15 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Magenta = 4 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.None = 16 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Red = 5 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.White = 7 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Yellow = 6 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.HorizontalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.HpsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.HyphenationZone() -> void +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.IgnoreMixedContent() -> void +DocumentFormat.OpenXml.Wordprocessing.Imprint +DocumentFormat.OpenXml.Wordprocessing.Imprint.Imprint() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Indentation() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.AutoText = 1 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.Inserted +DocumentFormat.OpenXml.Wordprocessing.Inserted.Inserted() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.IsLegalNumberingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Italic +DocumentFormat.OpenXml.Wordprocessing.Italic.Italic() -> void +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.ItalicComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification +DocumentFormat.OpenXml.Wordprocessing.Justification.Justification() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Both = 5 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Distribute = 7 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.End = 4 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.HighKashida = 9 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.LowKashida = 10 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.MediumKashida = 6 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.NumTab = 8 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Right = 3 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Start = 1 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.ThaiDistribute = 11 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.KeepLines +DocumentFormat.OpenXml.Wordprocessing.KeepLines.KeepLines() -> void +DocumentFormat.OpenXml.Wordprocessing.KeepNext +DocumentFormat.OpenXml.Wordprocessing.KeepNext.KeepNext() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern +DocumentFormat.OpenXml.Wordprocessing.Kern.Kern() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Kinsoku +DocumentFormat.OpenXml.Wordprocessing.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId +DocumentFormat.OpenXml.Wordprocessing.LanguageId.LanguageId() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Languages +DocumentFormat.OpenXml.Wordprocessing.Languages.Languages() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.LanguageType() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.LastRenderedPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.LatentStyleExceptionInfo() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.LayoutRawTableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.LayoutTableRowsApart() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMargin +DocumentFormat.OpenXml.Wordprocessing.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.LeftMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyNumbering() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.get -> DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle? +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.get -> DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering? +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level() -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.get -> DocumentFormat.OpenXml.Wordprocessing.LevelJustification? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.get -> DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.get -> DocumentFormat.OpenXml.Wordprocessing.LevelRestart? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.get -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffix? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.get -> DocumentFormat.OpenXml.Wordprocessing.LevelText? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel? +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.LevelJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelOverride +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.get -> DocumentFormat.OpenXml.Wordprocessing.Level? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.LevelPictureBulletId() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelRestart +DocumentFormat.OpenXml.Wordprocessing.LevelRestart.LevelRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.LevelSuffix() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Nothing = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Space = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Tab = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelText +DocumentFormat.OpenXml.Wordprocessing.LevelText.LevelText() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberType +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.LineNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6 +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.LineWrapLikeWord6() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.LinkedStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.LinkedToFile() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkStyles +DocumentFormat.OpenXml.Wordprocessing.LinkStyles.LinkStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.LinkToQuery() -> void +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.ListEntryFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListSeparator +DocumentFormat.OpenXml.Wordprocessing.ListSeparator.ListSeparator() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock +DocumentFormat.OpenXml.Wordprocessing.Lock.Lock() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Locked +DocumentFormat.OpenXml.Wordprocessing.Locked.Locked() -> void +DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.ContentLocked = 1 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtContentLocked = 3 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtLocked = 0 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.Unlocked = 2 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.LongHexNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.MacroNameType() -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.MacWordSmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.MailAsAttachment() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.get -> DocumentFormat.OpenXml.Wordprocessing.ActiveRecord? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.get -> DocumentFormat.OpenXml.Wordprocessing.AddressFieldName? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.get -> DocumentFormat.OpenXml.Wordprocessing.CheckErrors? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.get -> DocumentFormat.OpenXml.Wordprocessing.ConnectString? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceObject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceReference? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.get -> DocumentFormat.OpenXml.Wordprocessing.DataType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.get -> DocumentFormat.OpenXml.Wordprocessing.Destination? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.get -> DocumentFormat.OpenXml.Wordprocessing.HeaderSource? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.get -> DocumentFormat.OpenXml.Wordprocessing.LinkToQuery? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.get -> DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.get -> DocumentFormat.OpenXml.Wordprocessing.MailSubject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.get -> DocumentFormat.OpenXml.Wordprocessing.MainDocumentType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.get -> DocumentFormat.OpenXml.Wordprocessing.Query? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.get -> DocumentFormat.OpenXml.Wordprocessing.ViewMergedData? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Database = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Native = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Odbc = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Query = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Spreadsheet = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.TextFile = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Fax = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.NewDocument = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Printer = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Catalog = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Email = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Envelope = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Fax = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.FormLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.MailingLabel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.MailMergeFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.DbColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.Null = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.MailMergeSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.AddressBook = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Database = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document1 = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Email = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Legacy = 7 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Master = 8 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Native = 6 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Text = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailSubject +DocumentFormat.OpenXml.Wordprocessing.MailSubject.MailSubject() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.MainDocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MappedName +DocumentFormat.OpenXml.Wordprocessing.MappedName.MappedName() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginHeight +DocumentFormat.OpenXml.Wordprocessing.MarginHeight.MarginHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginWidth +DocumentFormat.OpenXml.Wordprocessing.MarginWidth.MarginWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.MarkupRangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Wordprocessing.MatchSource +DocumentFormat.OpenXml.Wordprocessing.MatchSource.MatchSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength +DocumentFormat.OpenXml.Wordprocessing.MaxLength.MaxLength() -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.MirrorIndents() -> void +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.MirrorMargins() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthLong +DocumentFormat.OpenXml.Wordprocessing.MonthLong.MonthLong() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthShort +DocumentFormat.OpenXml.Wordprocessing.MonthShort.MonthShort() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.MoveBookmarkType() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFrom +DocumentFormat.OpenXml.Wordprocessing.MoveFrom.MoveFrom() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.MoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.MoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveTo +DocumentFormat.OpenXml.Wordprocessing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.MoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.MoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MovieReference +DocumentFormat.OpenXml.Wordprocessing.MovieReference.MovieReference() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.MultiLevelType() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.HybridMultilevel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.Multilevel = 1 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.SingleLevel = 0 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.Name +DocumentFormat.OpenXml.Wordprocessing.Name.Name() -> void +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.NextParagraphStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBorder +DocumentFormat.OpenXml.Wordprocessing.NoBorder.NoBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.NoBreakHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.NoColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.NoEndnote +DocumentFormat.OpenXml.Wordprocessing.NoEndnote.NoEndnote() -> void +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.NoExtraLineSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLeading +DocumentFormat.OpenXml.Wordprocessing.NoLeading.NoLeading() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.NoLineBreaksAfterKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.NoLineBreaksBeforeKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.NonNegativeDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.NonNegativeShortType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoProof +DocumentFormat.OpenXml.Wordprocessing.NoProof.NoProof() -> void +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.NoPunctuationKerning() -> void +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.NoResizeAllowed() -> void +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.NoSpaceRaiseLower() -> void +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.NoTabHangIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.NotTrueType +DocumentFormat.OpenXml.Wordprocessing.NotTrueType.NotTrueType() -> void +DocumentFormat.OpenXml.Wordprocessing.NoWrap +DocumentFormat.OpenXml.Wordprocessing.NoWrap.NoWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.Nsid +DocumentFormat.OpenXml.Wordprocessing.Nsid.Nsid() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Aiueo = 12 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.AiueoFullWidth = 20 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAbjad = 52 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAlpha = 51 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.BahtText = 60 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Bullet = 23 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.CardinalText = 6 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chicago = 9 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCounting = 37 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCountingThousand = 39 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseLegalSimplified = 38 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chosung = 25 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Custom = 62 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Decimal = 0 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircle = 18 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircleChinese = 28 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedFullstop = 26 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedParen = 27 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth = 14 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth2 = 19 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalHalfWidth = 15 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalZero = 22 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DollarText = 61 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ganada = 24 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew1 = 49 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew2 = 50 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hex = 8 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiConsonants = 54 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiCounting = 56 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiNumbers = 55 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiVowels = 53 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographDigital = 10 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographEnclosedCircle = 29 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographLegalTraditional = 34 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographTraditional = 30 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiac = 31 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiacTraditional = 32 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Iroha = 13 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IrohaFullWidth = 21 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseCounting = 11 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseDigitalTenThousand = 17 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseLegal = 16 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanCounting = 41 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital = 40 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital2 = 43 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanLegal = 42 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerLetter = 4 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerRoman = 2 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.None = 47 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.NumberInDash = 48 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ordinal = 5 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.OrdinalText = 7 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianLower = 45 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianUpper = 46 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCounting = 33 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCountingThousand = 35 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseDigital = 36 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiCounting = 59 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiLetters = 57 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiNumbers = 58 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperRoman = 1 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.VietnameseCounting = 44 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.Numbering +DocumentFormat.OpenXml.Wordprocessing.Numbering.Load(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering() -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Wordprocessing.Numbering.Save(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.NumberingChange() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingId +DocumentFormat.OpenXml.Wordprocessing.NumberingId.NumberingId() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.NumberingIdMacAtCleanup() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumId? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.NumberingLevelReference() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.get -> DocumentFormat.OpenXml.Wordprocessing.Drawing? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.get -> DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingId? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.NumberingRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.NumberingStart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.NumberingStyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.content = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.icon = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ObjectEmbed() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ObjectLink() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.always = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.onCall = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.OfficeMath +DocumentFormat.OpenXml.Wordprocessing.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.OnOffOnlyType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffType +DocumentFormat.OpenXml.Wordprocessing.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.OptimizeForBrowser() -> void +DocumentFormat.OpenXml.Wordprocessing.Outline +DocumentFormat.OpenXml.Wordprocessing.Outline.Outline() -> void +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.OutlineLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.OverflowPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.AllPages = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.FirstPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.NotFirstPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Text = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorders +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Back = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Front = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.PageBreakBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.PageMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumber +DocumentFormat.OpenXml.Wordprocessing.PageNumber.PageNumber() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.PageNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Landscape = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Portrait = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageSize +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.PageSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Panose1Number() -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.PaperSource() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BarBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BetweenBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SectionProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.ParagraphStyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.ParagraphStyleIdInLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.PermEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.PermStart() -> void +DocumentFormat.OpenXml.Wordprocessing.Personal +DocumentFormat.OpenXml.Wordprocessing.Personal.Personal() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.PersonalCompose() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalReply +DocumentFormat.OpenXml.Wordprocessing.PersonalReply.PersonalReply() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.PhoneticGuideBaseTextSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.PhoneticGuideRaise() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.PhoneticGuideTextFontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase() -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch +DocumentFormat.OpenXml.Wordprocessing.Pitch.Pitch() -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.PixelsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.PixelsPerInch() -> void +DocumentFormat.OpenXml.Wordprocessing.Position +DocumentFormat.OpenXml.Wordprocessing.Position.Position() -> void +DocumentFormat.OpenXml.Wordprocessing.Position.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Position.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.PositionalTab() -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.BestFit = 2 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.FullPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.TextFit = 3 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.get -> DocumentFormat.OpenXml.Wordprocessing.Columns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.get -> DocumentFormat.OpenXml.Wordprocessing.DocGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.get -> DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.get -> DocumentFormat.OpenXml.Wordprocessing.FormProtection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.get -> DocumentFormat.OpenXml.Wordprocessing.GutterOnRight? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.LineNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.get -> DocumentFormat.OpenXml.Wordprocessing.NoEndnote? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.get -> DocumentFormat.OpenXml.Wordprocessing.PageBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.get -> DocumentFormat.OpenXml.Wordprocessing.PageMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.PageNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.get -> DocumentFormat.OpenXml.Wordprocessing.PageSize? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.get -> DocumentFormat.OpenXml.Wordprocessing.PaperSource? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.get -> DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.get -> DocumentFormat.OpenXml.Wordprocessing.SectionType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.get -> DocumentFormat.OpenXml.Wordprocessing.TitlePage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.PrimaryStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.PrintBodyTextBeforeHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.PrintColorBlackWhite() -> void +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.PrinterSettingsReference() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.PrintFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.PrintFractionalCharacterWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.PrintPostScriptOverText() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.PrintTwoOnOne() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError +DocumentFormat.OpenXml.Wordprocessing.ProofError.ProofError() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarEnd = 3 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarStart = 2 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellStart = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Clean = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Dirty = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofState +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.ProofState() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.set -> void +DocumentFormat.OpenXml.Wordprocessing.Query +DocumentFormat.OpenXml.Wordprocessing.Query.Query() -> void +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Administrators = 2 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Contributors = 3 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Current = 6 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Editors = 4 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Everyone = 1 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Owners = 5 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.ReadModeInkLockDown() -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.get -> DocumentFormat.OpenXml.Wordprocessing.Active? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData() -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.get -> DocumentFormat.OpenXml.Wordprocessing.UniqueTag? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.RecipientDataReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients +DocumentFormat.OpenXml.Wordprocessing.Recipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.RelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.RelyOnVML() -> void +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.RemoveDateAndTime() -> void +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.RemovePersonalInformation() -> void +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.Continuous = 0 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RevisionView +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.RevisionView() -> void +DocumentFormat.OpenXml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMargin +DocumentFormat.OpenXml.Wordprocessing.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.RightMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.RightToLeftText() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsid +DocumentFormat.OpenXml.Wordprocessing.Rsid.Rsid() -> void +DocumentFormat.OpenXml.Wordprocessing.RsidRoot +DocumentFormat.OpenXml.Wordprocessing.RsidRoot.RsidRoot() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.get -> DocumentFormat.OpenXml.Wordprocessing.RsidRoot? +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.set -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby() -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.get -> DocumentFormat.OpenXml.Wordprocessing.RubyBase? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.get -> DocumentFormat.OpenXml.Wordprocessing.RubyContent? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RubyProperties? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.RubyAlign() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Center = 0 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeLetter = 1 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeSpace = 2 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Left = 3 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.RightVertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyBase +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.get -> DocumentFormat.OpenXml.Wordprocessing.Dirty? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.get -> DocumentFormat.OpenXml.Wordprocessing.RubyAlign? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run() -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.RunFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.get -> DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.get -> DocumentFormat.OpenXml.Office2010.Word.FillTextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.get -> DocumentFormat.OpenXml.Office2010.Word.Glow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.get -> DocumentFormat.OpenXml.Wordprocessing.Highlight? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.get -> DocumentFormat.OpenXml.Office2010.Word.Ligatures? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Office2010.Word.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.get -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.get -> DocumentFormat.OpenXml.Office2010.Word.Properties3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.get -> DocumentFormat.OpenXml.Office2010.Word.Reflection? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunStyle? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.get -> DocumentFormat.OpenXml.Office2010.Word.Scene3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.get -> DocumentFormat.OpenXml.Office2010.Word.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.get -> DocumentFormat.OpenXml.Office2010.Word.StylisticSets? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.get -> DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunStyle +DocumentFormat.OpenXml.Wordprocessing.RunStyle.RunStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.SaveFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.SaveInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.SavePreviewPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.SaveSubsetFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SaveThroughXslt() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.SaveXmlDataOnly() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.ScrollbarVisibility() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtAlias +DocumentFormat.OpenXml.Wordprocessing.SdtAlias.SdtAlias() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock? +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentCell? +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.SdtContentBibliography() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.SdtContentCitation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.get -> DocumentFormat.OpenXml.Wordprocessing.Calendar? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.get -> DocumentFormat.OpenXml.Wordprocessing.DateFormat? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.get -> DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.SdtContentEquation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.SdtContentGroup() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.SdtContentPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.SdtContentRichText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.SdtContentText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.SdtDateMappingType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartCategory? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartGallery? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartUnique? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtId +DocumentFormat.OpenXml.Wordprocessing.SdtId.SdtId() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartReference? +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRow? +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRun? +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby? +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.EvenPage = 3 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.OddPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionProperties +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType +DocumentFormat.OpenXml.Wordprocessing.SectionType.SectionType() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.SelectFieldWithFirstOrLastChar() -> void +DocumentFormat.OpenXml.Wordprocessing.SemiHidden +DocumentFormat.OpenXml.Wordprocessing.SemiHidden.SemiHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.SeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.get -> DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges? +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape? +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.get -> DocumentFormat.OpenXml.Wordprocessing.GutterAtTop? +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Load(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorMargins? +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.get -> DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.get -> DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.get -> DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Save(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.SaveFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.get -> DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.View.get -> DocumentFormat.OpenXml.Wordprocessing.View? +DocumentFormat.OpenXml.Wordprocessing.Settings.View.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.get -> DocumentFormat.OpenXml.Wordprocessing.WriteProtection? +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.get -> DocumentFormat.OpenXml.Wordprocessing.Zoom? +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Shading() -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Clear = 1 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalCross = 8 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalStripe = 6 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalCross = 7 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalStripe = 3 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent10 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent12 = 17 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent15 = 18 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent20 = 19 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent25 = 20 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent30 = 21 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent35 = 22 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent37 = 23 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent40 = 24 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent45 = 25 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent5 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent50 = 26 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent55 = 27 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent60 = 28 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent62 = 29 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent65 = 30 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent70 = 31 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent75 = 32 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent80 = 33 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent85 = 34 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent87 = 35 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent90 = 36 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent95 = 37 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ReverseDiagonalStripe = 5 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Solid = 2 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalCross = 14 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalStripe = 12 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalCross = 13 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalStripe = 9 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinReverseDiagonalStripe = 11 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinVerticalStripe = 10 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.VerticalStripe = 4 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.Shadow +DocumentFormat.OpenXml.Wordprocessing.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.ShapeLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.ShowBreaksInFrames() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.ShowEnvelope() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.ShowingPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.ShowXmlTags() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.SignedTwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SmallCaps +DocumentFormat.OpenXml.Wordprocessing.SmallCaps.SmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.SnapToGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.SoftHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.SourceFileReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceReference +DocumentFormat.OpenXml.Wordprocessing.SourceReference.SourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.SpaceForUnderline() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing +DocumentFormat.OpenXml.Wordprocessing.Spacing.Spacing() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.SpacingBetweenLines() -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.SpacingInWholePoints() -> void +DocumentFormat.OpenXml.Wordprocessing.SpecVanish +DocumentFormat.OpenXml.Wordprocessing.SpecVanish.SpecVanish() -> void +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.SplitPageBreakAndParagraphMark() -> void +DocumentFormat.OpenXml.Wordprocessing.StartBorder +DocumentFormat.OpenXml.Wordprocessing.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.StartMargin +DocumentFormat.OpenXml.Wordprocessing.StartMargin.StartMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.StartNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.StartOverrideNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText +DocumentFormat.OpenXml.Wordprocessing.StatusText.StatusText() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsAnsi = 0 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsArabic = 11 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsBaltic = 12 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsChinese5 = 6 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsEastEurope = 15 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGB2312 = 5 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGreek = 7 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHangeul = 3 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHebrew = 10 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsJohab = 4 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsMacFfn = 1 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsRussian = 13 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsShiftJIS = 2 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsThai = 14 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsTurkish = 8 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsVietnamese = 9 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.StrictFirstAndLastChars() -> void +DocumentFormat.OpenXml.Wordprocessing.Strike +DocumentFormat.OpenXml.Wordprocessing.Strike.Strike() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type +DocumentFormat.OpenXml.Wordprocessing.String253Type.String253Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type +DocumentFormat.OpenXml.Wordprocessing.String255Type.String255Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StringType +DocumentFormat.OpenXml.Wordprocessing.StringType.StringType() -> void +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.get -> DocumentFormat.OpenXml.Wordprocessing.Aliases? +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.get -> DocumentFormat.OpenXml.Wordprocessing.AutoRedefine? +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.get -> DocumentFormat.OpenXml.Wordprocessing.BasedOn? +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Default.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Default.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.get -> DocumentFormat.OpenXml.Wordprocessing.Locked? +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.get -> DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.get -> DocumentFormat.OpenXml.Wordprocessing.Personal? +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalCompose? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalReply? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.get -> DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.get -> DocumentFormat.OpenXml.Wordprocessing.Rsid? +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.get -> DocumentFormat.OpenXml.Wordprocessing.SemiHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style() -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.get -> DocumentFormat.OpenXml.Wordprocessing.StyleHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.get -> DocumentFormat.OpenXml.Wordprocessing.StyleName? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.get -> DocumentFormat.OpenXml.Wordprocessing.UIPriority? +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.get -> DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed? +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleHidden +DocumentFormat.OpenXml.Wordprocessing.StyleHidden.StyleHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleId +DocumentFormat.OpenXml.Wordprocessing.StyleId.StyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLink +DocumentFormat.OpenXml.Wordprocessing.StyleLink.StyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.StyleLockStylesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.StyleLockThemesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName +DocumentFormat.OpenXml.Wordprocessing.StyleName.StyleName() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylePaneFormatFilter() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.StylePaneSortMethods() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.BasedOn = 7 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Default = 11 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Five = 10 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Font = 5 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Four = 8 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Name = 1 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.One = 2 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Priority = 3 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Three = 6 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Two = 4 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Type = 9 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Zero = 0 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.get -> DocumentFormat.OpenXml.Wordprocessing.DocDefaults? +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.get -> DocumentFormat.OpenXml.Wordprocessing.LatentStyles? +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Load(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Save(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles() -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.StylesPart.get -> DocumentFormat.OpenXml.Packaging.StylesPart? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Character = 1 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Numbering = 3 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Paragraph = 0 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Table = 2 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.SubDocumentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.SubFontBySize() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.SummaryLength() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.SuppressAutoHyphens() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.SuppressBottomSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.SuppressLineNumbers() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.SuppressOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.SuppressSpacingAtTopOfPage() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.SuppressSpacingBeforeAfterPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.SuppressTopSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.SuppressTopSpacingWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.SwapBordersFacingPages() -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.SymbolChar() -> void +DocumentFormat.OpenXml.Wordprocessing.TabChar +DocumentFormat.OpenXml.Wordprocessing.TabChar.TabChar() -> void +DocumentFormat.OpenXml.Wordprocessing.Table +DocumentFormat.OpenXml.Wordprocessing.Table.Table() -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCaption +DocumentFormat.OpenXml.Wordprocessing.TableCaption.TableCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.TableCellFitText() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.TableCellLeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.RightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.TableCellRightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.TableCellSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.TableCellVerticalAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.TableCellWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableDescription +DocumentFormat.OpenXml.Wordprocessing.TableDescription.TableDescription() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableHeader +DocumentFormat.OpenXml.Wordprocessing.TableHeader.TableHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.TableIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification +DocumentFormat.OpenXml.Wordprocessing.TableJustification.TableJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout +DocumentFormat.OpenXml.Wordprocessing.TableLayout.TableLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Autofit = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLook +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.TableLook() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.TableOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Never = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Overlap = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.TableRowHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyle +DocumentFormat.OpenXml.Wordprocessing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.TableStyleColumnBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Horizontal = 7 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Vertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Horizontal = 8 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Vertical = 6 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstRow = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastColumn = 4 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastRow = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthEastCell = 9 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthWestCell = 10 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthEastCell = 11 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthWestCell = 12 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.WholeTable = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.TableStyleRowBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableWidth +DocumentFormat.OpenXml.Wordprocessing.TableWidth.TableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.TableWidthDxaNilType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.TableWidthType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Auto = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Dxa = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Pct = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Dxa = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.Tabs +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Heavy = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.MiddleDot = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Bar = 7 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Center = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Clear = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Decimal = 6 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.End = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Number = 8 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Start = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.Tag +DocumentFormat.OpenXml.Wordprocessing.Tag.Tag() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.TargetScreenSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TemplateCode +DocumentFormat.OpenXml.Wordprocessing.TemplateCode.TemplateCode() -> void +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.TemporarySdt() -> void +DocumentFormat.OpenXml.Wordprocessing.Text +DocumentFormat.OpenXml.Wordprocessing.Text.Text() -> void +DocumentFormat.OpenXml.Wordprocessing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.TextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.TextBoxFormFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Calculated = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentDate = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentTime = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Date = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Number = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Regular = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.TextBoxTightWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.AllLines = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstAndLastLine = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstLineOnly = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.LastLineOnly = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextDirection +DocumentFormat.OpenXml.Wordprocessing.TextDirection.TextDirection() -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight2010 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefToRightTopToBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottom2010 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefttoRightTopToBottomRotated = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottomRotated2010 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated = 10 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated2010 = 11 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft2010 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated = 8 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated2010 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextEffect +DocumentFormat.OpenXml.Wordprocessing.TextEffect.TextEffect() -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsBlack = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsRed = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.BlinkBackground = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Lights = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.None = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Shimmer = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Sparkle = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextInput +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString? +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.get -> DocumentFormat.OpenXml.Wordprocessing.Format? +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.get -> DocumentFormat.OpenXml.Wordprocessing.MaxLength? +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType? +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput() -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextType +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Around = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.None = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.NotBeside = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Through = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Tight = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background1 = 13 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background2 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.None = 12 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text1 = 14 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text2 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.ThemeFontLanguages() -> void +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorAscii = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorBidi = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorEastAsia = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorHighAnsi = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorAscii = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorBidi = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorEastAsia = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorHighAnsi = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.TitlePage +DocumentFormat.OpenXml.Wordprocessing.TitlePage.TitlePage() -> void +DocumentFormat.OpenXml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.TopLeftToBottomRightCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.TopLinePunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMargin +DocumentFormat.OpenXml.Wordprocessing.TopMargin.TopMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.TopMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.TopRightToBottomLeftCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.TrackRevisions() -> void +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.TruncateFontHeightsLikeWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.UdlConnectionString() -> void +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003 +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.UICompatibleWith97To2003() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority +DocumentFormat.OpenXml.Wordprocessing.UIPriority.UIPriority() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Underline() -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.UnderlineTabInNumberingList() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.UnderlineTrailingSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dash = 6 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotDotHeavy = 13 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotHeavy = 11 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashedHeavy = 7 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLong = 8 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLongHeavy = 9 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDash = 10 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDotDash = 12 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dotted = 4 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DottedHeavy = 5 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Double = 2 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.None = 17 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Wave = 14 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyDouble = 16 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyHeavy = 15 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.UnhideWhenUsed() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.UniqueTag() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.UnsignedDecimalNumberMax3Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.UnsignedDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.UnsignedInt7Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.UpdateFieldsOnOpen() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.UseAltKinsokuLineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.UseAnsiKerningPairs() -> void +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.UseFarEastLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.UseNormalStyleForList() -> void +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.UsePrinterMetrics() -> void +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.UseSingleBorderForContiguousCells() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.UseWord2002TableStyleRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.UseWord97LineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.UseXsltWhenSaving() -> void +DocumentFormat.OpenXml.Wordprocessing.Vanish +DocumentFormat.OpenXml.Wordprocessing.Vanish.Vanish() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inside = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Outside = 5 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Both = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.VerticalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Baseline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Subscript = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Superscript = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.VerticalTextAlignmentOnPage() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Auto = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Baseline = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.View +DocumentFormat.OpenXml.Wordprocessing.View.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.View.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.View.View() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.ViewMergedData() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.MasterPages = 3 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Normal = 4 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Outline = 2 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Print = 1 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Web = 5 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.WebHidden +DocumentFormat.OpenXml.Wordprocessing.WebHidden.WebHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.WebPageEncoding() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.get -> DocumentFormat.OpenXml.Wordprocessing.AllowPNG? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.get -> DocumentFormat.OpenXml.Wordprocessing.Divs? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.get -> DocumentFormat.OpenXml.Wordprocessing.Frameset? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Load(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.get -> DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.get -> DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.get -> DocumentFormat.OpenXml.Wordprocessing.RelyOnVML? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Save(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.get -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.get -> DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.WidowControl +DocumentFormat.OpenXml.Wordprocessing.WidowControl.WidowControl() -> void +DocumentFormat.OpenXml.Wordprocessing.Width +DocumentFormat.OpenXml.Wordprocessing.Width.Width() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.WidthAfterTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.WidthBeforeTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.WordPerfectJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.WordPerfectSpaceWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.WordWrap +DocumentFormat.OpenXml.Wordprocessing.WordWrap.WordWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.WrapTrailSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.WriteProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.YearLong +DocumentFormat.OpenXml.Wordprocessing.YearLong.YearLong() -> void +DocumentFormat.OpenXml.Wordprocessing.YearShort +DocumentFormat.OpenXml.Wordprocessing.YearShort.YearShort() -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Zoom() -> void +DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Document = 0 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledDocument = 2 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Template = 1 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.XmlPath +DocumentFormat.OpenXml.XmlPath.Namespaces.get -> System.Xml.IXmlNamespaceResolver! +DocumentFormat.OpenXml.XmlPath.NamespacesDefinitions.get -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.XmlPath.PartUri.get -> System.Uri? +DocumentFormat.OpenXml.XmlPath.XPath.get -> string! +override DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentChoice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContentChoice.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Base64BinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.Base64BinaryValue.Value.set -> void +override DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AlbumTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Artist.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Broadcaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BroadcastTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ChapterNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.City.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Compiler.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Composer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Conductor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ConferenceName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Corporate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Counsel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CountryRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Court.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Day.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.DayAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Department.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Director.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Distributor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Edition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Editor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.First.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.GuidString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Institution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewee.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Inventor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Issue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.JournalName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Last.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.LcId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Medium.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Middle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Month.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.MonthAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NumberVolumes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Performer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProducerName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProductionCompany.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PublicationTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Publisher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.RecordingNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ReferenceOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Reporter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ShortTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Source.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Sources.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.SourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StandardNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StateProvince.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Station.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Theater.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ThesisType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Translator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.UrlString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Version.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Volume.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Writer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Year.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.YearAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent3Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent4Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent5Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent6Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleXY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaBiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaCeiling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaFloor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaInverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOutset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaReplace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ArcTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromCD.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Backdrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Bevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColorText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFontText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizeText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Cell3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CharacterBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BackWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Backward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Crosses.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Date1904.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Delete.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Forward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapDepth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Grouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Height.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HoleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Index.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Intercept.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Left.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeftMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LogBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Minus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Order.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Orientation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Period.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Perspective.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Plus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PointCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Scaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SideWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Size.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Smooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Symbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Thickness.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Top.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TopMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserInterface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.VaryColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.View3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.WidthMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Wireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.XValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.YValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildExtents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CloseShapePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorReplacement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Complement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ComplexScriptFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSiteList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DashStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DataModelExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Choose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Direction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Whole.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Duotone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EastAsianFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Effect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectDag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillOverlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FlatText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FormatScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Graphic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Grayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Green.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HeadEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hsl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkSound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InnerShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Inverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InverseGamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LatinFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LinearGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineJoinBevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ListStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MajorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MasterColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MinorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Miter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Normal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NormalAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NortheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NorthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ObjectDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Offset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OuterShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OverrideColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetTextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PtExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Red.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RelativeOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightToLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Round.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Scene3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoftEdge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SolidFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SourceRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoutheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SouthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Stretch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SupplementalFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SymbolFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SystemColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TailEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Theme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeManager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TileRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TintEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFillText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UpVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UseShapeRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VideoFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WaveAudioFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WholeTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Derivation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.DerivedFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Emma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPointInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Grammar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.GroupInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Info.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Interpretation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Lattice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Model.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Node.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.OneOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Sequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Application.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Characters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Company.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Lines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Manager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Notes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Slides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TotalTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Words.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.HexBinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.HexBinaryValue.Value.set -> void +override DocumentFormat.OpenXml.InkML.ActiveArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Annotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.AnnotationXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Bind.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Brush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.BrushProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Canvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.CanvasTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Channel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Context.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Definitions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.InkSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.IntermittentChannels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Latency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Mapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SampleRate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SourceProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Timestamp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Trace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ListValue.HasValue.get -> bool +override DocumentFormat.OpenXml.ListValue.InnerText.get -> string? +override DocumentFormat.OpenXml.ListValue.InnerText.set -> void +override DocumentFormat.OpenXml.Math.Accent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AlignScripts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Bar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BarProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Base.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BaseJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BeginChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinarySubtraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGapRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DefaultJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Degree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Delimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DelimiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Denominator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Differential.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DisplayDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EndChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Fraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GrowOperators.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideDegree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HidePlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntegralLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.InterSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntraSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Limit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLowerProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFunction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MaxDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Nary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NoBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NormalText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Numerator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ObjectDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OperatorEmulator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Phantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PhantomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PostSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Radical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RadicalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Script.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SeparatorChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ShowPhantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SmallFraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeHorizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeVertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Subscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Superscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Transparent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.VerticalJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroAscent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroDescent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.TextLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.Scope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Macrosheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.DocEvents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordHashCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordIncluded.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.ToolbarData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Toolbars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.VbaSuppData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Commands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.TextMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.AxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DdeValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Id.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparkline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparklines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.ExcelAc.List.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.SourceLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Media.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Section.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Ligatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Properties3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StyleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StylisticSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.UncheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Survey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timeline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timelines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Appearance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.People.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SectionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExStream.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RstType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Decorative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.Track.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TrackList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlAttribute.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlAttribute.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlCompositeElement.AppendChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAt(T? newChild, int index) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.PrependChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveChild(T? child) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +override DocumentFormat.OpenXml.OpenXmlDomReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlDomReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlDomReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlDomReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlDomReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlDomReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlMiscNode.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.OpenXmlPartReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlPartReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlPartReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlPartReader.Encoding.get -> string? +override DocumentFormat.OpenXml.OpenXmlPartReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +override DocumentFormat.OpenXml.OpenXmlPartReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlPartReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.StandaloneXml.get -> bool? +override DocumentFormat.OpenXml.OpenXmlPartRootElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteEndElement() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument(bool standalone) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteString(string! text) -> void +override DocumentFormat.OpenXml.OpenXmlSimpleType.ToString() -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlSimpleValue.HasValue.get -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.get -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.ExtendedPart.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.Packaging.IdPartPair.GetHashCode() -> int +override DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AddPart(T! part) -> T! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ThrowIfObjectDisposed() -> void +override DocumentFormat.OpenXml.Packaging.PresentationDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.PresentationDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Presentation.Animate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateMotion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateRotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeNameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Audio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlindsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BodyStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BooleanVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BrowseSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildAsOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildGraphics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildOleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildParagraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildSubElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CharRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CheckerTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CircleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonMediaNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Condition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ControlList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CoverTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CutTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DefaultTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DiamondTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DissolveTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFontList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSync.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FadeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FloatVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GridSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Guide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.InkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.IntegerVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Iterate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.KioskSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ModificationVerifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NewsflashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NextConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NormalViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSlide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleChartElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Origin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OtherStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PenColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PhotoAlbum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlaceholderShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlusTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Presentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresenterSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PreviousConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PrintingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Progress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PullTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PushTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomBarTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RotationCenter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ScaleFactor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SetBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Slide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideAll.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSyncProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SorterViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Sound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SplitTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StringVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StripsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TagList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TargetElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TemplateList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAbsolute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Timing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.VariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Video.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WebProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WedgeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WheelTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WipeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ZoomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Authors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BooleanItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Borders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Cell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Colors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Condense.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Consolidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Controls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DeletedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Entries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ErrorItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalBook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileSharing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fills.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Groups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Headers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IndexedColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InlineString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InputCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Items.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Location.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Main.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Map.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MapInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Maps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Mdx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxKpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Member.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Members.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Metadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MruColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NameIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OlapProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Page.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PrintOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Reviewed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ReviewedList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Revisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Row.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenario.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenarios.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortByTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Subtopic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TabColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TablePart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Top10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Topic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuples.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Undo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.UserInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Users.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Workbook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Worksheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.StringValue.Value.get -> string? +override DocumentFormat.OpenXml.StringValue.Value.set -> void +override DocumentFormat.OpenXml.VariantTypes.Variant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClassId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClipboardData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTCurrency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDecimal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFileTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFloat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTNull.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Curve.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formulas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Line.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.BottomStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Callout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ClipPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColumnStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Complex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Entry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Extrusion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FieldCodes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LeftStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LinkType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LockedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Proxy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RegroupTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Relation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RelationTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RightStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Skew.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.TopStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Oval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.PolyLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.RoundRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shapetype.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Stroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Active.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Aliases.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowPNG.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunk.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BarBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BasedOn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behaviors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BlockQuote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Body.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BodyDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Calendar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CantSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Captions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Compatibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConnectString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DateFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Deleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Destination.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Dirty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Div.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Divs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivsChild.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Document.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emboss.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emphasis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Enabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EntryMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ExitMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldMapData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FlatBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FooterReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormsDesign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frameset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridSpan.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HelpText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Imprint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Indentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Inserted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepNext.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kern.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LanguageId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Languages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailSubject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MappedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MatchSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MaxLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MovieReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Name.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoEndnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLeading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoProof.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NotTrueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Nsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Numbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Panose1Number.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PaperSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Personal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalReply.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Pitch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PositionalTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Recipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RevisionView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RsidRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsids.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Ruby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyAlign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtAlias.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SemiHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Settings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Spacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpecVanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StatusText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Styles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SummaryLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SymbolChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGridChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemplateCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextInput.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TitlePage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UIPriority.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UniqueTag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Vanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.View.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidowControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Zoom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override sealed DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomPropertyPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ImagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MainDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.OpenXmlPart.ThrowIfObjectDisposed() -> void +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThumbnailPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.RelationshipType.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespace.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespaceId.get -> byte +static DocumentFormat.OpenXml.AlternateContent.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentChoice.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentFallback.TagName.get -> string! +static DocumentFormat.OpenXml.Base64BinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator DocumentFormat.OpenXml.Base64BinaryValue!(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator string?(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.Base64BinaryValue.ToString(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.BooleanValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.implicit operator bool(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.BooleanValue.implicit operator DocumentFormat.OpenXml.BooleanValue!(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.ToBoolean(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.ByteValue.FromByte(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.implicit operator byte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.ByteValue.implicit operator DocumentFormat.OpenXml.ByteValue!(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.ToByte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.DateTimeValue.FromDateTime(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator DocumentFormat.OpenXml.DateTimeValue!(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator System.DateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DateTimeValue.ToDateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DecimalValue.FromDecimal(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.implicit operator decimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DecimalValue.implicit operator DocumentFormat.OpenXml.DecimalValue!(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.ToDecimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DoubleValue.FromDouble(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator DocumentFormat.OpenXml.DoubleValue!(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator double(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.DoubleValue.ToDouble(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.EnumValue.implicit operator DocumentFormat.OpenXml.EnumValue!(T value) -> DocumentFormat.OpenXml.EnumValue! +static DocumentFormat.OpenXml.EnumValue.implicit operator string?(DocumentFormat.OpenXml.EnumValue! value) -> string? +static DocumentFormat.OpenXml.EnumValue.implicit operator T(DocumentFormat.OpenXml.EnumValue! value) -> T +static DocumentFormat.OpenXml.HexBinaryValue.Create(params byte[]! bytes) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator DocumentFormat.OpenXml.HexBinaryValue!(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator string?(DocumentFormat.OpenXml.HexBinaryValue? value) -> string? +static DocumentFormat.OpenXml.HexBinaryValue.ToString(DocumentFormat.OpenXml.HexBinaryValue! value) -> string? +static DocumentFormat.OpenXml.Int16Value.FromInt16(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator DocumentFormat.OpenXml.Int16Value!(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator short(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int16Value.ToInt16(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int32Value.FromInt32(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator DocumentFormat.OpenXml.Int32Value!(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator int(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int32Value.ToInt32(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int64Value.FromInt64(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator DocumentFormat.OpenXml.Int64Value!(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator long(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.Int64Value.ToInt64(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.IntegerValue.FromInt64(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator DocumentFormat.OpenXml.IntegerValue!(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator long(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.IntegerValue.ToInt64(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.OnOffValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.implicit operator bool(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OnOffValue.implicit operator DocumentFormat.OpenXml.OnOffValue!(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.ToBoolean(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator !=(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator ==(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, object! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, params object![]! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlSimpleType.implicit operator string?(DocumentFormat.OpenXml.OpenXmlSimpleType? xmlAttribute) -> string? +static DocumentFormat.OpenXml.OpenXmlSimpleValue.implicit operator T(DocumentFormat.OpenXml.OpenXmlSimpleValue! xmlAttribute) -> T +static DocumentFormat.OpenXml.OpenXmlUnknownElement.CreateOpenXmlUnknownElement(string! outerXml) -> DocumentFormat.OpenXml.OpenXmlUnknownElement! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CanSave.get -> bool +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, string! path) -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Packaging.Package! package) -> System.IO.Packaging.Package! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Stream! stream) -> System.IO.Stream! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.CreateRewriterFactory(DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter! rewriter) -> System.Func! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path, bool isTemplateAttached) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.SByteValue.FromSByte(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator DocumentFormat.OpenXml.SByteValue!(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator sbyte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SByteValue.ToSByte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SingleValue.FromSingle(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator DocumentFormat.OpenXml.SingleValue!(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator float(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.SingleValue.ToSingle(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.StringValue.FromString(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator DocumentFormat.OpenXml.StringValue!(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator string?(DocumentFormat.OpenXml.StringValue? value) -> string? +static DocumentFormat.OpenXml.StringValue.ToString(DocumentFormat.OpenXml.StringValue! value) -> string? +static DocumentFormat.OpenXml.TrueFalseBlankValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator DocumentFormat.OpenXml.TrueFalseBlankValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator DocumentFormat.OpenXml.TrueFalseValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.UInt16Value.FromUInt16(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator DocumentFormat.OpenXml.UInt16Value!(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator ushort(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt16Value.ToUInt16(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt32Value.FromUInt32(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator DocumentFormat.OpenXml.UInt32Value!(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator uint(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt32Value.ToUInt32(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt64Value.FromUInt64(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator DocumentFormat.OpenXml.UInt64Value!(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator ulong(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +static DocumentFormat.OpenXml.UInt64Value.ToUInt64(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +virtual DocumentFormat.OpenXml.OpenXmlElement.AppendChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ChildElements.get -> DocumentFormat.OpenXml.OpenXmlElementList! +virtual DocumentFormat.OpenXml.OpenXmlElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAt(T? newChild, int index) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.LocalName.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.NamespaceUri.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.Prefix.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.PrependChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.RemoveChild(T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +virtual DocumentFormat.OpenXml.OpenXmlElement.XName.get -> System.Xml.Linq.XName! +virtual DocumentFormat.OpenXml.OpenXmlElementList.this[int i].get -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.set -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Encoding.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +virtual DocumentFormat.OpenXml.OpenXmlReader.HasAttributes.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlReader.StandaloneXml.get -> bool? +virtual DocumentFormat.OpenXml.OpenXmlReader.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.HasValue.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.Packaging.DataPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPart.get -> DocumentFormat.OpenXml.Packaging.DataPart! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! contentType, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Id.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.IsExternal.get -> bool +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.RelationshipType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Uri.get -> System.Uri! +virtual DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.OnPackageLoaded() -> void + +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt b/src/DocumentFormat.OpenXml/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt new file mode 100644 index 000000000..7ac34af92 --- /dev/null +++ b/src/DocumentFormat.OpenXml/PublicAPI/netstandard2.0/PublicAPI.Shipped.txt @@ -0,0 +1,48405 @@ +#nullable enable +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.get -> T? +abstract DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Value.set -> void +abstract DocumentFormat.OpenXml.OpenXmlElement.HasChildren.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +abstract DocumentFormat.OpenXml.OpenXmlElementList.Count.get -> int +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetEnumerator() -> System.Collections.Generic.IEnumerator! +abstract DocumentFormat.OpenXml.OpenXmlElementList.GetItem(int index) -> DocumentFormat.OpenXml.OpenXmlElement! +abstract DocumentFormat.OpenXml.OpenXmlReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +abstract DocumentFormat.OpenXml.OpenXmlReader.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlReader.Depth.get -> int +abstract DocumentFormat.OpenXml.OpenXmlReader.ElementType.get -> System.Type! +abstract DocumentFormat.OpenXml.OpenXmlReader.EOF.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.GetText() -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.IsEndElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsMiscNode.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.IsStartElement.get -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +abstract DocumentFormat.OpenXml.OpenXmlReader.LocalName.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +abstract DocumentFormat.OpenXml.OpenXmlReader.NamespaceUri.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Prefix.get -> string! +abstract DocumentFormat.OpenXml.OpenXmlReader.Read() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadFirstChild() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.ReadNextSibling() -> bool +abstract DocumentFormat.OpenXml.OpenXmlReader.Skip() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.Close() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteEndElement() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument() -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartDocument(bool standalone) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +abstract DocumentFormat.OpenXml.OpenXmlWriter.WriteString(string! text) -> void +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPart.RelationshipType.get -> string! +abstract DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ThrowIfObjectDisposed() -> void +abstract DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewrite(System.Uri! partUri, string? id, string? uri) -> string! +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(string! outerXml) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.AdditionalCharacteristicsInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Characteristic() -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Name.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Relation.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Val.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.Vocabulary.set -> void +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.EqualTo = 4 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThan = 2 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.GreaterThanOrEqualTo = 0 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThan = 3 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues.LessThanOrEqualTo = 1 -> DocumentFormat.OpenXml.AdditionalCharacteristics.RelationValues +DocumentFormat.OpenXml.AlternateContent +DocumentFormat.OpenXml.AlternateContent.AlternateContent() -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContent.AlternateContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentChoice() -> DocumentFormat.OpenXml.AlternateContentChoice! +DocumentFormat.OpenXml.AlternateContent.AppendNewAlternateContentFallback() -> DocumentFormat.OpenXml.AlternateContentFallback! +DocumentFormat.OpenXml.AlternateContentChoice +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice() -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentChoice.AlternateContentChoice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AlternateContentChoice.Requires.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.AlternateContentChoice.Requires.set -> void +DocumentFormat.OpenXml.AlternateContentFallback +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback() -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(string! outerXml) -> void +DocumentFormat.OpenXml.AlternateContentFallback.AlternateContentFallback(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.List = 0 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.AppendOption.Ordered = 1 -> DocumentFormat.OpenXml.AppendOption +DocumentFormat.OpenXml.Base64BinaryValue +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue() -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(DocumentFormat.OpenXml.Base64BinaryValue! source) -> void +DocumentFormat.OpenXml.Base64BinaryValue.Base64BinaryValue(string? base64Binary) -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.AbbreviatedCaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle() -> void +DocumentFormat.OpenXml.Bibliography.AlbumTitle.AlbumTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Artist +DocumentFormat.OpenXml.Bibliography.Artist.Artist() -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Artist.Artist(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author +DocumentFormat.OpenXml.Bibliography.Author.Author() -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Author.Author(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.get -> DocumentFormat.OpenXml.Bibliography.Artist? +DocumentFormat.OpenXml.Bibliography.AuthorList.Artist.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.get -> DocumentFormat.OpenXml.Bibliography.Author? +DocumentFormat.OpenXml.Bibliography.AuthorList.Author.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList() -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.AuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.get -> DocumentFormat.OpenXml.Bibliography.BookAuthor? +DocumentFormat.OpenXml.Bibliography.AuthorList.BookAuthor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.get -> DocumentFormat.OpenXml.Bibliography.Compiler? +DocumentFormat.OpenXml.Bibliography.AuthorList.Compiler.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.get -> DocumentFormat.OpenXml.Bibliography.Composer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Composer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.get -> DocumentFormat.OpenXml.Bibliography.Conductor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Conductor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.get -> DocumentFormat.OpenXml.Bibliography.Counsel? +DocumentFormat.OpenXml.Bibliography.AuthorList.Counsel.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.get -> DocumentFormat.OpenXml.Bibliography.Director? +DocumentFormat.OpenXml.Bibliography.AuthorList.Director.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.get -> DocumentFormat.OpenXml.Bibliography.Editor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Editor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.get -> DocumentFormat.OpenXml.Bibliography.Interviewee? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewee.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.get -> DocumentFormat.OpenXml.Bibliography.Interviewer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Interviewer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.get -> DocumentFormat.OpenXml.Bibliography.Inventor? +DocumentFormat.OpenXml.Bibliography.AuthorList.Inventor.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.get -> DocumentFormat.OpenXml.Bibliography.Performer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Performer.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.get -> DocumentFormat.OpenXml.Bibliography.ProducerName? +DocumentFormat.OpenXml.Bibliography.AuthorList.ProducerName.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.get -> DocumentFormat.OpenXml.Bibliography.Translator? +DocumentFormat.OpenXml.Bibliography.AuthorList.Translator.set -> void +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.get -> DocumentFormat.OpenXml.Bibliography.Writer? +DocumentFormat.OpenXml.Bibliography.AuthorList.Writer.set -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor() -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.BookAuthor.BookAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.BookTitle +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle() -> void +DocumentFormat.OpenXml.Bibliography.BookTitle.BookTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster() -> void +DocumentFormat.OpenXml.Bibliography.Broadcaster.Broadcaster(string! text) -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle() -> void +DocumentFormat.OpenXml.Bibliography.BroadcastTitle.BroadcastTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber() -> void +DocumentFormat.OpenXml.Bibliography.CaseNumber.CaseNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber() -> void +DocumentFormat.OpenXml.Bibliography.ChapterNumber.ChapterNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.City +DocumentFormat.OpenXml.Bibliography.City.City() -> void +DocumentFormat.OpenXml.Bibliography.City.City(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Comments +DocumentFormat.OpenXml.Bibliography.Comments.Comments() -> void +DocumentFormat.OpenXml.Bibliography.Comments.Comments(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Compiler +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler() -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Compiler.Compiler(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer +DocumentFormat.OpenXml.Bibliography.Composer.Composer() -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Composer.Composer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor() -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Conductor.Conductor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName() -> void +DocumentFormat.OpenXml.Bibliography.ConferenceName.ConferenceName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Corporate +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate() -> void +DocumentFormat.OpenXml.Bibliography.Corporate.Corporate(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Counsel +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel() -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Counsel.Counsel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion() -> void +DocumentFormat.OpenXml.Bibliography.CountryRegion.CountryRegion(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Court +DocumentFormat.OpenXml.Bibliography.Court.Court() -> void +DocumentFormat.OpenXml.Bibliography.Court.Court(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Art = 8 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ArticleInAPeriodical = 0 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Book = 1 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.BookSection = 2 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Case = 15 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ConferenceProceedings = 4 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.DocumentFromInternetSite = 9 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.ElectronicSource = 14 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Film = 11 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.InternetSite = 10 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Interview = 12 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.JournalArticle = 3 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Miscellaneous = 16 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Patent = 13 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Performance = 7 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.Report = 5 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.DataSourceValues.SoundRecording = 6 -> DocumentFormat.OpenXml.Bibliography.DataSourceValues +DocumentFormat.OpenXml.Bibliography.Day +DocumentFormat.OpenXml.Bibliography.Day.Day() -> void +DocumentFormat.OpenXml.Bibliography.Day.Day(string! text) -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed() -> void +DocumentFormat.OpenXml.Bibliography.DayAccessed.DayAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Department +DocumentFormat.OpenXml.Bibliography.Department.Department() -> void +DocumentFormat.OpenXml.Bibliography.Department.Department(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Director +DocumentFormat.OpenXml.Bibliography.Director.Director() -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Director.Director(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Distributor +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor() -> void +DocumentFormat.OpenXml.Bibliography.Distributor.Distributor(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Edition +DocumentFormat.OpenXml.Bibliography.Edition.Edition() -> void +DocumentFormat.OpenXml.Bibliography.Edition.Edition(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Editor +DocumentFormat.OpenXml.Bibliography.Editor.Editor() -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Editor.Editor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.First +DocumentFormat.OpenXml.Bibliography.First.First() -> void +DocumentFormat.OpenXml.Bibliography.First.First(string! text) -> void +DocumentFormat.OpenXml.Bibliography.GuidString +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString() -> void +DocumentFormat.OpenXml.Bibliography.GuidString.GuidString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Institution +DocumentFormat.OpenXml.Bibliography.Institution.Institution() -> void +DocumentFormat.OpenXml.Bibliography.Institution.Institution(string! text) -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle() -> void +DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.InternetSiteTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee() -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewee.Interviewee(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer() -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Interviewer.Interviewer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor() -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Inventor.Inventor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Issue +DocumentFormat.OpenXml.Bibliography.Issue.Issue() -> void +DocumentFormat.OpenXml.Bibliography.Issue.Issue(string! text) -> void +DocumentFormat.OpenXml.Bibliography.JournalName +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName() -> void +DocumentFormat.OpenXml.Bibliography.JournalName.JournalName(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Last +DocumentFormat.OpenXml.Bibliography.Last.Last() -> void +DocumentFormat.OpenXml.Bibliography.Last.Last(string! text) -> void +DocumentFormat.OpenXml.Bibliography.LcId +DocumentFormat.OpenXml.Bibliography.LcId.LcId() -> void +DocumentFormat.OpenXml.Bibliography.LcId.LcId(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Medium +DocumentFormat.OpenXml.Bibliography.Medium.Medium() -> void +DocumentFormat.OpenXml.Bibliography.Medium.Medium(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Middle +DocumentFormat.OpenXml.Bibliography.Middle.Middle() -> void +DocumentFormat.OpenXml.Bibliography.Middle.Middle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Month +DocumentFormat.OpenXml.Bibliography.Month.Month() -> void +DocumentFormat.OpenXml.Bibliography.Month.Month(string! text) -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed() -> void +DocumentFormat.OpenXml.Bibliography.MonthAccessed.MonthAccessed(string! text) -> void +DocumentFormat.OpenXml.Bibliography.NameList +DocumentFormat.OpenXml.Bibliography.NameList.NameList() -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameList.NameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.get -> DocumentFormat.OpenXml.Bibliography.Corporate? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.Corporate.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType() -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameOrCorporateType.NameOrCorporateType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType +DocumentFormat.OpenXml.Bibliography.NameType.NameList.get -> DocumentFormat.OpenXml.Bibliography.NameList? +DocumentFormat.OpenXml.Bibliography.NameType.NameList.set -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType() -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.NameType.NameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes() -> void +DocumentFormat.OpenXml.Bibliography.NumberVolumes.NumberVolumes(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Pages +DocumentFormat.OpenXml.Bibliography.Pages.Pages() -> void +DocumentFormat.OpenXml.Bibliography.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber() -> void +DocumentFormat.OpenXml.Bibliography.PatentNumber.PatentNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PatentType +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType() -> void +DocumentFormat.OpenXml.Bibliography.PatentType.PatentType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Performer +DocumentFormat.OpenXml.Bibliography.Performer.Performer() -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Performer.Performer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle() -> void +DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.PeriodicalTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Person +DocumentFormat.OpenXml.Bibliography.Person.Person() -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName() -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.ProducerName.ProducerName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany() -> void +DocumentFormat.OpenXml.Bibliography.ProductionCompany.ProductionCompany(string! text) -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle() -> void +DocumentFormat.OpenXml.Bibliography.PublicationTitle.PublicationTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Publisher +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher() -> void +DocumentFormat.OpenXml.Bibliography.Publisher.Publisher(string! text) -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber() -> void +DocumentFormat.OpenXml.Bibliography.RecordingNumber.RecordingNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder() -> void +DocumentFormat.OpenXml.Bibliography.ReferenceOrder.ReferenceOrder(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Reporter +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter() -> void +DocumentFormat.OpenXml.Bibliography.Reporter.Reporter(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle() -> void +DocumentFormat.OpenXml.Bibliography.ShortTitle.ShortTitle(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Source +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.get -> DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.AbbreviatedCaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.get -> DocumentFormat.OpenXml.Bibliography.AlbumTitle? +DocumentFormat.OpenXml.Bibliography.Source.AlbumTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.get -> DocumentFormat.OpenXml.Bibliography.AuthorList? +DocumentFormat.OpenXml.Bibliography.Source.AuthorList.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.get -> DocumentFormat.OpenXml.Bibliography.BookTitle? +DocumentFormat.OpenXml.Bibliography.Source.BookTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.get -> DocumentFormat.OpenXml.Bibliography.Broadcaster? +DocumentFormat.OpenXml.Bibliography.Source.Broadcaster.set -> void +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.get -> DocumentFormat.OpenXml.Bibliography.BroadcastTitle? +DocumentFormat.OpenXml.Bibliography.Source.BroadcastTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.get -> DocumentFormat.OpenXml.Bibliography.CaseNumber? +DocumentFormat.OpenXml.Bibliography.Source.CaseNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.get -> DocumentFormat.OpenXml.Bibliography.ChapterNumber? +DocumentFormat.OpenXml.Bibliography.Source.ChapterNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.City.get -> DocumentFormat.OpenXml.Bibliography.City? +DocumentFormat.OpenXml.Bibliography.Source.City.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Comments.get -> DocumentFormat.OpenXml.Bibliography.Comments? +DocumentFormat.OpenXml.Bibliography.Source.Comments.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.get -> DocumentFormat.OpenXml.Bibliography.ConferenceName? +DocumentFormat.OpenXml.Bibliography.Source.ConferenceName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.get -> DocumentFormat.OpenXml.Bibliography.CountryRegion? +DocumentFormat.OpenXml.Bibliography.Source.CountryRegion.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Court.get -> DocumentFormat.OpenXml.Bibliography.Court? +DocumentFormat.OpenXml.Bibliography.Source.Court.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Day.get -> DocumentFormat.OpenXml.Bibliography.Day? +DocumentFormat.OpenXml.Bibliography.Source.Day.set -> void +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.get -> DocumentFormat.OpenXml.Bibliography.DayAccessed? +DocumentFormat.OpenXml.Bibliography.Source.DayAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Department.get -> DocumentFormat.OpenXml.Bibliography.Department? +DocumentFormat.OpenXml.Bibliography.Source.Department.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Distributor.get -> DocumentFormat.OpenXml.Bibliography.Distributor? +DocumentFormat.OpenXml.Bibliography.Source.Distributor.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Edition.get -> DocumentFormat.OpenXml.Bibliography.Edition? +DocumentFormat.OpenXml.Bibliography.Source.Edition.set -> void +DocumentFormat.OpenXml.Bibliography.Source.GuidString.get -> DocumentFormat.OpenXml.Bibliography.GuidString? +DocumentFormat.OpenXml.Bibliography.Source.GuidString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Institution.get -> DocumentFormat.OpenXml.Bibliography.Institution? +DocumentFormat.OpenXml.Bibliography.Source.Institution.set -> void +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.get -> DocumentFormat.OpenXml.Bibliography.InternetSiteTitle? +DocumentFormat.OpenXml.Bibliography.Source.InternetSiteTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Issue.get -> DocumentFormat.OpenXml.Bibliography.Issue? +DocumentFormat.OpenXml.Bibliography.Source.Issue.set -> void +DocumentFormat.OpenXml.Bibliography.Source.JournalName.get -> DocumentFormat.OpenXml.Bibliography.JournalName? +DocumentFormat.OpenXml.Bibliography.Source.JournalName.set -> void +DocumentFormat.OpenXml.Bibliography.Source.LcId.get -> DocumentFormat.OpenXml.Bibliography.LcId? +DocumentFormat.OpenXml.Bibliography.Source.LcId.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Medium.get -> DocumentFormat.OpenXml.Bibliography.Medium? +DocumentFormat.OpenXml.Bibliography.Source.Medium.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Month.get -> DocumentFormat.OpenXml.Bibliography.Month? +DocumentFormat.OpenXml.Bibliography.Source.Month.set -> void +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.get -> DocumentFormat.OpenXml.Bibliography.MonthAccessed? +DocumentFormat.OpenXml.Bibliography.Source.MonthAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.get -> DocumentFormat.OpenXml.Bibliography.NumberVolumes? +DocumentFormat.OpenXml.Bibliography.Source.NumberVolumes.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Pages.get -> DocumentFormat.OpenXml.Bibliography.Pages? +DocumentFormat.OpenXml.Bibliography.Source.Pages.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.get -> DocumentFormat.OpenXml.Bibliography.PatentNumber? +DocumentFormat.OpenXml.Bibliography.Source.PatentNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PatentType.get -> DocumentFormat.OpenXml.Bibliography.PatentType? +DocumentFormat.OpenXml.Bibliography.Source.PatentType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.get -> DocumentFormat.OpenXml.Bibliography.PeriodicalTitle? +DocumentFormat.OpenXml.Bibliography.Source.PeriodicalTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.get -> DocumentFormat.OpenXml.Bibliography.ProductionCompany? +DocumentFormat.OpenXml.Bibliography.Source.ProductionCompany.set -> void +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.get -> DocumentFormat.OpenXml.Bibliography.PublicationTitle? +DocumentFormat.OpenXml.Bibliography.Source.PublicationTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Publisher.get -> DocumentFormat.OpenXml.Bibliography.Publisher? +DocumentFormat.OpenXml.Bibliography.Source.Publisher.set -> void +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.get -> DocumentFormat.OpenXml.Bibliography.RecordingNumber? +DocumentFormat.OpenXml.Bibliography.Source.RecordingNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.get -> DocumentFormat.OpenXml.Bibliography.ReferenceOrder? +DocumentFormat.OpenXml.Bibliography.Source.ReferenceOrder.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Reporter.get -> DocumentFormat.OpenXml.Bibliography.Reporter? +DocumentFormat.OpenXml.Bibliography.Source.Reporter.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.get -> DocumentFormat.OpenXml.Bibliography.ShortTitle? +DocumentFormat.OpenXml.Bibliography.Source.ShortTitle.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Source() -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Source.Source(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Source.SourceType.get -> DocumentFormat.OpenXml.Bibliography.SourceType? +DocumentFormat.OpenXml.Bibliography.Source.SourceType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.get -> DocumentFormat.OpenXml.Bibliography.StandardNumber? +DocumentFormat.OpenXml.Bibliography.Source.StandardNumber.set -> void +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.get -> DocumentFormat.OpenXml.Bibliography.StateProvince? +DocumentFormat.OpenXml.Bibliography.Source.StateProvince.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Station.get -> DocumentFormat.OpenXml.Bibliography.Station? +DocumentFormat.OpenXml.Bibliography.Source.Station.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Tag.get -> DocumentFormat.OpenXml.Bibliography.Tag? +DocumentFormat.OpenXml.Bibliography.Source.Tag.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Theater.get -> DocumentFormat.OpenXml.Bibliography.Theater? +DocumentFormat.OpenXml.Bibliography.Source.Theater.set -> void +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.get -> DocumentFormat.OpenXml.Bibliography.ThesisType? +DocumentFormat.OpenXml.Bibliography.Source.ThesisType.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Title.get -> DocumentFormat.OpenXml.Bibliography.Title? +DocumentFormat.OpenXml.Bibliography.Source.Title.set -> void +DocumentFormat.OpenXml.Bibliography.Source.UrlString.get -> DocumentFormat.OpenXml.Bibliography.UrlString? +DocumentFormat.OpenXml.Bibliography.Source.UrlString.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Version.get -> DocumentFormat.OpenXml.Bibliography.Version? +DocumentFormat.OpenXml.Bibliography.Source.Version.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Volume.get -> DocumentFormat.OpenXml.Bibliography.Volume? +DocumentFormat.OpenXml.Bibliography.Source.Volume.set -> void +DocumentFormat.OpenXml.Bibliography.Source.Year.get -> DocumentFormat.OpenXml.Bibliography.Year? +DocumentFormat.OpenXml.Bibliography.Source.Year.set -> void +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.get -> DocumentFormat.OpenXml.Bibliography.YearAccessed? +DocumentFormat.OpenXml.Bibliography.Source.YearAccessed.set -> void +DocumentFormat.OpenXml.Bibliography.Sources +DocumentFormat.OpenXml.Bibliography.Sources.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.SelectedStyle.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources() -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Sources.Sources(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.StyleName.set -> void +DocumentFormat.OpenXml.Bibliography.Sources.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Bibliography.Sources.Uri.set -> void +DocumentFormat.OpenXml.Bibliography.SourceType +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType() -> void +DocumentFormat.OpenXml.Bibliography.SourceType.SourceType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber() -> void +DocumentFormat.OpenXml.Bibliography.StandardNumber.StandardNumber(string! text) -> void +DocumentFormat.OpenXml.Bibliography.StateProvince +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince() -> void +DocumentFormat.OpenXml.Bibliography.StateProvince.StateProvince(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Station +DocumentFormat.OpenXml.Bibliography.Station.Station() -> void +DocumentFormat.OpenXml.Bibliography.Station.Station(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Tag +DocumentFormat.OpenXml.Bibliography.Tag.Tag() -> void +DocumentFormat.OpenXml.Bibliography.Tag.Tag(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Theater +DocumentFormat.OpenXml.Bibliography.Theater.Theater() -> void +DocumentFormat.OpenXml.Bibliography.Theater.Theater(string! text) -> void +DocumentFormat.OpenXml.Bibliography.ThesisType +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType() -> void +DocumentFormat.OpenXml.Bibliography.ThesisType.ThesisType(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Title +DocumentFormat.OpenXml.Bibliography.Title.Title() -> void +DocumentFormat.OpenXml.Bibliography.Title.Title(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Translator +DocumentFormat.OpenXml.Bibliography.Translator.Translator() -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Translator.Translator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.UrlString +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString() -> void +DocumentFormat.OpenXml.Bibliography.UrlString.UrlString(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Version +DocumentFormat.OpenXml.Bibliography.Version.Version() -> void +DocumentFormat.OpenXml.Bibliography.Version.Version(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Volume +DocumentFormat.OpenXml.Bibliography.Volume.Volume() -> void +DocumentFormat.OpenXml.Bibliography.Volume.Volume(string! text) -> void +DocumentFormat.OpenXml.Bibliography.Writer +DocumentFormat.OpenXml.Bibliography.Writer.Writer() -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(string! outerXml) -> void +DocumentFormat.OpenXml.Bibliography.Writer.Writer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Bibliography.Year +DocumentFormat.OpenXml.Bibliography.Year.Year() -> void +DocumentFormat.OpenXml.Bibliography.Year.Year(string! text) -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed() -> void +DocumentFormat.OpenXml.Bibliography.YearAccessed.YearAccessed(string! text) -> void +DocumentFormat.OpenXml.BooleanValue +DocumentFormat.OpenXml.BooleanValue.BooleanValue() -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(bool value) -> void +DocumentFormat.OpenXml.BooleanValue.BooleanValue(DocumentFormat.OpenXml.BooleanValue! source) -> void +DocumentFormat.OpenXml.ByteValue +DocumentFormat.OpenXml.ByteValue.ByteValue() -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(byte value) -> void +DocumentFormat.OpenXml.ByteValue.ByteValue(DocumentFormat.OpenXml.ByteValue! source) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute +DocumentFormat.OpenXml.ChildElementInfoAttribute.AvailableInVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ChildElementInfoAttribute(System.Type! elementType, DocumentFormat.OpenXml.FileFormatVersions availableInOfficeVersion) -> void +DocumentFormat.OpenXml.ChildElementInfoAttribute.ElementType.get -> System.Type! +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty() -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CustomDocumentProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.FormatId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.LinkTarget.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.Name.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.PropertyId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTArray.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBool.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTBString.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClassId.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTClipboardData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTCurrency.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDate.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDecimal.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTDouble.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTEmpty.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTError.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFileTime.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTFloat.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTLPWSTR.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTNull.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOBlob.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTOStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStorage.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVector.set -> void +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.VTVStreamData.set -> void +DocumentFormat.OpenXml.CustomProperties.Properties +DocumentFormat.OpenXml.CustomProperties.Properties.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.CustomProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.DataStoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.ItemId.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences? +DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.SchemaReferences.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.SchemaReference() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences() -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.SchemaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.ManifestLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Schema() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.SchemaLocation.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.Uri.set -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary() -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(string! outerXml) -> void +DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.SchemaLibrary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.DateTimeValue +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue() -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(DocumentFormat.OpenXml.DateTimeValue! source) -> void +DocumentFormat.OpenXml.DateTimeValue.DateTimeValue(System.DateTime value) -> void +DocumentFormat.OpenXml.DecimalValue +DocumentFormat.OpenXml.DecimalValue.DecimalValue() -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(decimal value) -> void +DocumentFormat.OpenXml.DecimalValue.DecimalValue(DocumentFormat.OpenXml.DecimalValue! source) -> void +DocumentFormat.OpenXml.DoubleValue +DocumentFormat.OpenXml.DoubleValue.DoubleValue() -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(DocumentFormat.OpenXml.DoubleValue! source) -> void +DocumentFormat.OpenXml.DoubleValue.DoubleValue(double value) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color() -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent1Color.Accent1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color() -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent2Color.Accent2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color() -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent3Color.Accent3Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color() -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent4Color.Accent4Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color() -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent5Color.Accent5Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color() -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Accent6Color.Accent6Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleList.AdjustHandleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AdjustHandlePolar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.AngleAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MaxRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinAngle.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.MinRadial.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.RadialAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY() -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.AdjustHandleXY(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MaxY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinX.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.MinY.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.Position.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.XAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustHandleXY.YAdjustmentGuide.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.AdjustPoint2DType() -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AdjustPoint2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList() -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AdjustValueList.AdjustValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Alpha +DocumentFormat.OpenXml.Drawing.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.AlphaBiLevel() -> void +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaBiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.AlphaCeiling +DocumentFormat.OpenXml.Drawing.AlphaCeiling.AlphaCeiling() -> void +DocumentFormat.OpenXml.Drawing.AlphaFloor +DocumentFormat.OpenXml.Drawing.AlphaFloor.AlphaFloor() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse() -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.AlphaInverse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.AlphaInverse.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.AlphaInverse.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulation +DocumentFormat.OpenXml.Drawing.AlphaModulation.AlphaModulation() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.AlphaModulationEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.AlphaModulationFixed() -> void +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.Amount.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset +DocumentFormat.OpenXml.Drawing.AlphaOffset.AlphaOffset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset +DocumentFormat.OpenXml.Drawing.AlphaOutset.AlphaOutset() -> void +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.AlphaOutset.Radius.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AlphaReplace.Alpha.set -> void +DocumentFormat.OpenXml.Drawing.AlphaReplace.AlphaReplace() -> void +DocumentFormat.OpenXml.Drawing.Anchor +DocumentFormat.OpenXml.Drawing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Anchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.X.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Y.set -> void +DocumentFormat.OpenXml.Drawing.Anchor.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Anchor.Z.set -> void +DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Drawing.AnimationBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Category = 1 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.CategoryElement = 3 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.Series = 0 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues.SeriesElement = 2 -> DocumentFormat.OpenXml.Drawing.AnimationChartOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelAtOnce = 2 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.LevelOne = 1 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues.One = 0 -> DocumentFormat.OpenXml.Drawing.AnimationDiagramOnlyBuildValues +DocumentFormat.OpenXml.Drawing.ArcTo +DocumentFormat.OpenXml.Drawing.ArcTo.ArcTo() -> void +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.HeightRadius.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.StartAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.SwingAngle.set -> void +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ArcTo.WidthRadius.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.AudioCDTimeType() -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Time.set -> void +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.AudioCDTimeType.Track.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD() -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.AudioFromCD(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.get -> DocumentFormat.OpenXml.Drawing.EndTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.EndTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromCD.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.get -> DocumentFormat.OpenXml.Drawing.StartTime? +DocumentFormat.OpenXml.Drawing.AudioFromCD.StartTime.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile() -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.AudioFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.AudioFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.AudioFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.AutoNumberedBullet() -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.StartAt.set -> void +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.Type.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.get -> DocumentFormat.OpenXml.Drawing.Anchor? +DocumentFormat.OpenXml.Drawing.Backdrop.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop() -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Backdrop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Backdrop.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.get -> DocumentFormat.OpenXml.Drawing.Normal? +DocumentFormat.OpenXml.Drawing.Backdrop.Normal.set -> void +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.get -> DocumentFormat.OpenXml.Drawing.UpVector? +DocumentFormat.OpenXml.Drawing.Backdrop.UpVector.set -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundColor.BackgroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList() -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.BackgroundFillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Horizontal.Band1Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band1Vertical.Band1Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal() -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Horizontal.Band2Horizontal(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical() -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Band2Vertical.Band2Vertical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Bevel +DocumentFormat.OpenXml.Drawing.Bevel.Bevel() -> void +DocumentFormat.OpenXml.Drawing.BevelBottom +DocumentFormat.OpenXml.Drawing.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Angle = 4 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Convex = 6 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Cross = 3 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Divot = 8 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.HardEdge = 10 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Riblet = 9 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.Slope = 2 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelPresetValues.SoftRound = 5 -> DocumentFormat.OpenXml.Drawing.BevelPresetValues +DocumentFormat.OpenXml.Drawing.BevelTop +DocumentFormat.OpenXml.Drawing.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Drawing.BevelType +DocumentFormat.OpenXml.Drawing.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Drawing.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Height.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BevelType.Preset.set -> void +DocumentFormat.OpenXml.Drawing.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.BevelType.Width.set -> void +DocumentFormat.OpenXml.Drawing.BiLevel +DocumentFormat.OpenXml.Drawing.BiLevel.BiLevel() -> void +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BiLevel.Threshold.set -> void +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Black = 8 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackGray = 6 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.BlackWhite = 7 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Gray = 2 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.GrayWhite = 5 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.Hidden = 10 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.InvGray = 4 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.LightGray = 3 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues.White = 9 -> DocumentFormat.OpenXml.Drawing.BlackWhiteModeValues +DocumentFormat.OpenXml.Drawing.Blend +DocumentFormat.OpenXml.Drawing.Blend.Blend() -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blend.Blend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blend.BlendMode.set -> void +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.get -> DocumentFormat.OpenXml.Drawing.EffectContainer? +DocumentFormat.OpenXml.Drawing.Blend.EffectContainer.set -> void +DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Darken = 3 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Lighten = 4 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Multiply = 1 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Overlay = 0 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.BlendModeValues.Screen = 2 -> DocumentFormat.OpenXml.Drawing.BlendModeValues +DocumentFormat.OpenXml.Drawing.Blip +DocumentFormat.OpenXml.Drawing.Blip.Blip() -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Embed.set -> void +DocumentFormat.OpenXml.Drawing.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Blip.Link.set -> void +DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Email = 0 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.HighQualityPrint = 3 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.None = 4 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Print = 2 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipCompressionValues.Screen = 1 -> DocumentFormat.OpenXml.Drawing.BlipCompressionValues +DocumentFormat.OpenXml.Drawing.BlipExtension +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension() -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.BlipExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BlipExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList() -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipExtensionList.BlipExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Blue +DocumentFormat.OpenXml.Drawing.Blue.Blue() -> void +DocumentFormat.OpenXml.Drawing.BlueModulation +DocumentFormat.OpenXml.Drawing.BlueModulation.BlueModulation() -> void +DocumentFormat.OpenXml.Drawing.BlueOffset +DocumentFormat.OpenXml.Drawing.BlueOffset.BlueOffset() -> void +DocumentFormat.OpenXml.Drawing.Blur +DocumentFormat.OpenXml.Drawing.Blur.Blur() -> void +DocumentFormat.OpenXml.Drawing.Blur.Grow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Blur.Grow.set -> void +DocumentFormat.OpenXml.Drawing.Blur.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Blur.Radius.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties() -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Drawing.BodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.BodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Default = 2 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.Off = 1 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BooleanStyleValues.On = 0 -> DocumentFormat.OpenXml.Drawing.BooleanStyleValues +DocumentFormat.OpenXml.Drawing.BottomBorder +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.BottomBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.BottomLeftToTopRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break +DocumentFormat.OpenXml.Drawing.Break.Break() -> void +DocumentFormat.OpenXml.Drawing.Break.Break(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Break.Break(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Break.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Break.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildChart.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildChart.BuildChart() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.BuildDiagram.ReverseAnimation.set -> void +DocumentFormat.OpenXml.Drawing.BulletColor +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor() -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.BulletColor.BulletColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.BulletColorText +DocumentFormat.OpenXml.Drawing.BulletColorText.BulletColorText() -> void +DocumentFormat.OpenXml.Drawing.BulletFont +DocumentFormat.OpenXml.Drawing.BulletFont.BulletFont() -> void +DocumentFormat.OpenXml.Drawing.BulletFontText +DocumentFormat.OpenXml.Drawing.BulletFontText.BulletFontText() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.BulletSizePercentage() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePercentage.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints +DocumentFormat.OpenXml.Drawing.BulletSizePoints.BulletSizePoints() -> void +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.BulletSizePoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.BulletSizeText +DocumentFormat.OpenXml.Drawing.BulletSizeText.BulletSizeText() -> void +DocumentFormat.OpenXml.Drawing.Camera +DocumentFormat.OpenXml.Drawing.Camera.Camera() -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Camera.Camera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.FieldOfView.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Camera.Preset.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.Camera.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Camera.Zoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Camera.Zoom.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.get -> DocumentFormat.OpenXml.Drawing.Bevel? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Bevel.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties() -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.Cell3DProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Cell3DProperties.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CharacterBullet.Char.set -> void +DocumentFormat.OpenXml.Drawing.CharacterBullet.CharacterBullet() -> void +DocumentFormat.OpenXml.Drawing.Chart +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Chart.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.CategoryIndex.set -> void +DocumentFormat.OpenXml.Drawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Chart.SeriesIndex.set -> void +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.AllPoints = 4 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Category = 0 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.CategoryPoints = 1 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.GridLegend = 5 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.Series = 2 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartBuildStepValues.SeriesPoints = 3 -> DocumentFormat.OpenXml.Drawing.ChartBuildStepValues +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.AbsoluteAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.Extent.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.FromAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.XPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition? +DocumentFormat.OpenXml.Drawing.ChartDrawing.MarkerType.YPosition.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.FromAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.RelativeAnchorSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor? +DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.ToAnchor.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.Style.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.ToAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.XPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition() -> void +DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.YPosition(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd +DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.ApplyToEnd() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront +DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.ApplyToFront() -> void +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides +DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.ApplyToSides() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Area3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Area3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.Area3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.AreaChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.AreaChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.AreaChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.AreaChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.AreaSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.AreaSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled +DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.AutoLabeled() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted +DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.AutoTitleDeleted() -> void +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate +DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.AutoUpdate() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisId +DocumentFormat.OpenXml.Drawing.Charts.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.AxisPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues.Top = 3 -> DocumentFormat.OpenXml.Drawing.Charts.AxisPositionValues +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.AxisUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.AxisUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BackWall.BackWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Backward +DocumentFormat.OpenXml.Drawing.Charts.Backward.Backward() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.BandFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BandFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BandFormats.BandFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.Bar3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Bar3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.Bar3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.BarDirection? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.get -> DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.BarGrouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.BarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.BarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.BarDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Bar = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.BarGrouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Clustered = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Stacked = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues.Standard = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BarGroupingValues +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.BarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.BarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.BaseTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D +DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.BubbleChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.BubbleChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.BubbleChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.BubbleScale() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.BubbleSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.BubbleSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.BubbleSize(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.BuiltInUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Billions = 7 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredMillions = 6 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Hundreds = 0 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.HundredThousands = 3 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Millions = 4 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenMillions = 5 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.TenThousands = 2 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Thousands = 1 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.Trillions = 8 -> DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CatAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CatAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData() -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CategoryAxisData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted? +DocumentFormat.OpenXml.Drawing.Charts.Chart.AutoTitleDeleted.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.get -> DocumentFormat.OpenXml.Drawing.Charts.BackWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.BackWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ChartExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs? +DocumentFormat.OpenXml.Drawing.Charts.Chart.DisplayBlanksAs.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.get -> DocumentFormat.OpenXml.Drawing.Charts.Floor? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Floor.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.get -> DocumentFormat.OpenXml.Drawing.Charts.Legend? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Legend.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotFormats? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PivotFormats.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotArea? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.get -> DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly? +DocumentFormat.OpenXml.Drawing.Charts.Chart.PlotVisibleOnly.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum? +DocumentFormat.OpenXml.Drawing.Charts.Chart.ShowDataLabelsOverMaximum.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.get -> DocumentFormat.OpenXml.Drawing.Charts.SideWall? +DocumentFormat.OpenXml.Drawing.Charts.Chart.SideWall.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.Chart.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.get -> DocumentFormat.OpenXml.Drawing.Charts.View3D? +DocumentFormat.OpenXml.Drawing.Charts.Chart.View3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.ChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartLinesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartObject +DocumentFormat.OpenXml.Drawing.Charts.ChartObject.ChartObject() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartReference +DocumentFormat.OpenXml.Drawing.Charts.ChartReference.ChartReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.ChartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.get -> DocumentFormat.OpenXml.Drawing.Charts.Date1904? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Date1904.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.get -> DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.EditingLanguage.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.get -> DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.RoundedCorners.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.ChartSpaceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.ChartSpaceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Background2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text1.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.Text2.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CrossBetween() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.Between = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues.MidpointCategory = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossBetweenValues +DocumentFormat.OpenXml.Drawing.Charts.Crosses +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Crosses() -> void +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Crosses.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt +DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CrossesAt() -> void +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.AutoZero = 0 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Maximum = 1 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossesValues.Minimum = 2 -> DocumentFormat.OpenXml.Drawing.Charts.CrossesValues +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis +DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CrossingAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit +DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CustomDisplayUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit() -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CustomSplit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Data +DocumentFormat.OpenXml.Drawing.Charts.Data.Data() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16 +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.DataLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.BestFit = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideBase = 3 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.InsideEnd = 4 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Left = 5 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.OutsideEnd = 6 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Right = 7 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues.Top = 8 -> DocumentFormat.OpenXml.Drawing.Charts.DataLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.DataLabels +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.DataPoint.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.DataTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowKeys? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowKeys.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowOutlineBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.ShowVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DataTable.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Date1904 +DocumentFormat.OpenXml.Drawing.Charts.Date1904.Date1904() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.DateAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.DateAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.DateAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.DateAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Delete +DocumentFormat.OpenXml.Drawing.Charts.Delete.Delete() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.DepthPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.DisplayBlanksAs() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAsValues +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation +DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.DisplayEquation() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue +DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.DisplayRSquaredValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.DisplayUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.DisplayUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.DLblExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.DLblExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.DLblsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.DLblsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.DoubleType() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.DoubleType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.DoughnutChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DownBars.DownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.DropLines.DropLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.EditingLanguage() -> void +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.X = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues.Y = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarDirectionValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorBarValueType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.get -> DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ErrorDirection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.get -> DocumentFormat.OpenXml.Drawing.Charts.Minus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Minus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.get -> DocumentFormat.OpenXml.Drawing.Charts.NoEndCap? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.NoEndCap.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.get -> DocumentFormat.OpenXml.Drawing.Charts.Plus? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.Plus.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.ErrorBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.ErrorBarValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Both = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Minus = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues.Plus = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.ErrorBarValueType() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.ErrorDirection() -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.FixedValue = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.Percentage = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardDeviation = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.ErrorValues.StandardError = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ErrorValues +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Explosion +DocumentFormat.OpenXml.Drawing.Charts.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.ExternalData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.FirstSliceAngle() -> void +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor() -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode() -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatCode.FormatCode(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.FormatId +DocumentFormat.OpenXml.Drawing.Charts.FormatId.FormatId() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formatting +DocumentFormat.OpenXml.Drawing.Charts.Formatting.Formatting() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula() -> void +DocumentFormat.OpenXml.Drawing.Charts.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.Forward +DocumentFormat.OpenXml.Drawing.Charts.Forward.Forward() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.GapAmountType() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.GapAmountType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GapDepth +DocumentFormat.OpenXml.Drawing.Charts.GapDepth.GapDepth() -> void +DocumentFormat.OpenXml.Drawing.Charts.GapWidth +DocumentFormat.OpenXml.Drawing.Charts.GapWidth.GapWidth() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Grouping() -> void +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Grouping.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.PercentStacked = 0 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Stacked = 2 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.Standard = 1 -> DocumentFormat.OpenXml.Drawing.Charts.GroupingValues +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.EvenHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.FirstHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.OddFooter? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Drawing.Charts.OddHeader? +DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Height +DocumentFormat.OpenXml.Drawing.Charts.Height.Height() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightMode +DocumentFormat.OpenXml.Drawing.Charts.HeightMode.HeightMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.HeightPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.HighLowLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.HoleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.HoleSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Index +DocumentFormat.OpenXml.Drawing.Charts.Index.Index() -> void +DocumentFormat.OpenXml.Drawing.Charts.Intercept +DocumentFormat.OpenXml.Drawing.Charts.Intercept.Intercept() -> void +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative +DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.InvertIfNegative() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.LabelAlignment() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LabelAlignmentValues +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.LabelOffset() -> void +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout() -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Drawing.Charts.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.LayoutModeType() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Edge = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues.Factor = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutModeValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.LayoutTarget() -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Inner = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues.Outer = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTargetValues +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Left +DocumentFormat.OpenXml.Drawing.Charts.Left.Left() -> void +DocumentFormat.OpenXml.Drawing.Charts.LeftMode +DocumentFormat.OpenXml.Drawing.Charts.LeftMode.LeftMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend() -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.LegendPosition? +DocumentFormat.OpenXml.Drawing.Charts.Legend.LegendPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.LegendEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.LegendPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.Top = 4 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues +DocumentFormat.OpenXml.Drawing.Charts.Level +DocumentFormat.OpenXml.Drawing.Charts.Level.Level() -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.Line3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Line3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.Line3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.get -> DocumentFormat.OpenXml.Drawing.Charts.Grouping? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.Grouping.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.LineChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.LineChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.LineChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.LineChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.LineSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.LineSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase +DocumentFormat.OpenXml.Drawing.Charts.LogBase.LogBase() -> void +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.LogBase.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.MajorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.MajorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.MajorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit +DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.MajorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.get -> DocumentFormat.OpenXml.Drawing.Charts.Height? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Height.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.HeightMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.get -> DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LayoutTarget.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.get -> DocumentFormat.OpenXml.Drawing.Charts.Left? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.get -> DocumentFormat.OpenXml.Drawing.Charts.LeftMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.LeftMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout() -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.ManualLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.get -> DocumentFormat.OpenXml.Drawing.Charts.Top? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.get -> DocumentFormat.OpenXml.Drawing.Charts.TopMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.TopMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.get -> DocumentFormat.OpenXml.Drawing.Charts.Width? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.Width.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.get -> DocumentFormat.OpenXml.Drawing.Charts.WidthMode? +DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.WidthMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Dot = 4 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.None = 5 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Picture = 6 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Plus = 7 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Square = 8 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Star = 9 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.Triangle = 10 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues.X = 11 -> DocumentFormat.OpenXml.Drawing.Charts.MarkerStyleValues +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.MaxAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue +DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.MinAxisValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.MinorGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark +DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.MinorTickMark() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.MinorTimeUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit +DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.MinorUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Minus.Minus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.MultiLevelStringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLevelStringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.MultiLvlStrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.MultiLvlStrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.MultiLvlStrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap +DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.NoEndCap() -> void +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels +DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.NoMultiLevelLabels() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.NumberingCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.NumberLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingCache? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberingCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumberReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.NumberReference.NumRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.FormatCode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.NumRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.NumRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Drawing.Charts.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.get -> DocumentFormat.OpenXml.Drawing.Charts.OfPieType? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.OfPieType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.OfPieType() -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.OfPieType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Bar = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.OfPieValues.Pie = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OfPieValues +DocumentFormat.OpenXml.Drawing.Charts.Order +DocumentFormat.OpenXml.Drawing.Charts.Order.Order() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Orientation() -> void +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Orientation.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MaxMin = 0 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.OrientationValues.MinMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.OrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Overlap +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Overlap() -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Overlap.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Overlay +DocumentFormat.OpenXml.Drawing.Charts.Overlay.Overlay() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Default = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PageSetupOrientationValues +DocumentFormat.OpenXml.Drawing.Charts.Period +DocumentFormat.OpenXml.Drawing.Charts.Period.Period() -> void +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.Period.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Perspective() -> void +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Perspective.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.PictureFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.StackScale = 2 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues.Stretch = 0 -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormatValues +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToEnd.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToFront.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.get -> DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.ApplyToSides.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureFormat? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit? +DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.PictureStackUnit.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.PictureStackUnit() -> void +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.Pie3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Pie3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.Pie3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.PieChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.PieChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.PieChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.PieChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.PieSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.PieSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.DataLabel? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.DataLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.PivotFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.PivotFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Drawing.Charts.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName() -> void +DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.PivotTableName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly +DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.PlotVisibleOnly() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus() -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Plus.Plus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PointCount +DocumentFormat.OpenXml.Drawing.Charts.PointCount.PointCount() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.PolynomialOrder() -> void +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Drawing.Charts.PageMargins? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Drawing.Charts.PageSetup? +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartObject? +DocumentFormat.OpenXml.Drawing.Charts.Protection.ChartObject.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.get -> DocumentFormat.OpenXml.Drawing.Charts.Data? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Data.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.get -> DocumentFormat.OpenXml.Drawing.Charts.Formatting? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Formatting.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Protection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.get -> DocumentFormat.OpenXml.Drawing.Charts.Selection? +DocumentFormat.OpenXml.Drawing.Charts.Protection.Selection.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.get -> DocumentFormat.OpenXml.Drawing.Charts.UserInterface? +DocumentFormat.OpenXml.Drawing.Charts.Protection.UserInterface.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyle? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.RadarStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.RadarChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.RadarChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.RadarChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.RadarSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.RadarSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.RadarStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Filled = 2 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Marker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues.Standard = 0 -> DocumentFormat.OpenXml.Drawing.Charts.RadarStyleValues +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.Id.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RelationshipIdType.RelationshipIdType() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText() -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.RichText.RichText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes +DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.RightAngleAxes() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX +DocumentFormat.OpenXml.Drawing.Charts.RotateX.RotateX() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.Charts.RotateX.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY +DocumentFormat.OpenXml.Drawing.Charts.RotateY.RotateY() -> void +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.RotateY.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners +DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.RoundedCorners() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.get -> DocumentFormat.OpenXml.Drawing.Charts.LogBase? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.LogBase.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MaxAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.get -> DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.MinAxisValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.get -> DocumentFormat.OpenXml.Drawing.Charts.Orientation? +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Orientation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling() -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Scaling.Scaling(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.get -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.ScatterStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.ScatterChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.ScatterChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.ScatterSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.ScatterSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.ScatterStyle() -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.LineMarker = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Marker = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.Smooth = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues.SmoothMarker = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ScatterStyleValues +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint +DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.SecondPiePoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.SecondPieSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Selection +DocumentFormat.OpenXml.Drawing.Charts.Selection.Selection() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator() -> void +DocumentFormat.OpenXml.Drawing.Charts.Separator.Separator(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.SerAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.SerAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.SeriesLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText() -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.SeriesText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Drawing.Charts.SeriesText.StringReference.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape +DocumentFormat.OpenXml.Drawing.Charts.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Shape.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Box = 2 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cone = 0 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.ConeToMax = 1 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Cylinder = 3 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.Pyramid = 4 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShapeValues.PyramidToMaximum = 5 -> DocumentFormat.OpenXml.Drawing.Charts.ShapeValues +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize +DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.ShowBubbleSize() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName +DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.ShowCategoryName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum +DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.ShowDataLabelsOverMaximum() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.ShowHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys +DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.ShowKeys() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines +DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey +DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.ShowLegendKey() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker +DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.ShowMarker() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles +DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.ShowNegativeBubbles() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.ShowOutlineBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent +DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.ShowPercent() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName +DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.ShowSeriesName() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowValue +DocumentFormat.OpenXml.Drawing.Charts.ShowValue.ShowValue() -> void +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder +DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.ShowVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall() -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SideWall.SideWall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Size +DocumentFormat.OpenXml.Drawing.Charts.Size.Size() -> void +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Size.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.SizeRepresents() -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Area = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues.Width = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SizeRepresentsValues +DocumentFormat.OpenXml.Drawing.Charts.SkipType +DocumentFormat.OpenXml.Drawing.Charts.SkipType.SkipType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Charts.SkipType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Smooth +DocumentFormat.OpenXml.Drawing.Charts.Smooth.Smooth() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition +DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.SplitPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType +DocumentFormat.OpenXml.Drawing.Charts.SplitType.SplitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.SplitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Custom = 0 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Percent = 1 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Position = 2 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.SplitValues.Value = 3 -> DocumentFormat.OpenXml.Drawing.Charts.SplitValues +DocumentFormat.OpenXml.Drawing.Charts.StockChart +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChart.StockChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.StockChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.StockChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.StrDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.StrDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringCache.StringCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.StringLiteral(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.get -> DocumentFormat.OpenXml.Drawing.Charts.NumericValue? +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.NumericValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringPoint.StringPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.get -> DocumentFormat.OpenXml.Drawing.Charts.Formula? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.Formula.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.get -> DocumentFormat.OpenXml.Drawing.Charts.StringCache? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringCache.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StringReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.StringReference.StrRefExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.StrRefExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.StrRefExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Style +DocumentFormat.OpenXml.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Surface3DChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.get -> DocumentFormat.OpenXml.Drawing.Charts.VaryColors? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.VaryColors.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Surface3DChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.Surface3DChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.SurfaceChart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.get -> DocumentFormat.OpenXml.Drawing.Charts.Wireframe? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.Wireframe.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.SurfaceChartExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.SurfaceChartExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.SurfaceSerExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.SurfaceSerExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.PictureOptions.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType() -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.SurfaceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.get -> DocumentFormat.OpenXml.Drawing.Charts.Thickness? +DocumentFormat.OpenXml.Drawing.Charts.SurfaceType.Thickness.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Symbol() -> void +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.Symbol.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Thickness() -> void +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Drawing.Charts.Thickness.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.TickLabelPosition() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.High = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.Low = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.NextTo = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPositionValues +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip +DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.TickLabelSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip +DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.TickMarkSkip() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.TickMarkType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TickMarkType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Cross = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Inside = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.None = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues.Outside = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TickMarkValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.TimeUnitType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Days = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Months = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues.Years = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues +DocumentFormat.OpenXml.Drawing.Charts.Title +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.Title.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Title.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.Title.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.get -> DocumentFormat.OpenXml.Drawing.Charts.Overlay? +DocumentFormat.OpenXml.Drawing.Charts.Title.Overlay.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.Title.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Title.Title(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Top +DocumentFormat.OpenXml.Drawing.Charts.Top.Top() -> void +DocumentFormat.OpenXml.Drawing.Charts.TopMode +DocumentFormat.OpenXml.Drawing.Charts.TopMode.TopMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.get -> DocumentFormat.OpenXml.Drawing.Charts.Backward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Backward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayEquation.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.get -> DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.DisplayRSquaredValue.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.get -> DocumentFormat.OpenXml.Drawing.Charts.Forward? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Forward.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.get -> DocumentFormat.OpenXml.Drawing.Charts.Intercept? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Intercept.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.get -> DocumentFormat.OpenXml.Drawing.Charts.Period? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Period.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.get -> DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.PolynomialOrder.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.Trendline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineName? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineName.set -> void +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.get -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineType? +DocumentFormat.OpenXml.Drawing.Charts.Trendline.TrendlineType.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartText? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ChartText.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.get -> DocumentFormat.OpenXml.Drawing.Charts.Layout? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.Layout.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.TrendlineName(string! text) -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.TrendlineType() -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Exponential = 0 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Linear = 1 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Logarithmic = 2 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.MovingAverage = 3 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Polynomial = 4 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues.Power = 5 -> DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpBars.UpBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.get -> DocumentFormat.OpenXml.Drawing.Charts.DownBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.DownBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.get -> DocumentFormat.OpenXml.Drawing.Charts.GapWidth? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.GapWidth.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.get -> DocumentFormat.OpenXml.Drawing.Charts.UpBars? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpBars.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.UpDownBars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType() -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UpDownBarType.UpDownBarType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserInterface +DocumentFormat.OpenXml.Drawing.Charts.UserInterface.UserInterface() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Load(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.Save(DocumentFormat.OpenXml.Packaging.ChartDrawingPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes() -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapes.UserShapes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference +DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.UserShapesReference() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.ValAxExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.ValAxExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisId? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisId.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.AxisPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.get -> DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CrossingAxis.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.get -> DocumentFormat.OpenXml.Drawing.Charts.Delete? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Delete.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MajorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorGridlines.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.get -> DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.MinorTickMark.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.NumberingFormat.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.get -> DocumentFormat.OpenXml.Drawing.Charts.Scaling? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Scaling.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.TextProperties? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.get -> DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.TickLabelPosition.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.get -> DocumentFormat.OpenXml.Drawing.Charts.Title? +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.Title.set -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values +DocumentFormat.OpenXml.Drawing.Charts.Values.Values() -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.VaryColors +DocumentFormat.OpenXml.Drawing.Charts.VaryColors.VaryColors() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.DepthPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.DepthPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Drawing.Charts.View3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.get -> DocumentFormat.OpenXml.Drawing.Charts.HeightPercent? +DocumentFormat.OpenXml.Drawing.Charts.View3D.HeightPercent.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.get -> DocumentFormat.OpenXml.Drawing.Charts.Perspective? +DocumentFormat.OpenXml.Drawing.Charts.View3D.Perspective.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.get -> DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateX? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateX.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.get -> DocumentFormat.OpenXml.Drawing.Charts.RotateY? +DocumentFormat.OpenXml.Drawing.Charts.View3D.RotateY.set -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D() -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.View3D.View3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.Width +DocumentFormat.OpenXml.Drawing.Charts.Width.Width() -> void +DocumentFormat.OpenXml.Drawing.Charts.WidthMode +DocumentFormat.OpenXml.Drawing.Charts.WidthMode.WidthMode() -> void +DocumentFormat.OpenXml.Drawing.Charts.Wireframe +DocumentFormat.OpenXml.Drawing.Charts.Wireframe.Wireframe() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.XValues.XValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues() -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Charts.YValues.YValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ChildExtents +DocumentFormat.OpenXml.Drawing.ChildExtents.ChildExtents() -> void +DocumentFormat.OpenXml.Drawing.ChildOffset +DocumentFormat.OpenXml.Drawing.ChildOffset.ChildOffset() -> void +DocumentFormat.OpenXml.Drawing.CloseShapePath +DocumentFormat.OpenXml.Drawing.CloseShapePath.CloseShapePath() -> void +DocumentFormat.OpenXml.Drawing.Color2Type +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type() -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.Color2Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Color2Type.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Color2Type.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Color2Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Color2Type.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange() -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.get -> DocumentFormat.OpenXml.Drawing.ColorFrom? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorFrom.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.get -> DocumentFormat.OpenXml.Drawing.ColorTo? +DocumentFormat.OpenXml.Drawing.ColorChange.ColorTo.set -> void +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ColorChange.UseAlpha.set -> void +DocumentFormat.OpenXml.Drawing.ColorFrom +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom() -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorFrom.ColorFrom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement() -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.ColorReplacement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorReplacement.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorReplacement.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.get -> DocumentFormat.OpenXml.Drawing.Accent1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.get -> DocumentFormat.OpenXml.Drawing.Accent2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.get -> DocumentFormat.OpenXml.Drawing.Accent3Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent3Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.get -> DocumentFormat.OpenXml.Drawing.Accent4Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent4Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.get -> DocumentFormat.OpenXml.Drawing.Accent5Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent5Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.get -> DocumentFormat.OpenXml.Drawing.Accent6Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Accent6Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.get -> DocumentFormat.OpenXml.Drawing.Dark1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.get -> DocumentFormat.OpenXml.Drawing.Dark2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Dark2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ColorScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.get -> DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor? +DocumentFormat.OpenXml.Drawing.ColorScheme.FollowedHyperlinkColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.get -> DocumentFormat.OpenXml.Drawing.Hyperlink? +DocumentFormat.OpenXml.Drawing.ColorScheme.Hyperlink.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.get -> DocumentFormat.OpenXml.Drawing.Light1Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light1Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.get -> DocumentFormat.OpenXml.Drawing.Light2Color? +DocumentFormat.OpenXml.Drawing.ColorScheme.Light2Color.set -> void +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ColorScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Drawing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Drawing.ColorTo +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo() -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorTo.ColorTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType +DocumentFormat.OpenXml.Drawing.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Complement +DocumentFormat.OpenXml.Drawing.Complement.Complement() -> void +DocumentFormat.OpenXml.Drawing.ComplexScriptFont +DocumentFormat.OpenXml.Drawing.ComplexScriptFont.ComplexScriptFont() -> void +DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Single = 0 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Drawing.CompoundLineValues +DocumentFormat.OpenXml.Drawing.ConnectionShape +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectionShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.get -> DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.ConnectorLockingExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Angle.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.ConnectionSite(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.get -> DocumentFormat.OpenXml.Drawing.Position? +DocumentFormat.OpenXml.Drawing.ConnectionSite.Position.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList() -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectionSiteList.ConnectionSiteList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectionType +DocumentFormat.OpenXml.Drawing.ConnectionType.ConnectionType() -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Id.set -> void +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.ConnectionType.Index.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.ConnectorLockingExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.ConnectorLockingExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CubicBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor() -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.CustomColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.CustomColor.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.CustomColor.Name.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.CustomColor.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.CustomColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.CustomColor.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.CustomColorList +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList() -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomColorList.CustomColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash() -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomDash.CustomDash(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.get -> DocumentFormat.OpenXml.Drawing.AdjustHandleList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustHandleList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.get -> DocumentFormat.OpenXml.Drawing.ConnectionSiteList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ConnectionSiteList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry() -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.CustomGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.get -> DocumentFormat.OpenXml.Drawing.PathList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.PathList.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.get -> DocumentFormat.OpenXml.Drawing.Rectangle? +DocumentFormat.OpenXml.Drawing.CustomGeometry.Rectangle.set -> void +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.get -> DocumentFormat.OpenXml.Drawing.ShapeGuideList? +DocumentFormat.OpenXml.Drawing.CustomGeometry.ShapeGuideList.set -> void +DocumentFormat.OpenXml.Drawing.Dark1Color +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color() -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark1Color.Dark1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color() -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Dark2Color.Dark2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DashStop +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.DashLength.set -> void +DocumentFormat.OpenXml.Drawing.DashStop.DashStop() -> void +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.DashStop.SpaceLength.set -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension() -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.DataModelExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.DataModelExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.DefaultParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties() -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultRunProperties.DefaultRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType() -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.DefaultShapeDefinitionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.DefaultShapeDefinitionType.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagram +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagram.BuildStep.set -> void +DocumentFormat.OpenXml.Drawing.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Drawing.Diagram.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagram.Id.set -> void +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.DiagramBuildStepValues +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Adjust() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Index.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.AdjustList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Algorithm(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Revision.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Composite = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Connector = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Cycle = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyChild = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.HierarchyRoot = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Linear = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Pyramid = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Snake = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Space = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues.Text = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AlgorithmValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.AnimateOneByOne() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.Branch = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues.One = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOneValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.AnimationLevel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.Level = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevelStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Arrow = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues.NoArrow = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ArrowheadStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Gravity = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues.Upright = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AutoTextRotationValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Ancestor = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.AncestorOrSelf = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.DescendantOrSelf = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Follow = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.FollowSibling = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.None = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Parent = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Preceding = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.PrecedingSibling = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Root = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.AxisValues +DocumentFormat.OpenXml.Drawing.Diagrams.Background +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Beginning = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.Default = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues.End = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BendPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.Equal = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.GreaterThanOrEqualTo = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.LessThanOrEqualTo = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BoolOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Balanced = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.EndCanvas = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues.Fixed = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.BreakpointValues +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.BulletEnabled() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Category() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Category.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CategoryList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.FirstNode = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.CenterShapeMappingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Left = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Bottom = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ChildOrderValues +DocumentFormat.OpenXml.Drawing.Diagrams.Choose +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Choose(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Choose.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Cycle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Repeat = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues.Span = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorApplicationMethodValues +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.ColorData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.ColorDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.ColorsDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.DiagramColorsPart.get -> DocumentFormat.OpenXml.Packaging.DiagramColorsPart? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramColorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ColorsDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.ColorsDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.ColorsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.HueDirection.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorsType.Method.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.ColorTransformCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.ColorTransformCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.ColorTransformDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ColorTransformStyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.EffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.FillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.LineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextEffectColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextFillColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList? +DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.TextLineColorList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.DestinationPosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.ParentTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.PresentationId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SiblingTransitionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.SourcePosition.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Connection.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.ConnectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.ParentOf = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationOf = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.PresentationParentOf = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues.UnknownRelationship = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.Custom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Auto = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomCenter = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleLeft = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.MiddleRight = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.Radial = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopCenter = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopLeft = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues.TopRight = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorPointValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Bending = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Curve = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.LongCurve = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues.Straight = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectorRoutingValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Constraint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceFor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferencePointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.ReferenceType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Child = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Descendant = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues.Self = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintRelationshipValues +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.Constraints(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.AlignmentOffset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadHeight = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ArrowheadWidth = 62 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningMargin = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BeginningPadding = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BendingDistance = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Bottom = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomMargin = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.BottomOffset = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterHeight = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterWidth = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterXOffset = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.CenterYOffset = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.ConnectionDistance = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Diameter = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndMargin = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.EndPadding = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Height = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.HeightOffset = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Left = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.LeftOffset = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PrimaryFontSize = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.PyramidAccentRatio = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Right = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightMargin = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.RightOffset = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondaryFontSize = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SecondarySiblingSpacing = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.SiblingSpacing = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Spacing = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.StemThickness = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Top = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopMargin = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.TopOffset = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedA = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedB = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedC = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedD = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedE = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedF = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedG = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedH = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedI = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedJ = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedK = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedL = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedM = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedN = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedO = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedP = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedQ = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedR = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedS = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedT = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedU = 55 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedV = 56 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedW = 57 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedX = 58 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedY = 59 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.UserDefinedZ = 60 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.Width = 61 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues.WidthOffset = 63 -> DocumentFormat.OpenXml.Drawing.Diagrams.ConstraintValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.ReverseDirection = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues.SameDirection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ContinueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.DataModelExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Background? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Background.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.ConnectionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DataModelRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.DiagramDataPart.get -> DocumentFormat.OpenXml.Packaging.DiagramDataPart? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Load(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PointList? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.PointList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Save(DocumentFormat.OpenXml.Packaging.DiagramDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Whole? +DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.Whole.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Description() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Description.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.DiagramChooseElse(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Argument.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.DiagramChooseIf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Function.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Operator.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.DiagramDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.DiagramDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Direction() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Direction.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Normal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues.Reversed = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.DirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.EffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.All = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Assistant = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Document = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Node = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonAssistant = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.NonNormal = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Normal = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.ParentTransition = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.Presentation = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues.SiblingTransition = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.OneDimension = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues.TwoDimension = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FallbackDimensionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.FillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Column = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues.Row = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FlowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.ForEach(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Reference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThan = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.GreaterThanOrEqualTo = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThan = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.LessThanOrEqualTo = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues.NotEqualTo = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionOperatorValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Count = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Depth = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.MaxDepth = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Position = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionEven = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.PositionOdd = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.ReversePosition = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues.Variable = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.FunctionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.BottomRight = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterChild = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomCenterDescendant = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomLeft = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.BottomRight = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftBottom = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterChild = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftCenterDescendant = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.LeftTop = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightBottom = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterChildren = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightCenterDescendants = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.RightTop = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterChildren = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopCenterDescendants = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues.TopRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.HierarchyBranch() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Hanging = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Initial = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues.Standard = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranchStyleValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues.Counterclockwise = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.DiagramLayoutDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.LayoutDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.DefaultStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.LayoutDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.LayoutDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.ChildOrder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.LayoutNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.MoveWith.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.StyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimateOneByOne.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.AnimationLevel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.get -> DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.BulletEnabled.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Direction? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.get -> DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.HierarchyBranch.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.LayoutVariablePropertySetType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.MaxNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.get -> DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.OrganizationChart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.PreferredNumberOfChildren.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles? +DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType.ResizeHandles.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromBottom = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromLeft = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromRight = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues.FromTop = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.LinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.LineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.MaxNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeHorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.NodeVerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues.Offset = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OffsetValues +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.OrganizationChart() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.Connection = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.OutputShapeValues +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AspectRatio = 41 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.AutoTextRotation = 30 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningArrowheadStyle = 10 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BeginningPoints = 53 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BendPoint = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Breakpoint = 34 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.BreakpointFixedValue = 37 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.CenterShapeMapping = 14 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildAlignment = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ChildDirection = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectionRoute = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ConnectorDimension = 12 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ContinueDirection = 33 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.DestinationNode = 52 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndPoints = 54 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.EndStyle = 11 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FallbackScale = 17 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.FlowDirection = 32 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.GrowDirection = 31 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HierarchyAlignment = 36 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.HorizontalAlignment = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LinearDirection = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterChildrenParagraph = 45 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingAfterParentParagraph = 43 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingChildren = 44 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.LineSpacingParent = 42 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeHorizontalAlignment = 15 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.NodeVerticalAlignment = 16 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.Offset = 35 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextLeftToRightAlignment = 26 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ParentTextRightToLeftAlignment = 27 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentBackgroundNode = 49 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentPosition = 19 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextMargin = 20 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidAccentTextNode = 50 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.PyramidLevelNode = 48 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RotationPath = 13 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.RouteShortestDistance = 46 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryChildAlignment = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SecondaryLinearDirection = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextLeftToRightAlignment = 28 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.ShapeTextRightToLeftAlignment = 29 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SourceNode = 51 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.SpanAngle = 40 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartAngle = 39 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartBulletsAtLevel = 38 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.StartElement = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAlignment = 47 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontal = 22 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorHorizontalWithChildren = 24 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVertical = 23 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextAnchorVerticalWithChildren = 25 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextBlockDirection = 21 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.TextDirection = 18 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues.VerticalAlignment = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ParameterIdValues +DocumentFormat.OpenXml.Drawing.Diagrams.Point +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ConnectionId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ModelId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Point(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PropertySet.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.PtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBody? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Point.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointList.PointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Assistant = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Document = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.ParentTransition = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.Presentation = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PointValues.SiblingTransition = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.PointValues +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.PreferredNumberOfChildren() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.PresentationLayoutVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Axis.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Count.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.HideLastTrans.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.PresentationOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Start.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.Step.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Coherent3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.ColorType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FactorWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedHeightOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.FixedWidthOverride.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HightScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.IncludeAngleScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.LayoutTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.NeighborOffsetWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Placeholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PlaceholderText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationElementId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.get -> DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationLayoutVariables.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleCount.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleIndex.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PresentationStyleLabel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.PropertySet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleCategoryId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.QuickStyleTypeId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.RadiusScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.TextChanged.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.WidthScale.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.PtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.After = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues.Before = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentPositionValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Stack = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues.Step = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.PyramidAccentTextMarginValues +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.ColorPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.DataPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.LayoutPart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.RelationshipIds() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.StylePart.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.ResizeHandles() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Exact = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues.Relative = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandlesStringValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.AlongPath = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.RotationPathValues +DocumentFormat.OpenXml.Drawing.Diagrams.Rule +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Fact.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.For.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.ForName.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Max.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.PointType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Rule.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.RuleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.SampleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModel? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.DataModel.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.SampleDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.SampleDataType.UseDefault.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryChildAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromBottom = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromLeft = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromRight = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.FromTop = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.SecondaryLinearDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.Shape +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.AdjustList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.BlipPlaceholder.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.HideGeometry.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.LockedText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape.ZOrderOffset.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Shape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.Z.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Node = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues.Transition = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.StartingElementValues +DocumentFormat.OpenXml.Drawing.Diagrams.Style +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Diagrams.Style.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.StyleData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.DiagramStylePart.get -> DocumentFormat.OpenXml.Packaging.DiagramStylePart? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Load(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.Save(DocumentFormat.OpenXml.Packaging.DiagramStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.StyleDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.MinVersion.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.ResourceId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.StyleDefinitionHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.UniqueId.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.StyleDefinitionHeaderList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.StyleDefinitionTitle() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.StyleDisplayCategories(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Priority.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.StyleDisplayCategory() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.Type.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Name.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Scene3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Shape3D.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.get -> DocumentFormat.OpenXml.Drawing.Diagrams.Style? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.Style.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.StyleLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.get -> DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.TextProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.StyleLabelDescription() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorHorizontalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextAnchorVerticalValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextBlockDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromBottom = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues.FromTop = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.TextDirectionValues +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.TextEffectColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.TextFillColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.TextLineColorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.get -> DocumentFormat.OpenXml.Drawing.FlatText? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.FlatText.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.get -> DocumentFormat.OpenXml.Drawing.Shape3DType? +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.Shape3DType.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Language.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Title() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Diagrams.Title.Val.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.VariableList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimateOne = 7 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.AnimationLevel = 8 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.BulletsEnabled = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildMax = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ChildPreference = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.Direction = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.HierarchyBranch = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.None = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.OrganizationalChart = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues.ResizeHandles = 9 -> DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Bottom2010 = 6 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Middle2010 = 5 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.None = 3 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues.Top2010 = 4 -> DocumentFormat.OpenXml.Drawing.Diagrams.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Diagrams.Whole +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Outline.set -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole() -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Diagrams.Whole.Whole(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone +DocumentFormat.OpenXml.Drawing.Duotone.Duotone() -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Duotone.Duotone(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EastAsianFont +DocumentFormat.OpenXml.Drawing.EastAsianFont.EastAsianFont() -> void +DocumentFormat.OpenXml.Drawing.Effect +DocumentFormat.OpenXml.Drawing.Effect.Effect() -> void +DocumentFormat.OpenXml.Drawing.Effect.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Effect.Reference.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainer +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer() -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainer.EffectContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType() -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.EffectContainerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.EffectContainerType.Type.set -> void +DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Sibling = 0 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectContainerValues.Tree = 1 -> DocumentFormat.OpenXml.Drawing.EffectContainerValues +DocumentFormat.OpenXml.Drawing.EffectDag +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag() -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectDag.EffectDag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList +DocumentFormat.OpenXml.Drawing.EffectList.Blur.get -> DocumentFormat.OpenXml.Drawing.Blur? +DocumentFormat.OpenXml.Drawing.EffectList.Blur.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList() -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectList.EffectList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.get -> DocumentFormat.OpenXml.Drawing.FillOverlay? +DocumentFormat.OpenXml.Drawing.EffectList.FillOverlay.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Glow.get -> DocumentFormat.OpenXml.Drawing.Glow? +DocumentFormat.OpenXml.Drawing.EffectList.Glow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.get -> DocumentFormat.OpenXml.Drawing.InnerShadow? +DocumentFormat.OpenXml.Drawing.EffectList.InnerShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.get -> DocumentFormat.OpenXml.Drawing.OuterShadow? +DocumentFormat.OpenXml.Drawing.EffectList.OuterShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.get -> DocumentFormat.OpenXml.Drawing.PresetShadow? +DocumentFormat.OpenXml.Drawing.EffectList.PresetShadow.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.get -> DocumentFormat.OpenXml.Drawing.Reflection? +DocumentFormat.OpenXml.Drawing.EffectList.Reflection.set -> void +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.get -> DocumentFormat.OpenXml.Drawing.SoftEdge? +DocumentFormat.OpenXml.Drawing.EffectList.SoftEdge.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectDag.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectList.set -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectPropertiesType.EffectPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle() -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyle.EffectStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList() -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EffectStyleList.EffectStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Drawing.EmptyType +DocumentFormat.OpenXml.Drawing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Drawing.EndConnection +DocumentFormat.OpenXml.Drawing.EndConnection.EndConnection() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties() -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.EndParagraphRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.EndTime +DocumentFormat.OpenXml.Drawing.EndTime.EndTime() -> void +DocumentFormat.OpenXml.Drawing.Extension +DocumentFormat.OpenXml.Drawing.Extension.Extension() -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Extension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ExtensionList +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Extents +DocumentFormat.OpenXml.Drawing.Extents.Extents() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.get -> DocumentFormat.OpenXml.Drawing.ColorMap? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorMap.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorScheme.ExtraColorScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList() -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.ExtraColorSchemeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field +DocumentFormat.OpenXml.Drawing.Field.Field() -> void +DocumentFormat.OpenXml.Drawing.Field.Field(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Field.Field(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Field.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Id.set -> void +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Field.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Field.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Field.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Field.Text.set -> void +DocumentFormat.OpenXml.Drawing.Field.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Field.Type.set -> void +DocumentFormat.OpenXml.Drawing.Fill +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Fill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill() -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.Fill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.Fill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.Fill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FillOverlay.Blend.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay() -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.FillOverlay(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillOverlay.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.FillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties() -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.FillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.FillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.FillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.FillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.FillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.FillRectangle +DocumentFormat.OpenXml.Drawing.FillRectangle.FillRectangle() -> void +DocumentFormat.OpenXml.Drawing.FillReference +DocumentFormat.OpenXml.Drawing.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList() -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FillStyleList.FillStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FillToRectangle +DocumentFormat.OpenXml.Drawing.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn() -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstColumn.FirstColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow() -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FirstRow.FirstRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FlatText +DocumentFormat.OpenXml.Drawing.FlatText.FlatText() -> void +DocumentFormat.OpenXml.Drawing.FlatText.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.FlatText.Z.set -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor() -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.FollowedHyperlinkColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Major = 0 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.Minor = 1 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues.None = 2 -> DocumentFormat.OpenXml.Drawing.FontCollectionIndexValues +DocumentFormat.OpenXml.Drawing.FontCollectionType +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.get -> DocumentFormat.OpenXml.Drawing.ComplexScriptFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.ComplexScriptFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.get -> DocumentFormat.OpenXml.Drawing.EastAsianFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.EastAsianFont.set -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType() -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.FontCollectionType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.get -> DocumentFormat.OpenXml.Drawing.LatinFont? +DocumentFormat.OpenXml.Drawing.FontCollectionType.LatinFont.set -> void +DocumentFormat.OpenXml.Drawing.FontReference +DocumentFormat.OpenXml.Drawing.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.FontReference.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.FontReference.Index.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.FontReference.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.FontReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.FontReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.FontReference.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.Fonts +DocumentFormat.OpenXml.Drawing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.FontScheme.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.FontScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.get -> DocumentFormat.OpenXml.Drawing.MajorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MajorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.get -> DocumentFormat.OpenXml.Drawing.MinorFont? +DocumentFormat.OpenXml.Drawing.FontScheme.MinorFont.set -> void +DocumentFormat.OpenXml.Drawing.FontScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FontScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ForegroundColor.ForegroundColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.get -> DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.BackgroundFillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.get -> DocumentFormat.OpenXml.Drawing.EffectStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.EffectStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.get -> DocumentFormat.OpenXml.Drawing.FillStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.FillStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme() -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.FormatScheme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.get -> DocumentFormat.OpenXml.Drawing.LineStyleList? +DocumentFormat.OpenXml.Drawing.FormatScheme.LineStyleList.set -> void +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.FormatScheme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Gamma +DocumentFormat.OpenXml.Drawing.Gamma.Gamma() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType() -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GeometryGuideListType.GeometryGuideListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow +DocumentFormat.OpenXml.Drawing.Glow.Glow() -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Glow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.Glow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.Glow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Glow.Radius.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.Glow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.Glow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.GradientFill.Flip.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.get -> DocumentFormat.OpenXml.Drawing.GradientStopList? +DocumentFormat.OpenXml.Drawing.GradientFill.GradientStopList.set -> void +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GradientFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.GradientStop.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.GradientStop.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.GradientStop.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.GradientStop.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.GradientStopList +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic +DocumentFormat.OpenXml.Drawing.Graphic.Graphic() -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Graphic.Graphic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.get -> DocumentFormat.OpenXml.Drawing.GraphicData? +DocumentFormat.OpenXml.Drawing.Graphic.GraphicData.set -> void +DocumentFormat.OpenXml.Drawing.GraphicData +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData() -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.GraphicData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GraphicData.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrame.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks() -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.GraphicFrameLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoDrilldown.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.Gray +DocumentFormat.OpenXml.Drawing.Gray.Gray() -> void +DocumentFormat.OpenXml.Drawing.Grayscale +DocumentFormat.OpenXml.Drawing.Grayscale.Grayscale() -> void +DocumentFormat.OpenXml.Drawing.Green +DocumentFormat.OpenXml.Drawing.Green.Green() -> void +DocumentFormat.OpenXml.Drawing.GreenModulation +DocumentFormat.OpenXml.Drawing.GreenModulation.GreenModulation() -> void +DocumentFormat.OpenXml.Drawing.GreenOffset +DocumentFormat.OpenXml.Drawing.GreenOffset.GreenOffset() -> void +DocumentFormat.OpenXml.Drawing.GridColumn +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GridColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.GridColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GridColumn.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Drawing.GroupFill +DocumentFormat.OpenXml.Drawing.GroupFill.GroupFill() -> void +DocumentFormat.OpenXml.Drawing.GroupShape +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.GroupShape.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.GroupShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.GroupShapeLocks.NoUngrouping.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.GvmlGroupShapeExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList() -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.GvmlGroupShapeExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HeadEnd +DocumentFormat.OpenXml.Drawing.HeadEnd.HeadEnd() -> void +DocumentFormat.OpenXml.Drawing.Highlight +DocumentFormat.OpenXml.Drawing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Highlight.Highlight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hsl +DocumentFormat.OpenXml.Drawing.Hsl.Hsl() -> void +DocumentFormat.OpenXml.Drawing.Hsl.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Hue.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Luminance.set -> void +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hsl.Saturation.set -> void +DocumentFormat.OpenXml.Drawing.HslColor +DocumentFormat.OpenXml.Drawing.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HslColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.HueValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.LumValue.set -> void +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HslColor.SatValue.set -> void +DocumentFormat.OpenXml.Drawing.Hue +DocumentFormat.OpenXml.Drawing.Hue.Hue() -> void +DocumentFormat.OpenXml.Drawing.Hue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Hue.Val.set -> void +DocumentFormat.OpenXml.Drawing.HueModulation +DocumentFormat.OpenXml.Drawing.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Drawing.HueOffset +DocumentFormat.OpenXml.Drawing.HueOffset.HueOffset() -> void +DocumentFormat.OpenXml.Drawing.HueOffset.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.HueOffset.Val.set -> void +DocumentFormat.OpenXml.Drawing.Hyperlink +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.HyperlinkExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.HyperlinkExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.HyperlinkOnClick(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.HyperlinkOnHover(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.HyperlinkOnMouseOver(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkSound +DocumentFormat.OpenXml.Drawing.HyperlinkSound.HyperlinkSound() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Action.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.EndSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HighlightClick.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.History.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.get -> DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.get -> DocumentFormat.OpenXml.Drawing.HyperlinkSound? +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkSound.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType() -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.HyperlinkType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Id.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.InvalidUrl.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.TargetFrame.set -> void +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.HyperlinkType.Tooltip.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.InnerShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow() -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.InnerShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.InnerShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.InnerShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.InsideHorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.InsideVerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Inverse +DocumentFormat.OpenXml.Drawing.Inverse.Inverse() -> void +DocumentFormat.OpenXml.Drawing.InverseGamma +DocumentFormat.OpenXml.Drawing.InverseGamma.InverseGamma() -> void +DocumentFormat.OpenXml.Drawing.LastColumn +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn() -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastColumn.LastColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow +DocumentFormat.OpenXml.Drawing.LastRow.LastRow() -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LastRow.LastRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LatinFont +DocumentFormat.OpenXml.Drawing.LatinFont.LatinFont() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.LeftBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.ShapeId.set -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.Level1ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.Level2ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.Level3ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.Level4ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.Level5ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.Level6ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.Level7ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.Level8ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.Level9ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color() -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light1Color.Light1Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color() -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Light2Color.Light2Color(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig +DocumentFormat.OpenXml.Drawing.LightRig.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Direction.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rig.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LightRig.Rig.set -> void +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.get -> DocumentFormat.OpenXml.Drawing.Rotation? +DocumentFormat.OpenXml.Drawing.LightRig.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.LightRigDirectionValues +DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Balanced = 13 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Chilly = 21 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Contrasting = 17 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flat = 23 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Flood = 16 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Freezing = 22 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Glow = 25 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Harsh = 15 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Morning = 18 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Soft = 14 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunrise = 19 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.Sunset = 20 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.ThreePoints = 12 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LightRigValues.TwoPoints = 24 -> DocumentFormat.OpenXml.Drawing.LightRigValues +DocumentFormat.OpenXml.Drawing.LinearGradientFill +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Angle.set -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.LinearGradientFill() -> void +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.LinearGradientFill.Scaled.set -> void +DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.LineCapValues +DocumentFormat.OpenXml.Drawing.LineDefault +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault() -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineDefault.LineDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndLengthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndLengthValues +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Length.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.LineEndPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Type.set -> void +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LineEndPropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Arrow = 5 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Diamond = 3 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.None = 0 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Oval = 4 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Stealth = 2 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndValues.Triangle = 1 -> DocumentFormat.OpenXml.Drawing.LineEndValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Large = 2 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineEndWidthValues.Small = 0 -> DocumentFormat.OpenXml.Drawing.LineEndWidthValues +DocumentFormat.OpenXml.Drawing.LineJoinBevel +DocumentFormat.OpenXml.Drawing.LineJoinBevel.LineJoinBevel() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CapType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.CompoundLineType.set -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType() -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.LinePropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LinePropertiesType.Width.set -> void +DocumentFormat.OpenXml.Drawing.LineReference +DocumentFormat.OpenXml.Drawing.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing() -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineSpacing.LineSpacing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList() -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineStyleList.LineStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo +DocumentFormat.OpenXml.Drawing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LineTo.LineTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LineTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.LineTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ListStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Drawing.ListStyle.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle() -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ListStyle.ListStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas() -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.LockedCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.VisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Luminance +DocumentFormat.OpenXml.Drawing.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Brightness.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.LuminanceEffect.Contrast.set -> void +DocumentFormat.OpenXml.Drawing.LuminanceEffect.LuminanceEffect() -> void +DocumentFormat.OpenXml.Drawing.LuminanceModulation +DocumentFormat.OpenXml.Drawing.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Drawing.LuminanceOffset +DocumentFormat.OpenXml.Drawing.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Drawing.MajorFont +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont() -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MajorFont.MajorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MasterColorMapping +DocumentFormat.OpenXml.Drawing.MasterColorMapping.MasterColorMapping() -> void +DocumentFormat.OpenXml.Drawing.MinorFont +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont() -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MinorFont.MinorFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Miter +DocumentFormat.OpenXml.Drawing.Miter.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Miter.Limit.set -> void +DocumentFormat.OpenXml.Drawing.Miter.Miter() -> void +DocumentFormat.OpenXml.Drawing.MoveTo +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.MoveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.MoveTo.Point.get -> DocumentFormat.OpenXml.Drawing.Point? +DocumentFormat.OpenXml.Drawing.MoveTo.Point.set -> void +DocumentFormat.OpenXml.Drawing.NoAutoFit +DocumentFormat.OpenXml.Drawing.NoAutoFit.NoAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NoBullet +DocumentFormat.OpenXml.Drawing.NoBullet.NoBullet() -> void +DocumentFormat.OpenXml.Drawing.NoFill +DocumentFormat.OpenXml.Drawing.NoFill.NoFill() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.NonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.NonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.NonVisualGroupDrawingShapePropsExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.NonVisualGroupDrawingShapePropsExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.NonVisualPicturePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.NonVisualPicturePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Normal +DocumentFormat.OpenXml.Drawing.Normal.Normal() -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.FontScale.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.NormalAutoFit.LineSpaceReduction.set -> void +DocumentFormat.OpenXml.Drawing.NormalAutoFit.NormalAutoFit() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell() -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NortheastCell.NortheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell() -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.NorthwestCell.NorthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.get -> DocumentFormat.OpenXml.Drawing.LineDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.LineDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults() -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ObjectDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.get -> DocumentFormat.OpenXml.Drawing.ShapeDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.ShapeDefault.set -> void +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.get -> DocumentFormat.OpenXml.Drawing.TextDefault? +DocumentFormat.OpenXml.Drawing.ObjectDefaults.TextDefault.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.OfficeStyleSheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList() -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.OfficeStyleSheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Offset +DocumentFormat.OpenXml.Drawing.Offset.Offset() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow() -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.OuterShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.OuterShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.OuterShadow.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.OuterShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.OuterShadow.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Outline +DocumentFormat.OpenXml.Drawing.Outline.Outline() -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Outline.Outline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping() -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.OverrideColorMapping.OverrideColorMapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.ParagraphProperties? +DocumentFormat.OpenXml.Drawing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.ExtrusionOk.set -> void +DocumentFormat.OpenXml.Drawing.Path.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Path.Fill.set -> void +DocumentFormat.OpenXml.Drawing.Path.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Height.set -> void +DocumentFormat.OpenXml.Drawing.Path.Path() -> void +DocumentFormat.OpenXml.Drawing.Path.Path(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Path.Path(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Path.Stroke.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Path.Stroke.set -> void +DocumentFormat.OpenXml.Drawing.Path.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Path.Width.set -> void +DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Darken = 4 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.DarkenLess = 5 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Lighten = 2 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.LightenLess = 3 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.None = 0 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathFillModeValues.Norm = 1 -> DocumentFormat.OpenXml.Drawing.PathFillModeValues +DocumentFormat.OpenXml.Drawing.PathGradientFill +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.get -> DocumentFormat.OpenXml.Drawing.FillToRectangle? +DocumentFormat.OpenXml.Drawing.PathGradientFill.FillToRectangle.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PathGradientFill.Path.set -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill() -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathGradientFill.PathGradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList +DocumentFormat.OpenXml.Drawing.PathList.PathList() -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PathList.PathList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Circle = 1 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Rectangle = 2 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PathShadeValues.Shape = 0 -> DocumentFormat.OpenXml.Drawing.PathShadeValues +DocumentFormat.OpenXml.Drawing.PatternFill +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Drawing.BackgroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Drawing.ForegroundColor? +DocumentFormat.OpenXml.Drawing.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PatternFill.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PenAlignmentValues.Insert = 1 -> DocumentFormat.OpenXml.Drawing.PenAlignmentValues +DocumentFormat.OpenXml.Drawing.PercentageType +DocumentFormat.OpenXml.Drawing.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Drawing.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.Picture +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Picture.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.PictureBullet.Blip.set -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet() -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureBullet.PictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.PictureLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoCrop.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.PictureLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks() -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PictureLocks.PictureLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Pictures.BlipFill? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Pictures.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Point +DocumentFormat.OpenXml.Drawing.Point.Point() -> void +DocumentFormat.OpenXml.Drawing.Point2DType +DocumentFormat.OpenXml.Drawing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Position +DocumentFormat.OpenXml.Drawing.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType +DocumentFormat.OpenXml.Drawing.PositivePercentageType.PositivePercentageType() -> void +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PositivePercentageType.Val.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Drawing.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetCameraValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Drawing.PresetCameraValues +DocumentFormat.OpenXml.Drawing.PresetColor +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor() -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.PresetColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AliceBlue = 0 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.AntiqueWhite = 1 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aqua = 2 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Aquamarine = 3 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Azure = 4 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Beige = 5 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Bisque = 6 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Black = 7 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlanchedAlmond = 8 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Blue = 9 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BlueViolet = 10 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Brown = 11 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.BurlyWood = 12 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CadetBlue = 13 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chartreuse = 14 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Chocolate = 15 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Coral = 16 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.CornflowerBlue = 17 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cornsilk = 18 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Crimson = 19 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Cyan = 20 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue = 21 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkBlue2010 = 140 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan = 22 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkCyan2010 = 141 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod = 23 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGoldenrod2010 = 142 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray = 24 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGray2010 = 143 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen = 25 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGreen2010 = 145 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey = 183 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkGrey2010 = 144 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki = 26 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkKhaki2010 = 146 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta = 27 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkMagenta2010 = 147 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen = 28 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOliveGreen2010 = 148 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange = 29 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrange2010 = 149 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid = 30 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkOrchid2010 = 150 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed = 31 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkRed2010 = 151 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon = 32 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSalmon2010 = 152 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen = 33 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSeaGreen2010 = 153 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue = 34 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateBlue2010 = 154 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray = 35 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGray2010 = 155 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey = 185 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkSlateGrey2010 = 156 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise = 36 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkTurquoise2010 = 157 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet = 37 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DarkViolet2010 = 158 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepPink = 38 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DeepSkyBlue = 39 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGray = 40 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DimGrey = 184 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.DodgerBlue = 41 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Firebrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.FloralWhite = 43 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.ForestGreen = 44 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Fuchsia = 45 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gainsboro = 46 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GhostWhite = 47 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gold = 48 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Goldenrod = 49 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Gray = 50 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Green = 51 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.GreenYellow = 52 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Grey = 186 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Honeydew = 53 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.HotPink = 54 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.IndianRed = 55 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Indigo = 56 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Ivory = 57 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Khaki = 58 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lavender = 59 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LavenderBlush = 60 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LawnGreen = 61 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LemonChiffon = 62 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue = 63 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightBlue2010 = 159 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral = 64 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCoral2010 = 160 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan = 65 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightCyan2010 = 161 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow = 66 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGoldenrodYellow2010 = 162 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray = 67 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGray2010 = 163 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen = 68 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGreen2010 = 165 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey = 187 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightGrey2010 = 164 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink = 69 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightPink2010 = 166 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon = 70 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSalmon2010 = 167 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen = 71 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSeaGreen2010 = 168 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue = 72 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSkyBlue2010 = 169 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray = 73 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGray2010 = 170 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey = 188 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSlateGrey2010 = 171 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue = 74 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightSteelBlue2010 = 172 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow = 75 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LightYellow2010 = 173 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Lime = 76 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.LimeGreen = 77 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Linen = 78 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Magenta = 79 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Maroon = 80 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MedAquamarine = 81 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumAquamarine2010 = 174 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue = 82 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumBlue2010 = 175 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid = 83 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumOrchid2010 = 176 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple = 84 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumPurple2010 = 177 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen = 85 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSeaGreen2010 = 178 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue = 86 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSlateBlue2010 = 179 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen = 87 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumSpringGreen2010 = 180 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise = 88 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumTurquoise2010 = 181 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed = 89 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MediumVioletRed2010 = 182 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MidnightBlue = 90 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MintCream = 91 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.MistyRose = 92 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Moccasin = 93 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.NavajoWhite = 94 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Navy = 95 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OldLace = 96 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Olive = 97 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OliveDrab = 98 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orange = 99 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.OrangeRed = 100 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Orchid = 101 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGoldenrod = 102 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleGreen = 103 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleTurquoise = 104 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PaleVioletRed = 105 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PapayaWhip = 106 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PeachPuff = 107 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Peru = 108 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Pink = 109 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Plum = 110 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.PowderBlue = 111 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Purple = 112 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Red = 113 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RosyBrown = 114 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.RoyalBlue = 115 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SaddleBrown = 116 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Salmon = 117 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SandyBrown = 118 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaGreen = 119 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SeaShell = 120 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Sienna = 121 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Silver = 122 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SkyBlue = 123 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateBlue = 124 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGray = 125 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SlateGrey = 189 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Snow = 126 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SpringGreen = 127 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.SteelBlue = 128 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tan = 129 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Teal = 130 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Thistle = 131 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Tomato = 132 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Turquoise = 133 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Violet = 134 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Wheat = 135 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.White = 136 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.WhiteSmoke = 137 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.Yellow = 138 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetColorValues.YellowGreen = 139 -> DocumentFormat.OpenXml.Drawing.PresetColorValues +DocumentFormat.OpenXml.Drawing.PresetDash +DocumentFormat.OpenXml.Drawing.PresetDash.PresetDash() -> void +DocumentFormat.OpenXml.Drawing.PresetDash.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetDash.Val.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetGeometry.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetGeometry.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry() -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetGeometry.PresetGeometry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dash = 2 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.DashDot = 4 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDash = 3 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDot = 5 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.LargeDashDotDot = 6 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDash = 7 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDot = 9 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetLineDashValues.SystemDot = 8 -> DocumentFormat.OpenXml.Drawing.PresetLineDashValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Drawing.PresetMaterialTypeValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Cross = 22 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkDownwardDiagonal = 27 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkHorizontal = 16 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkUpwardDiagonal = 28 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DarkVertical = 17 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedDownwardDiagonal = 31 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedHorizontal = 20 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedUpwardDiagonal = 32 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DashedVertical = 21 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalBrick = 42 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DiagonalCross = 33 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Divot = 49 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DotGrid = 38 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DottedDiamond = 45 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.DownwardDiagonal = 23 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Horizontal = 12 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.HorizontalBrick = 41 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeCheck = 35 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeConfetti = 40 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LargeGrid = 37 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightDownwardDiagonal = 25 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightHorizontal = 14 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightUpwardDiagonal = 26 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.LightVertical = 15 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowHorizontal = 18 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.NarrowVertical = 19 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.OpenDiamond = 44 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent10 = 1 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent20 = 2 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent25 = 3 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent30 = 4 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent40 = 5 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent5 = 0 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent50 = 6 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent60 = 7 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent70 = 8 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent75 = 9 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent80 = 10 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Percent90 = 11 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Plaid = 46 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Shingle = 50 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallCheck = 34 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallConfetti = 39 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SmallGrid = 36 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.SolidDiamond = 43 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Sphere = 47 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Trellis = 52 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.UpwardDiagonal = 24 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Vertical = 13 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Wave = 51 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.Weave = 48 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideDownwardDiagonal = 29 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.WideUpwardDiagonal = 30 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetPatternValues.ZigZag = 53 -> DocumentFormat.OpenXml.Drawing.PresetPatternValues +DocumentFormat.OpenXml.Drawing.PresetShadow +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Direction.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.PresetShadow.Distance.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetShadow.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow() -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.PresetShadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.PresetShadow.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.PresetShadow.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackCenterPerspectiveShadow = 18 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftLongPerspectiveShadow = 10 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackLeftPerspectiveShadow = 2 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightLongPerspectiveShadow = 11 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BackRightPerspectiveShadow = 3 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomLeftDropShadow = 4 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightDropShadow = 5 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.BottomRightSmallDropShadow = 13 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontBottomShadow = 19 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftLongPerspectiveShadow = 14 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontLeftPerspectiveShadow = 6 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightLongPerspectiveShadow = 15 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.FrontRightPerspectiveShadow = 7 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalInnerBoxShadow = 17 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.ThreeDimensionalOuterBoxShadow = 16 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDoubleDropShadow = 12 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftDropShadow = 0 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftLargeDropShadow = 9 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopLeftSmallDropShadow = 8 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetShadowValues.TopRightDropShadow = 1 -> DocumentFormat.OpenXml.Drawing.PresetShadowValues +DocumentFormat.OpenXml.Drawing.PresetTextWrap +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.get -> DocumentFormat.OpenXml.Drawing.AdjustValueList? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.AdjustValueList.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.PresetTextWrap.Preset.set -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap() -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PresetTextWrap.PresetTextWrap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension() -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.PtExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.PtExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo() -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.QuadraticBezierCurveTo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile() -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.QuickTimeFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RatioType +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Drawing.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Drawing.Rectangle +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Left.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Right.set -> void +DocumentFormat.OpenXml.Drawing.Rectangle.Top.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Rectangle.Top.set -> void +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Bottom = 7 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.BottomRight = 8 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopLeft = 0 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues.TopRight = 2 -> DocumentFormat.OpenXml.Drawing.RectangleAlignmentValues +DocumentFormat.OpenXml.Drawing.Red +DocumentFormat.OpenXml.Drawing.Red.Red() -> void +DocumentFormat.OpenXml.Drawing.RedModulation +DocumentFormat.OpenXml.Drawing.RedModulation.RedModulation() -> void +DocumentFormat.OpenXml.Drawing.RedOffset +DocumentFormat.OpenXml.Drawing.RedOffset.RedOffset() -> void +DocumentFormat.OpenXml.Drawing.Reflection +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Direction.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.Direction.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Distance.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Reflection.Distance.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndAlpha.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Reflection.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartOpacity.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Reflection.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetX.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeOffset.OffsetY.set -> void +DocumentFormat.OpenXml.Drawing.RelativeOffset.RelativeOffset() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Bottom.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Left.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.RelativeRectangleType() -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Right.set -> void +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RelativeRectangleType.Top.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.LegacySpreadsheetColorIndex.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.BluePortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.GreenPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RedPortion.set -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage() -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.RgbColorModelPercentage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.RightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.RightToLeft +DocumentFormat.OpenXml.Drawing.RightToLeft.RightToLeft() -> void +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.RightToLeft.Val.set -> void +DocumentFormat.OpenXml.Drawing.Rotation +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Latitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Longitude.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Rotation.Revolution.set -> void +DocumentFormat.OpenXml.Drawing.Rotation.Rotation() -> void +DocumentFormat.OpenXml.Drawing.Round +DocumentFormat.OpenXml.Drawing.Round.Round() -> void +DocumentFormat.OpenXml.Drawing.Run +DocumentFormat.OpenXml.Drawing.Run.Run() -> void +DocumentFormat.OpenXml.Drawing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Run.RunProperties.get -> DocumentFormat.OpenXml.Drawing.RunProperties? +DocumentFormat.OpenXml.Drawing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Drawing.Run.Text.get -> DocumentFormat.OpenXml.Drawing.Text? +DocumentFormat.OpenXml.Drawing.Run.Text.set -> void +DocumentFormat.OpenXml.Drawing.RunProperties +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Saturation +DocumentFormat.OpenXml.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Drawing.SaturationModulation +DocumentFormat.OpenXml.Drawing.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Drawing.SaturationOffset +DocumentFormat.OpenXml.Drawing.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Drawing.ScaleX +DocumentFormat.OpenXml.Drawing.ScaleX.ScaleX() -> void +DocumentFormat.OpenXml.Drawing.ScaleY +DocumentFormat.OpenXml.Drawing.ScaleY.ScaleY() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Drawing.Scene3DType.Backdrop.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Drawing.Scene3DType.Camera.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Scene3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Drawing.Scene3DType.LightRig.set -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType() -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Scene3DType.Scene3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background1 = 0 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Background2 = 2 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark1 = 13 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Dark2 = 15 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light1 = 14 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Light2 = 16 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.PhColor = 12 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text1 = 1 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.SchemeColorValues.Text2 = 3 -> DocumentFormat.OpenXml.Drawing.SchemeColorValues +DocumentFormat.OpenXml.Drawing.Shade +DocumentFormat.OpenXml.Drawing.Shade.Shade() -> void +DocumentFormat.OpenXml.Drawing.Shape +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Shape.TextShape.get -> DocumentFormat.OpenXml.Drawing.TextShape? +DocumentFormat.OpenXml.Drawing.Shape.TextShape.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelBottom.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Drawing.Shape3DType.BevelTop.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ContourWidth.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Shape3DType.PresetMaterial.set -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType() -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Shape3DType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Shape3DType.Z.set -> void +DocumentFormat.OpenXml.Drawing.ShapeAutoFit +DocumentFormat.OpenXml.Drawing.ShapeAutoFit.ShapeAutoFit() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault() -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeDefault.ShapeDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Formula.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapeGuide.Name.set -> void +DocumentFormat.OpenXml.Drawing.ShapeGuide.ShapeGuide() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList() -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeGuideList.ShapeGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ShapeLocks.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoMove.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoResize.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.ShapeLocks.NoTextEdit.set -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks() -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeLocks.ShapeLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.ShapePropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList() -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.ShapePropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout1 = 113 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout2 = 114 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentBorderCallout3 = 115 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout1 = 107 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout2 = 108 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.AccentCallout3 = 109 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBackPrevious = 165 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBeginning = 167 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonBlank = 160 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonDocument = 169 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonEnd = 166 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonForwardNext = 164 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHelp = 162 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonHome = 161 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonInformation = 163 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonMovie = 171 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonReturn = 168 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ActionButtonSound = 170 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Arc = 88 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentArrow = 62 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector2 = 96 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector3 = 97 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector4 = 98 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentConnector5 = 99 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BentUpArrow = 49 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Bevel = 82 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BlockArc = 40 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout1 = 110 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout2 = 111 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BorderCallout3 = 112 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracePair = 94 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.BracketPair = 93 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout1 = 104 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout2 = 105 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Callout3 = 106 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Can = 73 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartPlus = 186 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartStar = 185 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.ChartX = 184 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chevron = 37 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Chord = 87 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CircularArrow = 64 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cloud = 120 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CloudCallout = 119 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Corner = 85 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CornerTabs = 181 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Cube = 72 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector2 = 100 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector3 = 101 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector4 = 102 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedConnector5 = 103 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedDownArrow = 70 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedLeftArrow = 68 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedRightArrow = 67 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.CurvedUpArrow = 69 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Decagon = 13 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DiagonalStripe = 86 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Diamond = 5 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Dodecagon = 14 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Donut = 41 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DoubleWave = 129 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrow = 46 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.DownArrowCallout = 58 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ellipse = 34 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon = 123 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.EllipseRibbon2 = 124 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartAlternateProcess = 158 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartCollate = 147 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartConnector = 142 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDecision = 132 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDelay = 157 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDisplay = 156 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartDocument = 136 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartExtract = 149 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInputOutput = 133 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartInternalStorage = 135 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDisk = 154 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticDrum = 155 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMagneticTape = 153 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualInput = 140 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartManualOperation = 141 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMerge = 150 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartMultidocument = 137 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOfflineStorage = 151 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOffpageConnector = 159 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOnlineStorage = 152 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartOr = 146 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPredefinedProcess = 134 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPreparation = 139 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartProcess = 131 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedCard = 143 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartPunchedTape = 144 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSort = 148 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartSummingJunction = 145 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FlowChartTerminator = 138 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.FoldedCorner = 81 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Frame = 83 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Funnel = 174 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear6 = 172 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Gear9 = 173 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HalfFrame = 84 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heart = 75 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Heptagon = 11 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Hexagon = 10 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HomePlate = 36 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.HorizontalScroll = 127 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal1 = 79 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.IrregularSeal2 = 80 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrow = 44 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftArrowCallout = 55 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBrace = 91 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftBracket = 89 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftCircularArrow = 65 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrow = 50 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightArrowCallout = 59 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightCircularArrow = 66 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightRibbon = 125 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftRightUpArrow = 53 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LeftUpArrow = 52 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LightningBolt = 74 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Line = 0 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.LineInverse = 1 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathDivide = 178 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathEqual = 179 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMinus = 176 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathMultiply = 177 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathNotEqual = 180 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.MathPlus = 175 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Moon = 77 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NonIsoscelesTrapezoid = 8 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NoSmoking = 42 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.NotchedRightArrow = 48 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Octagon = 12 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Parallelogram = 6 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pentagon = 9 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Pie = 39 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PieWedge = 38 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plaque = 33 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.PlaqueTabs = 183 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Plus = 130 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrow = 54 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.QuadArrowCallout = 61 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Rectangle = 4 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon = 121 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Ribbon2 = 122 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrow = 43 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightArrowCallout = 56 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBrace = 92 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightBracket = 90 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RightTriangle = 3 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round1Rectangle = 26 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2DiagonalRectangle = 28 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Round2SameRectangle = 27 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.RoundRectangle = 25 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SmileyFace = 78 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip1Rectangle = 30 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2DiagonalRectangle = 32 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Snip2SameRectangle = 31 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SnipRoundRectangle = 29 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SquareTabs = 182 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star10 = 20 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star12 = 21 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star16 = 22 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star24 = 23 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star32 = 24 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star4 = 15 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star5 = 16 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star6 = 17 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star7 = 18 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Star8 = 19 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StraightConnector1 = 95 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.StripedRightArrow = 47 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Sun = 76 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.SwooshArrow = 71 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Teardrop = 35 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Trapezoid = 7 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Triangle = 2 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrow = 45 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpArrowCallout = 57 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrow = 51 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UpDownArrowCallout = 60 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.UTurnArrow = 63 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.VerticalScroll = 126 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.Wave = 128 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeEllipseCallout = 118 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRectangleCallout = 116 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.ShapeTypeValues.WedgeRoundRectangleCallout = 117 -> DocumentFormat.OpenXml.Drawing.ShapeTypeValues +DocumentFormat.OpenXml.Drawing.SoftEdge +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.SoftEdge.Radius.set -> void +DocumentFormat.OpenXml.Drawing.SoftEdge.SoftEdge() -> void +DocumentFormat.OpenXml.Drawing.SolidFill +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.SolidFill.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.SolidFill.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.SolidFill.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill() -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SolidFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.SolidFill.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SourceRectangle +DocumentFormat.OpenXml.Drawing.SourceRectangle.SourceRectangle() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell() -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SoutheastCell.SoutheastCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell() -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SouthwestCell.SouthwestCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter() -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceAfter.SpaceAfter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore() -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SpaceBefore.SpaceBefore(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent +DocumentFormat.OpenXml.Drawing.SpacingPercent.SpacingPercent() -> void +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPercent.Val.set -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints +DocumentFormat.OpenXml.Drawing.SpacingPoints.SpacingPoints() -> void +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.SpacingPoints.Val.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.AbsoluteAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Position? +DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.Position.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.LockWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.PrintWithSheet.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.ColumnId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.ColumnOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.Absolute = 2 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.OneCell = 1 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues.TwoCell = 0 -> DocumentFormat.OpenXml.Drawing.Spreadsheet.EditAsValues +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.OneCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Position() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.X.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.Y.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.RowId(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.RowOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.LockText.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Macro.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Published.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.TextLink.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.EditAs.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.TwoCellAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Load(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.Save(DocumentFormat.OpenXml.Packaging.DrawingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing() -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.WorksheetDrawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StartConnection +DocumentFormat.OpenXml.Drawing.StartConnection.StartConnection() -> void +DocumentFormat.OpenXml.Drawing.StartTime +DocumentFormat.OpenXml.Drawing.StartTime.StartTime() -> void +DocumentFormat.OpenXml.Drawing.Stretch +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.get -> DocumentFormat.OpenXml.Drawing.FillRectangle? +DocumentFormat.OpenXml.Drawing.Stretch.FillRectangle.set -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch() -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Stretch.Stretch(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.HslColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.Index.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.PresetColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SchemeColor.set -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType() -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.StyleMatrixReferenceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Drawing.StyleMatrixReferenceType.SystemColor.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Script.set -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.SupplementalFont() -> void +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.SupplementalFont.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.SymbolFont +DocumentFormat.OpenXml.Drawing.SymbolFont.SymbolFont() -> void +DocumentFormat.OpenXml.Drawing.SystemColor +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.SystemColor.LastColor.set -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor() -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.SystemColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.SystemColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.SystemColor.Val.set -> void +DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveBorder = 10 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ActiveCaption = 2 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ApplicationWorkspace = 12 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Background = 1 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonFace = 15 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonHighlight = 20 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonShadow = 16 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ButtonText = 18 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.CaptionText = 9 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientActiveCaption = 26 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GradientInactiveCaption = 27 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.GrayText = 17 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Highlight = 13 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HighlightText = 14 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.HotLight = 25 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveBorder = 11 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaption = 3 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InactiveCaptionText = 19 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoBack = 24 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.InfoText = 23 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Menu = 4 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuBar = 29 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuHighlight = 28 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.MenuText = 7 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ScrollBar = 0 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDDarkShadow = 21 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.ThreeDLight = 22 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.Window = 5 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowFrame = 6 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.SystemColorValues.WindowText = 8 -> DocumentFormat.OpenXml.Drawing.SystemColorValues +DocumentFormat.OpenXml.Drawing.Table +DocumentFormat.OpenXml.Drawing.Table.Table() -> void +DocumentFormat.OpenXml.Drawing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Table.TableGrid.get -> DocumentFormat.OpenXml.Drawing.TableGrid? +DocumentFormat.OpenXml.Drawing.Table.TableGrid.set -> void +DocumentFormat.OpenXml.Drawing.Table.TableProperties.get -> DocumentFormat.OpenXml.Drawing.TableProperties? +DocumentFormat.OpenXml.Drawing.Table.TableProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableBackground +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground() -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableBackground.TableBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.GridSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCell.RowSpan.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Drawing.TableCellProperties? +DocumentFormat.OpenXml.Drawing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TableCell.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCell.VerticalMerge.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Drawing.BottomBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableCellBorders.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Drawing.InsideVerticalBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Drawing.LeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Drawing.RightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Drawing.TopBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopLeftToBottomRightBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.get -> DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder? +DocumentFormat.OpenXml.Drawing.TableCellBorders.TopRightToBottomLeftBorder.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Anchor.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomLeftToTopRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.BottomMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.get -> DocumentFormat.OpenXml.Drawing.Cell3DProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Cell3DProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.RightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.get -> DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopLeftToBottomRightBorderLineProperties.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TableCellProperties.TopMargin.set -> void +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellProperties.Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.get -> DocumentFormat.OpenXml.Drawing.TableCellBorders? +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellBorders.set -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellStyle.TableCellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle() -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableCellTextStyle.TableCellTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.get -> DocumentFormat.OpenXml.Drawing.TableCellTextStyle? +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TableCellTextStyle.set -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType() -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TablePartStyleType.TablePartStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.BandRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TableProperties.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow +DocumentFormat.OpenXml.Drawing.TableRow.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TableRow.Height.set -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry() -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleEntry.TableStyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleId +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId() -> void +DocumentFormat.OpenXml.Drawing.TableStyleId.TableStyleId(string! text) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleList.Default.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Load(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.Save(DocumentFormat.OpenXml.Packaging.TableStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList() -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStyleList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleList.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Drawing.TableStyleType +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band1Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.get -> DocumentFormat.OpenXml.Drawing.Band1Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band1Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.get -> DocumentFormat.OpenXml.Drawing.Band2Horizontal? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Horizontal.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.get -> DocumentFormat.OpenXml.Drawing.Band2Vertical? +DocumentFormat.OpenXml.Drawing.TableStyleType.Band2Vertical.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.TableStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.get -> DocumentFormat.OpenXml.Drawing.FirstColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.get -> DocumentFormat.OpenXml.Drawing.FirstRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.FirstRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.get -> DocumentFormat.OpenXml.Drawing.LastColumn? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastColumn.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.get -> DocumentFormat.OpenXml.Drawing.LastRow? +DocumentFormat.OpenXml.Drawing.TableStyleType.LastRow.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.get -> DocumentFormat.OpenXml.Drawing.NortheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NortheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.get -> DocumentFormat.OpenXml.Drawing.NorthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.NorthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.get -> DocumentFormat.OpenXml.Drawing.SoutheastCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SoutheastCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.get -> DocumentFormat.OpenXml.Drawing.SouthwestCell? +DocumentFormat.OpenXml.Drawing.TableStyleType.SouthwestCell.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleId.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TableStyleType.StyleName.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.get -> DocumentFormat.OpenXml.Drawing.TableBackground? +DocumentFormat.OpenXml.Drawing.TableStyleType.TableBackground.set -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType() -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.TableStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.get -> DocumentFormat.OpenXml.Drawing.WholeTable? +DocumentFormat.OpenXml.Drawing.TableStyleType.WholeTable.set -> void +DocumentFormat.OpenXml.Drawing.TabStop +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TabStop.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Drawing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Drawing.TabStopList +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList() -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TabStopList.TabStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TailEnd +DocumentFormat.OpenXml.Drawing.TailEnd.TailEnd() -> void +DocumentFormat.OpenXml.Drawing.Text +DocumentFormat.OpenXml.Drawing.Text.Text() -> void +DocumentFormat.OpenXml.Drawing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Distributed = 5 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Justified = 3 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.JustifiedLow = 4 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues.ThaiDistributed = 6 -> DocumentFormat.OpenXml.Drawing.TextAlignmentTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Bottom = 2 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.TextAnchoringTypeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenBoth = 0 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterParenR = 2 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaLowerCharacterPeriod = 4 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenBoth = 1 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterParenR = 3 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.AlphaUpperCharacterPeriod = 5 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic1Minus = 28 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Arabic2Minus = 29 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePeriod = 19 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicDoubleBytePlain = 20 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenBoth = 6 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicParenR = 7 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPeriod = 8 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ArabicPlain = 9 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberDoubleBytePlain = 16 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsBlackPlain = 17 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.CircleNumberWingdingsWhitePlain = 18 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseDoubleBytePeriod = 25 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPeriod = 27 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianJapaneseKoreanPlain = 26 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePeriod = 21 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianSimplifiedChinesePlain = 22 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePeriod = 23 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.EastAsianTraditionalChinesePlain = 24 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.Hebrew2Minus = 30 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlpha1Period = 40 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiAlphaPeriod = 37 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumberParenthesisRight = 39 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.HindiNumPeriod = 38 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenBoth = 10 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterParenR = 12 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanLowerCharacterPeriod = 14 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenBoth = 11 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterParenR = 13 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.RomanUpperCharacterPeriod = 15 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisBoth = 33 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaParenthesisRight = 32 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiAlphaPeriod = 31 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisBoth = 36 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberParenthesisRight = 35 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues.ThaiNumberPeriod = 34 -> DocumentFormat.OpenXml.Drawing.TextAutoNumberSchemeValues +DocumentFormat.OpenXml.Drawing.TextBody +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.All = 2 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCapsValues.Small = 1 -> DocumentFormat.OpenXml.Drawing.TextCapsValues +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Drawing.TextDefault +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault() -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextDefault.TextDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Automatic = 0 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Baseline = 3 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Bottom = 4 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Drawing.TextFontAlignmentValues +DocumentFormat.OpenXml.Drawing.TextFontType +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.CharacterSet.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Panose.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Drawing.TextFontType.PitchFamily.set -> void +DocumentFormat.OpenXml.Drawing.TextFontType.TextFontType() -> void +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.TextFontType.Typeface.set -> void +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Clip = 1 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextHorizontalOverflowValues +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.DefaultTabSize.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.EastAsianLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.FontAlignment.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Height.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Indent.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LatinLineBreak.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LeftMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.Level.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.get -> DocumentFormat.OpenXml.Drawing.LineSpacing? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.LineSpacing.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightMargin.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.RightToLeft.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.get -> DocumentFormat.OpenXml.Drawing.SpaceAfter? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceAfter.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.get -> DocumentFormat.OpenXml.Drawing.SpaceBefore? +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.SpaceBefore.set -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType() -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextParagraphPropertiesType.TextParagraphPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.get -> DocumentFormat.OpenXml.Drawing.TextBody? +DocumentFormat.OpenXml.Drawing.TextShape.TextBody.set -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape() -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextShape.TextShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDown = 10 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchDownPour = 14 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUp = 9 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextArchUpPour = 13 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButton = 12 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextButtonPour = 16 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanDown = 20 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCanUp = 19 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeDown = 40 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCascadeUp = 39 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevron = 5 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextChevronInverted = 6 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCircle = 11 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCirclePour = 15 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveDown = 18 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextCurveUp = 17 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflate = 26 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateBottom = 28 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflate = 31 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateInflateDeflate = 32 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDeflateTop = 30 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextDoubleWave1 = 23 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeDown = 36 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeLeft = 34 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeRight = 33 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextFadeUp = 35 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflate = 25 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateBottom = 27 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextInflateTop = 29 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextNoShape = 0 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextPlain = 1 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingInside = 7 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextRingOutside = 8 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantDown = 38 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextSlantUp = 37 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextStop = 2 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangle = 3 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextTriangleInverted = 4 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave1 = 21 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave2 = 22 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextShapeValues.TextWave4 = 24 -> DocumentFormat.OpenXml.Drawing.TextShapeValues +DocumentFormat.OpenXml.Drawing.TextSpacingType +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.get -> DocumentFormat.OpenXml.Drawing.SpacingPercent? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPercent.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.get -> DocumentFormat.OpenXml.Drawing.SpacingPoints? +DocumentFormat.OpenXml.Drawing.TextSpacingType.SpacingPoints.set -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType() -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TextSpacingType.TextSpacingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.DoubleStrike = 2 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.NoStrike = 0 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextStrikeValues.SingleStrike = 1 -> DocumentFormat.OpenXml.Drawing.TextStrikeValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Decimal = 3 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.TextTabAlignmentValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dash = 7 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashHeavy = 8 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLong = 9 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DashLongHeavy = 10 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDash = 11 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDashHeavy = 12 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDash = 13 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.DotDotDashHeavy = 14 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Dotted = 5 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Double = 3 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Heavy = 4 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.HeavyDotted = 6 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Single = 2 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Wavy = 15 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyDouble = 17 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.WavyHeavy = 16 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextUnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Drawing.TextUnderlineValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Clip = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Ellipsis = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues.Overflow = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalOverflowValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.EastAsianVetical = 4 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Horizontal = 0 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.MongolianVertical = 5 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical = 1 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.Vertical270 = 2 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtLeftToRight = 6 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextVerticalValues.WordArtVertical = 3 -> DocumentFormat.OpenXml.Drawing.TextVerticalValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.TextWrappingValues.Square = 1 -> DocumentFormat.OpenXml.Drawing.TextWrappingValues +DocumentFormat.OpenXml.Drawing.Theme +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.get -> DocumentFormat.OpenXml.Drawing.CustomColorList? +DocumentFormat.OpenXml.Drawing.Theme.CustomColorList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.get -> DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList? +DocumentFormat.OpenXml.Drawing.Theme.ExtraColorSchemeList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Load(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.Name.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.get -> DocumentFormat.OpenXml.Drawing.ObjectDefaults? +DocumentFormat.OpenXml.Drawing.Theme.ObjectDefaults.set -> void +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.get -> DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList? +DocumentFormat.OpenXml.Drawing.Theme.OfficeStyleSheetExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Theme.Save(DocumentFormat.OpenXml.Packaging.ThemePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme() -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Theme.Theme(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.get -> DocumentFormat.OpenXml.Drawing.ThemeElements? +DocumentFormat.OpenXml.Drawing.Theme.ThemeElements.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Theme.ThemeId.set -> void +DocumentFormat.OpenXml.Drawing.Theme.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.LineReference.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.Outline.set -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType() -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeableLineStyleType.ThemeableLineStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.ThemeElements.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeElements.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements() -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeElements.ThemeElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeManager +DocumentFormat.OpenXml.Drawing.ThemeManager.ThemeManager() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.get -> DocumentFormat.OpenXml.Drawing.ColorScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.ColorScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.get -> DocumentFormat.OpenXml.Drawing.FontScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FontScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.get -> DocumentFormat.OpenXml.Drawing.FormatScheme? +DocumentFormat.OpenXml.Drawing.ThemeOverride.FormatScheme.set -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Load(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.Save(DocumentFormat.OpenXml.Packaging.ThemeOverridePart! openXmlPart) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride() -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.ThemeOverride.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Drawing.Tile +DocumentFormat.OpenXml.Drawing.Tile.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Alignment.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Flip.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Tile.Flip.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.Tile.Tile() -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Tile.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Horizontal = 1 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.HorizontalAndVertical = 3 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.None = 0 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileFlipValues.Vertical = 2 -> DocumentFormat.OpenXml.Drawing.TileFlipValues +DocumentFormat.OpenXml.Drawing.TileRectangle +DocumentFormat.OpenXml.Drawing.TileRectangle.TileRectangle() -> void +DocumentFormat.OpenXml.Drawing.Tint +DocumentFormat.OpenXml.Drawing.Tint.Tint() -> void +DocumentFormat.OpenXml.Drawing.TintEffect +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Amount.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TintEffect.Hue.set -> void +DocumentFormat.OpenXml.Drawing.TintEffect.TintEffect() -> void +DocumentFormat.OpenXml.Drawing.TopBorder +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.TopBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.TopLeftToBottomRightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties() -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.TopLeftToBottomRightBorderLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder() -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.TopRightToBottomLeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.HorizontalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.TransformEffect() -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalRatio.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalShift.set -> void +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformEffect.VerticalSkew.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.get -> DocumentFormat.OpenXml.Drawing.ChildExtents? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildExtents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.get -> DocumentFormat.OpenXml.Drawing.ChildOffset? +DocumentFormat.OpenXml.Drawing.TransformGroup.ChildOffset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Drawing.TransformGroup.Extents.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Drawing.TransformGroup.Offset.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Drawing.TransformGroup.Rotation.set -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup() -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.TransformGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.TransformGroup.VerticalFlip.set -> void +DocumentFormat.OpenXml.Drawing.Underline +DocumentFormat.OpenXml.Drawing.Underline.Underline() -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Underline.Underline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.BlipFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GradientFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.GroupFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.NoFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.PatternFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Drawing.UnderlineFill.SolidFill.set -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFill.UnderlineFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.UnderlineFillText +DocumentFormat.OpenXml.Drawing.UnderlineFillText.UnderlineFillText() -> void +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText +DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.UnderlineFollowsText() -> void +DocumentFormat.OpenXml.Drawing.UpVector +DocumentFormat.OpenXml.Drawing.UpVector.UpVector() -> void +DocumentFormat.OpenXml.Drawing.UseShapeRectangle +DocumentFormat.OpenXml.Drawing.UseShapeRectangle.UseShapeRectangle() -> void +DocumentFormat.OpenXml.Drawing.Vector3DType +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Drawing.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.VideoFromFile.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.VideoFromFile.Link.set -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile() -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VideoFromFile.VideoFromFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.VisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.WaveAudioFile +DocumentFormat.OpenXml.Drawing.WaveAudioFile.WaveAudioFile() -> void +DocumentFormat.OpenXml.Drawing.WholeTable +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable() -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.WholeTable.WholeTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AllowOverlap.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Anchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.BehindDoc.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.LayoutInCell.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.Locked.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.RelativeHeight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePos.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.SimplePosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.VerticalPosition.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Description.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.DocProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Hidden.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Id.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Name.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.Title.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.BottomEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.EffectExtent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.LeftEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.RightEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.TopEdge.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cx.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Cy.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.Extent() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.HorizontalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.HorizontalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PercentagePositionHeightOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Character = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Column = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.LeftMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues.RightMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.AnchorId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.DocProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EditId.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Extent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Graphic.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.Inline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo +DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.LineTo() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.X.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.PositionOffset(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.SimplePosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint +DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.StartPoint() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.VerticalAlignment(string! text) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Bottom = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PercentagePositionVerticalOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.PositionOffset.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.RelativeFrom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment? +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalAlignment.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.VerticalPosition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.BottomMargin = 5 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.InsideMargin = 6 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Line = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Margin = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.OutsideMargin = 7 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Page = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.Paragraph = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues.TopMargin = 4 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalRelativePositionValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.WrapNone() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.Edited.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.StartPoint.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.WrapPolygon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapSquare(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.BothSides = 0 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Largest = 3 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Left = 1 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues.Right = 2 -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTextValues +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.WrapThrough(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromLeft.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.DistanceFromRight.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapPolygon.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapText.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.WrapTight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromBottom.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.DistanceFromTop.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.EffectExtent.set -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom() -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(string! outerXml) -> void +DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.WrapTopBottom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ElementEventArgs +DocumentFormat.OpenXml.ElementEventArgs.Element.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.ElementEventArgs.ElementEventArgs(DocumentFormat.OpenXml.OpenXmlElement! element, DocumentFormat.OpenXml.OpenXmlElement! parentElement) -> void +DocumentFormat.OpenXml.ElementEventArgs.ParentElement.get -> DocumentFormat.OpenXml.OpenXmlElement! +DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.End = 1 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.AnchorPointValues.Start = 0 -> DocumentFormat.OpenXml.EMMA.AnchorPointValues +DocumentFormat.OpenXml.EMMA.Arc +DocumentFormat.OpenXml.EMMA.Arc.Arc() -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Arc.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Arc.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Arc.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.End.set -> void +DocumentFormat.OpenXml.EMMA.Arc.From.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.From.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Language.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Arc.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Arc.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Arc.Source.set -> void +DocumentFormat.OpenXml.EMMA.Arc.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Arc.Start.set -> void +DocumentFormat.OpenXml.EMMA.Arc.To.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Arc.To.set -> void +DocumentFormat.OpenXml.EMMA.Derivation +DocumentFormat.OpenXml.EMMA.Derivation.Derivation() -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Derivation.Derivation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Composite.set -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.DerivedFrom() -> void +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.DerivedFrom.Resource.set -> void +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multidevice = 2 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Multiprocess = 3 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Recognition = 0 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues.Understanding = 1 -> DocumentFormat.OpenXml.EMMA.DisjunctionTypeValues +DocumentFormat.OpenXml.EMMA.Emma +DocumentFormat.OpenXml.EMMA.Emma.Emma() -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Emma.Emma(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Emma.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Emma.Version.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint() -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndPointAddress.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointPairRef.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.EndPoint.EndpointRole.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.EndPoint.Medium.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.MessageId.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.EndPoint.Mode.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortNumber.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.PortType.set -> void +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPoint.ServiceName.set -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo() -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.EndPointInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.EndPointInfo.Id.set -> void +DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Replyto = 2 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Router = 3 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Sink = 1 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.EndPointRoleValues.Source = 0 -> DocumentFormat.OpenXml.EMMA.EndPointRoleValues +DocumentFormat.OpenXml.EMMA.Grammar +DocumentFormat.OpenXml.EMMA.Grammar.Grammar() -> void +DocumentFormat.OpenXml.EMMA.Grammar.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Id.set -> void +DocumentFormat.OpenXml.EMMA.Grammar.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Grammar.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Group +DocumentFormat.OpenXml.EMMA.Group.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Group.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Group.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Group.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Group.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.End.set -> void +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Function.set -> void +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.Group() -> void +DocumentFormat.OpenXml.EMMA.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Id.set -> void +DocumentFormat.OpenXml.EMMA.Group.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Language.set -> void +DocumentFormat.OpenXml.EMMA.Group.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Group.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Group.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Group.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Group.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Group.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Group.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Process.set -> void +DocumentFormat.OpenXml.EMMA.Group.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Group.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Group.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Group.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Source.set -> void +DocumentFormat.OpenXml.EMMA.Group.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Group.Start.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Group.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Group.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Group.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Group.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Group.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.GroupInfo +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo() -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.GroupInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.GroupInfo.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Info +DocumentFormat.OpenXml.EMMA.Info.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Info.Id.set -> void +DocumentFormat.OpenXml.EMMA.Info.Info() -> void +DocumentFormat.OpenXml.EMMA.Info.Info(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Info.Info(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.End.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Function.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Id.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation() -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Interpretation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Language.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Interpretation.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.NoInput.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Process.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Interpretation.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Source.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Interpretation.Start.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Interpretation.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Uninterpreted.set -> void +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Interpretation.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Lattice +DocumentFormat.OpenXml.EMMA.Lattice.Final.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Lattice.Final.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Initial.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Lattice.Initial.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice() -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Lattice.Lattice(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Lattice.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Literal +DocumentFormat.OpenXml.EMMA.Literal.Literal() -> void +DocumentFormat.OpenXml.EMMA.Literal.Literal(string! text) -> void +DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Acoustic = 0 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Tactile = 1 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.MediumValues.Visual = 2 -> DocumentFormat.OpenXml.EMMA.MediumValues +DocumentFormat.OpenXml.EMMA.Model +DocumentFormat.OpenXml.EMMA.Model.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Id.set -> void +DocumentFormat.OpenXml.EMMA.Model.Model() -> void +DocumentFormat.OpenXml.EMMA.Model.Model(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Model.Model(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Model.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Model.Reference.set -> void +DocumentFormat.OpenXml.EMMA.Node +DocumentFormat.OpenXml.EMMA.Node.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Node.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Node.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Node.Node() -> void +DocumentFormat.OpenXml.EMMA.Node.Node(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Node.Node(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Node.NodeNumber.set -> void +DocumentFormat.OpenXml.EMMA.OneOf +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.OneOf.Cost.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.DisjunctionType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.Duration.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.End.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Function.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Id.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Language.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.OneOf.Medium.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.OneOf.Mode.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf() -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.OneOf.OneOf(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.OneOf.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Process.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Signal.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.OneOf.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Source.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.OneOf.Start.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.OneOf.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.OneOf.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.OneOf.Verbal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Confidence.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Cost.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.EMMA.Sequence.Cost.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.DialogTurn.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Duration.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.Duration.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.End.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.End.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.EndpointInfoRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Function.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Function.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.GrammarRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Id.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Language.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.MediaType.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Medium.get -> DocumentFormat.OpenXml.ListValue!>? +DocumentFormat.OpenXml.EMMA.Sequence.Medium.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Mode.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.EMMA.Sequence.Mode.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.ModelRef.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.OffsetToStart.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Process.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Process.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence() -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(string! outerXml) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Sequence(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.EMMA.Sequence.Signal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Signal.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.EMMA.Sequence.SignalSize.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Source.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Start.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.EMMA.Sequence.Start.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReference.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.EMMA.Sequence.TimeReferenceAnchorPoint.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.EMMA.Sequence.Tokens.set -> void +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.EMMA.Sequence.Verbal.set -> void +DocumentFormat.OpenXml.EnumStringAttribute +DocumentFormat.OpenXml.EnumStringAttribute.EnumStringAttribute(string! value) -> void +DocumentFormat.OpenXml.EnumStringAttribute.Value.get -> string! +DocumentFormat.OpenXml.EnumValue +DocumentFormat.OpenXml.EnumValue.EnumValue() -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(DocumentFormat.OpenXml.EnumValue! source) -> void +DocumentFormat.OpenXml.EnumValue.EnumValue(T value) -> void +DocumentFormat.OpenXml.ExtendedProperties.Application +DocumentFormat.OpenXml.ExtendedProperties.Application.Application() -> void +DocumentFormat.OpenXml.ExtendedProperties.Application.Application(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion() -> void +DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.ApplicationVersion(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters() -> void +DocumentFormat.OpenXml.ExtendedProperties.Characters.Characters(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces() -> void +DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CharactersWithSpaces(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Company +DocumentFormat.OpenXml.ExtendedProperties.Company.Company() -> void +DocumentFormat.OpenXml.ExtendedProperties.Company.Company(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature() -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.DigitalSignature(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.VTBlob.set -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity() -> void +DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.DocumentSecurity(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs() -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.HeadingPairs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides() -> void +DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.HiddenSlides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.HyperlinkBase(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.HyperlinkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged() -> void +DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.HyperlinksChanged(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines() -> void +DocumentFormat.OpenXml.ExtendedProperties.Lines.Lines(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate() -> void +DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.LinksUpToDate(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager() -> void +DocumentFormat.OpenXml.ExtendedProperties.Manager.Manager(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips() -> void +DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.MultimediaClips(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes() -> void +DocumentFormat.OpenXml.ExtendedProperties.Notes.Notes(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages() -> void +DocumentFormat.OpenXml.ExtendedProperties.Pages.Pages(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs() -> void +DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.Paragraphs(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat() -> void +DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.PresentationFormat(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.get -> DocumentFormat.OpenXml.ExtendedProperties.Application? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Application.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.get -> DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ApplicationVersion.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.get -> DocumentFormat.OpenXml.ExtendedProperties.Characters? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Characters.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.get -> DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces? +DocumentFormat.OpenXml.ExtendedProperties.Properties.CharactersWithSpaces.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.get -> DocumentFormat.OpenXml.ExtendedProperties.Company? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Company.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.get -> DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DigitalSignature.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.get -> DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity? +DocumentFormat.OpenXml.ExtendedProperties.Properties.DocumentSecurity.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.get -> DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HeadingPairs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.get -> DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HiddenSlides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkBase.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinkList.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.get -> DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged? +DocumentFormat.OpenXml.ExtendedProperties.Properties.HyperlinksChanged.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.get -> DocumentFormat.OpenXml.ExtendedProperties.Lines? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Lines.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.get -> DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate? +DocumentFormat.OpenXml.ExtendedProperties.Properties.LinksUpToDate.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Load(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.get -> DocumentFormat.OpenXml.ExtendedProperties.Manager? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Manager.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.get -> DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips? +DocumentFormat.OpenXml.ExtendedProperties.Properties.MultimediaClips.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.get -> DocumentFormat.OpenXml.ExtendedProperties.Notes? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Notes.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.get -> DocumentFormat.OpenXml.ExtendedProperties.Pages? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Pages.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.get -> DocumentFormat.OpenXml.ExtendedProperties.Paragraphs? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Paragraphs.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.get -> DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat? +DocumentFormat.OpenXml.ExtendedProperties.Properties.PresentationFormat.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties() -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Properties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Save(DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.get -> DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop? +DocumentFormat.OpenXml.ExtendedProperties.Properties.ScaleCrop.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.get -> DocumentFormat.OpenXml.ExtendedProperties.SharedDocument? +DocumentFormat.OpenXml.ExtendedProperties.Properties.SharedDocument.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.get -> DocumentFormat.OpenXml.ExtendedProperties.Slides? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Slides.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.get -> DocumentFormat.OpenXml.ExtendedProperties.Template? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Template.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.get -> DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TitlesOfParts.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.get -> DocumentFormat.OpenXml.ExtendedProperties.TotalTime? +DocumentFormat.OpenXml.ExtendedProperties.Properties.TotalTime.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.get -> DocumentFormat.OpenXml.ExtendedProperties.Words? +DocumentFormat.OpenXml.ExtendedProperties.Properties.Words.set -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop() -> void +DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.ScaleCrop(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument() -> void +DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.SharedDocument(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides() -> void +DocumentFormat.OpenXml.ExtendedProperties.Slides.Slides(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.Template +DocumentFormat.OpenXml.ExtendedProperties.Template.Template() -> void +DocumentFormat.OpenXml.ExtendedProperties.Template.Template(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts() -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.TitlesOfParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime() -> void +DocumentFormat.OpenXml.ExtendedProperties.TotalTime.TotalTime(string! text) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType() -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VectorVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.ExtendedProperties.VectorVariantType.VTVector.set -> void +DocumentFormat.OpenXml.ExtendedProperties.Words +DocumentFormat.OpenXml.ExtendedProperties.Words.Words() -> void +DocumentFormat.OpenXml.ExtendedProperties.Words.Words(string! text) -> void +DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.None = 0 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2007 = 1 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2010 = 2 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2013 = 4 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2016 = 8 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.FileFormatVersions.Office2019 = 16 -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.HexBinaryValue +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue() -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(DocumentFormat.OpenXml.HexBinaryValue! source) -> void +DocumentFormat.OpenXml.HexBinaryValue.HexBinaryValue(string? hexBinary) -> void +DocumentFormat.OpenXml.HexBinaryValue.TryGetBytes(out byte[]! bytes) -> bool +DocumentFormat.OpenXml.InkML.ActiveArea +DocumentFormat.OpenXml.InkML.ActiveArea.ActiveArea() -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Height.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Height.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Size.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Units.set -> void +DocumentFormat.OpenXml.InkML.ActiveArea.Width.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ActiveArea.Width.set -> void +DocumentFormat.OpenXml.InkML.Annotation +DocumentFormat.OpenXml.InkML.Annotation.Annotation() -> void +DocumentFormat.OpenXml.InkML.Annotation.Annotation(string! text) -> void +DocumentFormat.OpenXml.InkML.Annotation.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Encoding.set -> void +DocumentFormat.OpenXml.InkML.Annotation.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Annotation.Type.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml() -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.AnnotationXml(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.get -> DocumentFormat.OpenXml.EMMA.Emma? +DocumentFormat.OpenXml.InkML.AnnotationXml.Emma.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Encoding.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Href.set -> void +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.AnnotationXml.Type.set -> void +DocumentFormat.OpenXml.InkML.Bind +DocumentFormat.OpenXml.InkML.Bind.Bind() -> void +DocumentFormat.OpenXml.InkML.Bind.Column.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Column.set -> void +DocumentFormat.OpenXml.InkML.Bind.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Source.set -> void +DocumentFormat.OpenXml.InkML.Bind.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Target.set -> void +DocumentFormat.OpenXml.InkML.Bind.Variable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Bind.Variable.set -> void +DocumentFormat.OpenXml.InkML.Brush +DocumentFormat.OpenXml.InkML.Brush.Brush() -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Brush.Brush(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Brush.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Brush.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Brush.Id.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty() -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.BrushProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.BrushProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.BrushProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.Canvas +DocumentFormat.OpenXml.InkML.Canvas.Canvas() -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Canvas.Canvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Canvas.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.Id.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Canvas.TraceFormatRef.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform() -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.CanvasTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Id.set -> void +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.CanvasTransform.Invertible.set -> void +DocumentFormat.OpenXml.InkML.Channel +DocumentFormat.OpenXml.InkML.Channel.Channel() -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Channel.Channel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Channel.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Default.set -> void +DocumentFormat.OpenXml.InkML.Channel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Id.set -> void +DocumentFormat.OpenXml.InkML.Channel.Max.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Max.set -> void +DocumentFormat.OpenXml.InkML.Channel.Min.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Channel.Min.set -> void +DocumentFormat.OpenXml.InkML.Channel.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Name.set -> void +DocumentFormat.OpenXml.InkML.Channel.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Orientation.set -> void +DocumentFormat.OpenXml.InkML.Channel.RespectTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.RespectTo.set -> void +DocumentFormat.OpenXml.InkML.Channel.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Channel.Type.set -> void +DocumentFormat.OpenXml.InkML.Channel.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Channel.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Boolean = 2 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Decimal = 1 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelDataTypeValues.Integer = 0 -> DocumentFormat.OpenXml.InkML.ChannelDataTypeValues +DocumentFormat.OpenXml.InkML.ChannelProperties +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties() -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.ChannelProperties.ChannelProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.ChannelProperty +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Channel.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.ChannelProperty() -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.ChannelProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.MinusVe = 1 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues.PlusVe = 0 -> DocumentFormat.OpenXml.InkML.ChannelValueOrientationValues +DocumentFormat.OpenXml.InkML.Context +DocumentFormat.OpenXml.InkML.Context.Brush.get -> DocumentFormat.OpenXml.InkML.Brush? +DocumentFormat.OpenXml.InkML.Context.Brush.set -> void +DocumentFormat.OpenXml.InkML.Context.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Canvas.get -> DocumentFormat.OpenXml.InkML.Canvas? +DocumentFormat.OpenXml.InkML.Context.Canvas.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasRef.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.get -> DocumentFormat.OpenXml.InkML.CanvasTransform? +DocumentFormat.OpenXml.InkML.Context.CanvasTransform.set -> void +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.CanvasTransformRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Context() -> void +DocumentFormat.OpenXml.InkML.Context.Context(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.Context(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Context.Context(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Context.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.Id.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSource.get -> DocumentFormat.OpenXml.InkML.InkSource? +DocumentFormat.OpenXml.InkML.Context.InkSource.set -> void +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.InkSourceRef.set -> void +DocumentFormat.OpenXml.InkML.Context.Timestamp.get -> DocumentFormat.OpenXml.InkML.Timestamp? +DocumentFormat.OpenXml.InkML.Context.Timestamp.set -> void +DocumentFormat.OpenXml.InkML.Context.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.Context.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Context.TraceFromatRef.set -> void +DocumentFormat.OpenXml.InkML.Definitions +DocumentFormat.OpenXml.InkML.Definitions.Definitions() -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Definitions.Definitions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink +DocumentFormat.OpenXml.InkML.Ink.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Ink.DocumentId.set -> void +DocumentFormat.OpenXml.InkML.Ink.Ink() -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Ink.Ink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Ink.Load(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.Ink.Save(DocumentFormat.OpenXml.Packaging.CustomXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.InkML.InkSource +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.get -> DocumentFormat.OpenXml.InkML.ActiveArea? +DocumentFormat.OpenXml.InkML.InkSource.ActiveArea.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Description.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Id.set -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource() -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.InkSource.InkSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.InkSource.Latency.get -> DocumentFormat.OpenXml.InkML.Latency? +DocumentFormat.OpenXml.InkML.InkSource.Latency.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Manufacturer.set -> void +DocumentFormat.OpenXml.InkML.InkSource.Model.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.Model.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.get -> DocumentFormat.OpenXml.InkML.SampleRate? +DocumentFormat.OpenXml.InkML.InkSource.SampleRate.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SerialNo.set -> void +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.InkSource.SpecificationRef.set -> void +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.get -> DocumentFormat.OpenXml.InkML.TraceFormat? +DocumentFormat.OpenXml.InkML.InkSource.TraceFormat.set -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels() -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.IntermittentChannels.IntermittentChannels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Latency +DocumentFormat.OpenXml.InkML.Latency.Latency() -> void +DocumentFormat.OpenXml.InkML.Latency.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Latency.Value.set -> void +DocumentFormat.OpenXml.InkML.Mapping +DocumentFormat.OpenXml.InkML.Mapping.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.Id.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping() -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.Mapping.Mapping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Mapping.MappingRef.set -> void +DocumentFormat.OpenXml.InkML.Mapping.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Mapping.Type.set -> void +DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Affine = 2 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Identity = 0 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Lookup = 1 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.MathML = 3 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Product = 4 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.MappingTypeValues.Unknown = 5 -> DocumentFormat.OpenXml.InkML.MappingTypeValues +DocumentFormat.OpenXml.InkML.Matrix +DocumentFormat.OpenXml.InkML.Matrix.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Matrix.Id.set -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix() -> void +DocumentFormat.OpenXml.InkML.Matrix.Matrix(string! text) -> void +DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Drop = 2 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Ellipse = 0 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.PenTipShapeValues.Rectangle = 1 -> DocumentFormat.OpenXml.InkML.PenTipShapeValues +DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Black = 0 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.CopyPen = 12 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskNotPen = 2 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPen = 8 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MaskPenNot = 4 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergeNotPen = 11 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePen = 14 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.MergePenNot = 13 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NoOperation = 10 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.Not = 5 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotCopyPen = 3 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMaskPen = 7 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotMergePen = 1 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.NotXOrPen = 9 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.White = 15 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.RasterOperationValues.XOrPen = 6 -> DocumentFormat.OpenXml.InkML.RasterOperationValues +DocumentFormat.OpenXml.InkML.SampleRate +DocumentFormat.OpenXml.InkML.SampleRate.SampleRate() -> void +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.InkML.SampleRate.Uniform.set -> void +DocumentFormat.OpenXml.InkML.SampleRate.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SampleRate.Value.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty +DocumentFormat.OpenXml.InkML.SourceProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Name.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.SourceProperty() -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Units.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Units.set -> void +DocumentFormat.OpenXml.InkML.SourceProperty.Value.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.SourceProperty.Value.set -> void +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Degree = 0 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues.Radian = 1 -> DocumentFormat.OpenXml.InkML.StandardAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.AntiAliased = 6 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Color = 2 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.FitToCurve = 7 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Height = 1 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.IgnorePressure = 8 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.RasterOp = 5 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Tip = 4 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Transparency = 3 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues.Width = 0 -> DocumentFormat.OpenXml.InkML.StandardBrushPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlackColorValue = 27 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.BlueColorValue = 23 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ButtonPressure = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ColorValue = 20 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.CyanColorValue = 24 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.FingerTouch = 33 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.GreenColorValue = 22 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.MegentaColorValue = 25 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenAzimuthAngle = 14 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenElevationAngle = 15 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenInverted = 11 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PenTipForce = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PexAxisRotation = 16 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.PitchRotation = 17 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RedColorValue = 21 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.RollRotation = 18 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SerialNumber = 30 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton1State = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton2State = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton3State = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.SideButton4State = 10 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.StrokesWidth = 28 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TangentPressure = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongXAxis = 12 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TiltAlongYAxis = 13 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.Time = 29 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TipSwitchState = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchHeight = 32 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.TouchWidth = 31 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.XCoordinate = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YawRotation = 19 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YCoordinate = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.YellowColorValue = 26 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelNameValues.ZCoordinate = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Accuracy = 4 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.CrossCoupling = 5 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Distortion = 9 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.MinBandwidth = 7 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Noise = 3 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.PeakRate = 8 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Quantization = 2 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Resolution = 1 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Skew = 6 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues.Threshold = 0 -> DocumentFormat.OpenXml.InkML.StandardChannelPropertyNameValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Centimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Em = 6 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Ex = 7 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Inche = 3 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Meter = 0 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Millimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Pica = 5 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues.Point = 4 -> DocumentFormat.OpenXml.InkML.StandardLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Gram = 1 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Kilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Milligram = 2 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Newton = 3 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues.Pond = 4 -> DocumentFormat.OpenXml.InkML.StandardMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.DeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.None = 2 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues.Percentage = 0 -> DocumentFormat.OpenXml.InkML.StandardOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerDegree = 0 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues.PerRadian = 1 -> DocumentFormat.OpenXml.InkML.StandardPerAngleUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerCentimeter = 1 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEm = 6 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerEx = 7 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerInche = 3 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMeter = 0 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerMillimeter = 2 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPica = 5 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues.PerPoint = 4 -> DocumentFormat.OpenXml.InkML.StandardPerLengthUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerGram = 1 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerKilogram = 0 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerMilligram = 2 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerNewton = 3 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues.PerPond = 4 -> DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerDeviceResolution = 1 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues.PerPercentage = 0 -> DocumentFormat.OpenXml.InkML.StandardPerOtherUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerMillisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues.PerSecond = 0 -> DocumentFormat.OpenXml.InkML.StandardPerTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Millisecond = 1 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues.Second = 0 -> DocumentFormat.OpenXml.InkML.StandardTimeUnitsValues +DocumentFormat.OpenXml.InkML.Table +DocumentFormat.OpenXml.InkML.Table.Apply.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Apply.set -> void +DocumentFormat.OpenXml.InkML.Table.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Table.Id.set -> void +DocumentFormat.OpenXml.InkML.Table.Interpolation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Table.Interpolation.set -> void +DocumentFormat.OpenXml.InkML.Table.Table() -> void +DocumentFormat.OpenXml.InkML.Table.Table(string! text) -> void +DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Absolute = 0 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableApplyValues.Relative = 1 -> DocumentFormat.OpenXml.InkML.TableApplyValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Ceiling = 2 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Cubic = 4 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Floor = 0 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Linear = 3 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.TableInterpolationValues.Middle = 1 -> DocumentFormat.OpenXml.InkML.TableInterpolationValues +DocumentFormat.OpenXml.InkML.Timestamp +DocumentFormat.OpenXml.InkML.Timestamp.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.Id.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Time.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.Time.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.Timestamp() -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimestampRef.set -> void +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.InkML.Timestamp.TimeString.set -> void +DocumentFormat.OpenXml.InkML.Trace +DocumentFormat.OpenXml.InkML.Trace.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.Continuation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Continuation.set -> void +DocumentFormat.OpenXml.InkML.Trace.Duration.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.Duration.set -> void +DocumentFormat.OpenXml.InkML.Trace.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.Id.set -> void +DocumentFormat.OpenXml.InkML.Trace.PriorRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.Trace.PriorRef.set -> void +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.InkML.Trace.TimeOffset.set -> void +DocumentFormat.OpenXml.InkML.Trace.Trace() -> void +DocumentFormat.OpenXml.InkML.Trace.Trace(string! text) -> void +DocumentFormat.OpenXml.InkML.Trace.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.InkML.Trace.Type.set -> void +DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Begin = 0 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.End = 1 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceContinuationValues.Middle = 2 -> DocumentFormat.OpenXml.InkML.TraceContinuationValues +DocumentFormat.OpenXml.InkML.TraceFormat +DocumentFormat.OpenXml.InkML.TraceFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceFormat.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat() -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceFormat.TraceFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.BrushRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceGroup.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup() -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceGroup.TraceGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.Indeterminate = 2 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenDown = 0 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceTypeValues.PenUp = 1 -> DocumentFormat.OpenXml.InkML.TraceTypeValues +DocumentFormat.OpenXml.InkML.TraceView +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.ContextRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.From.set -> void +DocumentFormat.OpenXml.InkML.TraceView.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.Id.set -> void +DocumentFormat.OpenXml.InkML.TraceView.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.To.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.InkML.TraceView.TraceDataRef.set -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView() -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(string! outerXml) -> void +DocumentFormat.OpenXml.InkML.TraceView.TraceView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Int16Value +DocumentFormat.OpenXml.Int16Value.Int16Value() -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(DocumentFormat.OpenXml.Int16Value! source) -> void +DocumentFormat.OpenXml.Int16Value.Int16Value(short value) -> void +DocumentFormat.OpenXml.Int32Value +DocumentFormat.OpenXml.Int32Value.Int32Value() -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(DocumentFormat.OpenXml.Int32Value! source) -> void +DocumentFormat.OpenXml.Int32Value.Int32Value(int value) -> void +DocumentFormat.OpenXml.Int64Value +DocumentFormat.OpenXml.Int64Value.Int64Value() -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(DocumentFormat.OpenXml.Int64Value! source) -> void +DocumentFormat.OpenXml.Int64Value.Int64Value(long value) -> void +DocumentFormat.OpenXml.IntegerValue +DocumentFormat.OpenXml.IntegerValue.IntegerValue() -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(DocumentFormat.OpenXml.IntegerValue! source) -> void +DocumentFormat.OpenXml.IntegerValue.IntegerValue(long value) -> void +DocumentFormat.OpenXml.InvalidMCContentException +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException() -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message) -> void +DocumentFormat.OpenXml.InvalidMCContentException.InvalidMCContentException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.ListValue +DocumentFormat.OpenXml.ListValue.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.ListValue.Items.get -> System.Collections.Generic.ICollection! +DocumentFormat.OpenXml.ListValue.ListValue() -> void +DocumentFormat.OpenXml.ListValue.ListValue(DocumentFormat.OpenXml.ListValue! list) -> void +DocumentFormat.OpenXml.ListValue.ListValue(System.Collections.Generic.IEnumerable! list) -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.Ignorable.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MarkupCompatibilityAttributes() -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.MustUnderstand.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveAttributes.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.PreserveElements.set -> void +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.MarkupCompatibilityAttributes.ProcessContent.set -> void +DocumentFormat.OpenXml.Math.Accent +DocumentFormat.OpenXml.Math.Accent.Accent() -> void +DocumentFormat.OpenXml.Math.Accent.Accent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Accent.Accent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Accent.AccentProperties.get -> DocumentFormat.OpenXml.Math.AccentProperties? +DocumentFormat.OpenXml.Math.Accent.AccentProperties.set -> void +DocumentFormat.OpenXml.Math.Accent.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Accent.Base.set -> void +DocumentFormat.OpenXml.Math.AccentChar +DocumentFormat.OpenXml.Math.AccentChar.AccentChar() -> void +DocumentFormat.OpenXml.Math.AccentProperties +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.AccentProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties() -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.AccentProperties.AccentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.AccentProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.Alignment +DocumentFormat.OpenXml.Math.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Math.AlignScripts +DocumentFormat.OpenXml.Math.AlignScripts.AlignScripts() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties() -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.get -> DocumentFormat.OpenXml.Math.ArgumentSize? +DocumentFormat.OpenXml.Math.ArgumentProperties.ArgumentSize.set -> void +DocumentFormat.OpenXml.Math.ArgumentSize +DocumentFormat.OpenXml.Math.ArgumentSize.ArgumentSize() -> void +DocumentFormat.OpenXml.Math.ArgumentSize.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.ArgumentSize.Val.set -> void +DocumentFormat.OpenXml.Math.Bar +DocumentFormat.OpenXml.Math.Bar.Bar() -> void +DocumentFormat.OpenXml.Math.Bar.Bar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Bar.Bar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Bar.BarProperties.get -> DocumentFormat.OpenXml.Math.BarProperties? +DocumentFormat.OpenXml.Math.Bar.BarProperties.set -> void +DocumentFormat.OpenXml.Math.Bar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Bar.Base.set -> void +DocumentFormat.OpenXml.Math.BarProperties +DocumentFormat.OpenXml.Math.BarProperties.BarProperties() -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BarProperties.BarProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BarProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BarProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.BarProperties.Position.set -> void +DocumentFormat.OpenXml.Math.Base +DocumentFormat.OpenXml.Math.Base.Base() -> void +DocumentFormat.OpenXml.Math.Base.Base(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Base.Base(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Base.Base(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BaseJustification +DocumentFormat.OpenXml.Math.BaseJustification.BaseJustification() -> void +DocumentFormat.OpenXml.Math.BaseJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BaseJustification.Val.set -> void +DocumentFormat.OpenXml.Math.BeginChar +DocumentFormat.OpenXml.Math.BeginChar.BeginChar() -> void +DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.False = 1 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Off = 3 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.On = 2 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.One = 5 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.True = 0 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BooleanValues.Zero = 4 -> DocumentFormat.OpenXml.Math.BooleanValues +DocumentFormat.OpenXml.Math.BorderBox +DocumentFormat.OpenXml.Math.BorderBox.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.BorderBox.Base.set -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox() -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.get -> DocumentFormat.OpenXml.Math.BorderBoxProperties? +DocumentFormat.OpenXml.Math.BorderBox.BorderBoxProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties() -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.BorderBoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BorderBoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.get -> DocumentFormat.OpenXml.Math.HideBottom? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideBottom.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.get -> DocumentFormat.OpenXml.Math.HideLeft? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideLeft.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.get -> DocumentFormat.OpenXml.Math.HideRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.get -> DocumentFormat.OpenXml.Math.HideTop? +DocumentFormat.OpenXml.Math.BorderBoxProperties.HideTop.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.get -> DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeBottomLeftToTopRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.get -> DocumentFormat.OpenXml.Math.StrikeHorizontal? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeHorizontal.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.get -> DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeTopLeftToBottomRight.set -> void +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.get -> DocumentFormat.OpenXml.Math.StrikeVertical? +DocumentFormat.OpenXml.Math.BorderBoxProperties.StrikeVertical.set -> void +DocumentFormat.OpenXml.Math.Box +DocumentFormat.OpenXml.Math.Box.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Box.Base.set -> void +DocumentFormat.OpenXml.Math.Box.Box() -> void +DocumentFormat.OpenXml.Math.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Box.BoxProperties.get -> DocumentFormat.OpenXml.Math.BoxProperties? +DocumentFormat.OpenXml.Math.Box.BoxProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.get -> DocumentFormat.OpenXml.Math.Alignment? +DocumentFormat.OpenXml.Math.BoxProperties.Alignment.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties() -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.BoxProperties.BoxProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.BoxProperties.Break.get -> DocumentFormat.OpenXml.Math.Break? +DocumentFormat.OpenXml.Math.BoxProperties.Break.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.BoxProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.Differential.get -> DocumentFormat.OpenXml.Math.Differential? +DocumentFormat.OpenXml.Math.BoxProperties.Differential.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.get -> DocumentFormat.OpenXml.Math.NoBreak? +DocumentFormat.OpenXml.Math.BoxProperties.NoBreak.set -> void +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.get -> DocumentFormat.OpenXml.Math.OperatorEmulator? +DocumentFormat.OpenXml.Math.BoxProperties.OperatorEmulator.set -> void +DocumentFormat.OpenXml.Math.Break +DocumentFormat.OpenXml.Math.Break.AlignAt.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.AlignAt.set -> void +DocumentFormat.OpenXml.Math.Break.Break() -> void +DocumentFormat.OpenXml.Math.Break.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.Break.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinary +DocumentFormat.OpenXml.Math.BreakBinary.BreakBinary() -> void +DocumentFormat.OpenXml.Math.BreakBinary.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinary.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.After = 1 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Before = 0 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues.Repeat = 2 -> DocumentFormat.OpenXml.Math.BreakBinaryOperatorValues +DocumentFormat.OpenXml.Math.BreakBinarySubtraction +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.BreakBinarySubtraction() -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.BreakBinarySubtraction.Val.set -> void +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusMinus = 0 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.MinusPlus = 1 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues.PlusMinus = 2 -> DocumentFormat.OpenXml.Math.BreakBinarySubtractionValues +DocumentFormat.OpenXml.Math.CharType +DocumentFormat.OpenXml.Math.CharType.CharType() -> void +DocumentFormat.OpenXml.Math.CharType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.CharType.Val.set -> void +DocumentFormat.OpenXml.Math.ColumnGap +DocumentFormat.OpenXml.Math.ColumnGap.ColumnGap() -> void +DocumentFormat.OpenXml.Math.ColumnGapRule +DocumentFormat.OpenXml.Math.ColumnGapRule.ColumnGapRule() -> void +DocumentFormat.OpenXml.Math.ColumnSpacing +DocumentFormat.OpenXml.Math.ColumnSpacing.ColumnSpacing() -> void +DocumentFormat.OpenXml.Math.ControlProperties +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DefaultJustification +DocumentFormat.OpenXml.Math.DefaultJustification.DefaultJustification() -> void +DocumentFormat.OpenXml.Math.Degree +DocumentFormat.OpenXml.Math.Degree.Degree() -> void +DocumentFormat.OpenXml.Math.Degree.Degree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Degree.Degree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter +DocumentFormat.OpenXml.Math.Delimiter.Delimiter() -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Delimiter.Delimiter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.get -> DocumentFormat.OpenXml.Math.DelimiterProperties? +DocumentFormat.OpenXml.Math.Delimiter.DelimiterProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.get -> DocumentFormat.OpenXml.Math.BeginChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.BeginChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.DelimiterProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties() -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.DelimiterProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.get -> DocumentFormat.OpenXml.Math.EndChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.EndChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.DelimiterProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.get -> DocumentFormat.OpenXml.Math.SeparatorChar? +DocumentFormat.OpenXml.Math.DelimiterProperties.SeparatorChar.set -> void +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.get -> DocumentFormat.OpenXml.Math.Shape? +DocumentFormat.OpenXml.Math.DelimiterProperties.Shape.set -> void +DocumentFormat.OpenXml.Math.Denominator +DocumentFormat.OpenXml.Math.Denominator.Denominator() -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Denominator.Denominator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Differential +DocumentFormat.OpenXml.Math.Differential.Differential() -> void +DocumentFormat.OpenXml.Math.DisplayDefaults +DocumentFormat.OpenXml.Math.DisplayDefaults.DisplayDefaults() -> void +DocumentFormat.OpenXml.Math.EndChar +DocumentFormat.OpenXml.Math.EndChar.EndChar() -> void +DocumentFormat.OpenXml.Math.EquationArray +DocumentFormat.OpenXml.Math.EquationArray.EquationArray() -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.get -> DocumentFormat.OpenXml.Math.EquationArrayProperties? +DocumentFormat.OpenXml.Math.EquationArray.EquationArrayProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.EquationArrayProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties() -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.EquationArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.get -> DocumentFormat.OpenXml.Math.MaxDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.MaxDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.get -> DocumentFormat.OpenXml.Math.ObjectDistribution? +DocumentFormat.OpenXml.Math.EquationArrayProperties.ObjectDistribution.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.EquationArrayProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.Fraction +DocumentFormat.OpenXml.Math.Fraction.Denominator.get -> DocumentFormat.OpenXml.Math.Denominator? +DocumentFormat.OpenXml.Math.Fraction.Denominator.set -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction() -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Fraction.Fraction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.get -> DocumentFormat.OpenXml.Math.FractionProperties? +DocumentFormat.OpenXml.Math.Fraction.FractionProperties.set -> void +DocumentFormat.OpenXml.Math.Fraction.Numerator.get -> DocumentFormat.OpenXml.Math.Numerator? +DocumentFormat.OpenXml.Math.Fraction.Numerator.set -> void +DocumentFormat.OpenXml.Math.FractionProperties +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FractionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties() -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.get -> DocumentFormat.OpenXml.Math.FractionType? +DocumentFormat.OpenXml.Math.FractionProperties.FractionType.set -> void +DocumentFormat.OpenXml.Math.FractionType +DocumentFormat.OpenXml.Math.FractionType.FractionType() -> void +DocumentFormat.OpenXml.Math.FractionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.FractionType.Val.set -> void +DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Bar = 0 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Linear = 2 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.NoBar = 3 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FractionTypeValues.Skewed = 1 -> DocumentFormat.OpenXml.Math.FractionTypeValues +DocumentFormat.OpenXml.Math.FunctionName +DocumentFormat.OpenXml.Math.FunctionName.FunctionName() -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionName.FunctionName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.FunctionProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties() -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.FunctionProperties.FunctionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar +DocumentFormat.OpenXml.Math.GroupChar.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.GroupChar.Base.set -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar() -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.get -> DocumentFormat.OpenXml.Math.GroupCharProperties? +DocumentFormat.OpenXml.Math.GroupChar.GroupCharProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.GroupCharProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.GroupCharProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties() -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.GroupCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.get -> DocumentFormat.OpenXml.Math.Position? +DocumentFormat.OpenXml.Math.GroupCharProperties.Position.set -> void +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.get -> DocumentFormat.OpenXml.Math.VerticalJustification? +DocumentFormat.OpenXml.Math.GroupCharProperties.VerticalJustification.set -> void +DocumentFormat.OpenXml.Math.GrowOperators +DocumentFormat.OpenXml.Math.GrowOperators.GrowOperators() -> void +DocumentFormat.OpenXml.Math.HideBottom +DocumentFormat.OpenXml.Math.HideBottom.HideBottom() -> void +DocumentFormat.OpenXml.Math.HideDegree +DocumentFormat.OpenXml.Math.HideDegree.HideDegree() -> void +DocumentFormat.OpenXml.Math.HideLeft +DocumentFormat.OpenXml.Math.HideLeft.HideLeft() -> void +DocumentFormat.OpenXml.Math.HidePlaceholder +DocumentFormat.OpenXml.Math.HidePlaceholder.HidePlaceholder() -> void +DocumentFormat.OpenXml.Math.HideRight +DocumentFormat.OpenXml.Math.HideRight.HideRight() -> void +DocumentFormat.OpenXml.Math.HideSubArgument +DocumentFormat.OpenXml.Math.HideSubArgument.HideSubArgument() -> void +DocumentFormat.OpenXml.Math.HideSuperArgument +DocumentFormat.OpenXml.Math.HideSuperArgument.HideSuperArgument() -> void +DocumentFormat.OpenXml.Math.HideTop +DocumentFormat.OpenXml.Math.HideTop.HideTop() -> void +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Math.HorizontalAlignmentValues +DocumentFormat.OpenXml.Math.IntegralLimitLocation +DocumentFormat.OpenXml.Math.IntegralLimitLocation.IntegralLimitLocation() -> void +DocumentFormat.OpenXml.Math.InterSpacing +DocumentFormat.OpenXml.Math.InterSpacing.InterSpacing() -> void +DocumentFormat.OpenXml.Math.IntraSpacing +DocumentFormat.OpenXml.Math.IntraSpacing.IntraSpacing() -> void +DocumentFormat.OpenXml.Math.Justification +DocumentFormat.OpenXml.Math.Justification.Justification() -> void +DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.CenterGroup = 3 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.JustificationValues.Right = 1 -> DocumentFormat.OpenXml.Math.JustificationValues +DocumentFormat.OpenXml.Math.LeftMargin +DocumentFormat.OpenXml.Math.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Math.Limit +DocumentFormat.OpenXml.Math.Limit.Limit() -> void +DocumentFormat.OpenXml.Math.Limit.Limit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Limit.Limit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLocation +DocumentFormat.OpenXml.Math.LimitLocation.LimitLocation() -> void +DocumentFormat.OpenXml.Math.LimitLocationType +DocumentFormat.OpenXml.Math.LimitLocationType.LimitLocationType() -> void +DocumentFormat.OpenXml.Math.LimitLocationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.LimitLocationType.Val.set -> void +DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.SubscriptSuperscript = 1 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLocationValues.UnderOver = 0 -> DocumentFormat.OpenXml.Math.LimitLocationValues +DocumentFormat.OpenXml.Math.LimitLower +DocumentFormat.OpenXml.Math.LimitLower.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitLower.Base.set -> void +DocumentFormat.OpenXml.Math.LimitLower.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitLower.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower() -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLower(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.get -> DocumentFormat.OpenXml.Math.LimitLowerProperties? +DocumentFormat.OpenXml.Math.LimitLower.LimitLowerProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitLowerProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties() -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitLowerProperties.LimitLowerProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper +DocumentFormat.OpenXml.Math.LimitUpper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.LimitUpper.Base.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.Limit.get -> DocumentFormat.OpenXml.Math.Limit? +DocumentFormat.OpenXml.Math.LimitUpper.Limit.set -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper() -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.get -> DocumentFormat.OpenXml.Math.LimitUpperProperties? +DocumentFormat.OpenXml.Math.LimitUpper.LimitUpperProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.LimitUpperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties() -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.LimitUpperProperties.LimitUpperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Literal +DocumentFormat.OpenXml.Math.Literal.Literal() -> void +DocumentFormat.OpenXml.Math.MathFont +DocumentFormat.OpenXml.Math.MathFont.MathFont() -> void +DocumentFormat.OpenXml.Math.MathFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Math.MathFont.Val.set -> void +DocumentFormat.OpenXml.Math.MathFunction +DocumentFormat.OpenXml.Math.MathFunction.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.MathFunction.Base.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.get -> DocumentFormat.OpenXml.Math.FunctionName? +DocumentFormat.OpenXml.Math.MathFunction.FunctionName.set -> void +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.get -> DocumentFormat.OpenXml.Math.FunctionProperties? +DocumentFormat.OpenXml.Math.MathFunction.FunctionProperties.set -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction() -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathFunction.MathFunction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.get -> DocumentFormat.OpenXml.Math.BreakBinary? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinary.set -> void +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.get -> DocumentFormat.OpenXml.Math.BreakBinarySubtraction? +DocumentFormat.OpenXml.Math.MathProperties.BreakBinarySubtraction.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.get -> DocumentFormat.OpenXml.Math.DefaultJustification? +DocumentFormat.OpenXml.Math.MathProperties.DefaultJustification.set -> void +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.get -> DocumentFormat.OpenXml.Math.DisplayDefaults? +DocumentFormat.OpenXml.Math.MathProperties.DisplayDefaults.set -> void +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.get -> DocumentFormat.OpenXml.Math.InterSpacing? +DocumentFormat.OpenXml.Math.MathProperties.InterSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.get -> DocumentFormat.OpenXml.Math.IntraSpacing? +DocumentFormat.OpenXml.Math.MathProperties.IntraSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.get -> DocumentFormat.OpenXml.Math.LeftMargin? +DocumentFormat.OpenXml.Math.MathProperties.LeftMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathFont.get -> DocumentFormat.OpenXml.Math.MathFont? +DocumentFormat.OpenXml.Math.MathProperties.MathFont.set -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties() -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MathProperties.MathProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.get -> DocumentFormat.OpenXml.Math.PostSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PostSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.get -> DocumentFormat.OpenXml.Math.PreSpacing? +DocumentFormat.OpenXml.Math.MathProperties.PreSpacing.set -> void +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.get -> DocumentFormat.OpenXml.Math.RightMargin? +DocumentFormat.OpenXml.Math.MathProperties.RightMargin.set -> void +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.get -> DocumentFormat.OpenXml.Math.SmallFraction? +DocumentFormat.OpenXml.Math.MathProperties.SmallFraction.set -> void +DocumentFormat.OpenXml.Math.Matrix +DocumentFormat.OpenXml.Math.Matrix.Matrix() -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Matrix.Matrix(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.get -> DocumentFormat.OpenXml.Math.MatrixProperties? +DocumentFormat.OpenXml.Math.Matrix.MatrixProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumn +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn() -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.get -> DocumentFormat.OpenXml.Math.MatrixColumnProperties? +DocumentFormat.OpenXml.Math.MatrixColumn.MatrixColumnProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount +DocumentFormat.OpenXml.Math.MatrixColumnCount.MatrixColumnCount() -> void +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.MatrixColumnCount.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification +DocumentFormat.OpenXml.Math.MatrixColumnJustification.MatrixColumnJustification() -> void +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.MatrixColumnJustification.Val.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.get -> DocumentFormat.OpenXml.Math.MatrixColumnCount? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnCount.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.get -> DocumentFormat.OpenXml.Math.MatrixColumnJustification? +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties() -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumnProperties.MatrixColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns() -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixColumns.MatrixColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.get -> DocumentFormat.OpenXml.Math.BaseJustification? +DocumentFormat.OpenXml.Math.MatrixProperties.BaseJustification.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.get -> DocumentFormat.OpenXml.Math.ColumnGap? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGap.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.get -> DocumentFormat.OpenXml.Math.ColumnGapRule? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnGapRule.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Math.ColumnSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.MatrixProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.get -> DocumentFormat.OpenXml.Math.HidePlaceholder? +DocumentFormat.OpenXml.Math.MatrixProperties.HidePlaceholder.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.get -> DocumentFormat.OpenXml.Math.MatrixColumns? +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixColumns.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties() -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.MatrixProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.get -> DocumentFormat.OpenXml.Math.RowSpacing? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacing.set -> void +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.get -> DocumentFormat.OpenXml.Math.RowSpacingRule? +DocumentFormat.OpenXml.Math.MatrixProperties.RowSpacingRule.set -> void +DocumentFormat.OpenXml.Math.MatrixRow +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow() -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(string! outerXml) -> void +DocumentFormat.OpenXml.Math.MatrixRow.MatrixRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.MaxDistribution +DocumentFormat.OpenXml.Math.MaxDistribution.MaxDistribution() -> void +DocumentFormat.OpenXml.Math.Nary +DocumentFormat.OpenXml.Math.Nary.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Nary.Base.set -> void +DocumentFormat.OpenXml.Math.Nary.Nary() -> void +DocumentFormat.OpenXml.Math.Nary.Nary(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Nary.Nary(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Nary.NaryProperties.get -> DocumentFormat.OpenXml.Math.NaryProperties? +DocumentFormat.OpenXml.Math.Nary.NaryProperties.set -> void +DocumentFormat.OpenXml.Math.Nary.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Nary.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Nary.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Nary.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryLimitLocation +DocumentFormat.OpenXml.Math.NaryLimitLocation.NaryLimitLocation() -> void +DocumentFormat.OpenXml.Math.NaryProperties +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.get -> DocumentFormat.OpenXml.Math.AccentChar? +DocumentFormat.OpenXml.Math.NaryProperties.AccentChar.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.NaryProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.get -> DocumentFormat.OpenXml.Math.GrowOperators? +DocumentFormat.OpenXml.Math.NaryProperties.GrowOperators.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.get -> DocumentFormat.OpenXml.Math.HideSubArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSubArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.get -> DocumentFormat.OpenXml.Math.HideSuperArgument? +DocumentFormat.OpenXml.Math.NaryProperties.HideSuperArgument.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.get -> DocumentFormat.OpenXml.Math.LimitLocation? +DocumentFormat.OpenXml.Math.NaryProperties.LimitLocation.set -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties() -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.NaryProperties.NaryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.NoBreak +DocumentFormat.OpenXml.Math.NoBreak.NoBreak() -> void +DocumentFormat.OpenXml.Math.NormalText +DocumentFormat.OpenXml.Math.NormalText.NormalText() -> void +DocumentFormat.OpenXml.Math.Numerator +DocumentFormat.OpenXml.Math.Numerator.Numerator() -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Numerator.Numerator(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.ObjectDistribution +DocumentFormat.OpenXml.Math.ObjectDistribution.ObjectDistribution() -> void +DocumentFormat.OpenXml.Math.OfficeMath +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMath.OfficeMath(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.get -> DocumentFormat.OpenXml.Math.ArgumentProperties? +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.ArgumentProperties.set -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType() -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(string! outerXml) -> void +DocumentFormat.OpenXml.Math.OfficeMathArgumentType.OfficeMathArgumentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.OfficeMathJustificationType() -> void +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OfficeMathJustificationType.Val.set -> void +DocumentFormat.OpenXml.Math.OnOffType +DocumentFormat.OpenXml.Math.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Math.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Math.OperatorEmulator +DocumentFormat.OpenXml.Math.OperatorEmulator.OperatorEmulator() -> void +DocumentFormat.OpenXml.Math.Paragraph +DocumentFormat.OpenXml.Math.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Math.ParagraphProperties? +DocumentFormat.OpenXml.Math.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Math.Justification? +DocumentFormat.OpenXml.Math.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom +DocumentFormat.OpenXml.Math.Phantom.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Phantom.Base.set -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom() -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Phantom.Phantom(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.get -> DocumentFormat.OpenXml.Math.PhantomProperties? +DocumentFormat.OpenXml.Math.Phantom.PhantomProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PhantomProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties() -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.PhantomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.get -> DocumentFormat.OpenXml.Math.ShowPhantom? +DocumentFormat.OpenXml.Math.PhantomProperties.ShowPhantom.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.get -> DocumentFormat.OpenXml.Math.Transparent? +DocumentFormat.OpenXml.Math.PhantomProperties.Transparent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.get -> DocumentFormat.OpenXml.Math.ZeroAscent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroAscent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.get -> DocumentFormat.OpenXml.Math.ZeroDescent? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroDescent.set -> void +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.get -> DocumentFormat.OpenXml.Math.ZeroWidth? +DocumentFormat.OpenXml.Math.PhantomProperties.ZeroWidth.set -> void +DocumentFormat.OpenXml.Math.Position +DocumentFormat.OpenXml.Math.Position.Position() -> void +DocumentFormat.OpenXml.Math.PostSpacing +DocumentFormat.OpenXml.Math.PostSpacing.PostSpacing() -> void +DocumentFormat.OpenXml.Math.PreSpacing +DocumentFormat.OpenXml.Math.PreSpacing.PreSpacing() -> void +DocumentFormat.OpenXml.Math.PreSubSuper +DocumentFormat.OpenXml.Math.PreSubSuper.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.PreSubSuper.Base.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper() -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuper(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.get -> DocumentFormat.OpenXml.Math.PreSubSuperProperties? +DocumentFormat.OpenXml.Math.PreSubSuper.PreSubSuperProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SubArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.PreSubSuper.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.PreSubSuperProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties() -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.PreSubSuperProperties.PreSubSuperProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical +DocumentFormat.OpenXml.Math.Radical.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Radical.Base.set -> void +DocumentFormat.OpenXml.Math.Radical.Degree.get -> DocumentFormat.OpenXml.Math.Degree? +DocumentFormat.OpenXml.Math.Radical.Degree.set -> void +DocumentFormat.OpenXml.Math.Radical.Radical() -> void +DocumentFormat.OpenXml.Math.Radical.Radical(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Radical.Radical(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.get -> DocumentFormat.OpenXml.Math.RadicalProperties? +DocumentFormat.OpenXml.Math.Radical.RadicalProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.RadicalProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.get -> DocumentFormat.OpenXml.Math.HideDegree? +DocumentFormat.OpenXml.Math.RadicalProperties.HideDegree.set -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties() -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RadicalProperties.RadicalProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.RightMargin +DocumentFormat.OpenXml.Math.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Math.RowSpacing +DocumentFormat.OpenXml.Math.RowSpacing.RowSpacing() -> void +DocumentFormat.OpenXml.Math.RowSpacingRule +DocumentFormat.OpenXml.Math.RowSpacingRule.RowSpacingRule() -> void +DocumentFormat.OpenXml.Math.Run +DocumentFormat.OpenXml.Math.Run.MathRunProperties.get -> DocumentFormat.OpenXml.Math.RunProperties? +DocumentFormat.OpenXml.Math.Run.MathRunProperties.set -> void +DocumentFormat.OpenXml.Math.Run.Run() -> void +DocumentFormat.OpenXml.Math.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Math.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Math.RunProperties +DocumentFormat.OpenXml.Math.RunProperties.Literal.get -> DocumentFormat.OpenXml.Math.Literal? +DocumentFormat.OpenXml.Math.RunProperties.Literal.set -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Script +DocumentFormat.OpenXml.Math.Script.Script() -> void +DocumentFormat.OpenXml.Math.Script.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Script.Val.set -> void +DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.DoubleStruck = 3 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Fraktur = 2 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Monospace = 5 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Roman = 0 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.SansSerif = 4 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.ScriptValues.Script = 1 -> DocumentFormat.OpenXml.Math.ScriptValues +DocumentFormat.OpenXml.Math.SeparatorChar +DocumentFormat.OpenXml.Math.SeparatorChar.SeparatorChar() -> void +DocumentFormat.OpenXml.Math.Shape +DocumentFormat.OpenXml.Math.Shape.Shape() -> void +DocumentFormat.OpenXml.Math.Shape.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Shape.Val.set -> void +DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Centered = 0 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShapeDelimiterValues.Match = 1 -> DocumentFormat.OpenXml.Math.ShapeDelimiterValues +DocumentFormat.OpenXml.Math.ShowPhantom +DocumentFormat.OpenXml.Math.ShowPhantom.ShowPhantom() -> void +DocumentFormat.OpenXml.Math.SmallFraction +DocumentFormat.OpenXml.Math.SmallFraction.SmallFraction() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType +DocumentFormat.OpenXml.Math.SpacingRuleType.SpacingRuleType() -> void +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Math.SpacingRuleType.Val.set -> void +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight +DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.StrikeBottomLeftToTopRight() -> void +DocumentFormat.OpenXml.Math.StrikeHorizontal +DocumentFormat.OpenXml.Math.StrikeHorizontal.StrikeHorizontal() -> void +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight +DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.StrikeTopLeftToBottomRight() -> void +DocumentFormat.OpenXml.Math.StrikeVertical +DocumentFormat.OpenXml.Math.StrikeVertical.StrikeVertical() -> void +DocumentFormat.OpenXml.Math.Style +DocumentFormat.OpenXml.Math.Style.Style() -> void +DocumentFormat.OpenXml.Math.Style.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Style.Val.set -> void +DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Bold = 1 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.BoldItalic = 3 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Italic = 2 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.StyleValues.Plain = 0 -> DocumentFormat.OpenXml.Math.StyleValues +DocumentFormat.OpenXml.Math.SubArgument +DocumentFormat.OpenXml.Math.SubArgument.SubArgument() -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubArgument.SubArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript +DocumentFormat.OpenXml.Math.Subscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Subscript.Base.set -> void +DocumentFormat.OpenXml.Math.Subscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.Subscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript() -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Subscript.Subscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.get -> DocumentFormat.OpenXml.Math.SubscriptProperties? +DocumentFormat.OpenXml.Math.Subscript.SubscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubscriptProperties.SubscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript +DocumentFormat.OpenXml.Math.SubSuperscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.SubSuperscript.Base.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.get -> DocumentFormat.OpenXml.Math.SubArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SubArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript() -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SubSuperscriptProperties? +DocumentFormat.OpenXml.Math.SubSuperscript.SubSuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.SubSuperscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.get -> DocumentFormat.OpenXml.Math.AlignScripts? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.AlignScripts.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SubSuperscriptProperties.SubSuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument() -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperArgument.SuperArgument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript +DocumentFormat.OpenXml.Math.Superscript.Base.get -> DocumentFormat.OpenXml.Math.Base? +DocumentFormat.OpenXml.Math.Superscript.Base.set -> void +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.get -> DocumentFormat.OpenXml.Math.SuperArgument? +DocumentFormat.OpenXml.Math.Superscript.SuperArgument.set -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript() -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(string! outerXml) -> void +DocumentFormat.OpenXml.Math.Superscript.Superscript(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.get -> DocumentFormat.OpenXml.Math.SuperscriptProperties? +DocumentFormat.OpenXml.Math.Superscript.SuperscriptProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.get -> DocumentFormat.OpenXml.Math.ControlProperties? +DocumentFormat.OpenXml.Math.SuperscriptProperties.ControlProperties.set -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties() -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Math.SuperscriptProperties.SuperscriptProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Math.Text +DocumentFormat.OpenXml.Math.Text.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.Text.Space.set -> void +DocumentFormat.OpenXml.Math.Text.Text() -> void +DocumentFormat.OpenXml.Math.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Math.TopBottomType +DocumentFormat.OpenXml.Math.TopBottomType.TopBottomType() -> void +DocumentFormat.OpenXml.Math.TopBottomType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Math.TopBottomType.Val.set -> void +DocumentFormat.OpenXml.Math.Transparent +DocumentFormat.OpenXml.Math.Transparent.Transparent() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType +DocumentFormat.OpenXml.Math.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Math.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Math.UnsignedShortType +DocumentFormat.OpenXml.Math.UnsignedShortType.UnsignedShortType() -> void +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Math.UnsignedShortType.Val.set -> void +DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bot = 3 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalAlignmentValues +DocumentFormat.OpenXml.Math.VerticalJustification +DocumentFormat.OpenXml.Math.VerticalJustification.VerticalJustification() -> void +DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Bottom = 1 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Math.VerticalJustificationValues +DocumentFormat.OpenXml.Math.WrapIndent +DocumentFormat.OpenXml.Math.WrapIndent.WrapIndent() -> void +DocumentFormat.OpenXml.Math.WrapRight +DocumentFormat.OpenXml.Math.WrapRight.WrapRight() -> void +DocumentFormat.OpenXml.Math.ZeroAscent +DocumentFormat.OpenXml.Math.ZeroAscent.ZeroAscent() -> void +DocumentFormat.OpenXml.Math.ZeroDescent +DocumentFormat.OpenXml.Math.ZeroDescent.ZeroDescent() -> void +DocumentFormat.OpenXml.Math.ZeroWidth +DocumentFormat.OpenXml.Math.ZeroWidth.ZeroWidth() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException() -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message) -> void +DocumentFormat.OpenXml.NamespaceNotUnderstandException.NamespaceNotUnderstandException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlClassId.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.ActiveXControlData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.License.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty() -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.ActiveXObjectProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Name.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComFont? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComFont.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.get -> DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.SharedComPicture.set -> void +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.Value.set -> void +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistPropertyBag = 0 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStorage = 3 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStream = 1 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues.PersistStreamInit = 2 -> DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.Persistence.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont() -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.SharedComFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.Id.set -> void +DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.SharedComPicture() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeDescription.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeID.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeName.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema() -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(string! outerXml) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeSchema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeScope.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ContentTypeVersion.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.ReservedAttributeString.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.UnderScore.set -> void +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.VersionID.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CompanyAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CompanyEmailAddress(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CompanyFaxNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CompanyPhoneNumber(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyEmailAddress.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyFaxNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.get -> DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CompanyPhoneNumber.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CoverPageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.get -> DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.DocumentAbstract.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.get -> DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate? +DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.PublishDate.set -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.DocumentAbstract(string! text) -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate() -> void +DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.PublishDate(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CustomPropertyEditor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.PropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.XsnFileLocation.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CustomPropertyEditors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.DefaultPropertyEditorNamespace.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.get -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen? +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.ShowOnOpen.set -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.DefaultPropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.PropertyEditorNamespace(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.ShowOnOpen(string! text) -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation() -> void +DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.XsnFileLocation(string! text) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box +DocumentFormat.OpenXml.Office.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office.CustomUI.Button +DocumentFormat.OpenXml.Office.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.ContextualTabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets() -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.ContextualTabSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CustomUIPart.get -> DocumentFormat.OpenXml.Packaging.CustomUIPart? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.get -> DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.RepurposedCommands.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.CustomUIPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.get -> DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton? +DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.UnsizedButton.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.DocumentSpecificQuickAccessToolbarControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown() -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.DropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DropDown.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox +DocumentFormat.OpenXml.Office.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office.CustomUI.Menu +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.OfficeMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.get -> DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.DocumentSpecificQuickAccessToolbarControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.get -> DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.SharedQatControls.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.QuickAccessToolbarControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.RepurposedCommand() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands() -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.RepurposedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.get -> DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.ContextualTabSets.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.get -> DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.OfficeMenu.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office.CustomUI.Tabs? +DocumentFormat.OpenXml.Office.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls() -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.SharedQatControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office.CustomUI.SizeValues +DocumentFormat.OpenXml.Office.CustomUI.SplitButton +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.TextLabel() -> void +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.TextLabel.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.UnsizedButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.UnsizedControlClone() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.UnsizedDynamicMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Columns.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Rows.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.SizeString.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.UnsizedGallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ItemSize.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.UnsizedMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.UnsizedSplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.UnsizedToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.GetVisible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.VerticalSeparator() -> void +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.Visible.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.IdQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertAfterQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.InsertBeforeQ.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CachedView(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.get -> DocumentFormat.OpenXml.Office.CustomXsn.CachedView? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CachedView.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn() -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(string! outerXml) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CustomXsn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.get -> DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.OpenByDefault.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.get -> DocumentFormat.OpenXml.Office.CustomXsn.Scope? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.Scope.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.get -> DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation? +DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.XsnLocation.set -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault() -> void +DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.OpenByDefault(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope() -> void +DocumentFormat.OpenXml.Office.CustomXsn.Scope.Scope(string! text) -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation() -> void +DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.XsnLocation(string! text) -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.DataModelExtensionBlock() -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.MinVer.set -> void +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.RelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing +DocumentFormat.OpenXml.Office.Drawing.Drawing.DiagramPersistLayoutPart.get -> DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart? +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Load(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.Save(DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeTree? +DocumentFormat.OpenXml.Office.Drawing.Drawing.ShapeTree.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.GroupShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Drawing.Shape.ModelId.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office.Drawing.Shape.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape() -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeNonVisualProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Office.Drawing.ShapeStyle? +DocumentFormat.OpenXml.Office.Drawing.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.get -> DocumentFormat.OpenXml.Office.Drawing.TextBody? +DocumentFormat.OpenXml.Office.Drawing.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.get -> DocumentFormat.OpenXml.Office.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.Shape.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties? +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.NonVisualDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.ShapeNonVisualProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office.Drawing.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office.Drawing.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.ColumnSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem +DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.ColumnSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.Formula +DocumentFormat.OpenXml.Office.Excel.Formula.Formula() -> void +DocumentFormat.OpenXml.Office.Excel.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Load(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet() -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Macrosheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.MacroSheetPart.get -> DocumentFormat.OpenXml.Packaging.MacroSheetPart? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.Save(DocumentFormat.OpenXml.Packaging.MacroSheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Office.Excel.Macrosheet.SheetViews.set -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence() -> void +DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.ReferenceSequence(string! text) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Count.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Excel.RowSortMap.Ref.set -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMap.RowSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem +DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.RowSortMapItem() -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.NewVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.OldVal.set -> void +DocumentFormat.OpenXml.Office.Excel.SortMapItemType.SortMapItemType() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.get -> DocumentFormat.OpenXml.Office.Excel.ColumnSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.ColumnSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Load(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.get -> DocumentFormat.OpenXml.Office.Excel.RowSortMap? +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.RowSortMap.set -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.Save(DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap() -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Office.LongProperties.LongProperties +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperties.LongProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty() -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.LongProperty(string! text) -> void +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.LongProperties.LongProperty.Name.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Decimals.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Default.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Description.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.DisplayName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Dummy() -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.FieldsID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Format.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Hidden.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Index.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.InternalName.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.LCID.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.List.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Percentage.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ReadOnly.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.RequiredMultiChoice.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Root.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.ShowField.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.Web.set -> void +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues.True = 0 -> DocumentFormat.OpenXml.Office.MetaAttributes.TrueOnlyValues +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorKeymapType() -> void +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AcceleratorKeymapType.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AcceleratorName.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.AllocatedCommand() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.ArgumentValue.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CommandIndexBasedOn.set -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.AllocatedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.AllocatedCommandManifest(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry +DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.AllocatedCommandManifestEntry() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands() -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.AllocatedCommands.AllocatedCommands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CharacterInsertion() -> void +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.CharacterInsertion.Val.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents() -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.DocEvents(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocBuildingBlockAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocCloseXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnEnterXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlOnExistXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocContentControlUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocNewXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocOpenXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocStoreUpdateXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocSyncXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlAfterInsertXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.get -> DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString? +DocumentFormat.OpenXml.Office.Word.DocEvents.EventDocXmlBeforeDeleteXsdString.set -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.EventDocBuildingBlockAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.EventDocCloseXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.EventDocContentControlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.EventDocContentControlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.EventDocContentControlOnEnterXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.EventDocContentControlOnExistXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.EventDocContentControlUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.EventDocNewXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.EventDocOpenXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.EventDocStoreUpdateXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.EventDocSyncXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.EventDocXmlAfterInsertXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString() -> void +DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.EventDocXmlBeforeDeleteXsdString(string! text) -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.Argument.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandIndex.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CommandName.set -> void +DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.FixedCommandKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.KeyMapCustomizations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.AllocatedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.get -> DocumentFormat.OpenXml.Office.Word.CharacterInsertion? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterInsertion.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapPrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CharacterMapSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.FixedCommandKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodePrimary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyCodeSecondary.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry() -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.KeyMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.MacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.Mask.set -> void +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.get -> DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization? +DocumentFormat.OpenXml.Office.Word.KeyMapEntry.WllMacroKeyboardCustomization.set -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType() -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.KeymapsType.KeymapsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.MacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.MacroWllType.MacroWllType() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients() -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.MailMergeRecipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.Mcd +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.BEncrypt.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Cmg.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MacroName.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Mcd() -> void +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.MenuHelp.set -> void +DocumentFormat.OpenXml.Office.Word.Mcd.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.Mcd.Name.set -> void +DocumentFormat.OpenXml.Office.Word.Mcds +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds() -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Mcds.Mcds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization() -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.MismatchedKeyMapCustomization(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode +DocumentFormat.OpenXml.Office.Word.RecordHashCode.RecordHashCode() -> void +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office.Word.RecordHashCode.Val.set -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded +DocumentFormat.OpenXml.Office.Word.RecordIncluded.RecordIncluded() -> void +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office.Word.RecordIncluded.Val.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.get -> DocumentFormat.OpenXml.Office.Word.RecordHashCode? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordHashCode.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.get -> DocumentFormat.OpenXml.Office.Word.RecordIncluded? +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.RecordIncluded.set -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord() -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.SingleDataSourceRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Load(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.Save(DocumentFormat.OpenXml.Packaging.CustomizationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup() -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.TemplateCommandGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office.Word.ToolbarData.Id.set -> void +DocumentFormat.OpenXml.Office.Word.ToolbarData.ToolbarData() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars() -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.Toolbars.Toolbars(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.get -> DocumentFormat.OpenXml.Office.Word.DocEvents? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.DocEvents.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Load(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.get -> DocumentFormat.OpenXml.Office.Word.Mcds? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Mcds.set -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.Save(DocumentFormat.OpenXml.Packaging.VbaDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData() -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(string! outerXml) -> void +DocumentFormat.OpenXml.Office.Word.VbaSuppData.VbaSuppData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization +DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.WllMacroKeyboardCustomization() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.Backstage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnHide.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.OnShow.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.BackstageCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.BackstageComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.BackstageDropDown(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.BackstageEditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.BackstageFastCommandButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.BackstageGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.BackstageGroupButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Style.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.BackstageGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.BackstageItemType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageItemType.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.BackstageLabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.NoWrap.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.BackstageMenuButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.BackstageMenuCheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.BackstageMenuGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.BackstageMenuToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.BackstagePrimaryMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.BackstageRegularButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.BackstageSubMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.BackstageTab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.ColumnWidthPercent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.FirstColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMaxWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SecondColumnMinWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.SimpleGroups.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.BottomItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Box(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.BoxStyle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Box.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.BoxStyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Button +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Button() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Button.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.ButtonGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Command() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Command.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Commands.Commands(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.ContextMenu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.ContextMenus(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.ContextualTabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ControlClone() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ControlCloneQat() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.IdQ.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ControlCloneRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Backstage? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Backstage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Commands? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Commands.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.ContextMenus.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CustomUI(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Load(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.LoadImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.OnLoad.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Ribbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.Save(DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular? +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.ButtonRegular.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.DialogBoxLauncher(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.DocumentControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.DropDownRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.DynamicMenu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.DynamicMenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetContent.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.EditBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.OnChange.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Bottom = 7 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.BottomRight = 8 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Center = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Right = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.ExpandValues +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Gallery(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Columns.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GalleryRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.InvalidateContentOnDrop.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemHeight.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ItemWidth.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Rows.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowInRibbon.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.SizeString.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.False = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues.Zero = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.GalleryShowInRibbonValues +DocumentFormat.OpenXml.Office2010.CustomUI.Group +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.AutoScale.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.CenterVertically.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Group.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.GroupBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType.GroupControlsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetTarget.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Target.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.AltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetAltText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Item() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Item.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.ItemBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.ItemSizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.LabelControl() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Horizontal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues.Vertical = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.LayoutChildrenValues +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Align.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutChildren.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.LayoutContainer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Menu(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Menu.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.MenuRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.MenuRoot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.MenuSeparator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.MenuSeparatorNoTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetTitle.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ItemSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.MenuWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Title.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstagePrimaryMenu.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.get -> DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton? +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.BackstageRegularButton.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.PrimaryItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QatItemsType.QatItemsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.DocumentControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.QuickAccessToolbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.get -> DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems? +DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.SharedControlsQatItems.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem +DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.RadioButtonBackstageItem() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.AlignLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Expand.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemCount.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemID.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetItemLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetSelectedItemIndex.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.RadioGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.ContextualTabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.get -> DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.QuickAccessToolbar.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Ribbon(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.StartFromScratch.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.get -> DocumentFormat.OpenXml.Office2010.CustomUI.Tabs? +DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.Tabs.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Separator() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Separator.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.SharedControlsQatItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.SimpleGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Large = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.SizeValues +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.SplitButton(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.SplitButtonRegular(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.SplitButtonWithTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Borderless = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.Style2Values +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Error = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Normal = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues.Warning = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.StyleValues +DocumentFormat.OpenXml.Office2010.CustomUI.Tab +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tab(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.Tab.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.TabSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.TaskFormGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.TaskFormGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.TaskFormGroupTask(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.AllowedTaskSizes.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetHelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.HelperText.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.TaskGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.TaskGroupCategory(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.IsDefinitive.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.TaskGroupTask() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Large = 2 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMedium = 1 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.LargeMediumSmall = 0 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Medium = 4 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.MediumSmall = 3 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues.Small = 5 -> DocumentFormat.OpenXml.Office2010.CustomUI.TaskSizesValues +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSize.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Size.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.ToggleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.GetVisible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.ToggleButtonRegular() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.Visible.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.TopItemsGroupControls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.VisibleButton() -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Description.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Enabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetDescription.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetEnabled.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetKeytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetPressed.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetScreentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.GetSupertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Id.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.IdMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Image.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ImageMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertAfterQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeMso.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.InsertBeforeQulifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Keytip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Label.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.OnAction.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.QualifiedId.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Screentip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowImage.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.ShowLabel.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Supertip.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.Tag.set -> void +DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.VisibleToggleButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.ArtisticBlur() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.Radius.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.ArtisticCement() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CrackSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.ArtisticChalkSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.ArtisticCrisscrossEtching() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.ArtisticCutout() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.NumberOfShades.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.ArtisticFilmGrain() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.GrainSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.ArtisticGlass() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.ArtisticGlowDiffused() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.ArtisticGlowEdges() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.ArtisticLightScreen() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.GridSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.ArtisticLineDrawing() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.PencilSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.ArtisticMarker() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Size.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.ArtisticMosaicBubbles() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.ArtisticPaintBrush() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.ArtisticPaintStrokes() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Intensity.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.ArtisticPastelsSmooth() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.ArtisticPencilGrayscale() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.ArtisticPencilSketch() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Pressure.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.ArtisticPhotocopy() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Detail.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.ArtisticPlasticWrap() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Smoothness.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.ArtisticTexturizer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Scaling.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.ArtisticWatercolorSponge() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.BrushSize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.Transparancy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.BackgroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.BackgroundRemoval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeLeft.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeRight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.MarqueeTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Bright.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.BrightnessContrast() -> void +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.Contrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CameraTool() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CellRange.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.Published.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.BooleanFalseType() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.DropZoneCategories() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.DropZoneData() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.DropZoneFilter() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.DropZoneSeries() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible +DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.DropZonesVisible() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.InSketchMode() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.InvertSolidFillFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneCategories.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneData.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneFilter.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZoneSeries.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.DropZonesVisible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.PivotOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.ShowSketchButton() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.InSketchMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.get -> DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.ShowSketchButton.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.SketchOptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Style() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperature() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.ColorTemperatureValue.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CompatExtension() -> void +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.ContentPartLocks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoAdjustHandles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeArrowheads.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeAspect.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoChangeShapeType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoEditPoints.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoGrouping.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoMove.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoResize.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoRotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.NoSelection.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.RecolorImages() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.FirstYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.ForegroundMark() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondXCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.SecondYCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart() -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.GvmlContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.get -> DocumentFormat.OpenXml.Drawing.EffectDag? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectDag.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.get -> DocumentFormat.OpenXml.Drawing.EffectList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.EffectList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.HiddenEffectsProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.get -> DocumentFormat.OpenXml.Drawing.BlipFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.BlipFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.get -> DocumentFormat.OpenXml.Drawing.GradientFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GradientFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.get -> DocumentFormat.OpenXml.Drawing.GroupFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.GroupFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.HiddenFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.get -> DocumentFormat.OpenXml.Drawing.NoFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.NoFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.get -> DocumentFormat.OpenXml.Drawing.PatternFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.PatternFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.get -> DocumentFormat.OpenXml.Drawing.SolidFill? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.SolidFill.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CompoundLineType.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.HiddenLineProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.Width.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.get -> DocumentFormat.OpenXml.Drawing.Backdrop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Backdrop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.get -> DocumentFormat.OpenXml.Drawing.Camera? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.HiddenScene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.get -> DocumentFormat.OpenXml.Drawing.LightRig? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.get -> DocumentFormat.OpenXml.Drawing.BevelBottom? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.get -> DocumentFormat.OpenXml.Drawing.BevelTop? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.get -> DocumentFormat.OpenXml.Drawing.ContourColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Drawing.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.HiddenShape3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.PresetMaterial.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.Z.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticBlur.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCement.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticChalkSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCrisscrossEtching.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticCutout.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticFilmGrain.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlass.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowDiffused.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticGlowEdges.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLightScreen.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticLineDrawing.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMarker.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticMosaicBubbles.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintBrush.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPaintStrokes.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPastelsSmooth.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilGrayscale.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPencilSketch.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPhotocopy.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticPlasticWrap.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticTexturizer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.get -> DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ArtisticWatercolorSponge.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.get -> DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BackgroundRemoval.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.get -> DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.BrightnessContrast.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.get -> DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ColorTemperature.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.ImageEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.get -> DocumentFormat.OpenXml.Office2010.Drawing.Saturation? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Saturation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.get -> DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.SharpenSoften.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.Visible.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.Embed.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.ImageLayer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.get -> DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer? +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageLayer.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.ImageProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.IsCanvas() -> void +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CompatibilityShape() -> void +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Saturation.SaturationAmount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.ShadowObscured() -> void +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.Val.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.Amount.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.SharpenSoften() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.TextMath +DocumentFormat.OpenXml.Office2010.Drawing.TextMath.TextMath() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.UseLocalDpi() -> void +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualAllocation = 0 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.EqualIncrement = 1 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedAllocation = 2 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues.WeightedIncrement = 3 -> DocumentFormat.OpenXml.Office2010.Excel.AllocationMethodValues +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.ArgumentDescription(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.Index.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions() -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.ArgumentDescriptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.AxisColor +DocumentFormat.OpenXml.Office2010.Excel.AxisColor.AxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor +DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.BarAxisColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.BorderColor +DocumentFormat.OpenXml.Office2010.Excel.BorderColor.BorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField +DocumentFormat.OpenXml.Office2010.Excel.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.MeasuresSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.get -> DocumentFormat.OpenXml.Office2010.Excel.SetLevels? +DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.SetLevels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DisplayFolder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.DynamicSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.FlattenHierarchies.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.HierarchizeDistinct.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.MdxLong.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSet? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.TupleSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Checked = 1 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Mixed = 2 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.CheckedValues.Unchecked = 0 -> DocumentFormat.OpenXml.Office2010.Excel.CheckedValues +DocumentFormat.OpenXml.Office2010.Excel.Color +DocumentFormat.OpenXml.Office2010.Excel.Color.Color() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotAreas? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.ConditionalFormattingIcon() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ActivePresent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StandardDeviation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.ConditionalFormattings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject() -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ConditionalFormattingValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMax = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.AutoMin = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Max = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Min = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Numeric = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percent = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues.Percentile = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Connection +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.get -> DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers? +DocumentFormat.OpenXml.Office2010.Excel.Connection.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.Culture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Connection.EmbeddedDataId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.AxisPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.Gradient.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarBorderColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.NegativeBarColorSameAsPositive.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Automatic = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.Middle = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues.None = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarAxisPositionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.Context = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.LeftToRight = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues.RightToLeft = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DataBarDirectionValues +DocumentFormat.OpenXml.Office2010.Excel.DataField +DocumentFormat.OpenXml.Office2010.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.PivotShowAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataField.SourceField.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataField.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CustomDataPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.DatastoreItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Load(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.Save(DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla1.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.get -> DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.DataValidationForumla2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.DataValidationFormulaType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.DataValidationFormulaType.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.DataValidationForumla1(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2 +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.DataValidationForumla2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Columns.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues() -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.DdeValues(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DdeValues.Rows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.get -> DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.ArgumentDescriptions.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.DefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Border.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType() -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.DifferentialType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Fill.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.Protection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Gap = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Span = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DisplayBlanksAsValues +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.Macro.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.PublishedFlag.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.ExcelNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.ExcelNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Combo = 0 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.ComboEdit = 1 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues.Simple = 2 -> DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Formula = 4 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Integer = 1 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Number = 2 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Reference = 3 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues.Text = 0 -> DocumentFormat.OpenXml.Office2010.Excel.EditValidationValues +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FillColor +DocumentFormat.OpenXml.Office2010.Excel.FillColor.FillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter +DocumentFormat.OpenXml.Office2010.Excel.Filter.Filter() -> void +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Filter.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.FirstMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Colored.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ControlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ControlPropertiesPart? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.DropStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.EditVal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FirstButton.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaGroup.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaLink.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FmlaTextbox.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.FormControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Horizontal.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Incremental.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.get -> DocumentFormat.OpenXml.Office2010.Excel.ListItems? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ListItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Load(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.LockText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Max.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Min.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MinimumWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleLines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.MultipleSelection.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.NoThreeD2.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ObjectType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Page.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.PasswordEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Save(DocumentFormat.OpenXml.Packaging.ControlPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.ScrollBarWidth.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Selected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.SelectionType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextHorizontalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.TextVerticalAlign.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.VerticalBar.set -> void +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.HighMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Custom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.IconSetTypes.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveBoxes = 19 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FiveRating = 15 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrows = 8 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRating = 11 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.NoIcons = 20 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeStars = 17 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues.ThreeTriangles = 18 -> DocumentFormat.OpenXml.Office2010.Excel.IconSetTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Id +DocumentFormat.OpenXml.Office2010.Excel.Id.Id() -> void +DocumentFormat.OpenXml.Office2010.Excel.Id.Id(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.IgnoredError(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.LastMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem +DocumentFormat.OpenXml.Office2010.Excel.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ListItem.Val.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ListItems.ListItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor +DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.LowMarkerColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor +DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.MarkersColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.NegativeBorderColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.NegativeColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor +DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.NegativeFillColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Button = 0 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.CheckBox = 1 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Dialog = 10 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Drop = 2 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.EditBox = 9 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.GroupBox = 3 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Label = 4 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.List = 5 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Radio = 6 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Scroll = 7 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues.Spin = 8 -> DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheLevelsData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.OlapSlicerCacheSelections.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.OlapSlicerCacheItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.OlapSlicerCacheItemParent() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheLevelData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.OlapSlicerCacheRanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.SourceCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.OlapSlicerCacheLevelsData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.OlapSlicerCacheRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.OlapSlicerCacheRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.OlapSlicerCacheSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections() -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.OlapSlicerCacheSelections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues.Natural = 0 -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.OleItem +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.get -> DocumentFormat.OpenXml.Office2010.Excel.DdeValues? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.DdeValues.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.OleItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SlicerData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportAddCalcMems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryCalcMem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.SupportSubqueryNonVisual.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotChange.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.PivotChanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotArea? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotArea.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.PivotUserEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems? +DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.TupleItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.PivotEdits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.PivotEditValue(string! text) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.ValueType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Boolean = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.DateTime = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Error = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.Number = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues.String = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValueTypeValues +DocumentFormat.OpenXml.Office2010.Excel.PivotField +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.FillDownLabels.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotField.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.Ignore.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParent = 0 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentColumn = 2 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfParentRow = 1 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.PercentOfRunningTotal = 3 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankAscending = 4 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues.RankDescending = 5 -> DocumentFormat.OpenXml.Office2010.Excel.PivotShowAsValues +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AllocationMethod.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.AutoApply.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CalculatedMembersInFilters.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.EnableEdit.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.FillDownLabelsDefault.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.HideValuesRow.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotChanges? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotChanges.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEdits? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotEdits.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.VisualTotalsForSets.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.WeightExpression.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.get -> DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotEditValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit() -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.PivotUserEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ProtectedRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Extended = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Multiple = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues.Single = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SelectionTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor +DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.SeriesColor() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.Hierarchy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevel.SetLevel() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels() -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SetLevels.SetLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Cache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Caption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Level.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.LockedPosition.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.RowHeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.ShowCaption.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Slicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.StartItem.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Slicer.Style.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.SlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithDataAtTop = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues.ShowItemsWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheCrossFilterValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.OlapSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.SlicerCacheData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.TabularSlicerCache.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.SlicerCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePart.get -> DocumentFormat.OpenXml.Packaging.SlicerCachePart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SlicerCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.SlicerCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.SlicerCachePivotTable() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerList.SlicerList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.Id.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.SlicerRef() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Load(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Save(DocumentFormat.OpenXml.Packaging.SlicersPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers() -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.Slicers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Slicers.SlicersPart.get -> DocumentFormat.OpenXml.Packaging.SlicersPart? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.SlicerStyleElements.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.SlicerStyleElement() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.SlicerStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.DefaultSlicerStyle.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles() -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.SlicerStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithData = 5 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredSelectedItemWithNoData = 7 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithData = 4 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.HoveredUnselectedItemWithNoData = 6 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithData = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.SelectedItemWithNoData = 3 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithData = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues.UnselectedItemWithNoData = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SortCondition +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.Name.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.SourceConnection() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.get -> DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.ReferenceSequence.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparkline.Sparkline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Custom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Group = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues.Individual = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineAxisMinMaxValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups() -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.SparklineGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines() -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.Sparklines.Sparklines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Column = 1 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Line = 0 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.Stacked = 2 -> DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues +DocumentFormat.OpenXml.Office2010.Excel.Table +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltText.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.Table.AltTextSummary.set -> void +DocumentFormat.OpenXml.Office2010.Excel.Table.Table() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.get -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.TabularSlicerCacheItems.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.Atom.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.IsSelected.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.NonDisplay.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.TabularSlicerCacheItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.Count.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.TabularSlicerCacheItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Ascending = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues.Descending = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheSortOrderValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Office2010.Excel.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Office2010.Excel.TupleItems +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleItems.TupleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.RowCount.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetHeaders.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.get -> DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows? +DocumentFormat.OpenXml.Office2010.Excel.TupleSet.TupleSetRows.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.HierarchyName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.TupleSetHeader() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.TupleSetHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.TupleSetRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.DisplayName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.TupleSetRowItem() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.UniqueName.set -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows() -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.TupleSetRows(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.AccuracyVersion.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DefaultImageDpi.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.DiscardImageEditData.set -> void +DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2010.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List() -> void +DocumentFormat.OpenXml.Office2010.ExcelAc.List.List(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.ContextLinkType() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextLinkType.Reference.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.AlignmentLevel.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Ascender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Baseline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.BeginModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Centroid.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContentType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ContextNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CustomRecognizerId.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Descender.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.EndModifierType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.HotPoints.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Id.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathML.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathStruct.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.MathSymbol.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Midline.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotatedBoundingBox.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.RotationAngle.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.SemanticType.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeGeometry.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.ShapeName.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNode.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty() -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.ContextNodeProperty(string! text) -> void +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.Type.set -> void +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink +DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.DestinationLink() -> void +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.AnalysisHint = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.CustomRecognizer = 12 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.GroupNode = 21 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Image = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkBullet = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkDrawing = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.InkWord = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Line = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathEquation = 14 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathIdentifier = 17 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathNumber = 19 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathOperator = 18 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathRegion = 13 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathStruct = 15 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MathSymbol = 16 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.MixedDrawing = 22 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.NonInkDrawing = 20 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Object = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Paragraph = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.Root = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.TextWord = 11 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.UnclassifiedInk = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues.WritingRegion = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownContextNodeTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Callout = 6 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Comment = 8 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Connector = 10 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Container = 9 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Enclosure = 7 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Highlight = 3 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.ScratchOut = 4 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Strikethrough = 2 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.Underline = 1 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues.VerticalRange = 5 -> DocumentFormat.OpenXml.Office2010.Ink.KnownSemanticTypeValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.From = 1 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.To = 0 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues.With = 2 -> DocumentFormat.OpenXml.Office2010.Ink.LinkDirectionValues +DocumentFormat.OpenXml.Office2010.Ink.SourceLink +DocumentFormat.OpenXml.Office2010.Ink.SourceLink.SourceLink() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkName.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.BookmarkTarget() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.BrowseMode() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.ShowStatus.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.ConveyorTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId +DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.DiscardImageEditData() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.DoorsTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType +DocumentFormat.OpenXml.Office2010.PowerPoint.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.ExtensionListModify(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.Modify.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.FerrisTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.FlashTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.FlipTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.FlythroughTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.HasBounce.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.GalleryTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.GlitterTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.HoneycombTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.HslColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.LaserColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.PresetColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.SystemColor.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.LaserTraceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.LeftRightDirectionTransitionType.LeftRightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Embed.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Link.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.Media(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaBookmarkList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaFade.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim? +DocumentFormat.OpenXml.Office2010.PowerPoint.Media.MediaTrim.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.MediaBookmark() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.MediaBookmarkList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.InDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.MediaFade() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.OutDuration.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.MediaPlaybackEventRecordType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaPlaybackEventRecordType.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.End.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.MediaTrim() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.Start.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId +DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.ModificationId() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.NullEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.PanTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.PauseEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.PlayEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsContent.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.IsInverted.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.PrismTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.RandomIdType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.RandomIdType.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.ResumeEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.RevealTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.ThroughBlack.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.RippleTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.Section(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList? +DocumentFormat.OpenXml.Office2010.PowerPoint.Section.SectionSlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.SectionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.Name.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SectionOld(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.SlideIdList.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.SectionSlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.Id.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.SectionSlideIdListEntry() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Seek.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.SeekEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.NullEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PauseEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.PlayEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ResumeEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.SeekEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.ShowEventRecordList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.StopEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.TriggerEventRecord.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.ShowMediaControls() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.Val.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.Pattern.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.ShredTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.StopEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.SwitchTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.TracePoint() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.XCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.YCoordinate.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.TracePointList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionCenterDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Left = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues.Right = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionLeftRightDirectionTypeValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Diamond = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues.Hexagon = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Rectangle = 1 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues.Strip = 0 -> DocumentFormat.OpenXml.Office2010.PowerPoint.TransitionShredPatternValues +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Time.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.TriggerEventRecord() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.Type.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.VortexTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.Direction.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.WarpTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.Spokes.set -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.WheelReverseTransition() -> void +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition +DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.WindowTransition() -> void +DocumentFormat.OpenXml.Office2010.Word.Alpha +DocumentFormat.OpenXml.Office2010.Word.Alpha.Alpha() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelBottom +DocumentFormat.OpenXml.Office2010.Word.BevelBottom.BevelBottom() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty +DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.BevelEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Angle = 4 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.ArtDeco = 11 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Convex = 6 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.CoolSlant = 7 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Cross = 3 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Divot = 8 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.HardEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.RelaxedInset = 0 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Riblet = 9 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.Slope = 2 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues.SoftRound = 5 -> DocumentFormat.OpenXml.Office2010.Word.BevelPresetTypeValues +DocumentFormat.OpenXml.Office2010.Word.BevelTop +DocumentFormat.OpenXml.Office2010.Word.BevelTop.BevelTop() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType +DocumentFormat.OpenXml.Office2010.Word.BevelType.BevelType() -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Height.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.BevelType.PresetProfileType.set -> void +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.BevelType.Width.set -> void +DocumentFormat.OpenXml.Office2010.Word.Camera +DocumentFormat.OpenXml.Office2010.Word.Camera.Camera() -> void +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Camera.PresetCameraType.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.CheckBoxSymbolType() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Font.set -> void +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.CheckBoxSymbolType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Checked +DocumentFormat.OpenXml.Office2010.Word.Checked.Checked() -> void +DocumentFormat.OpenXml.Office2010.Word.CheckedState +DocumentFormat.OpenXml.Office2010.Word.CheckedState.CheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Double = 1 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Simple = 0 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThickThin = 2 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.ThinThick = 3 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues.Triple = 4 -> DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.ConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.ConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.ConflictMode +DocumentFormat.OpenXml.Office2010.Word.ConflictMode.ConflictMode() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.RelationshipId.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.ContentPart.WordNonVisualContentPartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives +DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.ContextualAlternatives() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ContourColor.ContourColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CustomXmlConflictDeletionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CustomXmlConflictDeletionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CustomXmlConflictInsertionRangeEnd() -> void +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart +DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CustomXmlConflictInsertionRangeStart() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.DefaultImageDpi() -> void +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData +DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.DiscardImageEditingData() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId +DocumentFormat.OpenXml.Office2010.Word.DocumentId.DocumentId() -> void +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.DocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.PercentageHeight(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.PercentagePositionHeightOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.PercentagePositionVerticalOffset(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.PercentageWidth(string! text) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.PercentageHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeFrom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.RelativeHeight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.ObjectId.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.get -> DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth? +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.PercentageWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth() -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.RelativeWidth(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.LeftMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues.RightMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeHorizontallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.BottomMargin = 3 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.InsideMargin = 4 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Margin = 0 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.OutsideMargin = 5 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.Page = 1 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues.TopMargin = 2 -> DocumentFormat.OpenXml.Office2010.Word.Drawing.SizeRelativeVerticallyValues +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.BackgroundFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.GraphicFrameType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.Outline.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.WholeFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.BackgroundFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting? +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WholeFormatting.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.WordprocessingCanvas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.WordprocessingGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.NonVisualGroupDrawingShapeProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroupType.WordprocessingGroupType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.LinkedTextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.Sequence.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.NonVisualConnectorProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.NonVisualDrawingShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.TextBox.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2 +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxContent? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxContent.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.TextBoxInfo2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.NormalEastAsianFlow.set -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape() -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.WordprocessingShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.EmptyType +DocumentFormat.OpenXml.Office2010.Word.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty +DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.EntityPickerEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor() -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.ExtrusionColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.FillTextEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.GradientFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.get -> DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.NoFillEmpty.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.get -> DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties? +DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.SolidColorFillProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Bottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.FillToRectangle() -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Left.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Right.set -> void +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.Top.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow() -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.Glow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Glow.GlowRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Glow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Glow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.get -> DocumentFormat.OpenXml.Office2010.Word.GradientStopList? +DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.GradientStopList.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.GradientStop.StopPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList() -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.GradientStopList.GradientStopList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation +DocumentFormat.OpenXml.Office2010.Word.HueModulation.HueModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.HueModulation.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Ligatures() -> void +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Ligatures.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.All = 15 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Contextual = 2 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualDiscretional = 9 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistorical = 7 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.ContextualHistoricalDiscretional = 14 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Discretional = 4 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Historical = 3 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.HistoricalDiscretional = 10 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.Standard = 1 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextual = 5 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualDiscretional = 12 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardContextualHistorical = 11 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardDiscretional = 8 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistorical = 6 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LigaturesValues.StandardHistoricalDiscretional = 13 -> DocumentFormat.OpenXml.Office2010.Word.LigaturesValues +DocumentFormat.OpenXml.Office2010.Word.LightRig +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightDirectionType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig() -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRig(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LightRig.LightRigType.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.get -> DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates? +DocumentFormat.OpenXml.Office2010.Word.LightRig.SphereCoordinates.set -> void +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Bottom = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomLeft = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.BottomRight = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Left = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Right = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.Top = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues.TopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Balanced = 13 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.BrightRoom = 26 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Chilly = 21 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Contrasting = 17 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flat = 23 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Flood = 16 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Freezing = 22 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Glow = 25 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Harsh = 15 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat1 = 0 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat2 = 1 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat3 = 2 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyFlat4 = 3 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh1 = 8 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh2 = 9 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh3 = 10 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyHarsh4 = 11 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.LegacyNormal4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Morning = 18 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Soft = 14 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunrise = 19 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.Sunset = 20 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.ThreePoint = 12 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues.TwoPoint = 24 -> DocumentFormat.OpenXml.Office2010.Word.LightRigTypeValues +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Angle.set -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.LinearShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.Scaled.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Flat = 2 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Round = 0 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineCapValues.Square = 1 -> DocumentFormat.OpenXml.Office2010.Word.LineCapValues +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.Limit.set -> void +DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.LineJoinMiterProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.Luminance +DocumentFormat.OpenXml.Office2010.Word.Luminance.Luminance() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation +DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.LuminanceModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset +DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.LuminanceOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty +DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.NoFillEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.get -> DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.ContentPartLocks.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.IsComment.set -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.NonVisualInkContentPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.Lining = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberFormValues.OldStyle = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberFormValues +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.NumberSpacing() -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Default = 0 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Proportional = 1 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues.Tabular = 2 -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacingValues +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType +DocumentFormat.OpenXml.Office2010.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.False = 1 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.One = 3 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.True = 0 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.OnOffValues.Zero = 2 -> DocumentFormat.OpenXml.Office2010.Word.OnOffValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.get -> DocumentFormat.OpenXml.Office2010.Word.FillToRectangle? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.FillToRectangle.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.Path.set -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.PathShadeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Circle = 1 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Rect = 2 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues.Shape = 0 -> DocumentFormat.OpenXml.Office2010.Word.PathShadeTypeValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Center = 0 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues.Inset = 1 -> DocumentFormat.OpenXml.Office2010.Word.PenAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.PercentageType +DocumentFormat.OpenXml.Office2010.Word.PercentageType.PercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.PositiveFixedPercentageType() -> void +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.PositiveFixedPercentageType.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomDown = 22 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricBottomUp = 21 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftDown = 24 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricLeftUp = 23 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Left = 27 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Right = 28 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis1Top = 29 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Left = 30 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Right = 31 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis2Top = 32 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Bottom = 35 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Left = 33 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis3Right = 34 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Bottom = 38 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Left = 36 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricOffAxis4Right = 37 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightDown = 26 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricRightUp = 25 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopDown = 20 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.IsometricTopUp = 19 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottom = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomLeft = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueBottomRight = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueFront = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueLeft = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueRight = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTop = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopLeft = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyObliqueTopRight = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottom = 16 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomLeft = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveBottomRight = 17 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveFront = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveLeft = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveRight = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTop = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopLeft = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.LegacyPerspectiveTopRight = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottom = 45 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomLeft = 44 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueBottomRight = 46 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueLeft = 42 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueRight = 43 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTop = 40 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopLeft = 39 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.ObliqueTopRight = 41 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.OrthographicFront = 18 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAbove = 50 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveLeftFacing = 52 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveAboveRightFacing = 53 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveBelow = 51 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingLeftFacing = 54 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveContrastingRightFacing = 55 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveFront = 47 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeLeftFacing = 58 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicExtremeRightFacing = 59 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicLeftFacing = 56 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveHeroicRightFacing = 57 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveLeft = 48 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxed = 60 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRelaxedModerately = 61 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues.PerspectiveRight = 49 -> DocumentFormat.OpenXml.Office2010.Word.PresetCameraTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.PresetLineDashProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dash = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.DashDot = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Dot = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDash = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDot = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.LongDashDotDot = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.Solid = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDash = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SysDot = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDot = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues.SystemDashDotDot = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetLineDashValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Clear = 12 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.DarkEdge = 10 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Flat = 13 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMatte = 0 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyMetal = 2 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyPlastic = 1 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.LegacyWireframe = 3 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Matte = 4 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Metal = 6 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.None = 15 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Plastic = 5 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.Powder = 9 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftEdge = 11 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.SoftMetal = 14 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.TranslucentPowder = 8 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues.WarmMatte = 7 -> DocumentFormat.OpenXml.Office2010.Word.PresetMaterialTypeValues +DocumentFormat.OpenXml.Office2010.Word.Properties3D +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.get -> DocumentFormat.OpenXml.Office2010.Word.BevelBottom? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelBottom.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.get -> DocumentFormat.OpenXml.Office2010.Word.BevelTop? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.BevelTop.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.get -> DocumentFormat.OpenXml.Office2010.Word.ContourColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ContourWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.get -> DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.ExtrusionHeight.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Properties3D.PresetMaterialType.set -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Properties3D.Properties3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Bottom = 8 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomLeft = 7 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.BottomRight = 9 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Center = 5 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Left = 4 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.None = 0 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Right = 6 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.Top = 2 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopLeft = 1 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues.TopRight = 3 -> DocumentFormat.OpenXml.Office2010.Word.RectangleAlignmentValues +DocumentFormat.OpenXml.Office2010.Word.Reflection +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Reflection.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.EndPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.FadeDirection.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.Reflection() -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartingOpacity.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.StartPosition.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Reflection.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex() -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.RgbColorModelHex(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty +DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.RoundEmpty() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.RunConflictDeletion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion() -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.RunConflictInsertion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Saturation +DocumentFormat.OpenXml.Office2010.Word.Saturation.Saturation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation +DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.SaturationModulation() -> void +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset +DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.SaturationOffset() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.get -> DocumentFormat.OpenXml.Office2010.Word.Camera? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Camera.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.get -> DocumentFormat.OpenXml.Office2010.Word.LightRig? +DocumentFormat.OpenXml.Office2010.Word.Scene3D.LightRig.set -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D() -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Scene3D.Scene3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor() -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.SchemeColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.SchemeColor.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalBackgroundColor = 2 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AdditionalTextColor = 3 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.AutoColor = 16 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.BackgroundColor = 0 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor1 = 4 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor2 = 5 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor3 = 6 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor4 = 7 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor5 = 8 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.ExtraSchemeColor6 = 9 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.FollowedHyperlinkColor = 11 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.HyperlinkColor = 10 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor1 = 12 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainDarkColor2 = 14 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor1 = 13 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.MainLightColor2 = 15 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues.TextColor = 1 -> DocumentFormat.OpenXml.Office2010.Word.SchemeColorValues +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.get -> DocumentFormat.OpenXml.Office2010.Word.Checked? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.Checked.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.CheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox() -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.SdtContentCheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.get -> DocumentFormat.OpenXml.Office2010.Word.UncheckedState? +DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.UncheckedState.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shade +DocumentFormat.OpenXml.Office2010.Word.Shade.Shade() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.Shadow.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.BlurRadius.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DirectionAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.DistanceFromText.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.HorizontalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.Shadow.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.Shadow.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.Shadow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalScalingFactor.set -> void +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Shadow.VerticalSkewAngle.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.get -> DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.get -> DocumentFormat.OpenXml.Office2010.Word.SchemeColor? +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.SolidColorFillProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Lattitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Longitude.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.Revolution.set -> void +DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.SphereCoordinates() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.StyleSet() -> void +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.StyleSet.Val.set -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets() -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.StylisticSets.StylisticSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Alignment.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CapType.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.Compound.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.LineWidth.set -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect() -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.TextOutlineEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Tint +DocumentFormat.OpenXml.Office2010.Word.Tint.Tint() -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Office2010.Word.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Extents.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Offset.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Rotation.set -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D() -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.Transform2D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2010.Word.Transform2D.VerticalFlip.set -> void +DocumentFormat.OpenXml.Office2010.Word.UncheckedState +DocumentFormat.OpenXml.Office2010.Word.UncheckedState.UncheckedState() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties? +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.NonVisualInkContentPartProperties.set -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties() -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.WordNonVisualContentPartShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Mode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Normal.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.Pure.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.AreaChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.AutoGeneneratedCategories() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.AxisDataSourceType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.MultiLevelStringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.get -> DocumentFormat.OpenXml.Drawing.Charts.NumberReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.NumberReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.BarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.Bubble3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.BubbleChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.get -> DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.InvertIfNegative.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.ChartText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.get -> DocumentFormat.OpenXml.Drawing.Charts.RichText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.RichText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.get -> DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringLiteral.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.get -> DocumentFormat.OpenXml.Drawing.Charts.StringReference? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.StringReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.DataLabelFieldTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.DataLabelFieldTableCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableCache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.DataLabelFieldTableEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.TextFieldGuid.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.DataLabelsRangeChache.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.DataLabelsRangeChache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.ExceptionForSave() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Explosion() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.AreaChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.FilteredAreaSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.BarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.FilteredBarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.BubbleChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.FilteredBubbleSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.AxisDataSourceType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.FilteredCategoryTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.FilteredLineSeriesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.LineChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.FilteredPieSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.PieChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.FilteredRadarSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.RadarChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.FilteredScatterSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.ScatterChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.ChartText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.FilteredSeriesTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.FilteredSurfaceSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.SurfaceChartSeries.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.FormulaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.FullReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.Layout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.get -> DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.ManualLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.LeaderLines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.LevelReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.get -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.LineChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.get -> DocumentFormat.OpenXml.Drawing.Charts.Explosion? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Explosion.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.PieChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatId? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.get -> DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.PivotTableName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.RadarChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.get -> DocumentFormat.OpenXml.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Marker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.ScatterChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.SequenceOfReferences(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.ShowDataLabelsRange() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines +DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.ShowLeaderLines() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.get -> DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Bubble3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.get -> DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CategoryAxisData.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.get -> DocumentFormat.OpenXml.Drawing.Charts.Order? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Order.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.get -> DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.PictureOptions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.get -> DocumentFormat.OpenXml.Drawing.Charts.SeriesText? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SeriesText.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceChartSeries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.SurfaceSerExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.get -> DocumentFormat.OpenXml.Drawing.Charts.Values? +DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.Values.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid() -> void +DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.TextFieldGuid(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.AxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.LabelPosition.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorGridlines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MajorTick.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorGridlinesProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.MinorTickProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.TitleProp.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisProperties.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.False = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.Ninch = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean.True = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Boolean +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CategoryAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CategoryAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.ChartArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.AxisTitle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CategoryAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ChartStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataLabelCallout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPoint3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointMarker.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataPointWireframe.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DataTableStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DownBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.DropLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ErrorBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Floor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMajor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.GridlineMinor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.HiLoLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LeaderLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.LegendStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Load(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.MarkerLayoutProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.PlotArea3D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Save(DocumentFormat.OpenXml.Packaging.ChartStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.SeriesLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TitleStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineLabel.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.TrendlineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.UpBar.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.ValueAxis.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.Wall.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ChartColorStylePart.get -> DocumentFormat.OpenXml.Packaging.ChartColorStylePart? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.ColorStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Load(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Method.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.Save(DocumentFormat.OpenXml.Packaging.ChartColorStylePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinear = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.AcrossLinearReversed = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.Cycle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinear = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum.WithinLinearReversed = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleMethodEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.ColorStyleVariation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.DataLabelCallout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CategoryName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.LegendKey.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Percentage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.SeriesName.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.Value.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Center = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideBase = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.InsideEnd = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition.OutsideEnd = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelsPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.DataPoint3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.DataPointLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.DataPointMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.DataPointWireframe(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DataSeries() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DoughnutHoleSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.DropLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapDepth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.GapWidth.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.HiloLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.MarkerVisible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.Overlap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.SeriesLines.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.DataTable() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.LegendKeys.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.OutlineBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.VerticalBorder.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.DataTableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.DownBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.DropLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.EffectReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.ErrorBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.FillReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.Floor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.FontReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.GridlineMajor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.GridlineMinor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.HiLoLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.LeaderLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.IncludeInLayout.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.Visible.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Bottom = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Left = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Right = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition.Top = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.LegendStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.LineReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.LineWidthScale(string! text) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.MarkerLayoutProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Size.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.Symbol.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Circle = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dash = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Diamond = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Dot = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Plus = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Square = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Star = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.Triangle = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle.X = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.PlotArea3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.SeriesAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.SeriesAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.SeriesLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.StyleColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.Val.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum.Automatic = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColorEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.EffectReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FillReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.FontReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineReference.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.LineWidthScale.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.StyleEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextBodyProperties.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntry.TextCharacterPropertiesType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoFillOverride = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum.AllowNoLineOverride = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleEntryModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Index.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.Modifiers.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReference.StyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum.IgnoreCSTransforms = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleReferenceModifierEnum +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Anchor.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.AnchorCenter.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.BottomInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ColumnSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CompatibleLineSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.ForceAntiAlias.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.FromWordArt.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.HorizontalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.LeftInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.get -> DocumentFormat.OpenXml.Drawing.PresetTextWrap? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.PresetTextWrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.RightToLeftColumns.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Rotation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TextBodyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.TopInset.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UpRight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.UseParagraphSpacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Vertical.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.VerticalOverflow.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.Wrap.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.AlternativeLanguage.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Baseline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Bookmark.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Capital.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Dirty.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.FontSize.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kerning.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Kumimoji.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Language.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NoProof.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.NormalizeHeight.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.get -> DocumentFormat.OpenXml.Drawing.Outline? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Outline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmartTagId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtClean.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SmtId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Spacing.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.SpellingError.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Strike.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.TextCharacterPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.High = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Low = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.NextToAxis = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch.None = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickLabelPositionNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Cross = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Inside = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Ninch = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.None = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch.Outside = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TickMarkNinch +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Position.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.Title() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Above = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Ninch = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Off = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition.Overlay = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitlePosition +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Add.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Equation.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.RSquared.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.Trendline() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.TrendlineLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.TrendlineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.UpBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.ValueAxis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.ValueAxisProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.DepthPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.HeightPercent.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.Perspective.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RightAngleAxes.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.RotY.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.View3DProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.Wall(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.IsLegacyGroup.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.NonVisualGroupProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.IsActiveX.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.LinkType.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.ObjectProperties() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz544x376 = 0 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz640x480 = 1 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz720x512 = 2 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize.Sz800x600 = 3 -> DocumentFormat.OpenXml.Office2013.Drawing.TargetScreenSize +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.Name.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer() -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.TimeSlicer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.BoundsTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CachedUniqueName() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Index.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames() -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CachedUniqueNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.AggregatedColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.Measure.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.MeasureGroup.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Default = 0 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat.Percent = 2 -> DocumentFormat.OpenXml.Office2013.Excel.CalculatedMemberNumberFormat +DocumentFormat.OpenXml.Office2013.Excel.Connection +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.AutoDelete.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection() -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.DataFeedProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ExcludeFromRefreshAll.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.Model.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.ModelTextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.get -> DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.OleDbPrpoperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.RangeProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.RangeProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.get -> DocumentFormat.OpenXml.Office2013.Excel.TextProperties? +DocumentFormat.OpenXml.Office2013.Excel.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Connection.UsedByAddin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DataFeedProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField +DocumentFormat.OpenXml.Office2013.Excel.DataField.DataField() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.DataField.IsCountDistinct.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel() -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.DataModel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.MinVersionLoad.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelRelationships.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.get -> DocumentFormat.OpenXml.Office2013.Excel.ModelTables? +DocumentFormat.OpenXml.Office2013.Excel.DataModel.ModelTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.DbCommand() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbCommand.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable +DocumentFormat.OpenXml.Office2013.Excel.DbTable.DbTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.DbTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DbTables.DbTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.DescriptionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.FieldListActiveTabTopLevelEntity() -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.FromTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ModelRelationship() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToColumn.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.ToTable.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.ModelRelationships(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.ModelTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTables.ModelTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.Headers.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.ModelTextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.MovingPeriodState() -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceDateBegin.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferenceMultiple.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.ReferencePeriod.set -> void +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Day = 4 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Month = 2 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Quarter = 1 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Week = 3 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep.Year = 0 -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodStep +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.Connection.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.get -> DocumentFormat.OpenXml.Office2013.Excel.DbCommand? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbCommand.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.get -> DocumentFormat.OpenXml.Office2013.Excel.DbTables? +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.DbTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.OleDbPrpoperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlPivotCachesElement.OpenXmlPivotCachesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Bottom.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.CssClass.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Height.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Left.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.OpenXmlSurveyElementPrElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Position.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Right.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Top.set -> void +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.OpenXmlSurveyElementPrElement.Width.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.Decoupled.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.PivotCacheDecoupled() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdCreatedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CacheIdSupportedVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.PivotCacheIdVersion() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.UseWholeDay.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.PivotRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotRow.Reference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.ColumnCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.PivotTableData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.RowCount.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.PivotTableReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.PivotTableReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.PivotTableServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.PivotTableUISettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.RelNeededHidden.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Item.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.get -> DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.PivotValueCellExtra.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.get -> DocumentFormat.OpenXml.Office2013.Excel.Xstring? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.BackgroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Bold.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.ForegroundColor.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.FormatIndex.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Italic.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.PivotValueCellExtra() -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Strikethrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.Underline.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.Clipped.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.DrillThrough.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.QueryTable.SourceDataName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Currency = 9 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Fixed = 7 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralDate = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.GeneralNumber = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongDate = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.LongTime = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Percent = 8 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortDate = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.ShortTime = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat.Standard = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionFormat +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.QuestionPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.QuestionsPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.CheckBox = 0 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Choice = 1 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Date = 2 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.MultipleLinesOfText = 4 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Number = 5 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.SingleLineOfText = 6 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.QuestionType.Time = 3 -> DocumentFormat.OpenXml.Office2013.Excel.QuestionType +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange +DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.SelectionTimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.SlicerCacheHideItemsWithNoData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.Count.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.SlicerCacheOlapLevelName() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.UniqueName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.SlicerCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.SlicerCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Description.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.DescriptionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Survey.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Guid.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey() -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Survey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.get -> DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions? +DocumentFormat.OpenXml.Office2013.Excel.Survey.SurveyQuestions.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Survey.Title.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.Survey.TitlePrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Absolute = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Fixed = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Inherit = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Relative = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition.Static = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SurveyPosition +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.SurveyPrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Binding.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DecimalPlaces.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.DefaultValue.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Format.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.HelpText.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.QuestionPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Required.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.RowSource.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.SurveyQuestion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Text.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.get -> DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr? +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.QuestionsPrSurveyElementPr.set -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions() -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.SurveyQuestions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Blank = 5 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Boolean = 0 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Date = 4 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Error = 2 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.Number = 1 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.SXVCellType.String = 3 -> DocumentFormat.OpenXml.Office2013.Excel.SXVCellType +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.Column.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CrossFilter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.SortOrder.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache() -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.TableSlicerCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Cache.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Caption.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Level.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ScrollPosition.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.SelectionLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHeader.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowHorizontalScrollbar.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowSelectionLabel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.ShowTimeLevel.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Style.set -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timeline.Timeline(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.TimeLineCachePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.SourceName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimeLineCachePart.get -> DocumentFormat.OpenXml.Packaging.TimeLineCachePart? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineCachePivotTables.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.TimelineState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.TimelineCachePivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.TimelineCachePivotTable() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.TimelineCachePivotTables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.TimelineCacheReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.TimelineCacheReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelineData.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.TimelinePivotCacheDefinition() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.EndDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.StartDate.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineRange.TimelineRange() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.TimelineReference() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.TimelineReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Load(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Save(DocumentFormat.OpenXml.Packaging.TimeLinePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.TimeLinePart.get -> DocumentFormat.OpenXml.Packaging.TimeLinePart? +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines() -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.Timelines.Timelines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.BoundsTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterPivotName.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterTabId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.FilterType.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.LastRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MinimalRefreshVersion.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.get -> DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.MovingPeriodState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.PivotCacheId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.get -> DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SelectionTimelineRange.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.SingleRangeFilterState.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineState.TimelineState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.Name.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.TimelineStyleElements.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.TimelineStyleElement() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.Type.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.TimelineStyleElements(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.DefaultTimelineStyle.set -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles() -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.TimelineStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel1 = 2 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.PeriodLabel2 = 3 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlock = 4 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectedTimeBlockSpace = 6 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.SelectionLabel = 0 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.TimeLevel = 1 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType.UnselectedTimeBlock = 5 -> DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleType +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr() -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.TitlePrSurveyElementPr(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.ApplicationReference.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.Formula.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions() -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.WebExtensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.ChartTrackingReferenceBase.set -> void +DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2013.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.AbsolutePath() -> void +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.Url.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.ChartTrackingReferenceBased() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.Val.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ColorType.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtendedGuide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Id.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.IsUserDrawn.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Name.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Orientation.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.Position.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList.ExtendedGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.NotesGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.AuthorId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.Index.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.ParentCommentIdentifier() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvX.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.InvY.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.Preset.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.PresetTransition() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.Key(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Key.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.RoamingProperty(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.SlideGuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.get -> DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ParentCommentIdentifier.set -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo() -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.ThreadingInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.TimeZoneBias.set -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.ThemeFamily(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Id.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Name.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.ThemeVariant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Vid.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.X.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.Y.set -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList() -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.ThemeVariantList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CompressionState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Embed.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Link.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.Snapshot(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Fronzen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Frozen.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Load(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Save(DocumentFormat.OpenXml.Packaging.WebExtensionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.get -> DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.Snapshot.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionBindingList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPart.get -> DocumentFormat.OpenXml.Packaging.WebExtensionPart? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionPropertyBag.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionReferenceList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.WebExtensionStoreReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.AppReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.Type.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.WebExtensionBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.WebExtensionBindingList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Name.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.Value.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.WebExtensionProperty() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.WebExtensionPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.WebExtensionReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.WebExtensionReferenceList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Store.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.StoreType.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.Version.set -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.WebExtensionStoreReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Load(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Save(DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.Taskpanes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.Id.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.WebExtensionPartReference() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.DockState.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Locked.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Row.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Visibility.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionPartReference.set -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane() -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.WebExtensionTaskpane(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance +DocumentFormat.OpenXml.Office2013.Word.Appearance.Appearance() -> void +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Appearance.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased +DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.ChartTrackingRefBased() -> void +DocumentFormat.OpenXml.Office2013.Word.Color +DocumentFormat.OpenXml.Office2013.Word.Color.Color() -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Office2013.Word.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Color.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx +DocumentFormat.OpenXml.Office2013.Word.CommentEx.CommentEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.Done.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaId.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2013.Word.CommentEx.ParaIdParent.set -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx() -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CommentsEx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.CommentsEx.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Office2013.Word.DataBinding +DocumentFormat.OpenXml.Office2013.Word.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed +DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.DefaultCollapsed() -> void +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection +DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.DoNotAllowInsertDeleteSection() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.EmbeddedHtml.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Height.set -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.WebVideoProperty() -> void +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.Width.set -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.FootnoteColumns() -> void +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType +DocumentFormat.OpenXml.Office2013.Word.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Office2013.Word.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.People +DocumentFormat.OpenXml.Office2013.Word.People.Load(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People() -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.People.People(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.People.Save(DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2013.Word.People.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.PersistentDocumentId() -> void +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person +DocumentFormat.OpenXml.Office2013.Word.Person.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Author.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.Person.Contact.set -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person() -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.get -> DocumentFormat.OpenXml.Office2013.Word.PresenceInfo? +DocumentFormat.OpenXml.Office2013.Word.Person.PresenceInfo.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.PresenceInfo() -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.ProviderId.set -> void +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.UserId.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.BoundingBox = 0 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Hidden = 2 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtAppearance.Tags = 1 -> DocumentFormat.OpenXml.Office2013.Word.SdtAppearance +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.get -> DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.DoNotAllowInsertDeleteSection.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection() -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SdtRepeatedSection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.get -> DocumentFormat.OpenXml.Office2013.Word.SectionTitle? +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.SectionTitle.set -> void +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem +DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.SdtRepeatedSectionItem() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.SectionTitle() -> void +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2013.Word.SectionTitle.Val.set -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated +DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.WebExtensionCreated() -> void +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked +DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.WebExtensionLinked() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.Aggregation() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Axis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.AxisId(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.AxisTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Billions = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredMillions = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Hundreds = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.HundredThousands = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Millions = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Percentage = 9 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenMillions = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.TenThousands = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Thousands = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit.Trillions = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnit +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnits(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.AxisUnitsLabel.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.Unit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.AxisUnitsLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.BinCountXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.BinCountXsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Binning(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.IntervalClosed.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Overflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Underflow.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.Xsddouble.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CategoryAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.GapWidth.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Chart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ChartTitle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.Legend.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.PlotArea.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ChartData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.ExternalData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Chart.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ChartSpace(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ColorMappingType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Load(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.PrintSettings.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.Save(DocumentFormat.OpenXml.Packaging.ExtendedChartPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.ChartStringValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ChartTitle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent3.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent4.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent5.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Accent6.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Background2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ColorMappingType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text1.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.Text2.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Data(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.DataId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.DataLabelHidden() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.B = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.BestFit = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.Ctr = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InBase = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.InEnd = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.L = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.OutEnd = 6 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.R = 7 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos.T = 8 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelPos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.DataLabelVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.NumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.SeparatorXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CategoryName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.DataLabelVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.SeriesName.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.Value.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.DataPoint(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.EvenFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.EvenHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2 +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Extension2(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.Uri.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.AutoUpdate.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.ExternalData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.FirstFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.FirstHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Dir.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Col = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection.Row = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormulaDirection +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.EvenHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.FirstHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddFooterXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.OddHeaderXsdstring.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.IdxXsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide.R = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IntervalClosedSide +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Align.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Legend(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Overlay.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.Pos.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.TxPrTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.MajorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.MajorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.MinorGridlinesGridlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.MinorTickMarksTickMarks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.NumberFormat() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.SourceLinked.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.NumericDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Size = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Val = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.X = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType.Y = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.NumericLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.Idx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.NumericValue(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.OddFooterXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.OddHeaderXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.OpenXmlGridlinesElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlGridlinesElement.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.OpenXmlTickMarksElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OpenXmlTickMarksElement.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.B.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.L.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.R.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.T.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Default = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Landscape = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation.Portrait = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageOrientation +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayout() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.ParentLabelLayoutVal.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Banner = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.None = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal.Overlapping = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayoutVal +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.PlotAreaRegion.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotAreaRegion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.PlotSurface.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.PlotSurface(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Ctr = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Max = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign.Min = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PosAlign +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.HeaderFooter.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageMargins.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PageSetup.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.PrintSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Exclusive = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod.Inclusive = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.QuartileMethod +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.RichTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.SeparatorXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.FormatIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.LayoutId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.OwnerIdx.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Series(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.Text.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.UniqueId.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.ConnectorLines.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanLine.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.MeanMarker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Nonoutliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.Outliers.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.SeriesElementVisibilities() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.BoxWhisker = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ClusteredColumn = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.ParetoLine = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Sunburst = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Treemap = 4 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout.Waterfall = 5 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.ParentLabelLayout.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesElementVisibilities.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.SeriesLayoutProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.B = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.L = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.R = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos.T = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SidePos +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.QuartileMethod.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.Statistics() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.StringDimension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.Type.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType.Cat = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimensionType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.PtCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.StringLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.Subtotals(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.RichTextBody.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.Text(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.TextData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.BodyProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.ListStyle.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextBodyType.TextBodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.TextData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.TickLabels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Cross = 2 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.In = 0 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.None = 3 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType.Out = 1 -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickMarksType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.TxPrTextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MajorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Max.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.Min.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.MinorUnit.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.ValueAxisScaling() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.VXsdstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.Xsddouble(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.BooleanType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.Bubble3DBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Bubble3DBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CategoryFilterException(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.DLbl.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.InvertIfNegativeBoolean.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.Marker.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UniqueIdChartUniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.UnsignedIntegerType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CategoryFilterExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.ChartDataPointUniqueIDMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.ChartDataPointUniqueIDMapEntry(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.UniqueID.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.XsdunsignedInt.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.DLbl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.get -> DocumentFormat.OpenXml.Drawing.Charts.Index? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.Index.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean +DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.InvertIfNegativeBoolean() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.LiteralDataChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ChartShapeProperties.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Marker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.get -> DocumentFormat.OpenXml.Drawing.Charts.Size? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Size.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.get -> DocumentFormat.OpenXml.Drawing.Charts.Symbol? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.Symbol.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrData.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.MultiLvlStrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.get -> DocumentFormat.OpenXml.Drawing.Charts.FormatCode? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.FormatCode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.NumberDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumberDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.NumFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16 +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.PivotOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StrFilteredLiteralCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.get -> DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.StringDataType.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.StringDataType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.UniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.UniqueIDChart() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIDChart.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.UniqueIdChartUniqueID() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.UnsignedIntegerType() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt() -> void +DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.XsdunsignedInt(string! text) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.MultiLvlStrData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.get -> DocumentFormat.OpenXml.Drawing.Charts.PointCount? +DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.PointCount.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.ColIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.ConnectableReferences() -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.End.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.St.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CreationId() -> void +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.CreationId.Id.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.OpenXmlIdentifierElement() -> void +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Drawing.OpenXmlIdentifierElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.Pred.set -> void +DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.PredecessorDrawingElementReference() -> void +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier +DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.RowIdIdentifier() -> void +DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Anchor = 4 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.CondFmt = 2 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fmla = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.FmlaNoSticky = 5 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Format = 1 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Fragile = 7 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Future = 8 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.NoAdj = 6 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustType.Sparkline = 3 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustType +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.AdjustTypeExt +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit() -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.ChangeCellSubEdit(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Office2016.Excel.Comments.Authors.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments() -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.List.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType.Reserved = 0 -> DocumentFormat.OpenXml.Office2016.Excel.ExtSubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.AutoFilter = 10 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Comment = 7 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DataValidation = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.DrawingElement = 9 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.FreezePanes = 3 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Future = 12 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.HideUnhideSheet = 5 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Hyperlink = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Outlines = 8 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.PivotTable = 11 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.RowColVisualOps = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.ShowGridlinesHeadings = 6 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FeatureType.Sparklines = 4 -> DocumentFormat.OpenXml.Office2016.Excel.FeatureType +DocumentFormat.OpenXml.Office2016.Excel.FFormula +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FFormula.FFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Array = 1 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Fill = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillType.Future = 2 -> DocumentFormat.OpenXml.Office2016.Excel.FillType +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt.Test = 0 -> DocumentFormat.OpenXml.Office2016.Excel.FillTypeExt +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula() -> void +DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.FormulaFormula(string! text) -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.FreezePanes() -> void +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.SheetViewUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.Hide.set -> void +DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.HideUnhideSheet() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.Absolute = 2 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.OneCell = 1 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType.TwoCell = 0 -> DocumentFormat.OpenXml.Office2016.Excel.OartAnchorType +DocumentFormat.OpenXml.Office2016.Excel.Outline +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.IsCollapsed.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.Outline.Level.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outline.Outline() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.Outlines.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines() -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.Outlines.Outlines(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition() -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.pivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.RefCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefCell.UidLast.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefFuture +DocumentFormat.OpenXml.Office2016.Excel.RefFuture.RefFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefMap.RefMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Cy.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.FromRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Oat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.RefOartAnchor() -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToColOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.ToRowOff.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.Y.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RefTest.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RefTest.RefTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.FFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Nop.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Rep.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RevCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.get -> DocumentFormat.OpenXml.Office2016.Excel.RstType? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.RstType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Tick.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.get -> DocumentFormat.OpenXml.Office2016.Excel.Xstring? +DocumentFormat.OpenXml.Office2016.Excel.RevCell.Xstring.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.ListUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.R.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.RevExChangeCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.T.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.W.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.X.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.RevExChgObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Description.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.get -> DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FormulaFormula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Function.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Help.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.RevExDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.RevExDelObj(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.get -> DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.StateBasedHeader.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyBorder.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFill.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyFont.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ApplyProtection.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.get -> DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.DifferentialFormatType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.get -> DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.FBlankCell.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Length.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.NumFmtId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.RevExFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Sqref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Start.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Style.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.StyleUid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.XfDxf.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.RevExFuture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Sti.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.RevExHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.Time.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.DocId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.EndpointId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MaxRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.MinRev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.RevExHeaders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Dst.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.RevExMove() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Src.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.SrcSh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExMove.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Eol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.RevExRowColumn() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdNew.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.IdOrig.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Name.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Op.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.RevExSheetOp() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExStream.RevExStream(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTest +DocumentFormat.OpenXml.Office2016.Excel.RevExTest.RevExTest() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.RevExTrimmed() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.RevExUnsupported() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.RevGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevGroup.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Copy = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Normal = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Redo = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionContext.Undo = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RevisionContext +DocumentFormat.OpenXml.Office2016.Excel.RevisionList +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Data.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Fake.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Formatting.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Headers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.InsDelHeaders.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RangeBased.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Ref.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RevisionList() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.RId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionList.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.DocumentId.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevIDLastSave.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.RevisionPtr() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.get -> DocumentFormat.OpenXml.Office2016.Excel.FreezePanes? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.FreezePanes.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.get -> DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.HideUnhideSheet.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.get -> DocumentFormat.OpenXml.Office2016.Excel.Outlines? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.Outlines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RevisionState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.get -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.RowColVisualOps.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.get -> DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings? +DocumentFormat.OpenXml.Office2016.Excel.RevisionState.ShowGridlinesHeadings.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.Id.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.RevisionStateLink() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Ctx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.ListGuid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RefAdded.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Rev.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.RevListAutoExpandRw() -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Sh.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.Uidp.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Autosize = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Hide = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Resize = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp.Unhide = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOp +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Action.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.IsRow.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.RowColVisualOps() -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.Size.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.UserSized.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType() -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Office2016.Excel.RstType.Text.set -> void +DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delc = 3 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Delr = 1 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insc = 2 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.RwColAction.Insr = 0 -> DocumentFormat.OpenXml.Office2016.Excel.RwColAction +DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Delete = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Insert = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Rename = 3 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetOp.Reorder = 2 -> DocumentFormat.OpenXml.Office2016.Excel.SheetOp +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajt.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Ajtx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.HomeRef.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.N.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.SheetXluid() -> void +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridLines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowGridlinesHeadings() -> void +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.ShowRowCol.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.get -> DocumentFormat.OpenXml.Office2010.Excel.AxisColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.AxisColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DateAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayEmptyCellsAs.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayHidden.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.DisplayXAxis.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.First.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.FirstMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.get -> DocumentFormat.OpenXml.Office.Excel.Formula? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Formula.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.High.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.HighMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Last.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LastMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LineWeight.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Low.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.get -> DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.LowMarkerColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMax.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.ManualMin.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Markers.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.get -> DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MarkersColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MaxAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.MinAxisType.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Negative.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.get -> DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.NegativeColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.RightToLeft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.get -> DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SeriesColor.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup() -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.SparklineGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.get -> DocumentFormat.OpenXml.Office2010.Excel.Sparklines? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Sparklines.set -> void +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.Type.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Eftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.get -> DocumentFormat.OpenXml.Office2016.Excel.RefMap? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.RefMap.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seft.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Seftx.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.StateBasedHeader(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.Uid.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.get -> DocumentFormat.OpenXml.Office2016.Excel.AutoFilter? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.AutoFilter.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.get -> DocumentFormat.OpenXml.Office2016.Excel.Comments? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Comments.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.get -> DocumentFormat.OpenXml.Office2016.Excel.DataValidation? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.DataValidation.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.get -> DocumentFormat.OpenXml.Office2016.Excel.Hyperlink? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.Hyperlink.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.get -> DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.pivotTableDefinition.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.get -> DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup? +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.SparklineGroup.set -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject() -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.StateBasedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.Future = 1 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType.None = 0 -> DocumentFormat.OpenXml.Office2016.Excel.SubFeatureType +DocumentFormat.OpenXml.Office2016.Excel.Xstring +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Office2016.Excel.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CalculatedTimeColumn() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.ContentType.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.IsSelected.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnId.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ColumnName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.ModelTimeGrouping(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.TableName.set -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Days = 5 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Daysindex = 4 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Hours = 6 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Minutes = 7 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Months = 3 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Monthsindex = 2 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Quarters = 1 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Seconds = 8 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType.Years = 0 -> DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings() -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(string! outerXml) -> void +DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.ModelTimeGroupings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.DesignElement() -> void +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.Val.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Char.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.Font.set -> void +DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.SymEx() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite.Indefinite = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Indefinite +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.AnimationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Auto.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Count.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.End.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Length.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Name.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.Offset.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.St.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimationProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.EmbeddedAnimation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.AnimId.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.Frame.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.PosterFrame() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.BooleanFalse() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16 +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.get -> DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.BooleanFalse.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.DataDisplayOptions16(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Decorative() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Decorative.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoBulletPrefix.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.get -> DocumentFormat.OpenXml.Drawing.AutoNumberedBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.AutoNumberedBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.get -> DocumentFormat.OpenXml.Drawing.CharacterBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CharacterBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.DiagramAutoBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.LeadZeros.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.get -> DocumentFormat.OpenXml.Drawing.NoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.NoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.get -> DocumentFormat.OpenXml.Drawing.PictureBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.PictureBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.get -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.DiagramAutoBullet.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.Lvl.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.NumberDiagramInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.PtType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.NumberDiagramInfoList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.ParTrans = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType.SibTrans = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.STorageType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.HyperlinkColor() -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.Val.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.HLink = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum.Tx = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColorEnum +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorX = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.AnchorY = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.InkEffects = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName.ScaleFactor = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.ExtendedBrushPropertyName +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Bronze = 9 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Galaxy = 3 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Gold = 4 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Lava = 6 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.None = 0 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Ocean = 7 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Pencil = 1 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rainbow = 2 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Rosegold = 8 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType.Silver = 5 -> DocumentFormat.OpenXml.Office2019.Drawing.Ink.InkEffectsType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.AmbientLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Blip(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CompressionState.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.AngularRad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.DirectionalLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.IlluminancePositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.IlluminancePositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.IntensityPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.LookAtPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.MeterPerModelUnitPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DCamera.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DRaster.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.Model3DTransform.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.PictureAttributionSourceURL.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.ShapeProperties.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.Model3DCamera(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.UpVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Model3DExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.Uri.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.Model3DExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Blip.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.Model3DRaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RName.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.RVer.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.MeterPerModelUnitPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Model3DTransform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PostTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.PreTransVector3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Rotate3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.Scale3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ObjectViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.ViewportSz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.OfficeArtExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.OpenXmlPoint3DElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.X.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Y.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPoint3DElement.Z.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.get -> DocumentFormat.OpenXml.UInt64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.N.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OpenXmlPositiveRatioElement.OpenXmlPositiveRatioElement() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.OrthographicProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.SzPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.Fov.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.PerspectiveProjection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PointLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.PosPoint3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.PostTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.PreTransVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Denominator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.Numerator.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.RatioType.RatioType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ax.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Ay.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Az.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.Rotate3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.Scale3D(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SxRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SyRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.SzRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.ColorType.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Enabled.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.IntensityPositiveRatio.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.LookAtPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.PosPoint3D.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.Rad.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotAng.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.SpotLight(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.SxRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.SyRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.SzPositiveRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.SzRatio() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.UnknownLight() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.UpVector3D() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dx.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dy.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Dz.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Vector3DType.Vector3DType() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.get -> DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.OfficeArtExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport() -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.WindowViewport(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.Id.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.PictureAttributionSourceURL() -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.Link.set -> void +DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.SVGBlip() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CalcFeature() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures() -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CalcFeatures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.DynamicArrayProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FCollapsed.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.FDynamic.set -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16 +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.EnabledSubtotalsDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.InsertBlankRowDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.PivotTableDefinition16() -> void +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.SubtotalsOnTopDefault.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.Key() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.RichValueFallback.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.RichValueBlock() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.RichValueData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.RichValueFallback(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.E = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallbackType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.RichValueStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.RichValueStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType.Spb = 7 -> DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.Value(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.Array(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.C.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.R.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.ArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.ArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.A = 6 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.E = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.R = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType.S = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CustomRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Operator.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.And.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CustomRichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.Dxfs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.DynamicRichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Type.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.ValIso.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.RichDateGroupItem() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Blank.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Nodata.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.RichFilter() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CustomRichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.DynamicRichFilter.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichFilters.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.RichTop10.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.RichFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.RichFormatProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.RichFormatProperty() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.B = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.I = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.N = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatPropertyType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Descending.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.Reference.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortCondition() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.RichSortKey.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.Dxfid.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.RichStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.I.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.RichStylePropertyValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.RichStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.Dxfs.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichFormatProperties.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStyles.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.RichStylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10 +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.FilterValue.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Key.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Percent.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.RichTop10() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Top.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.Val.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueGlobalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.RichValueTypeKeyFlags.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.RichValueTypeKeyFlags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.RichValueTypeReservedKey(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Name.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.RichValueTypeReservedKeyFlag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.Value.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.RichValueTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueGlobalType.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypes.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.RichValueTypesInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.S.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.SupportingPropertyBag(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.SupportingPropertyBagArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.SupportingPropertyBagArrayData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.SupportingPropertyBagArrayValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.SupportingPropertyBagData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.N.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.SupportingPropertyBagKey() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.T.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagArrayData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.get -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBagData.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.SupportingPropertyBags(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.SupportingPropertyBagStructure(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.Count.set -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.SupportingPropertyBagStructures(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue() -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.SupportingPropertyBagValue(string! text) -> void +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.B = 2 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.D = 0 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.I = 1 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.S = 3 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spb = 4 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType.Spba = 5 -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValueType +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Length.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.Mention() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.MentionpersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.StartIndex.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.DisplayName.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.Person(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.ProviderId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.UserId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.PersonList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Done.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.DT.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ExtensionList.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Id.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ParentId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.PersonId.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.Ref.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedComment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentMentions.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.get -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText? +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.ThreadedCommentText.set -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.ThreadedCommentMentions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.ThreadedComments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText() -> void +DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.ThreadedCommentText(string! text) -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.ClassificationOutcome() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Ftr = 2 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Hdr = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.None = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType.Watermark = 3 -> DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcomeType +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Media = 0 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation.Slide = 1 -> DocumentFormat.OpenXml.Office2019.Presentation.DisplayLocation +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.ReadonlyRecommended() -> void +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.Val.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Embed.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Id.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Label.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Lang.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Office2019.Presentation.Track.Link.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.Track.Track() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TrackList.TrackList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.DisplayLoc.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.get -> DocumentFormat.OpenXml.Office2019.Presentation.TrackList? +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TrackList.set -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo() -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.TracksInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CommentId() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.DurableId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.ParaId.set -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds() -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(string! outerXml) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CommentsIds(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.OfficeAvailabilityAttribute +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeAvailabilityAttribute(DocumentFormat.OpenXml.FileFormatVersions officeVersion) -> void +DocumentFormat.OpenXml.OfficeAvailabilityAttribute.OfficeVersion.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.OnOffValue +DocumentFormat.OpenXml.OnOffValue.OnOffValue() -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(bool value) -> void +DocumentFormat.OpenXml.OnOffValue.OnOffValue(DocumentFormat.OpenXml.OnOffValue! source) -> void +DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlAttribute.Equals(DocumentFormat.OpenXml.OpenXmlAttribute other) -> bool +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.LocalName.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.NamespaceUri.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute() -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! prefix, string! localName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.OpenXmlAttribute(string! qualifiedName, string! namespaceUri, string? value) -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.get -> string! +DocumentFormat.OpenXml.OpenXmlAttribute.Prefix.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.Value.get -> string? +DocumentFormat.OpenXml.OpenXmlAttribute.Value.set -> void +DocumentFormat.OpenXml.OpenXmlAttribute.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +DocumentFormat.OpenXml.OpenXmlAttribute.XName.get -> System.Xml.Linq.XName! +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(object? obj) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.CompareTo(T other) -> int +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue? other) -> bool +DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(T other) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement +DocumentFormat.OpenXml.OpenXmlCompositeElement.AddChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, bool throwOnError = true) -> bool +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement() -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.Generic.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlCompositeElement.OpenXmlCompositeElement(System.Collections.IEnumerable! childrenElements) -> void +DocumentFormat.OpenXml.OpenXmlDomReader +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> void +DocumentFormat.OpenXml.OpenXmlDomReader.OpenXmlDomReader(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlElement +DocumentFormat.OpenXml.OpenXmlElement.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.OpenXmlElement.AddNamespaceDeclaration(string! prefix, string! uri) -> void +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Ancestors() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.OpenXmlElement.Annotation() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Append(params DocumentFormat.OpenXml.OpenXmlElement![]! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.Append(System.Collections.Generic.IEnumerable! newChildren) -> void +DocumentFormat.OpenXml.OpenXmlElement.ClearAllAttributes() -> void +DocumentFormat.OpenXml.OpenXmlElement.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Descendants() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.Elements() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsAfter() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ElementsBefore() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.ExtendedAttributes.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElement.GetAttribute(string! localName, string! namespaceUri) -> DocumentFormat.OpenXml.OpenXmlAttribute +DocumentFormat.OpenXml.OpenXmlElement.GetAttributes() -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.OpenXmlElement.GetEnumerator() -> System.Collections.Generic.IEnumerator! +DocumentFormat.OpenXml.OpenXmlElement.GetFirstChild() -> T? +DocumentFormat.OpenXml.OpenXmlElement.HasAttributes.get -> bool +DocumentFormat.OpenXml.OpenXmlElement.InsertAfterSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.InsertBeforeSelf(T! newElement) -> T! +DocumentFormat.OpenXml.OpenXmlElement.IsAfter(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.IsBefore(DocumentFormat.OpenXml.OpenXmlElement! element) -> bool +DocumentFormat.OpenXml.OpenXmlElement.LookupNamespace(string! prefix) -> string? +DocumentFormat.OpenXml.OpenXmlElement.LookupPrefix(string! namespaceUri) -> string? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.get -> DocumentFormat.OpenXml.MarkupCompatibilityAttributes? +DocumentFormat.OpenXml.OpenXmlElement.MCAttributes.set -> void +DocumentFormat.OpenXml.OpenXmlElement.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.NextSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement() -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlElement.OpenXmlElementContext.get -> DocumentFormat.OpenXml.OpenXmlElementContext? +DocumentFormat.OpenXml.OpenXmlElement.OuterXml.get -> string! +DocumentFormat.OpenXml.OpenXmlElement.Parent.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.OpenXmlElement.PreviousSibling() -> T? +DocumentFormat.OpenXml.OpenXmlElement.Remove() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAllChildren() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAnnotations() -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveAttribute(string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlElement.RemoveNamespaceDeclaration(string! prefix) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttribute(DocumentFormat.OpenXml.OpenXmlAttribute openXmlAttribute) -> void +DocumentFormat.OpenXml.OpenXmlElement.SetAttributes(System.Collections.Generic.IEnumerable! openXmlAttributes) -> void +DocumentFormat.OpenXml.OpenXmlElementContext +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserted -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementInserting -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoved -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.ElementRemoving -> System.EventHandler? +DocumentFormat.OpenXml.OpenXmlElementContext.OpenXmlElementContext() -> void +DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions +DocumentFormat.OpenXml.OpenXmlElementList +DocumentFormat.OpenXml.OpenXmlElementList.First() -> T? +DocumentFormat.OpenXml.OpenXmlElementList.OfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.OpenXmlElementList.OpenXmlElementList() -> void +DocumentFormat.OpenXml.OpenXmlLeafElement +DocumentFormat.OpenXml.OpenXmlLeafElement.OpenXmlLeafElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement() -> void +DocumentFormat.OpenXml.OpenXmlLeafTextElement.OpenXmlLeafTextElement(string! text) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.OpenXmlMiscNode(System.Xml.XmlNodeType nodeType, string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlMiscNode.XmlNodeType.get -> System.Xml.XmlNodeType +DocumentFormat.OpenXml.OpenXmlPartReader +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlPartReader.OpenXmlPartReader(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(string! outerXml) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.OpenXmlPartRootElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Reload() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save() -> void +DocumentFormat.OpenXml.OpenXmlPartRootElement.Save(System.IO.Stream! stream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream) -> void +DocumentFormat.OpenXml.OpenXmlPartWriter.OpenXmlPartWriter(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> void +DocumentFormat.OpenXml.OpenXmlReader +DocumentFormat.OpenXml.OpenXmlReader.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader() -> void +DocumentFormat.OpenXml.OpenXmlReader.OpenXmlReader(bool readMiscNodes) -> void +DocumentFormat.OpenXml.OpenXmlReader.ReadMiscNodes.get -> bool +DocumentFormat.OpenXml.OpenXmlSimpleType +DocumentFormat.OpenXml.OpenXmlSimpleType.Clone() -> object! +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType() -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.OpenXmlSimpleType(DocumentFormat.OpenXml.OpenXmlSimpleType! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.get -> string? +DocumentFormat.OpenXml.OpenXmlSimpleType.TextValue.set -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue() -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(DocumentFormat.OpenXml.OpenXmlSimpleValue! source) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.OpenXmlSimpleValue(T value) -> void +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.get -> T +DocumentFormat.OpenXml.OpenXmlSimpleValue.Value.set -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement() -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! name) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! prefix, string! localName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.OpenXmlUnknownElement(string! qualifiedName, string! namespaceUri) -> void +DocumentFormat.OpenXml.OpenXmlUnknownElement.Text.get -> string! +DocumentFormat.OpenXml.OpenXmlWriter +DocumentFormat.OpenXml.OpenXmlWriter.Dispose() -> void +DocumentFormat.OpenXml.OpenXmlWriter.OpenXmlWriter() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.AlternativeFormatImportPart() -> void +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Html = 9 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Mht = 1 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabled = 5 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordMacroEnabledTemplate = 7 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.OfficeWordTemplate = 6 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Rtf = 8 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.TextPlain = 3 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.WordprocessingML = 4 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xhtml = 0 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType.Xml = 2 -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship +DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationChain! +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChain.set -> void +DocumentFormat.OpenXml.Packaging.CalculationChainPart.CalculationChainPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart +DocumentFormat.OpenXml.Packaging.CellMetadataPart.CellMetadataPart() -> void +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.get -> DocumentFormat.OpenXml.Spreadsheet.Metadata! +DocumentFormat.OpenXml.Packaging.CellMetadataPart.Metadata.set -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ChartColorStylePart() -> void +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle! +DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ColorStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ChartPart.get -> DocumentFormat.OpenXml.Packaging.ChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ExtendedChartPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedChartPart? +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.get -> DocumentFormat.OpenXml.Drawing.Charts.UserShapes! +DocumentFormat.OpenXml.Packaging.ChartDrawingPart.UserShapes.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart +DocumentFormat.OpenXml.Packaging.ChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ChartPart.ChartPart() -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Drawing.Charts.ChartSpace! +DocumentFormat.OpenXml.Packaging.ChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.get -> DocumentFormat.OpenXml.Spreadsheet.Chartsheet! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.Chartsheet.set -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ChartsheetPart() -> void +DocumentFormat.OpenXml.Packaging.ChartsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.ChartsheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ChartStylePart +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.get -> DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle! +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStyle.set -> void +DocumentFormat.OpenXml.Packaging.ChartStylePart.ChartStylePart() -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorList! +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorList.set -> void +DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.CommentAuthorsPart() -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.get -> DocumentFormat.OpenXml.Spreadsheet.Connections! +DocumentFormat.OpenXml.Packaging.ConnectionsPart.Connections.set -> void +DocumentFormat.OpenXml.Packaging.ConnectionsPart.ConnectionsPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ControlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.get -> DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties! +DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.FormControlProperties.set -> void +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.CoreFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPart +DocumentFormat.OpenXml.Packaging.CustomDataPart.CustomDataPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPart.get -> DocumentFormat.OpenXml.Packaging.CustomDataPart? +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.CustomDataPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.get -> DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem! +DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.DatastoreItem.set -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.CustomFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.CustomProperties.Properties! +DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart +DocumentFormat.OpenXml.Packaging.CustomizationPart.CustomizationPart() -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.get -> DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup! +DocumentFormat.OpenXml.Packaging.CustomizationPart.TemplateCommandGroup.set -> void +DocumentFormat.OpenXml.Packaging.CustomizationPart.WordAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.CustomPropertyPart +DocumentFormat.OpenXml.Packaging.CustomPropertyPart.CustomPropertyPart() -> void +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Spreadsheet = 0 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomPropertyPartType.Xml = 1 -> DocumentFormat.OpenXml.Packaging.CustomPropertyPartType +DocumentFormat.OpenXml.Packaging.CustomUIPart +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.get -> DocumentFormat.OpenXml.Office.CustomUI.CustomUI? +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.CustomUIPart.CustomUIPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.CustomXmlMappingsPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.get -> DocumentFormat.OpenXml.Spreadsheet.MapInfo! +DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.MapInfo.set -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPart.CustomXmlPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart? +DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.AdditionalCharacteristics = 0 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.Bibliography = 1 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.CustomXml = 2 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPartType.InkContent = 3 -> DocumentFormat.OpenXml.Packaging.CustomXmlPartType +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.CustomXmlPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.get -> DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem! +DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.DataStoreItem.set -> void +DocumentFormat.OpenXml.Packaging.DataPart +DocumentFormat.OpenXml.Packaging.DataPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.DataPart.GetDataPartReferenceRelationships() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.DataPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.DataPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship +DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPartReferenceRelationship(DocumentFormat.OpenXml.Packaging.DataPart! dataPart, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition! +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ColorsDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramColorsPart.DiagramColorsPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.get -> DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DataModelRoot.set -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.DiagramDataPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramDataPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramDataPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.DiagramLayoutDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition! +DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.LayoutDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.DiagramPersistLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.get -> DocumentFormat.OpenXml.Office.Drawing.Drawing! +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.Drawing.set -> void +DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DiagramStylePart +DocumentFormat.OpenXml.Packaging.DiagramStylePart.DiagramStylePart() -> void +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.get -> DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition! +DocumentFormat.OpenXml.Packaging.DiagramStylePart.StyleDefinition.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart +DocumentFormat.OpenXml.Packaging.DialogsheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.get -> DocumentFormat.OpenXml.Spreadsheet.DialogSheet! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogSheet.set -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DialogsheetPart() -> void +DocumentFormat.OpenXml.Packaging.DialogsheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.DialogsheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DialogsheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.DigitalSignatureOriginPart() -> void +DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.XmlSignatureParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.AddMailMergeRecipientDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.DocumentSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.MailMergeRecipientDataPart.get -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart? +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.get -> DocumentFormat.OpenXml.Wordprocessing.Settings! +DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.Settings.set -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.DrawingsPart() -> void +DocumentFormat.OpenXml.Packaging.DrawingsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing! +DocumentFormat.OpenXml.Packaging.DrawingsPart.WorksheetDrawing.set -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.EmbeddedControlPersistenceBinaryDataPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType.ActiveXBin = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.EmbeddedControlPersistencePart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveX = 0 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType.ActiveXBin = 1 -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart +DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.EmbeddedObjectPart() -> void +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart +DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.EmbeddedPackagePart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.EndnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Endnotes! +DocumentFormat.OpenXml.Packaging.EndnotesPart.Endnotes.set -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.EndnotesPart() -> void +DocumentFormat.OpenXml.Packaging.EndnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.EndnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ExcelAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartColorStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartDrawingPart.get -> DocumentFormat.OpenXml.Packaging.ChartDrawingPart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.get -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartSpace.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ChartStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.EmbeddedPackagePart.get -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart? +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ExtendedChartPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ExtendedFilePropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.get -> DocumentFormat.OpenXml.ExtendedProperties.Properties! +DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.Properties.set -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart() -> void +DocumentFormat.OpenXml.Packaging.ExtendedPart.ExtendedPart(string! relationshipType) -> void +DocumentFormat.OpenXml.Packaging.ExternalRelationship +DocumentFormat.OpenXml.Packaging.ExternalRelationship.ExternalRelationship(System.Uri! externalUri, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalLink! +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalLink.set -> void +DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ExternalWorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.FontPart +DocumentFormat.OpenXml.Packaging.FontPart.FontPart() -> void +DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontData = 0 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontOdttf = 2 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontPartType.FontTtf = 1 -> DocumentFormat.OpenXml.Packaging.FontPartType +DocumentFormat.OpenXml.Packaging.FontTablePart +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.FontTablePart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.get -> DocumentFormat.OpenXml.Wordprocessing.Fonts! +DocumentFormat.OpenXml.Packaging.FontTablePart.Fonts.set -> void +DocumentFormat.OpenXml.Packaging.FontTablePart.FontTablePart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FooterPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.get -> DocumentFormat.OpenXml.Wordprocessing.Footer! +DocumentFormat.OpenXml.Packaging.FooterPart.Footer.set -> void +DocumentFormat.OpenXml.Packaging.FooterPart.FooterPart() -> void +DocumentFormat.OpenXml.Packaging.FooterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.FootnotesPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.get -> DocumentFormat.OpenXml.Wordprocessing.Footnotes! +DocumentFormat.OpenXml.Packaging.FootnotesPart.Footnotes.set -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.FootnotesPart() -> void +DocumentFormat.OpenXml.Packaging.FootnotesPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.get -> DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocument.set -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.GlossaryDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.get -> DocumentFormat.OpenXml.Presentation.HandoutMaster! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMaster.set -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.HandoutMasterPart() -> void +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HandoutMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.HeaderPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.get -> DocumentFormat.OpenXml.Wordprocessing.Header! +DocumentFormat.OpenXml.Packaging.HeaderPart.Header.set -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.HeaderPart() -> void +DocumentFormat.OpenXml.Packaging.HeaderPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship +DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.HyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair +DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(DocumentFormat.OpenXml.Packaging.IdPartPair? value) -> bool +DocumentFormat.OpenXml.Packaging.IdPartPair.IdPartPair(string! id, DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.IdPartPair.OpenXmlPart.set -> void +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.get -> string! +DocumentFormat.OpenXml.Packaging.IdPartPair.RelationshipId.set -> void +DocumentFormat.OpenXml.Packaging.IFixedContentTypePart +DocumentFormat.OpenXml.Packaging.ImagePart +DocumentFormat.OpenXml.Packaging.ImagePart.ImagePart() -> void +DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Bmp = 0 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Emf = 7 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Gif = 1 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Icon = 4 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Jpeg = 6 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Pcx = 5 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Png = 2 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Tiff = 3 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.ImagePartType.Wmf = 8 -> DocumentFormat.OpenXml.Packaging.ImagePartType +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.InternationalMacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.LegacyDiagramTextInfoPart() -> void +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart +DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.LegacyDiagramTextPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.get -> DocumentFormat.OpenXml.Office.Excel.Macrosheet! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.Macrosheet.set -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.MacroSheetPart() -> void +DocumentFormat.OpenXml.Packaging.MacroSheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MacroSheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipientDataPart() -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.get -> DocumentFormat.OpenXml.Office.Word.MailMergeRecipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.MailMergeRecipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.get -> DocumentFormat.OpenXml.Wordprocessing.Recipients? +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.Recipients.set -> void +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.MsWordMailMergeRecipientData = 1 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType.OpenXmlMailMergeRecipientData = 0 -> DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPartType +DocumentFormat.OpenXml.Packaging.MainDocumentPart +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomizationPart.get -> DocumentFormat.OpenXml.Packaging.CustomizationPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.get -> DocumentFormat.OpenXml.Wordprocessing.Document! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.Document.set -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FooterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.HeaderParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MainDocumentPart.MainDocumentPart() -> void +DocumentFormat.OpenXml.Packaging.MainDocumentPart.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StyleDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.StylesWithEffectsPart.get -> DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsExPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsIdsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPeoplePart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart? +DocumentFormat.OpenXml.Packaging.MainDocumentPart.WordprocessingPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.NoProcess = 0 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessAllParts = 2 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode.ProcessLoadedPartsOnly = 1 -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.MarkupCompatibilityProcessSettings(DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode processMode, DocumentFormat.OpenXml.FileFormatVersions targetFileFormatVersions) -> void +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.ProcessMode.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode +DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings.TargetFileFormatVersions.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Packaging.MediaDataPart +DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Aiff = 0 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Asx = 8 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Avi = 9 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Midi = 1 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mp3 = 2 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegAudio = 6 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegUrl = 3 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.MpegVideo = 11 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Mpg = 10 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggAudio = 7 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.OggVideo = 16 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Quicktime = 15 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.VC1 = 17 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wav = 4 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wma = 5 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmv = 12 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wmx = 13 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaDataPartType.Wvx = 14 -> DocumentFormat.OpenXml.Packaging.MediaDataPartType +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship +DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.get -> DocumentFormat.OpenXml.Presentation.NotesMaster! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMaster.set -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.NotesMasterPart() -> void +DocumentFormat.OpenXml.Packaging.NotesMasterPart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.NotesMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.get -> DocumentFormat.OpenXml.Presentation.NotesSlide! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlide.set -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.NotesSlidePart() -> void +DocumentFormat.OpenXml.Packaging.NotesSlidePart.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.NotesSlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NotesSlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.get -> DocumentFormat.OpenXml.Wordprocessing.Numbering! +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.Numbering.set -> void +DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.NumberingDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenSettings.AutoSave.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenSettings.MarkupCompatibilityProcessSettings.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenSettings.MaxCharactersInPart.set -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.OpenSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.get -> System.Func? +DocumentFormat.OpenXml.Packaging.OpenSettings.RelationshipErrorHandlerFactory.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AutoSave.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone() -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Clone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Close() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.get -> System.IO.Packaging.CompressionOption +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CompressionOption.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(DocumentFormat.OpenXml.Packaging.MediaDataPartType mediaDataPartType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CreateMediaDataPart(string! contentType, string! extension) -> DocumentFormat.OpenXml.Packaging.MediaDataPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePart(DocumentFormat.OpenXml.Packaging.DataPart! dataPart) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.DeletePartsRecursivelyOfType() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FileOpenAccess.get -> System.IO.FileAccess +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MarkupCompatibilityProcessSettings.get -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.MaxCharactersInPart.get -> long +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.OpenXmlPackage() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Package.get -> System.IO.Packaging.Package! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PackageProperties.get -> System.IO.Packaging.PackageProperties! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.PartExtensionProvider.get -> DocumentFormat.OpenXml.Packaging.PartExtensionProvider! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Save() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.SaveAs(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.StrictRelationshipFound.get -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcDocument(System.Xml.Linq.XProcessingInstruction? instruction) -> System.Xml.Linq.XDocument! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ToFlatOpcString() -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings! validationSettings) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageException.OpenXmlPackageException(string! message, System.Exception! innerException) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.get -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Message.set -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.PartClassName.get -> string? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationEventArgs.SubPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.EventHandler -> System.EventHandler! +DocumentFormat.OpenXml.Packaging.OpenXmlPackageValidationSettings.OpenXmlPackageValidationSettings() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart +DocumentFormat.OpenXml.Packaging.OpenXmlPart.FeedData(System.IO.Stream! sourceStream) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetParentParts() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream() -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.GetStream(System.IO.FileMode mode, System.IO.FileAccess access) -> System.IO.Stream! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPackage.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.OpenXmlPart() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.RootElement.get -> DocumentFormat.OpenXml.OpenXmlPartRootElement? +DocumentFormat.OpenXml.Packaging.OpenXmlPart.Uri.get -> System.Uri! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddAnnotation(object! annotation) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExtendedPart(string! relationshipType, string! contentType, string! targetExt, string? rId) -> DocumentFormat.OpenXml.Packaging.ExtendedPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddExternalRelationship(string! relationshipType, System.Uri! externalUri, string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddHyperlinkRelationship(System.Uri! hyperlinkUri, bool isExternal, string! id) -> DocumentFormat.OpenXml.Packaging.HyperlinkRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart() -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! id) -> T! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation(System.Type! type) -> object? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotation() -> T? +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations(System.Type! type) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Annotations() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ChangeIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part, string! newRelationshipId) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.CreateRelationshipToPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! targetPart, string! id) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DataPartReferenceRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(DocumentFormat.OpenXml.Packaging.ExternalRelationship! externalRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteExternalRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeletePart(string! id) -> bool +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteParts(System.Collections.Generic.IEnumerable! partsToBeDeleted) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(DocumentFormat.OpenXml.Packaging.ReferenceRelationship! referenceRelationship) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.DeleteReferenceRelationship(string! id) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.ExternalRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetExternalRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ExternalRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetIdOfPart(DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> string! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartById(string! id) -> DocumentFormat.OpenXml.Packaging.OpenXmlPart! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsCountOfType() -> int +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType() -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetPartsOfType(System.Collections.Generic.ICollection! partCollection) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.GetReferenceRelationship(string! id) -> DocumentFormat.OpenXml.Packaging.ReferenceRelationship! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.HyperlinkRelationships.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.OpenXmlPartContainer() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.Parts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations(System.Type! type) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.RemoveAnnotations() -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.TryGetPartById(string! id, out DocumentFormat.OpenXml.Packaging.OpenXmlPart! part) -> bool +DocumentFormat.OpenXml.Packaging.PartExtensionProvider +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.AddPartExtension(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.MakeSurePartExtensionExist(string! contentType, string! partExtension) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider() -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(DocumentFormat.OpenXml.Packaging.PartExtensionProvider! partExtProvider) -> void +DocumentFormat.OpenXml.Packaging.PartExtensionProvider.PartExtensionProvider(int capacity) -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition! +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords! +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotCacheRecords.set -> void +DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.PivotTableCacheRecordsPart() -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition! +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTableDefinition.set -> void +DocumentFormat.OpenXml.Packaging.PivotTablePart.PivotTablePart() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddPresentationPart() -> DocumentFormat.OpenXml.Packaging.PresentationPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.PresentationDocument.ChangeDocumentType(DocumentFormat.OpenXml.PresentationDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.DocumentType.get -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.Packaging.PresentationDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationDocument() -> void +DocumentFormat.OpenXml.Packaging.PresentationDocument.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.PresentationDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(DocumentFormat.OpenXml.Packaging.FontPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.AddFontPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.FontPart! +DocumentFormat.OpenXml.Packaging.PresentationPart.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.FontParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.LegacyDiagramTextInfoPart.get -> DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.get -> DocumentFormat.OpenXml.Presentation.Presentation! +DocumentFormat.OpenXml.Packaging.PresentationPart.Presentation.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPart() -> void +DocumentFormat.OpenXml.Packaging.PresentationPart.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideMasterParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.PresentationPart.TableStylesPart.get -> DocumentFormat.OpenXml.Packaging.TableStylesPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.PresentationPart.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.PresentationPart.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.get -> DocumentFormat.OpenXml.Presentation.PresentationProperties! +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationProperties.set -> void +DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.PresentationPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTable! +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTable.set -> void +DocumentFormat.OpenXml.Packaging.QueryTablePart.QueryTablePart() -> void +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart +DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.QuickAccessToolbarCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Container.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer? +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.IO.Packaging.PackageRelationship! packageRelationship) -> void +DocumentFormat.OpenXml.Packaging.ReferenceRelationship.ReferenceRelationship(System.Uri! targetUri, bool isExternal, string! relationshipType, string! id) -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.RelationshipErrorHandler() -> void +DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.get -> DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.CustomUI.set -> void +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RibbonAndBackstageCustomizationsPart() -> void +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RibbonExtensibilityPart() -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.get -> DocumentFormat.OpenXml.Spreadsheet.SharedStringTable! +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTable.set -> void +DocumentFormat.OpenXml.Packaging.SharedStringTablePart.SharedStringTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleCellTablePart() -> void +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.get -> DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells! +DocumentFormat.OpenXml.Packaging.SingleCellTablePart.SingleXmlCells.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.get -> DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition! +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.SlicerCachePart.SlicerCachePart() -> void +DocumentFormat.OpenXml.Packaging.SlicersPart +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.get -> DocumentFormat.OpenXml.Office2010.Excel.Slicers! +DocumentFormat.OpenXml.Packaging.SlicersPart.Slicers.set -> void +DocumentFormat.OpenXml.Packaging.SlicersPart.SlicersPart() -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.get -> DocumentFormat.OpenXml.Presentation.CommentList! +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.CommentList.set -> void +DocumentFormat.OpenXml.Packaging.SlideCommentsPart.SlideCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.get -> DocumentFormat.OpenXml.Presentation.SlideLayout! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayout.set -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideLayoutPart() -> void +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideLayoutPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.get -> DocumentFormat.OpenXml.Presentation.SlideMaster! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMaster.set -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideMasterPart() -> void +DocumentFormat.OpenXml.Packaging.SlideMasterPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.SlideMasterPart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideMasterPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddAudioReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddMediaReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.SlidePart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.get -> DocumentFormat.OpenXml.Presentation.Slide! +DocumentFormat.OpenXml.Packaging.SlidePart.Slide.set -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Packaging.SlidePart.SlidePart() -> void +DocumentFormat.OpenXml.Packaging.SlidePart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Packaging.SlidePart.ThemeOverridePart.get -> DocumentFormat.OpenXml.Packaging.ThemeOverridePart? +DocumentFormat.OpenXml.Packaging.SlidePart.UserDefinedTagsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlidePart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncDataPart() -> void +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.get -> DocumentFormat.OpenXml.Presentation.SlideSyncProperties! +DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.SlideSyncProperties.set -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddWorkbookPart() -> DocumentFormat.OpenXml.Packaging.WorkbookPart! +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ChangeDocumentType(DocumentFormat.OpenXml.SpreadsheetDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.DocumentType.get -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.SpreadsheetDocument() -> void +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.SpreadsheetPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart +DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.StyleDefinitionsPart() -> void +DocumentFormat.OpenXml.Packaging.StylesPart +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.get -> DocumentFormat.OpenXml.Wordprocessing.Styles? +DocumentFormat.OpenXml.Packaging.StylesPart.Styles.set -> void +DocumentFormat.OpenXml.Packaging.StylesPart.StylesPart() -> void +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart +DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.StylesWithEffectsPart() -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.get -> DocumentFormat.OpenXml.Spreadsheet.Table! +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.Table.set -> void +DocumentFormat.OpenXml.Packaging.TableDefinitionPart.TableDefinitionPart() -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.get -> DocumentFormat.OpenXml.Drawing.TableStyleList! +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStyleList.set -> void +DocumentFormat.OpenXml.Packaging.TableStylesPart.TableStylesPart() -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.get -> DocumentFormat.OpenXml.Drawing.ThemeOverride! +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverride.set -> void +DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ThemeOverridePart() -> void +DocumentFormat.OpenXml.Packaging.ThemePart +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.ThemePart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.get -> DocumentFormat.OpenXml.Drawing.Theme! +DocumentFormat.OpenXml.Packaging.ThemePart.Theme.set -> void +DocumentFormat.OpenXml.Packaging.ThemePart.ThemePart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPart +DocumentFormat.OpenXml.Packaging.ThumbnailPart.ThumbnailPart() -> void +DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Emf = 1 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Jpeg = 0 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.ThumbnailPartType.Wmf = 2 -> DocumentFormat.OpenXml.Packaging.ThumbnailPartType +DocumentFormat.OpenXml.Packaging.TimeLineCachePart +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.get -> DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition! +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimelineCacheDefinition.set -> void +DocumentFormat.OpenXml.Packaging.TimeLineCachePart.TimeLineCachePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart +DocumentFormat.OpenXml.Packaging.TimeLinePart.TimeLinePart() -> void +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.get -> DocumentFormat.OpenXml.Office2013.Excel.Timelines! +DocumentFormat.OpenXml.Packaging.TimeLinePart.Timelines.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.get -> DocumentFormat.OpenXml.Presentation.TagList! +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.TagList.set -> void +DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.UserDefinedTagsPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaDataPart() -> void +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.get -> DocumentFormat.OpenXml.Office.Word.VbaSuppData! +DocumentFormat.OpenXml.Packaging.VbaDataPart.VbaSuppData.set -> void +DocumentFormat.OpenXml.Packaging.VbaProjectPart +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaDataPart.get -> DocumentFormat.OpenXml.Packaging.VbaDataPart? +DocumentFormat.OpenXml.Packaging.VbaProjectPart.VbaProjectPart() -> void +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship +DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.SlideParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.get -> DocumentFormat.OpenXml.Presentation.ViewProperties! +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewProperties.set -> void +DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ViewPropertiesPart() -> void +DocumentFormat.OpenXml.Packaging.VmlDrawingPart +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.LegacyDiagramTextParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.VmlDrawingPart.VmlDrawingPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileDependenciesPart() -> void +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.get -> DocumentFormat.OpenXml.Spreadsheet.VolatileTypes! +DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.VolatileTypes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.get -> DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes! +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.Taskpanes.set -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExTaskpanesPart() -> void +DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.WebExtensionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.get -> DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension! +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtension.set -> void +DocumentFormat.OpenXml.Packaging.WebExtensionPart.WebExtensionPart() -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.get -> DocumentFormat.OpenXml.Wordprocessing.WebSettings! +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettings.set -> void +DocumentFormat.OpenXml.Packaging.WebSettingsPart.WebSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart +DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.WordAttachedToolbarsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.get -> DocumentFormat.OpenXml.Office2013.Word.CommentsEx! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.CommentsEx.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.WordprocessingCommentsExPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.get -> DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.CommentsIds.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.WordprocessingCommentsIdsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddAlternativeFormatImportPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AddVideoReferenceRelationship(DocumentFormat.OpenXml.Packaging.MediaDataPart! mediaDataPart, string! id) -> DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.AlternativeFormatImportParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.get -> DocumentFormat.OpenXml.Wordprocessing.Comments! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramColorsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramLayoutDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramPersistLayoutParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.DiagramStyleParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ExtendedChartParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.WordprocessingCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCoreFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddCustomFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddDigitalSignatureOriginPart() -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddExtendedFilePropertiesPart() -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddMainDocumentPart() -> DocumentFormat.OpenXml.Packaging.MainDocumentPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddQuickAccessToolbarCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonAndBackstageCustomizationsPart() -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddRibbonExtensibilityPart() -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddWebExTaskpanesPart() -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart! +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ChangeDocumentType(DocumentFormat.OpenXml.WordprocessingDocumentType newType) -> void +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CoreFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CustomFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DigitalSignatureOriginPart.get -> DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.DocumentType.get -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ExtendedFilePropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.QuickAccessToolbarCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonAndBackstageCustomizationsPart.get -> DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RibbonExtensibilityPart.get -> DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WebExTaskpanesPart.get -> DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart? +DocumentFormat.OpenXml.Packaging.WordprocessingDocument.WordprocessingDocument() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.get -> DocumentFormat.OpenXml.Office2013.Word.People! +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.People.set -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.WordprocessingPeoplePart() -> void +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart +DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.WordprocessingPrinterSettingsPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(DocumentFormat.OpenXml.Packaging.CustomXmlPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddCustomXmlPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomXmlPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(DocumentFormat.OpenXml.Packaging.ThumbnailPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.AddThumbnailPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ThumbnailPart! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ChartsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomDataPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.CustomXmlParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.DialogsheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExcelAttachedToolbarsPart.get -> DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ExternalWorkbookParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.InternationalMacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.MacroSheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.PivotTableCacheDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.SlicerCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThemePart.get -> DocumentFormat.OpenXml.Packaging.ThemePart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.ThumbnailPart.get -> DocumentFormat.OpenXml.Packaging.ThumbnailPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.TimeLineCacheParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookPart.VbaProjectPart.get -> DocumentFormat.OpenXml.Packaging.VbaProjectPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.get -> DocumentFormat.OpenXml.Spreadsheet.Workbook! +DocumentFormat.OpenXml.Packaging.WorkbookPart.Workbook.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Packaging.WorkbookPart.WorksheetParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.get -> DocumentFormat.OpenXml.Spreadsheet.Headers! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.Headers.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionHeaderPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.WorkbookRevisionLogParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.get -> DocumentFormat.OpenXml.Spreadsheet.Revisions! +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.Revisions.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.WorkbookRevisionLogPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.get -> DocumentFormat.OpenXml.Spreadsheet.Stylesheet! +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.Stylesheet.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.WorkbookStylesPart() -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.get -> DocumentFormat.OpenXml.Spreadsheet.Users! +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.Users.set -> void +DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.WorkbookUserDataPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.get -> DocumentFormat.OpenXml.Spreadsheet.Comments! +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.Comments.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.WorksheetCommentsPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(DocumentFormat.OpenXml.Packaging.CustomPropertyPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddCustomPropertyPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.CustomPropertyPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistenceBinaryDataPart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedControlPersistencePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedObjectPart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddEmbeddedPackagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(DocumentFormat.OpenXml.Packaging.ImagePartType partType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.AddImagePart(string! contentType, string! id) -> DocumentFormat.OpenXml.Packaging.ImagePart! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ControlPropertiesParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.CustomPropertyParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.DrawingsPart.get -> DocumentFormat.OpenXml.Packaging.DrawingsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceBinaryDataParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedControlPersistenceParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedObjectParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.EmbeddedPackageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.ImageParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.PivotTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.QueryTableParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.SlicersParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.SpreadsheetPrinterSettingsParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TableDefinitionParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.TimeLineParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.VmlDrawingParts.get -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.get -> DocumentFormat.OpenXml.Spreadsheet.Worksheet! +DocumentFormat.OpenXml.Packaging.WorksheetPart.Worksheet.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetPart() -> void +DocumentFormat.OpenXml.Packaging.WorksheetPart.WorksheetSortMapPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart? +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.get -> DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap! +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMap.set -> void +DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.WorksheetSortMapPart() -> void +DocumentFormat.OpenXml.Packaging.XmlSignaturePart +DocumentFormat.OpenXml.Packaging.XmlSignaturePart.XmlSignaturePart() -> void +DocumentFormat.OpenXml.Presentation.Animate +DocumentFormat.OpenXml.Presentation.Animate.Animate() -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Animate.Animate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Animate.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.Animate.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.By.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.CalculationMode.set -> void +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Animate.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Animate.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.From.set -> void +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.get -> DocumentFormat.OpenXml.Presentation.TimeAnimateValueList? +DocumentFormat.OpenXml.Presentation.Animate.TimeAnimateValueList.set -> void +DocumentFormat.OpenXml.Presentation.Animate.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Animate.To.set -> void +DocumentFormat.OpenXml.Presentation.Animate.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Animate.ValueType.set -> void +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Discrete = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Formula = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues.Linear = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorCalculateModeValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.Number = 1 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues.String = 0 -> DocumentFormat.OpenXml.Presentation.AnimateBehaviorValues +DocumentFormat.OpenXml.Presentation.AnimateColor +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor() -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.AnimateColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.get -> DocumentFormat.OpenXml.Presentation.ByColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ByColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.ColorSpace.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateColor.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateColor.Direction.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.get -> DocumentFormat.OpenXml.Presentation.FromColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.FromColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.get -> DocumentFormat.OpenXml.Presentation.ToColor? +DocumentFormat.OpenXml.Presentation.AnimateColor.ToColor.set -> void +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.Clockwise = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues.CounterClockwise = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorDirectionValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Hsl = 1 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues.Rgb = 0 -> DocumentFormat.OpenXml.Presentation.AnimateColorSpaceValues +DocumentFormat.OpenXml.Presentation.AnimateEffect +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect() -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.AnimateEffect(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateEffect.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Filter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.get -> DocumentFormat.OpenXml.Presentation.Progress? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Progress.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.PropertyList.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateEffect.Transition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.In = 0 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.None = 2 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues.Out = 1 -> DocumentFormat.OpenXml.Presentation.AnimateEffectTransitionValues +DocumentFormat.OpenXml.Presentation.AnimateMotion +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion() -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.AnimateMotion(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateMotion.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Origin.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.Path.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PathEditMode.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.AnimateMotion.PointTypes.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RelativeAngle.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.get -> DocumentFormat.OpenXml.Presentation.RotationCenter? +DocumentFormat.OpenXml.Presentation.AnimateMotion.RotationCenter.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateMotion.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Layout = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues.Parent = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionBehaviorOriginValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Fixed = 1 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues.Relative = 0 -> DocumentFormat.OpenXml.Presentation.AnimateMotionPathEditModeValues +DocumentFormat.OpenXml.Presentation.AnimateRotation +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation() -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.AnimateRotation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.By.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateRotation.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.From.set -> void +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateRotation.To.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale() -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.AnimateScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.AnimateScale.BounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.get -> DocumentFormat.OpenXml.Presentation.ByPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ByPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.AnimateScale.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.get -> DocumentFormat.OpenXml.Presentation.FromPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.FromPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.get -> DocumentFormat.OpenXml.Presentation.ToPosition? +DocumentFormat.OpenXml.Presentation.AnimateScale.ToPosition.set -> void +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.AnimateScale.ZoomContents.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.ApplicationNonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.IsPhoto.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.get -> DocumentFormat.OpenXml.Presentation.PlaceholderShape? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.PlaceholderShape.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.ApplicationNonVisualDrawingPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.ApplicationNonVisualDrawingPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeName +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName() -> void +DocumentFormat.OpenXml.Presentation.AttributeName.AttributeName(string! text) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList() -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.AttributeNameList.AttributeNameList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio +DocumentFormat.OpenXml.Presentation.Audio.Audio() -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Audio.Audio(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Audio.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Audio.IsNarration.set -> void +DocumentFormat.OpenXml.Presentation.Background +DocumentFormat.OpenXml.Presentation.Background.Background() -> void +DocumentFormat.OpenXml.Presentation.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.get -> DocumentFormat.OpenXml.Presentation.BackgroundProperties? +DocumentFormat.OpenXml.Presentation.Background.BackgroundProperties.set -> void +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.get -> DocumentFormat.OpenXml.Presentation.BackgroundStyleReference? +DocumentFormat.OpenXml.Presentation.Background.BackgroundStyleReference.set -> void +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundAnimation +DocumentFormat.OpenXml.Presentation.BackgroundAnimation.BackgroundAnimation() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties() -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.BackgroundProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BackgroundProperties.ShadeToTitle.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference() -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.BackgroundStyleReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.Index.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.Always = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues.None = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAccumulateValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Base = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Multiply = 3 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.None = 4 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Replace = 2 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues.Sum = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorAdditiveValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.ChildStyle = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues.Normal = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorOverrideValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Image = 1 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BehaviorTransformValues.Point = 0 -> DocumentFormat.OpenXml.Presentation.BehaviorTransformValues +DocumentFormat.OpenXml.Presentation.BlindsTransition +DocumentFormat.OpenXml.Presentation.BlindsTransition.BlindsTransition() -> void +DocumentFormat.OpenXml.Presentation.BlipFill +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.get -> DocumentFormat.OpenXml.Drawing.Blip? +DocumentFormat.OpenXml.Presentation.BlipFill.Blip.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill() -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.BlipFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BlipFill.Dpi.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BlipFill.RotateWithShape.set -> void +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.get -> DocumentFormat.OpenXml.Drawing.SourceRectangle? +DocumentFormat.OpenXml.Presentation.BlipFill.SourceRectangle.set -> void +DocumentFormat.OpenXml.Presentation.BodyStyle +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle() -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BodyStyle.BodyStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BoldFont +DocumentFormat.OpenXml.Presentation.BoldFont.BoldFont() -> void +DocumentFormat.OpenXml.Presentation.BoldItalicFont +DocumentFormat.OpenXml.Presentation.BoldItalicFont.BoldItalicFont() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.BooleanVariantValue() -> void +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BooleanVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.BrowseSlideMode() -> void +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BrowseSlideMode.ShowScrollbar.set -> void +DocumentFormat.OpenXml.Presentation.BuildAsOne +DocumentFormat.OpenXml.Presentation.BuildAsOne.BuildAsOne() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.BuildDiagram() -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildDiagram.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildDiagram.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.get -> DocumentFormat.OpenXml.Presentation.BuildAsOne? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildAsOne.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics() -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildGraphics(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.get -> DocumentFormat.OpenXml.Presentation.BuildSubElement? +DocumentFormat.OpenXml.Presentation.BuildGraphics.BuildSubElement.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildGraphics.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildGraphics.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildList +DocumentFormat.OpenXml.Presentation.BuildList.BuildList() -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildList.BuildList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.BuildOleChart() -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildOleChart.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildOleChart.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAdvance.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.AutoAnimateBackground.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Build.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph() -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.BuildParagraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.BuildParagraph.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.Reverse.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.get -> DocumentFormat.OpenXml.Presentation.TemplateList? +DocumentFormat.OpenXml.Presentation.BuildParagraph.TemplateList.set -> void +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.BuildParagraph.UiExpand.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.get -> DocumentFormat.OpenXml.Drawing.BuildChart? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildChart.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.get -> DocumentFormat.OpenXml.Drawing.BuildDiagram? +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildDiagram.set -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement() -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.BuildSubElement.BuildSubElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor +DocumentFormat.OpenXml.Presentation.ByColor.ByColor() -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ByColor.ByColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.get -> DocumentFormat.OpenXml.Presentation.HslColor? +DocumentFormat.OpenXml.Presentation.ByColor.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.get -> DocumentFormat.OpenXml.Presentation.RgbColor? +DocumentFormat.OpenXml.Presentation.ByColor.RgbColor.set -> void +DocumentFormat.OpenXml.Presentation.ByPosition +DocumentFormat.OpenXml.Presentation.ByPosition.ByPosition() -> void +DocumentFormat.OpenXml.Presentation.CharRange +DocumentFormat.OpenXml.Presentation.CharRange.CharRange() -> void +DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.GridLegend = 0 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInCategory = 4 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.PointInSeries = 3 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.ChartSubElementValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.ChartSubElementValues +DocumentFormat.OpenXml.Presentation.CheckerTransition +DocumentFormat.OpenXml.Presentation.CheckerTransition.CheckerTransition() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.ChildTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CircleTransition +DocumentFormat.OpenXml.Presentation.CircleTransition.CircleTransition() -> void +DocumentFormat.OpenXml.Presentation.Color3Type +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type() -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.Color3Type(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.Color3Type.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.Color3Type.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.Color3Type.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.Color3Type.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent3.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent4.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent5.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Accent6.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Background2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap() -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ColorMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.ColorMap.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Hyperlink.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text1.set -> void +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ColorMap.Text2.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride() -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.ColorMapOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.get -> DocumentFormat.OpenXml.Drawing.MasterColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.MasterColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.get -> DocumentFormat.OpenXml.Drawing.OverrideColorMapping? +DocumentFormat.OpenXml.Presentation.ColorMapOverride.OverrideColorMapping.set -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.ColorMostRecentlyUsed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType +DocumentFormat.OpenXml.Presentation.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorType.ColorType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.get -> DocumentFormat.OpenXml.Drawing.HslColor? +DocumentFormat.OpenXml.Presentation.ColorType.HslColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.get -> DocumentFormat.OpenXml.Drawing.PresetColor? +DocumentFormat.OpenXml.Presentation.ColorType.PresetColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelHex? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelHex.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.get -> DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? +DocumentFormat.OpenXml.Presentation.ColorType.RgbColorModelPercentage.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.get -> DocumentFormat.OpenXml.Drawing.SchemeColor? +DocumentFormat.OpenXml.Presentation.ColorType.SchemeColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.get -> DocumentFormat.OpenXml.Drawing.SystemColor? +DocumentFormat.OpenXml.Presentation.ColorType.SystemColor.set -> void +DocumentFormat.OpenXml.Presentation.ColorValue +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue() -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ColorValue.ColorValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CombTransition +DocumentFormat.OpenXml.Presentation.CombTransition.CombTransition() -> void +DocumentFormat.OpenXml.Presentation.Command +DocumentFormat.OpenXml.Presentation.Command.Command() -> void +DocumentFormat.OpenXml.Presentation.Command.Command(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Command.Command(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Command.CommandName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Command.CommandName.set -> void +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.Command.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.Command.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Command.Type.set -> void +DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Call = 1 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Event = 0 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.CommandValues.Verb = 2 -> DocumentFormat.OpenXml.Presentation.CommandValues +DocumentFormat.OpenXml.Presentation.Comment +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment() -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentExtensionList? +DocumentFormat.OpenXml.Presentation.Comment.CommentExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Comment.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.Comment.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Comment.Index.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Position.get -> DocumentFormat.OpenXml.Presentation.Position? +DocumentFormat.OpenXml.Presentation.Comment.Position.set -> void +DocumentFormat.OpenXml.Presentation.Comment.Text.get -> DocumentFormat.OpenXml.Presentation.Text? +DocumentFormat.OpenXml.Presentation.Comment.Text.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.ColorIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList? +DocumentFormat.OpenXml.Presentation.CommentAuthor.CommentAuthorExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Initials.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommentAuthor.LastIndex.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthor.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CommentAuthorExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CommentAuthorExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList() -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.CommentAuthorsPart.get -> DocumentFormat.OpenXml.Packaging.CommentAuthorsPart? +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Load(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentAuthorList.Save(DocumentFormat.OpenXml.Packaging.CommentAuthorsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension() -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.CommentExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommentExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentExtensionList.CommentExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList +DocumentFormat.OpenXml.Presentation.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Load(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.Save(DocumentFormat.OpenXml.Packaging.SlideCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.CommentList.SlideCommentsPart.get -> DocumentFormat.OpenXml.Packaging.SlideCommentsPart? +DocumentFormat.OpenXml.Presentation.CommonBehavior +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Accumulate.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Additive.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.get -> DocumentFormat.OpenXml.Presentation.AttributeNameList? +DocumentFormat.OpenXml.Presentation.CommonBehavior.AttributeNameList.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.By.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior() -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonBehavior.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.From.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.Override.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.RuntimeContext.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.To.set -> void +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonBehavior.TransformType.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode() -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonMediaNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Mute.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.ShowWhenStopped.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.SlideCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonMediaNode.Volume.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.get -> DocumentFormat.OpenXml.Presentation.Background? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Background.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.get -> DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CommonSlideDataExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.get -> DocumentFormat.OpenXml.Presentation.ControlList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ControlList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.CommonSlideData.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideData.Name.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.get -> DocumentFormat.OpenXml.Presentation.ShapeTree? +DocumentFormat.OpenXml.Presentation.CommonSlideData.ShapeTree.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CommonSlideDataExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CommonSlideDataExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonSlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.get -> DocumentFormat.OpenXml.Presentation.GuideList? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.GuideList.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.ShowGuides.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.SnapToObjects.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Acceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AfterEffect.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.AutoReverse.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.BuildLevel.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.ChildTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.ChildTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode() -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.CommonTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Deceleration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Display.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Duration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.get -> DocumentFormat.OpenXml.Presentation.EndConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.get -> DocumentFormat.OpenXml.Presentation.EndSync? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EndSync.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.EventFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Fill.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.GroupId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Id.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.get -> DocumentFormat.OpenXml.Presentation.Iterate? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Iterate.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.MasterRelation.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodePlaceholder.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.NodeType.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetBounceEnd.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetClass.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetId.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.PresetSubtype.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatCount.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.RepeatDuration.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.Speed.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.get -> DocumentFormat.OpenXml.Presentation.StartConditionList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.StartConditionList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.get -> DocumentFormat.OpenXml.Presentation.SubTimeNodeList? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SubTimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.SyncBehavior.set -> void +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CommonTimeNode.TimeFilter.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties() -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.CommonViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.get -> DocumentFormat.OpenXml.Presentation.Origin? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.Origin.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.get -> DocumentFormat.OpenXml.Presentation.ScaleFactor? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.ScaleFactor.set -> void +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.CommonViewProperties.VariableScale.set -> void +DocumentFormat.OpenXml.Presentation.Condition +DocumentFormat.OpenXml.Presentation.Condition.Condition() -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Condition.Condition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Strict = 0 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConformanceClassValues.Transitional = 1 -> DocumentFormat.OpenXml.Presentation.ConformanceClassValues +DocumentFormat.OpenXml.Presentation.ConnectionShape +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape() -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ConnectionShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.NonVisualConnectionShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.ConnectionShape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ContentPart.BwMode.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ContentPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify? +DocumentFormat.OpenXml.Presentation.ContentPart.ExtensionListModify.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties? +DocumentFormat.OpenXml.Presentation.ContentPart.NonVisualContentPartProperties.set -> void +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D? +DocumentFormat.OpenXml.Presentation.ContentPart.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.Control +DocumentFormat.OpenXml.Presentation.Control.Control() -> void +DocumentFormat.OpenXml.Presentation.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.Control.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Id.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Control.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.Name.set -> void +DocumentFormat.OpenXml.Presentation.Control.Picture.get -> DocumentFormat.OpenXml.Presentation.Picture? +DocumentFormat.OpenXml.Presentation.Control.Picture.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Control.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.ControlList +DocumentFormat.OpenXml.Presentation.ControlList.ControlList() -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ControlList.ControlList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CoverTransition +DocumentFormat.OpenXml.Presentation.CoverTransition.CoverTransition() -> void +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.Invalid = 1 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Presentation.CryptAlgorithmValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.Invalid = 2 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaAES = 0 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Presentation.CryptProviderValues +DocumentFormat.OpenXml.Presentation.CustomerData +DocumentFormat.OpenXml.Presentation.CustomerData.CustomerData() -> void +DocumentFormat.OpenXml.Presentation.CustomerData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerData.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataList.CustomerDataList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags +DocumentFormat.OpenXml.Presentation.CustomerDataTags.CustomerDataTags() -> void +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomerDataTags.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow() -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.CustomShow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.CustomShow.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShow.Id.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.CustomShow.Name.set -> void +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.get -> DocumentFormat.OpenXml.Presentation.SlideList? +DocumentFormat.OpenXml.Presentation.CustomShow.SlideList.set -> void +DocumentFormat.OpenXml.Presentation.CustomShowList +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList() -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.CustomShowList.CustomShowList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference +DocumentFormat.OpenXml.Presentation.CustomShowReference.CustomShowReference() -> void +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.CustomShowReference.Id.set -> void +DocumentFormat.OpenXml.Presentation.CutTransition +DocumentFormat.OpenXml.Presentation.CutTransition.CutTransition() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle() -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.DefaultTextStyle.DefaultTextStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.AllAtOnce = 15 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByLevel = 4 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.BreadthByNode = 3 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Clockwise = 5 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseIn = 6 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.ClockwiseOut = 7 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwise = 8 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseIn = 9 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.CounterClockwiseOut = 10 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Custom = 16 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByBranch = 2 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.DepthByNode = 1 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Down = 14 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.InByRing = 11 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.OutByRing = 12 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Up = 13 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiagramBuildValues.Whole = 0 -> DocumentFormat.OpenXml.Presentation.DiagramBuildValues +DocumentFormat.OpenXml.Presentation.DiamondTransition +DocumentFormat.OpenXml.Presentation.DiamondTransition.DiamondTransition() -> void +DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Horizontal = 0 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DirectionValues.Vertical = 1 -> DocumentFormat.OpenXml.Presentation.DirectionValues +DocumentFormat.OpenXml.Presentation.DissolveTransition +DocumentFormat.OpenXml.Presentation.DissolveTransition.DissolveTransition() -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.EightDirectionTransitionType.EightDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.get -> DocumentFormat.OpenXml.Presentation.BoldFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.get -> DocumentFormat.OpenXml.Presentation.BoldItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.BoldItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.EmbeddedFont(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.get -> DocumentFormat.OpenXml.Presentation.Font? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.Font.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.get -> DocumentFormat.OpenXml.Presentation.ItalicFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.ItalicFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.get -> DocumentFormat.OpenXml.Presentation.RegularFont? +DocumentFormat.OpenXml.Presentation.EmbeddedFont.RegularFont.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.EmbeddedFontDataIdType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedFontDataIdType.Id.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedFontList.EmbeddedFontList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.BuiltIn.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Embed.set -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.EmbeddedWavAudioFileType() -> void +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.EmbeddedWavAudioFileType.Name.set -> void +DocumentFormat.OpenXml.Presentation.EmptyType +DocumentFormat.OpenXml.Presentation.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList() -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndConditionList.EndConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSoundAction +DocumentFormat.OpenXml.Presentation.EndSoundAction.EndSoundAction() -> void +DocumentFormat.OpenXml.Presentation.EndSync +DocumentFormat.OpenXml.Presentation.EndSync.EndSync() -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.EndSync.EndSync(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.ExclusiveTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension +DocumentFormat.OpenXml.Presentation.Extension.Extension() -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Extension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ExtensionList +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification() -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.ExtensionListWithModification(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.Modify.set -> void +DocumentFormat.OpenXml.Presentation.FadeTransition +DocumentFormat.OpenXml.Presentation.FadeTransition.FadeTransition() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue +DocumentFormat.OpenXml.Presentation.FloatVariantValue.FloatVariantValue() -> void +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Presentation.FloatVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.Font +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.CharacterSet.set -> void +DocumentFormat.OpenXml.Presentation.Font.Font() -> void +DocumentFormat.OpenXml.Presentation.Font.Panose.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Presentation.Font.Panose.set -> void +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.get -> DocumentFormat.OpenXml.SByteValue? +DocumentFormat.OpenXml.Presentation.Font.PitchFamily.set -> void +DocumentFormat.OpenXml.Presentation.Font.Typeface.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Font.Typeface.set -> void +DocumentFormat.OpenXml.Presentation.FromColor +DocumentFormat.OpenXml.Presentation.FromColor.FromColor() -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.FromColor.FromColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.FromPosition +DocumentFormat.OpenXml.Presentation.FromPosition.FromPosition() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.get -> DocumentFormat.OpenXml.Drawing.Chart? +DocumentFormat.OpenXml.Presentation.GraphicElement.Chart.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.get -> DocumentFormat.OpenXml.Drawing.Diagram? +DocumentFormat.OpenXml.Presentation.GraphicElement.Diagram.set -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement() -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicElement.GraphicElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.GraphicFrame.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.get -> DocumentFormat.OpenXml.Drawing.Graphic? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Graphic.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame() -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.GraphicFrame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties? +DocumentFormat.OpenXml.Presentation.GraphicFrame.NonVisualGraphicFrameProperties.set -> void +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.get -> DocumentFormat.OpenXml.Presentation.Transform? +DocumentFormat.OpenXml.Presentation.GraphicFrame.Transform.set -> void +DocumentFormat.OpenXml.Presentation.GridSpacing +DocumentFormat.OpenXml.Presentation.GridSpacing.GridSpacing() -> void +DocumentFormat.OpenXml.Presentation.GroupShape +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape() -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShape.GroupShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.GroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.get -> DocumentFormat.OpenXml.Drawing.TransformGroup? +DocumentFormat.OpenXml.Presentation.GroupShapeProperties.TransformGroup.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.GroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType() -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.GroupShapeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties? +DocumentFormat.OpenXml.Presentation.GroupShapeType.NonVisualGroupShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Guide +DocumentFormat.OpenXml.Presentation.Guide.Guide() -> void +DocumentFormat.OpenXml.Presentation.Guide.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Guide.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.Guide.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Guide.Position.set -> void +DocumentFormat.OpenXml.Presentation.GuideList +DocumentFormat.OpenXml.Presentation.GuideList.GuideList() -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.GuideList.GuideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.HandoutMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.HandoutMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster() -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.HandoutMasterPart.get -> DocumentFormat.OpenXml.Packaging.HandoutMasterPart? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.HandoutMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Load(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMaster.Save(DocumentFormat.OpenXml.Packaging.HandoutMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.HandoutMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.HandoutMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.HandoutMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HandoutMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterId? +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterId.set -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.HandoutMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.DateTime.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.HeaderFooter.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Footer.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.Header.set -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HeaderFooter.SlideNumber.set -> void +DocumentFormat.OpenXml.Presentation.HslColor +DocumentFormat.OpenXml.Presentation.HslColor.HslColor() -> void +DocumentFormat.OpenXml.Presentation.HslColor.Hue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Hue.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Lightness.set -> void +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.HslColor.Saturation.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties() -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.HtmlPublishProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.ShowSpeakerNotes.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.TargetBrowser.set -> void +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3 = 1 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V3v4 = 2 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues.V4 = 0 -> DocumentFormat.OpenXml.Presentation.HtmlPublishWebBrowserSupportValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues.Indefinite = 0 -> DocumentFormat.OpenXml.Presentation.IndefiniteTimeDeclarationValues +DocumentFormat.OpenXml.Presentation.IndexRangeType +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.End.set -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.IndexRangeType() -> void +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.IndexRangeType.Start.set -> void +DocumentFormat.OpenXml.Presentation.InkTarget +DocumentFormat.OpenXml.Presentation.InkTarget.InkTarget() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.IntegerVariantValue() -> void +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.IntegerVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.ItalicFont +DocumentFormat.OpenXml.Presentation.ItalicFont.ItalicFont() -> void +DocumentFormat.OpenXml.Presentation.Iterate +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Iterate.Backwards.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate() -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Iterate.Iterate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.get -> DocumentFormat.OpenXml.Presentation.TimeAbsolute? +DocumentFormat.OpenXml.Presentation.Iterate.TimeAbsolute.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.get -> DocumentFormat.OpenXml.Presentation.TimePercentage? +DocumentFormat.OpenXml.Presentation.Iterate.TimePercentage.set -> void +DocumentFormat.OpenXml.Presentation.Iterate.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Iterate.Type.set -> void +DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Element = 0 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Letter = 2 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.IterateValues.Word = 1 -> DocumentFormat.OpenXml.Presentation.IterateValues +DocumentFormat.OpenXml.Presentation.Kinsoku +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidEndChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.InvalidStartChars.set -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Kinsoku.Language.set -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode +DocumentFormat.OpenXml.Presentation.KioskSlideMode.KioskSlideMode() -> void +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.KioskSlideMode.Restart.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.AlgorithmName.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.CryptographicProviderTypeExtensibilitySource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithm.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ExtendedCryptographicAlgorithmSource.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.HashValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.ModificationVerifier() -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltData.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SaltValue.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinCount.set -> void +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.ModificationVerifier.SpinValue.set -> void +DocumentFormat.OpenXml.Presentation.NewsflashTransition +DocumentFormat.OpenXml.Presentation.NewsflashTransition.NewsflashTransition() -> void +DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextActionValues.Seek = 1 -> DocumentFormat.OpenXml.Presentation.NextActionValues +DocumentFormat.OpenXml.Presentation.NextConditionList +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList() -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NextConditionList.NextConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectionShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualConnectorShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ConnectionShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.get -> DocumentFormat.OpenXml.Drawing.EndConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.EndConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.NonVisualConnectorShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.get -> DocumentFormat.OpenXml.Drawing.StartConnection? +DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.StartConnection.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Description.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Hidden.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnClick.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.get -> DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.HyperlinkOnHover.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Id.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Name.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.NonVisualDrawingPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.Title.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.get -> DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.NonVisualGraphicFrameDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.NonVisualGraphicFrameProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.get -> DocumentFormat.OpenXml.Drawing.GroupShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.GroupShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupDrawingShapePropsExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.NonVisualGroupShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.NonVisualGroupShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPictureDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.get -> DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.NonVisualPicturePropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.get -> DocumentFormat.OpenXml.Drawing.PictureLocks? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PictureLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.PreferRelativeResize.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.NonVisualPictureProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.NonVisualShapeDrawingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.get -> DocumentFormat.OpenXml.Drawing.ShapeLocks? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.ShapeLocks.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.TextBox.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.ApplicationNonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties? +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeDrawingProperties.set -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.NonVisualShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.AutoAdjust.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.NormalViewPortionType() -> void +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.NormalViewPortionType.Size.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.HorizontalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.NormalViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.PreferSingleView.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.get -> DocumentFormat.OpenXml.Presentation.RestoredLeft? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredLeft.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.get -> DocumentFormat.OpenXml.Presentation.RestoredTop? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.RestoredTop.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.ShowOutlineIcons.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.SnapVerticalSplitter.set -> void +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.NormalViewProperties.VerticalBarState.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.NotesMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.NotesMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Load(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster() -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesMasterPart.get -> DocumentFormat.OpenXml.Packaging.NotesMasterPart? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.get -> DocumentFormat.OpenXml.Presentation.NotesStyle? +DocumentFormat.OpenXml.Presentation.NotesMaster.NotesStyle.set -> void +DocumentFormat.OpenXml.Presentation.NotesMaster.Save(DocumentFormat.OpenXml.Packaging.NotesMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.NotesMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.NotesMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.NotesMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterId.NotesMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.get -> DocumentFormat.OpenXml.Presentation.NotesMasterId? +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterId.set -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesMasterIdList.NotesMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSize +DocumentFormat.OpenXml.Presentation.NotesSize.NotesSize() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.NotesSlide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.NotesSlide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.NotesSlide.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.Load(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide() -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.NotesSlidePart.get -> DocumentFormat.OpenXml.Packaging.NotesSlidePart? +DocumentFormat.OpenXml.Presentation.NotesSlide.Save(DocumentFormat.OpenXml.Packaging.NotesSlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.NotesSlide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.NotesStyle +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle() -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesStyle.NotesStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.NotesTextViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.NotesViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties() -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.NotesViewProperties.NotesViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Category = 2 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.CategoryElement = 4 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.Series = 1 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartBuildValues.SeriesElement = 3 -> DocumentFormat.OpenXml.Presentation.OleChartBuildValues +DocumentFormat.OpenXml.Presentation.OleChartElement +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.OleChartElement.Level.set -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.OleChartElement() -> void +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleChartElement.Type.set -> void +DocumentFormat.OpenXml.Presentation.OleObject +DocumentFormat.OpenXml.Presentation.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Id.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageHeight.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.OleObject.ImageWidth.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.Name.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObject.ShowAsIcon.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.FollowColorScheme.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed() -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectEmbed.OleObjectEmbed(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.Full = 1 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.None = 0 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues.TextAndBackground = 2 -> DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues +DocumentFormat.OpenXml.Presentation.OleObjectLink +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OleObjectLink.AutoUpdate.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OleObjectLink.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink() -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OleObjectLink.OleObjectLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.OptionalBlackTransitionType() -> void +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OptionalBlackTransitionType.ThroughBlack.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.OrientationTransitionType.OrientationTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Origin +DocumentFormat.OpenXml.Presentation.Origin.Origin() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle() -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OtherStyle.OtherStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.get -> DocumentFormat.OpenXml.Presentation.OutlineViewSlideList? +DocumentFormat.OpenXml.Presentation.OutlineViewProperties.OutlineViewSlideList.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList() -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.OutlineViewSlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Collapse.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.OutlineViewSlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.AllAtOnce = 0 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Custom = 2 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Paragraph = 1 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphBuildValues.Whole = 3 -> DocumentFormat.OpenXml.Presentation.ParagraphBuildValues +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange +DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.ParagraphIndexRange() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode() -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ParallelTimeNode.ParallelTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor +DocumentFormat.OpenXml.Presentation.PenColor.PenColor() -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PenColor.PenColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.BlackWhite.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Frame.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.Layout.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum() -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.PhotoAlbum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PhotoAlbum.ShowCaptions.set -> void +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle1 = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle2 = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle3 = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle4 = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle5 = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle6 = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues.FrameStyle7 = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumFrameShapeValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FitToSlide = 0 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPic = 3 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.FourPicWithTitle = 6 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePic = 1 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.OnePicWithTitle = 4 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPic = 2 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues.TwoPicWithTitle = 5 -> DocumentFormat.OpenXml.Presentation.PhotoAlbumLayoutValues +DocumentFormat.OpenXml.Presentation.Picture +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.get -> DocumentFormat.OpenXml.Presentation.BlipFill? +DocumentFormat.OpenXml.Presentation.Picture.BlipFill.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Picture.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties? +DocumentFormat.OpenXml.Presentation.Picture.NonVisualPictureProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture() -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Picture.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Picture.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.HasCustomPrompt.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Index.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape() -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.PlaceholderShape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Size.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PlaceholderShape.Type.set -> void +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Full = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Half = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues.Quarter = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderSizeValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Body = 1 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.CenteredTitle = 2 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Chart = 9 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.ClipArt = 11 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.DateAndTime = 4 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Diagram = 12 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Footer = 6 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Header = 7 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Media = 13 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Object = 8 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Picture = 15 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideImage = 14 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SlideNumber = 5 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.SubTitle = 3 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Table = 10 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlaceholderValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.PlaceholderValues +DocumentFormat.OpenXml.Presentation.PlusTransition +DocumentFormat.OpenXml.Presentation.PlusTransition.PlusTransition() -> void +DocumentFormat.OpenXml.Presentation.Point2DType +DocumentFormat.OpenXml.Presentation.Point2DType.Point2DType() -> void +DocumentFormat.OpenXml.Presentation.Point2DType.X.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.X.set -> void +DocumentFormat.OpenXml.Presentation.Point2DType.Y.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.Point2DType.Y.set -> void +DocumentFormat.OpenXml.Presentation.Position +DocumentFormat.OpenXml.Presentation.Position.Position() -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cx.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.get -> DocumentFormat.OpenXml.Int64Value? +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.Cy.set -> void +DocumentFormat.OpenXml.Presentation.PositiveSize2DType.PositiveSize2DType() -> void +DocumentFormat.OpenXml.Presentation.Presentation +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Presentation.BookmarkIdSeed.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.CompatibilityMode.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Presentation.Conformance.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.get -> DocumentFormat.OpenXml.Presentation.CustomerDataList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomerDataList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.get -> DocumentFormat.OpenXml.Presentation.CustomShowList? +DocumentFormat.OpenXml.Presentation.Presentation.CustomShowList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.get -> DocumentFormat.OpenXml.Presentation.DefaultTextStyle? +DocumentFormat.OpenXml.Presentation.Presentation.DefaultTextStyle.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.get -> DocumentFormat.OpenXml.Presentation.EmbeddedFontList? +DocumentFormat.OpenXml.Presentation.Presentation.EmbeddedFontList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.FirstSlideNum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.get -> DocumentFormat.OpenXml.Presentation.HandoutMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.HandoutMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.get -> DocumentFormat.OpenXml.Presentation.Kinsoku? +DocumentFormat.OpenXml.Presentation.Presentation.Kinsoku.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Load(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.get -> DocumentFormat.OpenXml.Presentation.ModificationVerifier? +DocumentFormat.OpenXml.Presentation.Presentation.ModificationVerifier.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.get -> DocumentFormat.OpenXml.Presentation.NotesMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.NotesMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.get -> DocumentFormat.OpenXml.Presentation.NotesSize? +DocumentFormat.OpenXml.Presentation.Presentation.NotesSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.get -> DocumentFormat.OpenXml.Presentation.PhotoAlbum? +DocumentFormat.OpenXml.Presentation.Presentation.PhotoAlbum.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation() -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Presentation.Presentation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationExtensionList? +DocumentFormat.OpenXml.Presentation.Presentation.PresentationExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.PresentationPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPart? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RemovePersonalInfoOnSave.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.RightToLeft.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.Save(DocumentFormat.OpenXml.Packaging.PresentationPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Presentation.ServerZoom.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.ShowSpecialPlaceholderOnTitleSlide.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.get -> DocumentFormat.OpenXml.Presentation.SlideIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterIdList? +DocumentFormat.OpenXml.Presentation.Presentation.SlideMasterIdList.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.get -> DocumentFormat.OpenXml.Presentation.SlideSize? +DocumentFormat.OpenXml.Presentation.Presentation.SlideSize.set -> void +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Presentation.StrictFirstAndLastChars.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.PresentationExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationExtensionList.PresentationExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.get -> DocumentFormat.OpenXml.Presentation.HtmlPublishProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.HtmlPublishProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Load(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties() -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.get -> DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.PresentationPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.get -> DocumentFormat.OpenXml.Presentation.PrintingProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.PrintingProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.Save(DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.get -> DocumentFormat.OpenXml.Presentation.ShowProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.ShowProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.get -> DocumentFormat.OpenXml.Presentation.WebProperties? +DocumentFormat.OpenXml.Presentation.PresentationProperties.WebProperties.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.PresentationPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.PresentationPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PresenterSlideMode +DocumentFormat.OpenXml.Presentation.PresenterSlideMode.PresenterSlideMode() -> void +DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.None = 0 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousActionValues.SkipTimed = 1 -> DocumentFormat.OpenXml.Presentation.PreviousActionValues +DocumentFormat.OpenXml.Presentation.PreviousConditionList +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList() -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PreviousConditionList.PreviousConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.BlackWhite = 0 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Color = 2 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintColorModeValues.Gray = 1 -> DocumentFormat.OpenXml.Presentation.PrintColorModeValues +DocumentFormat.OpenXml.Presentation.PrintingProperties +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ColorMode.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.FrameSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.HiddenSlides.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties() -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.PrintWhat.set -> void +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.PrintingProperties.ScaleToFitPaper.set -> void +DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts1 = 1 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts2 = 2 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts3 = 3 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts4 = 4 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts6 = 5 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Handouts9 = 6 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Notes = 7 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Outline = 8 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.PrintOutputValues.Slides = 0 -> DocumentFormat.OpenXml.Presentation.PrintOutputValues +DocumentFormat.OpenXml.Presentation.Progress +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.Progress.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress() -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Progress.Progress(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.PullTransition +DocumentFormat.OpenXml.Presentation.PullTransition.PullTransition() -> void +DocumentFormat.OpenXml.Presentation.PushTransition +DocumentFormat.OpenXml.Presentation.PushTransition.PushTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomBarTransition +DocumentFormat.OpenXml.Presentation.RandomBarTransition.RandomBarTransition() -> void +DocumentFormat.OpenXml.Presentation.RandomTransition +DocumentFormat.OpenXml.Presentation.RandomTransition.RandomTransition() -> void +DocumentFormat.OpenXml.Presentation.RegularFont +DocumentFormat.OpenXml.Presentation.RegularFont.RegularFont() -> void +DocumentFormat.OpenXml.Presentation.RestoredLeft +DocumentFormat.OpenXml.Presentation.RestoredLeft.RestoredLeft() -> void +DocumentFormat.OpenXml.Presentation.RestoredTop +DocumentFormat.OpenXml.Presentation.RestoredTop.RestoredTop() -> void +DocumentFormat.OpenXml.Presentation.RgbColor +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Blue.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Green.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Green.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.Red.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.RgbColor.Red.set -> void +DocumentFormat.OpenXml.Presentation.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Presentation.RotationCenter +DocumentFormat.OpenXml.Presentation.RotationCenter.RotationCenter() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.RuntimeNodeTrigger() -> void +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.Val.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor() -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleFactor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.get -> DocumentFormat.OpenXml.Drawing.ScaleX? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleX.set -> void +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.get -> DocumentFormat.OpenXml.Drawing.ScaleY? +DocumentFormat.OpenXml.Presentation.ScaleFactor.ScaleY.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.get -> DocumentFormat.OpenXml.Presentation.CommonTimeNode? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CommonTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.Concurrent.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.get -> DocumentFormat.OpenXml.Presentation.NextConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.NextConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousAction.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.get -> DocumentFormat.OpenXml.Presentation.PreviousConditionList? +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.PreviousConditionList.set -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode() -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SequenceTimeNode.SequenceTimeNode(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.get -> DocumentFormat.OpenXml.Presentation.CommonBehavior? +DocumentFormat.OpenXml.Presentation.SetBehavior.CommonBehavior.set -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior() -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.SetBehavior(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.get -> DocumentFormat.OpenXml.Presentation.ToVariantValue? +DocumentFormat.OpenXml.Presentation.SetBehavior.ToVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.Shape +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Shape.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.get -> DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.NonVisualShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape() -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.get -> DocumentFormat.OpenXml.Presentation.ShapeProperties? +DocumentFormat.OpenXml.Presentation.Shape.ShapeProperties.set -> void +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.get -> DocumentFormat.OpenXml.Presentation.ShapeStyle? +DocumentFormat.OpenXml.Presentation.Shape.ShapeStyle.set -> void +DocumentFormat.OpenXml.Presentation.Shape.TextBody.get -> DocumentFormat.OpenXml.Presentation.TextBody? +DocumentFormat.OpenXml.Presentation.Shape.TextBody.set -> void +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Shape.UseBackgroundFill.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ShapeProperties.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties() -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.ShapeProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.get -> DocumentFormat.OpenXml.Drawing.Transform2D? +DocumentFormat.OpenXml.Presentation.ShapeProperties.Transform2D.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.get -> DocumentFormat.OpenXml.Drawing.EffectReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.EffectReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.get -> DocumentFormat.OpenXml.Drawing.FillReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FillReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.get -> DocumentFormat.OpenXml.Drawing.FontReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.FontReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.get -> DocumentFormat.OpenXml.Drawing.LineReference? +DocumentFormat.OpenXml.Presentation.ShapeStyle.LineReference.set -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle() -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeStyle.ShapeStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.get -> DocumentFormat.OpenXml.Presentation.BackgroundAnimation? +DocumentFormat.OpenXml.Presentation.ShapeTarget.BackgroundAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.get -> DocumentFormat.OpenXml.Presentation.GraphicElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.GraphicElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.get -> DocumentFormat.OpenXml.Presentation.OleChartElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.OleChartElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget() -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.ShapeTarget(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.get -> DocumentFormat.OpenXml.Presentation.SubShape? +DocumentFormat.OpenXml.Presentation.ShapeTarget.SubShape.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.get -> DocumentFormat.OpenXml.Presentation.TextElement? +DocumentFormat.OpenXml.Presentation.ShapeTarget.TextElement.set -> void +DocumentFormat.OpenXml.Presentation.ShapeTree +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree() -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShapeTree.ShapeTree(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.Loop.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowNarration.set -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties() -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.ShowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ShowProperties.UseTimings.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.ShowPropertiesExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList() -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.ShowPropertiesExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SideDirectionTransitionType.SideDirectionTransitionType() -> void +DocumentFormat.OpenXml.Presentation.Slide +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.Slide.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.Slide.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Load(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Save(DocumentFormat.OpenXml.Packaging.SlidePart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.Slide.Show.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.Show.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Slide.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide() -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Slide.Slide(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideExtensionList? +DocumentFormat.OpenXml.Presentation.Slide.SlideExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.Slide.SlidePart.get -> DocumentFormat.OpenXml.Packaging.SlidePart? +DocumentFormat.OpenXml.Presentation.Slide.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.Slide.Timing.set -> void +DocumentFormat.OpenXml.Presentation.Slide.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.Slide.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideAll +DocumentFormat.OpenXml.Presentation.SlideAll.SlideAll() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.SlideExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideExtensionList.SlideExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId() -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideId.SlideId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideIdList.SlideIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.get -> DocumentFormat.OpenXml.Presentation.ColorMapOverride? +DocumentFormat.OpenXml.Presentation.SlideLayout.ColorMapOverride.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideLayout.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideLayout.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Load(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.MatchingName.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Save(DocumentFormat.OpenXml.Packaging.SlideLayoutPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterPlaceholderAnimations.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.ShowMasterShapes.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout() -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.SlideLayoutPart.get -> DocumentFormat.OpenXml.Packaging.SlideLayoutPart? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideLayout.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideLayout.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideLayout.UserDrawn.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.SlideLayoutExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.SlideLayoutExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideLayoutId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutId.SlideLayoutId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.SlideLayoutIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Blank = 11 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Chart = 7 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ChartAndText = 5 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndText = 9 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ClipArtAndVerticalText = 25 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Custom = 31 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Diagram = 6 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.FourObjects = 23 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.MidiaAndText = 17 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Object = 15 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndText = 13 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectAndTwoObjects = 29 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOnly = 14 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectOverText = 18 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.ObjectText = 34 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.PictureText = 35 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.SectionHeader = 32 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Table = 3 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Text = 1 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndChart = 4 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndClipArt = 8 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndMedia = 16 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndObject = 12 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextAndTwoObjects = 20 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TextOverObject = 19 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.Title = 0 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TitleOnly = 10 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoColumnText = 2 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjects = 28 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndObject = 30 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsAndText = 21 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoObjectsOverText = 22 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.TwoTextAndTwoObjects = 33 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalText = 24 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndText = 26 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideLayoutValues.VerticalTitleAndTextOverChart = 27 -> DocumentFormat.OpenXml.Presentation.SlideLayoutValues +DocumentFormat.OpenXml.Presentation.SlideList +DocumentFormat.OpenXml.Presentation.SlideList.SlideList() -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideList.SlideList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideListEntry.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideListEntry.SlideListEntry() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.get -> DocumentFormat.OpenXml.Presentation.ColorMap? +DocumentFormat.OpenXml.Presentation.SlideMaster.ColorMap.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.get -> DocumentFormat.OpenXml.Presentation.CommonSlideData? +DocumentFormat.OpenXml.Presentation.SlideMaster.CommonSlideData.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.get -> DocumentFormat.OpenXml.Presentation.HeaderFooter? +DocumentFormat.OpenXml.Presentation.SlideMaster.HeaderFooter.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Load(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SlideMaster.Preserve.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Save(DocumentFormat.OpenXml.Packaging.SlideMasterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.get -> DocumentFormat.OpenXml.Presentation.SlideLayoutIdList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideLayoutIdList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster() -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMaster(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.get -> DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.SlideMasterPart.get -> DocumentFormat.OpenXml.Packaging.SlideMasterPart? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.get -> DocumentFormat.OpenXml.Presentation.TextStyles? +DocumentFormat.OpenXml.Presentation.SlideMaster.TextStyles.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.get -> DocumentFormat.OpenXml.Presentation.Timing? +DocumentFormat.OpenXml.Presentation.SlideMaster.Timing.set -> void +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.get -> DocumentFormat.OpenXml.Presentation.Transition? +DocumentFormat.OpenXml.Presentation.SlideMaster.Transition.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.SlideMasterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterExtension.Uri.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.SlideMasterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideMasterId.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.SlideMasterId.Id.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideMasterId.RelationshipId.set -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterId.SlideMasterId(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList() -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideMasterIdList.SlideMasterIdList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideRange +DocumentFormat.OpenXml.Presentation.SlideRange.SlideRange() -> void +DocumentFormat.OpenXml.Presentation.SlideSize +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cx.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.SlideSize.Cy.set -> void +DocumentFormat.OpenXml.Presentation.SlideSize.SlideSize() -> void +DocumentFormat.OpenXml.Presentation.SlideSize.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SlideSize.Type.set -> void +DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A3 = 8 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.A4 = 2 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4ISO = 9 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B4JIS = 11 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5ISO = 10 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.B5JIS = 12 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Banner = 5 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Custom = 6 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Film35mm = 3 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.HagakiCard = 13 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Ledger = 7 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Letter = 1 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Overhead = 4 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x10 = 15 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen16x9 = 14 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSizeValues.Screen4x3 = 0 -> DocumentFormat.OpenXml.Presentation.SlideSizeValues +DocumentFormat.OpenXml.Presentation.SlideSyncProperties +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ClientInsertedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Load(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.Save(DocumentFormat.OpenXml.Packaging.SlideSyncDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideId.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.ServerSlideModifiedTime.set -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncDataPart.get -> DocumentFormat.OpenXml.Packaging.SlideSyncDataPart? +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideSyncProperties.SlideSyncProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideTarget +DocumentFormat.OpenXml.Presentation.SlideTarget.SlideTarget() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.CommonSlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SlideViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SlideViewProperties.SlideViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.get -> DocumentFormat.OpenXml.Presentation.CommonViewProperties? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.CommonViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.SorterViewProperties.ShowFormatting.set -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties() -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SorterViewProperties.SorterViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Sound +DocumentFormat.OpenXml.Presentation.Sound.Sound() -> void +DocumentFormat.OpenXml.Presentation.SoundAction +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.get -> DocumentFormat.OpenXml.Presentation.EndSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.EndSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction() -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.SoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.get -> DocumentFormat.OpenXml.Presentation.StartSoundAction? +DocumentFormat.OpenXml.Presentation.SoundAction.StartSoundAction.set -> void +DocumentFormat.OpenXml.Presentation.SoundTarget +DocumentFormat.OpenXml.Presentation.SoundTarget.SoundTarget() -> void +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Maximized = 2 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Minimized = 0 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitterBarStateValues.Restored = 1 -> DocumentFormat.OpenXml.Presentation.SplitterBarStateValues +DocumentFormat.OpenXml.Presentation.SplitTransition +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.SplitTransition.Orientation.set -> void +DocumentFormat.OpenXml.Presentation.SplitTransition.SplitTransition() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList() -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartConditionList.StartConditionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Loop.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.get -> DocumentFormat.OpenXml.Presentation.Sound? +DocumentFormat.OpenXml.Presentation.StartSoundAction.Sound.set -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction() -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.StartSoundAction.StartSoundAction(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue +DocumentFormat.OpenXml.Presentation.StringVariantValue.StringVariantValue() -> void +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.StringVariantValue.Val.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.StripsTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.StripsTransition.StripsTransition() -> void +DocumentFormat.OpenXml.Presentation.SubShape +DocumentFormat.OpenXml.Presentation.SubShape.SubShape() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.SubTimeNodeList.SubTimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Tag +DocumentFormat.OpenXml.Presentation.Tag.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Name.set -> void +DocumentFormat.OpenXml.Presentation.Tag.Tag() -> void +DocumentFormat.OpenXml.Presentation.Tag.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Tag.Val.set -> void +DocumentFormat.OpenXml.Presentation.TagList +DocumentFormat.OpenXml.Presentation.TagList.Load(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.Save(DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList() -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TagList.TagList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TagList.UserDefinedTagsPart.get -> DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart? +DocumentFormat.OpenXml.Presentation.TargetElement +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.get -> DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.BookmarkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.get -> DocumentFormat.OpenXml.Presentation.InkTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.InkTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.get -> DocumentFormat.OpenXml.Presentation.ShapeTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.ShapeTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.get -> DocumentFormat.OpenXml.Presentation.SlideTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SlideTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.get -> DocumentFormat.OpenXml.Presentation.SoundTarget? +DocumentFormat.OpenXml.Presentation.TargetElement.SoundTarget.set -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement() -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TargetElement.TargetElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template +DocumentFormat.OpenXml.Presentation.Template.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.Template.Level.set -> void +DocumentFormat.OpenXml.Presentation.Template.Template() -> void +DocumentFormat.OpenXml.Presentation.Template.Template(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Template.Template(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Template.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.TemplateList +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList() -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TemplateList.TemplateList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Text +DocumentFormat.OpenXml.Presentation.Text.Text() -> void +DocumentFormat.OpenXml.Presentation.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Presentation.TextBody +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.get -> DocumentFormat.OpenXml.Drawing.BodyProperties? +DocumentFormat.OpenXml.Presentation.TextBody.BodyProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.get -> DocumentFormat.OpenXml.Drawing.ListStyle? +DocumentFormat.OpenXml.Presentation.TextBody.ListStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody() -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextBody.TextBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.get -> DocumentFormat.OpenXml.Presentation.CharRange? +DocumentFormat.OpenXml.Presentation.TextElement.CharRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.get -> DocumentFormat.OpenXml.Presentation.ParagraphIndexRange? +DocumentFormat.OpenXml.Presentation.TextElement.ParagraphIndexRange.set -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement() -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextElement.TextElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.DefaultParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.get -> DocumentFormat.OpenXml.Drawing.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextListStyleType.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level1ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level2ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level3ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level4ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level5ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level6ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level7ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level8ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.get -> DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? +DocumentFormat.OpenXml.Presentation.TextListStyleType.Level9ParagraphProperties.set -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType() -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextListStyleType.TextListStyleType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.get -> DocumentFormat.OpenXml.Presentation.BodyStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.BodyStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.TextStyles.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.get -> DocumentFormat.OpenXml.Presentation.OtherStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.OtherStyle.set -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles() -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TextStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.get -> DocumentFormat.OpenXml.Presentation.TitleStyle? +DocumentFormat.OpenXml.Presentation.TextStyles.TitleStyle.set -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute +DocumentFormat.OpenXml.Presentation.TimeAbsolute.TimeAbsolute() -> void +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAbsolute.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Fomula.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.Time.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.TimeAnimateValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.get -> DocumentFormat.OpenXml.Presentation.VariantValue? +DocumentFormat.OpenXml.Presentation.TimeAnimateValue.VariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList() -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.TimeAnimateValueList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.get -> DocumentFormat.OpenXml.Presentation.BooleanVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.BooleanVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.get -> DocumentFormat.OpenXml.Presentation.ColorValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.ColorValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.get -> DocumentFormat.OpenXml.Presentation.FloatVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.FloatVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.get -> DocumentFormat.OpenXml.Presentation.IntegerVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.IntegerVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.get -> DocumentFormat.OpenXml.Presentation.StringVariantValue? +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.StringVariantValue.set -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType() -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListAnimationVariantType.TimeListAnimationVariantType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Delay.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.Event.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.get -> DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.RuntimeNodeTrigger.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.get -> DocumentFormat.OpenXml.Presentation.TargetElement? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TargetElement.set -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType() -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeListConditionalType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.get -> DocumentFormat.OpenXml.Presentation.TimeNode? +DocumentFormat.OpenXml.Presentation.TimeListConditionalType.TimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.ShapeId.set -> void +DocumentFormat.OpenXml.Presentation.TimeListSubShapeIdType.TimeListSubShapeIdType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeListTimeConditionalListType.TimeListTimeConditionalListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeListType +DocumentFormat.OpenXml.Presentation.TimeListType.TimeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeListType.X.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.X.set -> void +DocumentFormat.OpenXml.Presentation.TimeListType.Y.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimeListType.Y.set -> void +DocumentFormat.OpenXml.Presentation.TimeNode +DocumentFormat.OpenXml.Presentation.TimeNode.TimeNode() -> void +DocumentFormat.OpenXml.Presentation.TimeNode.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.TimeNode.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Freeze = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Hold = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Remove = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeFillValues.Transition = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeFillValues +DocumentFormat.OpenXml.Presentation.TimeNodeList +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.get -> DocumentFormat.OpenXml.Presentation.ParallelTimeNode? +DocumentFormat.OpenXml.Presentation.TimeNodeList.ParallelTimeNode.set -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList() -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeList.TimeNodeList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.NextClick = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues.SameClick = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeMasterRelationValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Emphasis = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Entrance = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Exit = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.MediaCall = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Path = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues.Verb = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodePresetClassValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Always = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.Never = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues.WhenNotActive = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeRestartValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.CanSlip = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.Locked = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeSyncValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterEffect = 2 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.AfterGroup = 7 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickEffect = 0 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.ClickParagraph = 5 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.InteractiveSequence = 4 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.MainSequence = 3 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.TmingRoot = 8 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithEffect = 1 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimeNodeValues.WithGroup = 6 -> DocumentFormat.OpenXml.Presentation.TimeNodeValues +DocumentFormat.OpenXml.Presentation.TimePercentage +DocumentFormat.OpenXml.Presentation.TimePercentage.TimePercentage() -> void +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.TimePercentage.Val.set -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType() -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TimeTypeListType.TimeTypeListType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing +DocumentFormat.OpenXml.Presentation.Timing.BuildList.get -> DocumentFormat.OpenXml.Presentation.BuildList? +DocumentFormat.OpenXml.Presentation.Timing.BuildList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.get -> DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? +DocumentFormat.OpenXml.Presentation.Timing.ExtensionListWithModification.set -> void +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.get -> DocumentFormat.OpenXml.Presentation.TimeNodeList? +DocumentFormat.OpenXml.Presentation.Timing.TimeNodeList.set -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing() -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Timing.Timing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle() -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.TitleStyle.TitleStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor +DocumentFormat.OpenXml.Presentation.ToColor.ToColor() -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToColor.ToColor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToPosition +DocumentFormat.OpenXml.Presentation.ToPosition.ToPosition() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue() -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ToVariantValue.ToVariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform +DocumentFormat.OpenXml.Presentation.Transform.Extents.get -> DocumentFormat.OpenXml.Drawing.Extents? +DocumentFormat.OpenXml.Presentation.Transform.Extents.set -> void +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.HorizontalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Offset.get -> DocumentFormat.OpenXml.Drawing.Offset? +DocumentFormat.OpenXml.Presentation.Transform.Offset.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Rotation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Presentation.Transform.Rotation.set -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform() -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transform.Transform(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transform.VerticalFlip.set -> void +DocumentFormat.OpenXml.Presentation.Transition +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceAfterTime.set -> void +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Transition.AdvanceOnClick.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Duration.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.Transition.Duration.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Speed.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.Transition.Speed.set -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition() -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Transition.Transition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftDown = 2 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.LeftUp = 0 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightDown = 3 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues.RightUp = 1 -> DocumentFormat.OpenXml.Presentation.TransitionCornerDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.In = 1 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues.Out = 0 -> DocumentFormat.OpenXml.Presentation.TransitionInOutDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Down = 3 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Left = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Right = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues.Up = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSlideDirectionValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Fast = 2 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Medium = 1 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TransitionSpeedValues.Slow = 0 -> DocumentFormat.OpenXml.Presentation.TransitionSpeedValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.Begin = 3 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.End = 4 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.None = 0 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnBegin = 1 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnClick = 5 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnDoubleClick = 6 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnEnd = 2 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMediaBookmark = 12 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOut = 8 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnMouseOver = 7 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnNext = 9 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnPrevious = 10 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerEventValues.OnStopAudio = 11 -> DocumentFormat.OpenXml.Presentation.TriggerEventValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.All = 2 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.First = 0 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues.Last = 1 -> DocumentFormat.OpenXml.Presentation.TriggerRuntimeNodeValues +DocumentFormat.OpenXml.Presentation.VariantValue +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue() -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.VariantValue.VariantValue(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.get -> DocumentFormat.OpenXml.Presentation.CommonMediaNode? +DocumentFormat.OpenXml.Presentation.Video.CommonMediaNode.set -> void +DocumentFormat.OpenXml.Presentation.Video.FullScreen.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.Video.FullScreen.set -> void +DocumentFormat.OpenXml.Presentation.Video.Video() -> void +DocumentFormat.OpenXml.Presentation.Video.Video(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.Video.Video(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.ViewProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.get -> DocumentFormat.OpenXml.Presentation.GridSpacing? +DocumentFormat.OpenXml.Presentation.ViewProperties.GridSpacing.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.LastView.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Load(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.get -> DocumentFormat.OpenXml.Presentation.NormalViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NormalViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesTextViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesTextViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.get -> DocumentFormat.OpenXml.Presentation.NotesViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.NotesViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.get -> DocumentFormat.OpenXml.Presentation.OutlineViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.OutlineViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.Save(DocumentFormat.OpenXml.Packaging.ViewPropertiesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.ViewProperties.ShowComments.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.get -> DocumentFormat.OpenXml.Presentation.SlideViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SlideViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.get -> DocumentFormat.OpenXml.Presentation.SorterViewProperties? +DocumentFormat.OpenXml.Presentation.ViewProperties.SorterViewProperties.set -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties() -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.ViewProperties.ViewPropertiesPart.get -> DocumentFormat.OpenXml.Packaging.ViewPropertiesPart? +DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.HandoutView = 3 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesMasterView = 4 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.NotesView = 2 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.OutlineView = 5 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideMasterView = 1 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideSorterView = 6 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideThumbnailView = 7 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.ViewValues.SlideView = 0 -> DocumentFormat.OpenXml.Presentation.ViewValues +DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.BlackTextOnWhite = 5 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.Browser = 1 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.None = 0 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationAccent = 3 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.PresentationText = 2 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebColorValues.WhiteTextOnBlack = 4 -> DocumentFormat.OpenXml.Presentation.WebColorValues +DocumentFormat.OpenXml.Presentation.WebProperties +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.AllowPng.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Color.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Color.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Presentation.WebProperties.Encoding.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.get -> DocumentFormat.OpenXml.Presentation.ExtensionList? +DocumentFormat.OpenXml.Presentation.WebProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ImageSize.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.OrganizeInFolders.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.RelyOnVml.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ResizeGraphics.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.ShowAnimation.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Presentation.WebProperties.UseLongFilenames.set -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties() -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Presentation.WebProperties.WebProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1800x1400 = 9 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WebScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Presentation.WebScreenSizeValues +DocumentFormat.OpenXml.Presentation.WedgeTransition +DocumentFormat.OpenXml.Presentation.WedgeTransition.WedgeTransition() -> void +DocumentFormat.OpenXml.Presentation.WheelTransition +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Presentation.WheelTransition.Spokes.set -> void +DocumentFormat.OpenXml.Presentation.WheelTransition.WheelTransition() -> void +DocumentFormat.OpenXml.Presentation.WipeTransition +DocumentFormat.OpenXml.Presentation.WipeTransition.WipeTransition() -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Presentation.ZoomTransition.Direction.set -> void +DocumentFormat.OpenXml.Presentation.ZoomTransition.ZoomTransition() -> void +DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.AddIn = 6 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledPresentation = 3 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledSlideshow = 5 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.MacroEnabledTemplate = 4 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Presentation = 0 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Slideshow = 2 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.PresentationDocumentType.Template = 1 -> DocumentFormat.OpenXml.PresentationDocumentType +DocumentFormat.OpenXml.SByteValue +DocumentFormat.OpenXml.SByteValue.SByteValue() -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(DocumentFormat.OpenXml.SByteValue! source) -> void +DocumentFormat.OpenXml.SByteValue.SByteValue(sbyte value) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute +DocumentFormat.OpenXml.SchemaAttrAttribute.NamespaceUri.get -> string! +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(byte nsId, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.SchemaAttrAttribute(string! ns, string! tag) -> void +DocumentFormat.OpenXml.SchemaAttrAttribute.Tag.get -> string! +DocumentFormat.OpenXml.SingleValue +DocumentFormat.OpenXml.SingleValue.SingleValue() -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(DocumentFormat.OpenXml.SingleValue! source) -> void +DocumentFormat.OpenXml.SingleValue.SingleValue(float value) -> void +DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Default = 0 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.SpaceProcessingModeValues.Preserve = 1 -> DocumentFormat.OpenXml.SpaceProcessingModeValues +DocumentFormat.OpenXml.Spreadsheet.Alignment +DocumentFormat.OpenXml.Spreadsheet.Alignment.Alignment() -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Horizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.JustifyLastLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.MergeCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ReadingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.RelativeIndent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.ShrinkToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Alignment.TextRotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.Vertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Alignment.WrapText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Author +DocumentFormat.OpenXml.Spreadsheet.Author.Author() -> void +DocumentFormat.OpenXml.Spreadsheet.Author.Author(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors() -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Authors.Authors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.AutoFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.AutoFilter.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope() -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.AutoSortScope(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor +DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.BackgroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Bold +DocumentFormat.OpenXml.Spreadsheet.Bold.Bold() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BookViews.BookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.BooleanItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.BooleanPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.BooleanPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border +DocumentFormat.OpenXml.Spreadsheet.Border.Border() -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Border(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.get -> DocumentFormat.OpenXml.Spreadsheet.BottomBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.BottomBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.DiagonalUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.get -> DocumentFormat.OpenXml.Spreadsheet.EndBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.EndBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.HorizontalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.get -> DocumentFormat.OpenXml.Spreadsheet.LeftBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.LeftBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Border.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.get -> DocumentFormat.OpenXml.Spreadsheet.RightBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.RightBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.get -> DocumentFormat.OpenXml.Spreadsheet.StartBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.StartBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.get -> DocumentFormat.OpenXml.Spreadsheet.TopBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.TopBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalBorder? +DocumentFormat.OpenXml.Spreadsheet.Border.VerticalBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType() -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.BorderPropertiesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.BorderPropertiesType.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Borders +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders() -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Borders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Borders.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDot = 9 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.DashDotDot = 11 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dashed = 3 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Dotted = 4 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Double = 6 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Hair = 7 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Medium = 2 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDot = 10 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashDotDot = 12 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.MediumDashed = 8 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.SlantDashDot = 13 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thick = 5 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues.Thin = 1 -> DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues +DocumentFormat.OpenXml.Spreadsheet.BottomBorder +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.BottomBorder.BottomBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Break +DocumentFormat.OpenXml.Spreadsheet.Break.Break() -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.ManualPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Break.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Break.PivotTablePageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.CacheField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.DatabaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.get -> DocumentFormat.OpenXml.Spreadsheet.FieldGroup? +DocumentFormat.OpenXml.Spreadsheet.CacheField.FieldGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MappingCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.MemberPropertyField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.PropertyName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.get -> DocumentFormat.OpenXml.Spreadsheet.SharedItems? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SharedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheField.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheField.UniqueList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CacheFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CacheFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.CacheFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CacheHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.AllUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Attribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CacheHierarchyExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DefaultMemberUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DimensionUniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.get -> DocumentFormat.OpenXml.Spreadsheet.FieldsUsage? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.FieldsUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.get -> DocumentFormat.OpenXml.Spreadsheet.GroupLevels? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.GroupLevels.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.KeyAttribute.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Measures.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.MemberValueDatatype.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.OneField.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.ParentSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Time.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.Unbalanced.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UnbalancedGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CacheHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CacheHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSource(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.CacheSourceExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.get -> DocumentFormat.OpenXml.Spreadsheet.Consolidation? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Consolidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.get -> DocumentFormat.OpenXml.Spreadsheet.WorksheetSource? +DocumentFormat.OpenXml.Spreadsheet.CacheSource.WorksheetSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CacheSourceExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CacheSourceExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CalculatedColumnFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CalculatedItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CalculatedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMember(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CalculatedMemberExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.MemberName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.ParentName.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.Set.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.SolveOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CalculatedMemberExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CalculatedMemberExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CalculatedMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Auto = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.AutoNoTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalculateModeValues +DocumentFormat.OpenXml.Spreadsheet.CalculationCell +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CalculationCell() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.InChildChain.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.NewThread.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationCell.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChain(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CalculationChainPart.get -> DocumentFormat.OpenXml.Packaging.CalculationChainPart? +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Load(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationChain.Save(DocumentFormat.OpenXml.Packaging.CalculationChainPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationCompleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ConcurrentManualCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ForceFullCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.FullPrecision.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.Iterate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.IterateDelta.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.ReferenceMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Gregorian = 1 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianArabic = 10 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianMiddleEastFrench = 9 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedEnglish = 11 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianTransliteratedFrench = 12 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.GregorianUs = 2 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hebrew = 8 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Hijri = 6 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Japan = 3 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Korea = 5 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.CalendarValues.Thai = 7 -> DocumentFormat.OpenXml.Spreadsheet.CalendarValues +DocumentFormat.OpenXml.Spreadsheet.Cell +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell() -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Cell.Cell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AsDisplayed = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.AtEnd = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues +DocumentFormat.OpenXml.Spreadsheet.CellFormat +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyBorder.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ApplyProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.BorderId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.CellFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FillId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.PivotButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormat.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.CellFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.AlwaysCalculateArray.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Bx.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CalculateCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.CellFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTable2D.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.DataTableRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.FormulaType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input1Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Input2Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R1.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.R2.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.SharedIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellFormula.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Array = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.DataTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues.Shared = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellFormulaValues +DocumentFormat.OpenXml.Spreadsheet.CellMetadata +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CellMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.BuiltinId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CellStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.CustomBuiltin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CellStyleFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.CellStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType() -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CellType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.CellType.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CellType.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CellType.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(bool value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(decimal value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(double value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(int value) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTime dateTime) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.CellValue(System.DateTimeOffset dateTimeOffset) -> void +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetBoolean(out bool value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTime(out System.DateTime dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDateTimeOffset(out System.DateTimeOffset dt) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDecimal(out decimal value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetDouble(out double dbl) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValue.TryGetInt(out int value) -> bool +DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Date = 6 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.InlineString = 5 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.Number = 1 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.SharedString = 3 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.CellValues +DocumentFormat.OpenXml.Spreadsheet.CellWatch +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatch.CellWatch() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches() -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CellWatches.CellWatches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CharacterValue() -> void +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CharacterValue.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Chart.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.ChartFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartFormat.Series.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.ChartFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Chartsheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartsheetPart.get -> DocumentFormat.OpenXml.Packaging.ChartsheetPart? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ChartSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CustomChartsheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Load(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.get -> DocumentFormat.OpenXml.Spreadsheet.Picture? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Picture.set -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.Save(DocumentFormat.OpenXml.Packaging.ChartsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishItems? +DocumentFormat.OpenXml.Spreadsheet.Chartsheet.WebPublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.ChartSheetPageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.ChartSheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.ChartSheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Content.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ChartSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.ChartSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Color +DocumentFormat.OpenXml.Spreadsheet.Color.Color() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CellColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.ColorFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorFilter.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors() -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.Colors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.get -> DocumentFormat.OpenXml.Spreadsheet.IndexedColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.IndexedColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.get -> DocumentFormat.OpenXml.Spreadsheet.MruColors? +DocumentFormat.OpenXml.Spreadsheet.Colors.MruColors.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorScale.ColorScale(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Auto.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.ColorType() -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Indexed.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Theme.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.ColorType.Tint.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.BestFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Column() -> void +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.CustomWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Column.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Phonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Style.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Column.Style.set -> void +DocumentFormat.OpenXml.Spreadsheet.Column.Width.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Column.Width.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.ColumnBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.ColumnFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.ColumnHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.ColumnHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems() -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.ColumnItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ColumnItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Columns +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns() -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.AuthorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment() -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CommentProperties? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.get -> DocumentFormat.OpenXml.Spreadsheet.CommentText? +DocumentFormat.OpenXml.Spreadsheet.Comment.CommentText.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Comment.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Comment.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentList.CommentList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.AutoScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ColHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CommentProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.JustLastX.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.LockText.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.RowHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextHAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.TextVAlign.set -> void +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CommentProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.get -> DocumentFormat.OpenXml.Spreadsheet.Authors? +DocumentFormat.OpenXml.Spreadsheet.Comments.Authors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.get -> DocumentFormat.OpenXml.Spreadsheet.CommentList? +DocumentFormat.OpenXml.Spreadsheet.Comments.CommentList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments() -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Comments.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Load(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.Save(DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Comments.WorksheetCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart? +DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicator = 1 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentIndicatorAndComment = 2 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentsValues.CommentNone = 0 -> DocumentFormat.OpenXml.Spreadsheet.CommentsValues +DocumentFormat.OpenXml.Spreadsheet.CommentText +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText() -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CommentText.CommentText(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Condense +DocumentFormat.OpenXml.Spreadsheet.Condense.Condense() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ConditionalFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreas? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.PivotAreas.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Scope.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.ConditionalFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.ConditionalFormatting(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Between = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThan = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.LessThanOrEqual = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotBetween = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotContains = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingOperatorValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.AboveAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.ConditionalFormattingRule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.EqualAverage.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Priority.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Rank.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StdDev.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.StopIfTrue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.TimePeriod.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.ConditionalFormattingRuleExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.ConditionalFormattingRuleExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject() -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ConditionalFormatValueObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.GreaterThanOrEqual.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Formula = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Max = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Min = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Number = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percent = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues.Percentile = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObjectValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.AboveAverage = 17 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.BeginsWith = 10 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.CellIs = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ColorScale = 2 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsBlanks = 12 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsErrors = 14 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.ContainsText = 8 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DataBar = 3 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.DuplicateValues = 7 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.EndsWith = 11 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Expression = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.IconSet = 4 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsBlanks = 13 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsErrors = 15 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.NotContainsText = 9 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.TimePeriod = 16 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.Top10 = 5 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues.UniqueValues = 6 -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValues +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumstrict = 0 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.ConformanceClass.Enumtransitional = 1 -> DocumentFormat.OpenXml.Spreadsheet.ConformanceClass +DocumentFormat.OpenXml.Spreadsheet.Connection +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Background.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection() -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Connection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.ConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Credentials.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.get -> DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.DatabaseProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Interval.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.KeepAlive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.New.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.New.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OlapProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.OlapProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.OnlyUseConnectionFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.get -> DocumentFormat.OpenXml.Spreadsheet.Parameters? +DocumentFormat.OpenXml.Spreadsheet.Connection.Parameters.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.ReconnectionMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SavePassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SingleSignOnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Connection.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.get -> DocumentFormat.OpenXml.Spreadsheet.TextProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.TextProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Connection.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties? +DocumentFormat.OpenXml.Spreadsheet.Connection.WebQueryProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.ConnectionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.ConnectionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections() -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Connections(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.ConnectionsPart.get -> DocumentFormat.OpenXml.Packaging.ConnectionsPart? +DocumentFormat.OpenXml.Spreadsheet.Connections.Load(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Connections.Save(DocumentFormat.OpenXml.Packaging.ConnectionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.AutoPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation() -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Consolidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.get -> DocumentFormat.OpenXml.Spreadsheet.Pages? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.Pages.set -> void +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.get -> DocumentFormat.OpenXml.Spreadsheet.RangeSets? +DocumentFormat.OpenXml.Spreadsheet.Consolidation.RangeSets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control +DocumentFormat.OpenXml.Spreadsheet.Control.Control() -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Control(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.ControlProperties? +DocumentFormat.OpenXml.Spreadsheet.Control.ControlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Control.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Cf.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ControlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.LinkedCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ListFillRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.RecalcAlways.set -> void +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ControlProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.Controls +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls() -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Controls.Controls(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Integrated = 0 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.None = 1 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues.Stored = 2 -> DocumentFormat.OpenXml.Spreadsheet.CredentialsMethodValues +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ChartSheetPageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CustomChartsheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.ZoomToFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CustomChartsheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CustomFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.And.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CustomFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CustomProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CustomProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ColumnBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CustomSheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Filter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FilterUnique.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.HiddenRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.OutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.get -> DocumentFormat.OpenXml.Spreadsheet.RowBreaks? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.RowBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.get -> DocumentFormat.OpenXml.Spreadsheet.Selection? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.Selection.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowAutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.ZeroValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CustomSheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ActiveSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.AutoUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ChangesSavedWin.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CustomWorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludeHiddenRowColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.IncludePrintSettings.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Maximized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.MergeInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.OnlySync.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.PersonalView.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowFormulaBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowStatusbar.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews() -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CustomWorkbookViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.DataBar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MaxLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBar.MinLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBar.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Command.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CommandType.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.Connection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.DatabaseProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.ServerCommand.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBinding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingLoadMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.DataBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataBinding.FileBindingName.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate() -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataConsolidate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.get -> DocumentFormat.OpenXml.Spreadsheet.DataReferences? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.DataReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.LeftLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.StartLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.TopLabels.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Average = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.CountNumbers = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Minimum = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Product = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviation = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.StandardDeviationP = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Sum = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.Variance = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues.VarianceP = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataConsolidateFunctionValues +DocumentFormat.OpenXml.Spreadsheet.DataField +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseField.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.BaseItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField() -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DataField.DataFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.ShowDataAs.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataField.Subtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.DataFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.DataFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields() -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataFields.DataFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference +DocumentFormat.OpenXml.Spreadsheet.DataReference.DataReference() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataReference.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataReferences.DataReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.AllowBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.DataValidation(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Error.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ErrorTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.get -> DocumentFormat.OpenXml.Spreadsheet.Formula1? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula1.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.get -> DocumentFormat.OpenXml.Spreadsheet.Formula2? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Formula2.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ImeMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.get -> DocumentFormat.OpenXml.Office2010.ExcelAc.List? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.List.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Operator.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.PromptTitle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowErrorMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.ShowInputMessage.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidation.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Information = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Stop = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues.Warning = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Disabled = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullAlpha = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullHangul = 9 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.FullKatakana = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfAlpha = 8 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfHangul = 10 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.HalfKatakana = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Hiragana = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.Off = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues.On = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationImeModeValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Between = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.Equal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThan = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.GreaterThanOrEqual = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThan = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.LessThanOrEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotBetween = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationOperatorValues +DocumentFormat.OpenXml.Spreadsheet.DataValidations +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations() -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DataValidations(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.DisablePrompts.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DataValidations.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Custom = 7 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Date = 4 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Decimal = 2 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.List = 3 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.TextLength = 6 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataValidationValues.Whole = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataValidationValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectContent = 0 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues.DataViewAspectIcon = 1 -> DocumentFormat.OpenXml.Spreadsheet.DataViewAspectValues +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateGroupItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.DateTimeGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Day.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Hour.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Minute.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Month.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Second.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.Year.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Day = 2 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Hour = 3 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Minute = 4 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Month = 1 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Second = 5 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues.Year = 0 -> DocumentFormat.OpenXml.Spreadsheet.DateTimeGroupingValues +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.DateTimeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.DdeItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.UseOle.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.get -> DocumentFormat.OpenXml.Spreadsheet.Values? +DocumentFormat.OpenXml.Spreadsheet.DdeItem.Values.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeItems.DdeItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.get -> DocumentFormat.OpenXml.Spreadsheet.DdeItems? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeService.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DdeLink.DdeTopic.set -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue() -> void +DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.DdeLinkValue(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Boolean = 1 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Error = 3 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.Nil = 0 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.RealNumber = 2 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DdeValues.String = 4 -> DocumentFormat.OpenXml.Spreadsheet.DdeValues +DocumentFormat.OpenXml.Spreadsheet.DefinedName +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.DefinedName(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.PublishToServer.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.VbProcedure.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.WorkbookParameter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.DefinedName.Xlm.set -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DefinedNames.DefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField +DocumentFormat.OpenXml.Spreadsheet.DeletedField.DeletedField() -> void +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DeletedField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.DiagonalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.get -> DocumentFormat.OpenXml.Spreadsheet.Controls? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Controls.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CustomSheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogSheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DialogsheetPart.get -> DocumentFormat.OpenXml.Packaging.DialogsheetPart? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.get -> DocumentFormat.OpenXml.Spreadsheet.Drawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Drawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.DrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.HeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawing.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.get -> DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.LegacyDrawingHeaderFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Load(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.get -> DocumentFormat.OpenXml.Spreadsheet.OleObjects? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.OleObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.get -> DocumentFormat.OpenXml.Spreadsheet.PageMargins? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetup? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PageSetup.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.get -> DocumentFormat.OpenXml.Spreadsheet.PrintOptions? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.PrintOptions.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.Save(DocumentFormat.OpenXml.Packaging.DialogsheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProtection? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.DialogSheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.DifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.DifferentialFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.get -> DocumentFormat.OpenXml.Spreadsheet.Alignment? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.get -> DocumentFormat.OpenXml.Spreadsheet.Border? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Border.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType() -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.DifferentialFormatType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.get -> DocumentFormat.OpenXml.Spreadsheet.Fill? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Fill.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.get -> DocumentFormat.OpenXml.Spreadsheet.Font? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Font.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.NumberingFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.get -> DocumentFormat.OpenXml.Spreadsheet.Protection? +DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType.Protection.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Dimension() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Measure.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Dimension.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions() -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Dimensions.Dimensions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.DiscreteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing +DocumentFormat.OpenXml.Spreadsheet.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Drawing.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Che.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Chf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Cho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.DrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Lho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rff.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhe.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rhf.set -> void +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.Rho.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.DynamicFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxVal.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.MaxValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.ValIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.AboveAverage = 1 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.April = 26 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.August = 30 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.BelowAverage = 2 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.December = 34 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.February = 24 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.January = 23 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.July = 29 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.June = 28 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastMonth = 11 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastQuarter = 14 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.LastYear = 17 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.March = 25 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.May = 27 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextMonth = 9 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextQuarter = 12 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextWeek = 6 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.NextYear = 15 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.November = 33 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Null = 0 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.October = 32 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter1 = 19 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter2 = 20 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter3 = 21 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Quarter4 = 22 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.September = 31 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisMonth = 10 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisQuarter = 13 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.ThisYear = 16 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Today = 4 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Tomorrow = 3 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.YearToDate = 18 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues.Yesterday = 5 -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilterValues +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AltText.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoLine.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.AutoPict.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Dde.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.DefaultSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Disabled.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.EmbeddedObjectProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Macro.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.get -> DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.ObjectAnchor.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.Print.set -> void +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.UiObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.EndBorder.EndBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Entries.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries() -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Entries.Entries(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem() -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ErrorItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ErrorItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenFooter.EvenFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.EvenHeader.EvenHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Extend +DocumentFormat.OpenXml.Spreadsheet.Extend.Extend() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension() -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Extension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Extension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExtensionList.ExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalBook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.ExternalDefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDataSet? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetDataSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.get -> DocumentFormat.OpenXml.Spreadsheet.SheetNames? +DocumentFormat.OpenXml.Spreadsheet.ExternalBook.SheetNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ExternalCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.ExternalCell.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayMonthYear = 3 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.DayYearMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.EMD = 9 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthDayYear = 2 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.MonthYearDay = 5 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Skip = 8 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.Text = 1 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearDayMonth = 7 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues.YearMonthDay = 4 -> DocumentFormat.OpenXml.Spreadsheet.ExternalConnectionValues +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.ExternalDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.RefersTo.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.ExternalDefinedNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.ExternalWorkbookPart.get -> DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Load(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalLink.Save(DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.ExternalReference() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalReference.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.ExternalReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.ExternalRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalRow.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.ExternalSheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.RefreshError.set -> void +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Field +DocumentFormat.OpenXml.Spreadsheet.Field.Field() -> void +DocumentFormat.OpenXml.Spreadsheet.Field.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Field.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.Base.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.FieldGroup(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldGroup.ParentId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem +DocumentFormat.OpenXml.Spreadsheet.FieldItem.FieldItem() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldSortValues.Manual = 0 -> DocumentFormat.OpenXml.Spreadsheet.FieldSortValues +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.FieldsUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.FieldUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FieldUsage.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.AutoRecover.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CrashSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.DataExtractLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.FileRecoveryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.RepairLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.FileSharing() -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReadOnlyRecommended.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.ReservationPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileSharing.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Dos = 2 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Mac = 0 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileTypeValues.Win = 1 -> DocumentFormat.OpenXml.Spreadsheet.FileTypeValues +DocumentFormat.OpenXml.Spreadsheet.FileVersion +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.ApplicationName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.BuildVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.FileVersion() -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LastEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FileVersion.LowestEdited.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill() -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.get -> DocumentFormat.OpenXml.Spreadsheet.GradientFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.GradientFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.get -> DocumentFormat.OpenXml.Spreadsheet.PatternFill? +DocumentFormat.OpenXml.Spreadsheet.Fill.PatternFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fills.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills() -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fills.Fills(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filter +DocumentFormat.OpenXml.Spreadsheet.Filter.Filter() -> void +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Filter.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.get -> DocumentFormat.OpenXml.Spreadsheet.ColorFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColorFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.get -> DocumentFormat.OpenXml.Spreadsheet.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.get -> DocumentFormat.OpenXml.Office2010.Excel.CustomFilters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CustomFilters14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.get -> DocumentFormat.OpenXml.Spreadsheet.DynamicFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.DynamicFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.FilterColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.get -> DocumentFormat.OpenXml.Spreadsheet.Filters? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Filters.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.HiddenButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.get -> DocumentFormat.OpenXml.Spreadsheet.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.get -> DocumentFormat.OpenXml.Office2010.Excel.IconFilter? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.IconFilter14.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.ShowButton.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.get -> DocumentFormat.OpenXml.Spreadsheet.Top10? +DocumentFormat.OpenXml.Spreadsheet.FilterColumn.Top10.set -> void +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.Equal = 0 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThan = 5 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.GreaterThanOrEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThan = 1 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.LessThanOrEqual = 2 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues.NotEqual = 3 -> DocumentFormat.OpenXml.Spreadsheet.FilterOperatorValues +DocumentFormat.OpenXml.Spreadsheet.Filters +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.Blank.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Filters.CalendarType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters() -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Filters.Filters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstFooter.FirstFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.FirstHeader.FirstHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Font +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.get -> DocumentFormat.OpenXml.Spreadsheet.Bold? +DocumentFormat.OpenXml.Spreadsheet.Font.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.Font.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.get -> DocumentFormat.OpenXml.Spreadsheet.Condense? +DocumentFormat.OpenXml.Spreadsheet.Font.Condense.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.get -> DocumentFormat.OpenXml.Spreadsheet.Extend? +DocumentFormat.OpenXml.Spreadsheet.Font.Extend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font() -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.get -> DocumentFormat.OpenXml.Spreadsheet.FontCharSet? +DocumentFormat.OpenXml.Spreadsheet.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.get -> DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering? +DocumentFormat.OpenXml.Spreadsheet.Font.FontFamilyNumbering.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.get -> DocumentFormat.OpenXml.Spreadsheet.FontName? +DocumentFormat.OpenXml.Spreadsheet.Font.FontName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.get -> DocumentFormat.OpenXml.Spreadsheet.FontScheme? +DocumentFormat.OpenXml.Spreadsheet.Font.FontScheme.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.get -> DocumentFormat.OpenXml.Spreadsheet.FontSize? +DocumentFormat.OpenXml.Spreadsheet.Font.FontSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.get -> DocumentFormat.OpenXml.Spreadsheet.Italic? +DocumentFormat.OpenXml.Spreadsheet.Font.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.get -> DocumentFormat.OpenXml.Spreadsheet.Outline? +DocumentFormat.OpenXml.Spreadsheet.Font.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.get -> DocumentFormat.OpenXml.Spreadsheet.Shadow? +DocumentFormat.OpenXml.Spreadsheet.Font.Shadow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.get -> DocumentFormat.OpenXml.Spreadsheet.Strike? +DocumentFormat.OpenXml.Spreadsheet.Font.Strike.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.get -> DocumentFormat.OpenXml.Spreadsheet.Underline? +DocumentFormat.OpenXml.Spreadsheet.Font.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment? +DocumentFormat.OpenXml.Spreadsheet.Font.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamily +DocumentFormat.OpenXml.Spreadsheet.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.FontFamilyNumbering() -> void +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontName +DocumentFormat.OpenXml.Spreadsheet.FontName.FontName() -> void +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FontName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Fonts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Fonts.KnownFonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme +DocumentFormat.OpenXml.Spreadsheet.FontScheme.FontScheme() -> void +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.FontScheme.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Major = 1 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.Minor = 2 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.FontSchemeValues +DocumentFormat.OpenXml.Spreadsheet.FontSize +DocumentFormat.OpenXml.Spreadsheet.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.FontSize.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor +DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.ForegroundColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Format +DocumentFormat.OpenXml.Spreadsheet.Format.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Format.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Format.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format() -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.Format(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Format.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.Format.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Blank = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.FormatActionValues.Formatting = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormatActionValues +DocumentFormat.OpenXml.Spreadsheet.Formats +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Formats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats() -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Formats.Formats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula.Formula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1 +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula1.Formula1(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2 +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2() -> void +DocumentFormat.OpenXml.Spreadsheet.Formula2.Formula2(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Area = 2 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.AreaError = 3 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ComputedArea = 4 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.Reference = 0 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues.ReferenceError = 1 -> DocumentFormat.OpenXml.Spreadsheet.FormulaExpressionValues +DocumentFormat.OpenXml.Spreadsheet.FromMarker +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FromMarker.FromMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.FunctionGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.BuiltInGroupCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.FunctionGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.FutureMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.FutureMetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Degree.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.GradientFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.GradientFill.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.get -> DocumentFormat.OpenXml.Spreadsheet.Color? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Color.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop() -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.GradientStop(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.GradientStop.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Linear = 0 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.GradientValues.Path = 1 -> DocumentFormat.OpenXml.Spreadsheet.GradientValues +DocumentFormat.OpenXml.Spreadsheet.Group +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group() -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.get -> DocumentFormat.OpenXml.Spreadsheet.GroupMembers? +DocumentFormat.OpenXml.Spreadsheet.Group.GroupMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Group.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Group.UniqueParent.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Days = 4 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Hours = 3 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Minutes = 2 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Months = 5 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Quarters = 6 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Range = 0 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Seconds = 1 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupByValues.Years = 7 -> DocumentFormat.OpenXml.Spreadsheet.GroupByValues +DocumentFormat.OpenXml.Spreadsheet.GroupItems +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupItems.GroupItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CustomRollUp.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.GroupLevel(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.get -> DocumentFormat.OpenXml.Spreadsheet.Groups? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.Groups.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupLevel.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupLevels.GroupLevels(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.Group.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.GroupMember() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.GroupMember.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers() -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.GroupMembers.GroupMembers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Groups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups() -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Groups.Groups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertClear = 1 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.InsertDelete = 0 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues.OverwriteClear = 2 -> DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues +DocumentFormat.OpenXml.Spreadsheet.Header +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.Header.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Header.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header() -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Header.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MaxSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Header.MinRevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.get -> DocumentFormat.OpenXml.Spreadsheet.ReviewedList? +DocumentFormat.OpenXml.Spreadsheet.Header.ReviewedList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.get -> DocumentFormat.OpenXml.Spreadsheet.SheetIdMap? +DocumentFormat.OpenXml.Spreadsheet.Header.SheetIdMap.set -> void +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Header.UserName.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.AlignWithMargins.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.DifferentOddEven.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.get -> DocumentFormat.OpenXml.Spreadsheet.EvenFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.get -> DocumentFormat.OpenXml.Spreadsheet.EvenHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.EvenHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.get -> DocumentFormat.OpenXml.Spreadsheet.FirstFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.get -> DocumentFormat.OpenXml.Spreadsheet.FirstHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.FirstHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.HeaderFooter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.get -> DocumentFormat.OpenXml.Spreadsheet.OddFooter? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddFooter.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.get -> DocumentFormat.OpenXml.Spreadsheet.OddHeader? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.OddHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.ScaleWithDoc.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.DiskRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Exclusive.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers() -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Headers(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.History.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.History.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.KeepChangeHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.LastGuid.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.PreserveHistory.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Protected.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.Shared.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Headers.TrackRevisions.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Headers.Version.set -> void +DocumentFormat.OpenXml.Spreadsheet.Headers.WorkbookRevisionHeaderPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.HierarchyUsageType() -> void +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.HierarchyUsageType.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.CenterContinuous = 6 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Distributed = 7 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Fill = 4 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.General = 0 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Justify = 5 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues.Right = 3 -> DocumentFormat.OpenXml.Spreadsheet.HorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.HorizontalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.All = 2 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.HonorRichText = 1 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.HtmlFormattingValues +DocumentFormat.OpenXml.Spreadsheet.Hyperlink +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Display.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks() -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.Hyperlinks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconFilter.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet() -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.IconSetValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.Reverse.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IconSet.ShowValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrows = 13 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveArrowsGray = 14 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveQuarters = 16 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FiveRating = 15 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrows = 8 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourArrowsGray = 9 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRating = 11 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourRedToBlack = 10 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.FourTrafficLights = 12 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrows = 0 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeArrowsGray = 1 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeFlags = 2 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSigns = 5 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols = 6 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeSymbols2 = 7 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights1 = 3 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IconSetValues.ThreeTrafficLights2 = 4 -> DocumentFormat.OpenXml.Spreadsheet.IconSetValues +DocumentFormat.OpenXml.Spreadsheet.IgnoredError +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CalculatedColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EmptyCellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.EvalError.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.FormulaRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.IgnoredError() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.ListDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.NumberStoredAsText.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.TwoDigitTextYear.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.IgnoredError.UnlockedFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors() -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.IgnoredErrors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors() -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.IndexedColors.IndexedColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString() -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.InlineString.InlineString(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Deleted.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.InputCells() -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.InputCells.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Undone.set -> void +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.InputCells.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.InternationalPropertyType() -> void +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.InternationalPropertyType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Italic +DocumentFormat.OpenXml.Spreadsheet.Italic.Italic() -> void +DocumentFormat.OpenXml.Spreadsheet.Item +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ChildItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.DrillAcrossAttributes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Expanded.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HasStringVlue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.HideDetails.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Item.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Item() -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Item.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Item.Missing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items +DocumentFormat.OpenXml.Spreadsheet.Items.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Items.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items() -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Items.Items(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Blank = 14 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Count = 8 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.CountA = 3 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Data = 0 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Default = 1 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Grand = 13 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Maximum = 5 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Minimum = 6 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Product = 7 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviation = 9 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.StandardDeviationP = 10 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Sum = 2 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.Variance = 11 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.ItemValues.VarianceP = 12 -> DocumentFormat.OpenXml.Spreadsheet.ItemValues +DocumentFormat.OpenXml.Spreadsheet.Kpi +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.DisplayFolder.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Goal.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Kpi() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.ParentKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Status.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Trend.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Value.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Kpi.Weight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Kpis.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis() -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Kpis.Kpis(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.LeftBorder.LeftBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.LegacyDrawing() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.LegacyDrawingHeaderFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingType.LegacyDrawingType() -> void +DocumentFormat.OpenXml.Spreadsheet.Location +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.ColumnsPerPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstDataRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.FirstHeaderRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Location() -> void +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Location.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Location.RowPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main +DocumentFormat.OpenXml.Spreadsheet.Main.First.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Main.First.set -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main() -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Main.Main(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AppendData.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.AutoFit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.get -> DocumentFormat.OpenXml.Spreadsheet.DataBinding? +DocumentFormat.OpenXml.Spreadsheet.Map.DataBinding.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ID.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Map.ID.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map() -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Map(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Map.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveAutoFilterState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.PreserveFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.RootElement.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Map.SchemaId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Map.ShowImportExportErrors.set -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo +DocumentFormat.OpenXml.Spreadsheet.MapInfo.CustomXmlMappingsPart.get -> DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Load(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.MapInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.Save(DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MapInfo.SelectionNamespaces.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Maps.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps() -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Maps.Maps(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.ColumnOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType() -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.MarkerType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowId.set -> void +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.get -> DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? +DocumentFormat.OpenXml.Spreadsheet.MarkerType.RowOffset.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Mdx.CubeFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx() -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.Mdx(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.get -> DocumentFormat.OpenXml.Spreadsheet.MdxKpi? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxKpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxMemberProp.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.get -> DocumentFormat.OpenXml.Spreadsheet.MdxSet? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.get -> DocumentFormat.OpenXml.Spreadsheet.MdxTuple? +DocumentFormat.OpenXml.Spreadsheet.Mdx.MdxTuple.set -> void +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Mdx.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeKPIMember = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMember = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeMemberProperty = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeRankedMember = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSet = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeSetCount = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues.CubeValue = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxFunctionValues +DocumentFormat.OpenXml.Spreadsheet.MdxKpi +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.KpiProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.MdxKpi() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxKpi.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Goal = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Status = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Time = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Trend = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues.Weight = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxKPIPropertyValues +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.MdxMemberProp() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.NameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.PropertyNameIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.MdxMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MdxSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SetDefinitionIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.MdxSet.SortingOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaAscendingSortOrder = 3 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.AlphaDescendingSortOrder = 4 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalAscending = 5 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.NaturalDescending = 6 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues.Unsorted = 0 -> DocumentFormat.OpenXml.Spreadsheet.MdxSetOrderValues +DocumentFormat.OpenXml.Spreadsheet.MdxTuple +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CultureCurrency.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.FormattingStringIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MdxTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.MemberIndexCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MdxTuple.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureDimensionMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.MeasureGroup.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.MeasureGroup() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups() -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.MeasureGroups(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Member +DocumentFormat.OpenXml.Spreadsheet.Member.Member() -> void +DocumentFormat.OpenXml.Spreadsheet.Member.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Member.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperties.MemberProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap +DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.MemberPropertiesMap() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.MemberProperty() -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.NameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNameLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.PropertyNamePosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MemberProperty.ShowTip.set -> void +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex +DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.MemberPropertyIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.Members +DocumentFormat.OpenXml.Spreadsheet.Members.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Level.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Members.Level.set -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members() -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Members.Members(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell +DocumentFormat.OpenXml.Spreadsheet.MergeCell.MergeCell() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MergeCell.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MergeCells.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells() -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MergeCells.MergeCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata +DocumentFormat.OpenXml.Spreadsheet.Metadata.CellMetadataPart.get -> DocumentFormat.OpenXml.Packaging.CellMetadataPart? +DocumentFormat.OpenXml.Spreadsheet.Metadata.Load(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.get -> DocumentFormat.OpenXml.Spreadsheet.MdxMetadata? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MdxMetadata.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata() -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Metadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataStrings? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataStrings.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.get -> DocumentFormat.OpenXml.Spreadsheet.MetadataTypes? +DocumentFormat.OpenXml.Spreadsheet.Metadata.MetadataTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.Metadata.Save(DocumentFormat.OpenXml.Packaging.CellMetadataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.MetadataBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataBlocksType.MetadataBlocksType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.MetadataRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.TypeIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.MetadataStrings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Adjust.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Assign.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.CellMeta.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearContents.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.ClearFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Coerce.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Copy.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Delete.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Edit.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.GhostRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Merge.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MetadataType() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.MinSupportedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteBorders.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteColWidths.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteDataValidation.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.PasteValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.RowColumnShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MetadataType.SplitFirst.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.MetadataTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem() -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.MissingItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.MissingItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.MissingTable +DocumentFormat.OpenXml.Spreadsheet.MissingTable.MissingTable() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors() -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.MruColors.MruColors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NameIndex.IsASet.set -> void +DocumentFormat.OpenXml.Spreadsheet.NameIndex.NameIndex() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormula? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.get -> DocumentFormat.OpenXml.Spreadsheet.CellValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.CellValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.DataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.get -> DocumentFormat.OpenXml.Spreadsheet.InlineString? +DocumentFormat.OpenXml.Spreadsheet.NewCell.InlineString.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell() -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.NewCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NewCell.ValueMetaIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.NewDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.FormatCode.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.NumberingFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem() -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.NumberItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.NumberItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.get -> DocumentFormat.OpenXml.Spreadsheet.FromMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.FromMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.MoveWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor() -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ObjectAnchor(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.SizeWithCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.get -> DocumentFormat.OpenXml.Spreadsheet.ToMarker? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ToMarker.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.ZOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.All = 0 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues.Placeholders = 1 -> DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues +DocumentFormat.OpenXml.Spreadsheet.OddFooter +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter() -> void +DocumentFormat.OpenXml.Spreadsheet.OddFooter.OddFooter(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader() -> void +DocumentFormat.OpenXml.Spreadsheet.OddHeader.OddHeader(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.Local.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalConnection.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.LocalRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.OlapProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.RowDrillCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.SendLocale.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFill.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFont.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerFontColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OlapProperties.ServerNumberFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell() -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldCell.OldCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.OldDifferentialFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.OldFormula.OldFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Advise.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Icon.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.OleItem() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleItem.PreferPicture.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems() -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleItems.OleItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.get -> DocumentFormat.OpenXml.Spreadsheet.OleItems? +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink() -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.OleLink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleLink.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.AutoLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.DataOrViewAspect.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.get -> DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties? +DocumentFormat.OpenXml.Spreadsheet.OleObject.EmbeddedObjectProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.Link.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.OleUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.OleObjects.OleObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize +DocumentFormat.OpenXml.Spreadsheet.OleSize.OleSize() -> void +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.OleSize.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateAlways = 0 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues.OleUpdateOnCall = 1 -> DocumentFormat.OpenXml.Spreadsheet.OleUpdateValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Default = 0 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Landscape = 2 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.OrientationValues.Portrait = 1 -> DocumentFormat.OpenXml.Spreadsheet.OrientationValues +DocumentFormat.OpenXml.Spreadsheet.Outline +DocumentFormat.OpenXml.Spreadsheet.Outline.Outline() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ApplyStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.OutlineProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryBelow.set -> void +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.SummaryRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page +DocumentFormat.OpenXml.Spreadsheet.Page.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Page.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page() -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Page.Page(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.ManualBreakCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType() -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageBreakType.PageBreakType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PageField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageField.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField() -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageField.PageField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PageFields.PageFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageItem.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageItem.PageItem() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Bottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Footer.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Header.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Left.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.PageMargins() -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Right.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PageMargins.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.DownThenOver = 0 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.PageOrderValues.OverThenDown = 1 -> DocumentFormat.OpenXml.Spreadsheet.PageOrderValues +DocumentFormat.OpenXml.Spreadsheet.Pages +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Pages.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages() -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Pages.Pages(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.BlackAndWhite.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.CellComments.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Copies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Draft.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Errors.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.FitToWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.HorizontalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Orientation.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PageSetup() -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.PaperSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.Scale.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UseFirstPageNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.UsePrinterDefaults.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PageSetup.VerticalDpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.AutoPageBreaks.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.FitToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.PageSetupProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.ActivePane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.HorizontalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.Pane() -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Pane.VerticalSplit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Frozen = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.FrozenSplit = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneStateValues.Split = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneStateValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomLeft = 2 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.BottomRight = 0 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopLeft = 3 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.PaneValues.TopRight = 1 -> DocumentFormat.OpenXml.Spreadsheet.PaneValues +DocumentFormat.OpenXml.Spreadsheet.Parameter +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Boolean.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Double.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Integer.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Parameter() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.ParameterType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.RefreshOnChange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameter.SqlType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Parameter.String.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Parameters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters() -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Parameters.Parameters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Cell = 2 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Prompt = 0 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.ParameterValues.Value = 1 -> DocumentFormat.OpenXml.Spreadsheet.ParameterValues +DocumentFormat.OpenXml.Spreadsheet.PatternFill +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.BackgroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.get -> DocumentFormat.OpenXml.Spreadsheet.ForegroundColor? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill() -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternFill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PatternFill.PatternType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkDown = 7 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGray = 3 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkGrid = 9 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkHorizontal = 5 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkTrellis = 10 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkUp = 8 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.DarkVertical = 6 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray0625 = 18 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Gray125 = 17 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightDown = 13 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGray = 4 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightGrid = 15 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightHorizontal = 11 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightTrellis = 16 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightUp = 14 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.LightVertical = 12 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.MediumGray = 2 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PatternValues.Solid = 1 -> DocumentFormat.OpenXml.Spreadsheet.PatternValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Distributed = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.Left = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues.NoControl = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Alignment.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.FontId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.PhoneticProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.BaseTextStartIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.EndingBaseIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun() -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.PhoneticRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.FullWidthKatakana = 1 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.HalfWidthKatakana = 0 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.Hiragana = 2 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.PhoneticValues.NoConversion = 3 -> DocumentFormat.OpenXml.Spreadsheet.PhoneticValues +DocumentFormat.OpenXml.Spreadsheet.Picture +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Picture.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Picture.Picture() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CacheIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.CollapsedLevelsAreSubtotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.DataOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.FieldPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.GrandRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.LabelOnly.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Offset.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotArea(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.get -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.PivotAreaReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotArea.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.AverageSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.ByPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.PivotAreaReference(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Relative.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.Selected.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.PivotAreaReferences(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreas.PivotAreas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.All = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Button = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Data = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Normal = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.Origin = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopEnd = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues.TopRight = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotAreaValues +DocumentFormat.OpenXml.Spreadsheet.PivotCache +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCache.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCache.PivotCache() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.BackgroundQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.get -> DocumentFormat.OpenXml.Spreadsheet.CacheFields? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.get -> DocumentFormat.OpenXml.Spreadsheet.CacheSource? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CacheSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedItems? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.get -> DocumentFormat.OpenXml.Spreadsheet.Dimensions? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Dimensions.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.EnableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Invalid.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.IsTupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.get -> DocumentFormat.OpenXml.Spreadsheet.Kpis? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Kpis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.LastRefreshedDateIso.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.get -> DocumentFormat.OpenXml.Spreadsheet.Maps? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Maps.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.get -> DocumentFormat.OpenXml.Spreadsheet.MeasureGroups? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MeasureGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.MissingItemsLimit.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.OptimizeMemory.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotCacheDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.PivotTableCacheDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RecordCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SaveData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportAdvancedDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.SupportSubquery.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.get -> DocumentFormat.OpenXml.Spreadsheet.TupleCache? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.TupleCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.UpgradeOnRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.PivotCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.PivotCacheDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.PivotCacheRecord(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Load(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotCacheRecords(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.PivotTableCacheRecordsPart.get -> DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart? +DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.Save(DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotCaches.PivotCaches(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AllDrilled.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyProductInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyStandardDeviationPInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVarianceInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ApplyVariancePInSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.get -> DocumentFormat.OpenXml.Spreadsheet.AutoSortScope? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AutoSortScope.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.AverageSubTotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountASubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.CountSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DataSourceSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultAttributeDrillState.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DefaultSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HiddenLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.HideNewItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertBlankRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.InsertPageBreak.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ItemPageCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.get -> DocumentFormat.OpenXml.Spreadsheet.Items? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Items.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MaxSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MeasureFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MinSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NonAutoSortDefault.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotField.PivotFieldExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotField.RankBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ServerField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowAll.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowDropDowns.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropAsCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.ShowPropertyTooltip.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.SumSubtotal.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.TopAutoShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotField.UniqueMemberProperty.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.PivotFieldExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.PivotFieldExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFields.PivotFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.EvaluationOrder.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureField.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MeasureHierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.MemberPropertyFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilter(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.PivotFilterExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue1.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.StringValue2.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilter.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.PivotFilterExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.PivotFilterExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilters.PivotFilters(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.April = 57 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.August = 61 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBeginsWith = 6 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionBetween = 16 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionContains = 10 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEndsWith = 8 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionEqual = 4 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThan = 12 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionGreaterThanOrEqual = 13 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThan = 14 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionLessThanOrEqual = 15 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBeginsWith = 7 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotBetween = 17 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotContains = 11 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEndsWith = 9 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.CaptionNotEqual = 5 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Count = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateBetween = 32 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateEqual = 26 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThan = 30 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNewerThanOrEqual = 31 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotBetween = 33 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateNotEqual = 27 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThan = 28 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.DateOlderThanOrEqual = 29 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.December = 65 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.February = 55 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.January = 54 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.July = 60 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.June = 59 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastMonth = 42 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastQuarter = 45 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastWeek = 39 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.LastYear = 48 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.March = 56 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.May = 58 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextMonth = 40 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextQuarter = 43 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextWeek = 37 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.NextYear = 46 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.November = 64 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.October = 63 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter1 = 50 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter2 = 51 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter3 = 52 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Quarter4 = 53 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.September = 62 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Sum = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisMonth = 41 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisQuarter = 44 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisWeek = 38 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ThisYear = 47 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Today = 35 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Tomorrow = 34 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Unknown = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueBetween = 24 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueEqual = 18 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThan = 20 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueGreaterThanOrEqual = 21 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThan = 22 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueLessThanOrEqual = 23 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotBetween = 25 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.ValueNotEqual = 19 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.YearToDate = 49 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues.Yesterday = 36 -> DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.PivotHierarchies(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragOff.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.DragToRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.IncludeNewItemsInFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.get -> DocumentFormat.OpenXml.Spreadsheet.MemberProperties? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MemberProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.MultipleItemSelectionAllowed.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.PivotHierarchy(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.ShowInFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.SubtotalTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.PivotHierarchyExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.PivotHierarchyExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ActiveRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Axis.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Click.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Data.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Dimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Extendable.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Label.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Max.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Min.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.get -> DocumentFormat.OpenXml.Spreadsheet.PivotArea? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotArea.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PivotSelection(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.PreviousRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.ShowHeader.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotSelection.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisColumn = 1 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisPage = 2 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues.AxisValues = 3 -> DocumentFormat.OpenXml.Spreadsheet.PivotTableAxisValues +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AsteriskTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CacheId.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ChartFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.get -> DocumentFormat.OpenXml.Spreadsheet.ColumnItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ColumnItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Compact.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CompactData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ConditionalFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CreatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CustomListSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.get -> DocumentFormat.OpenXml.Spreadsheet.DataFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataOnRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DataPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.DisableFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EditData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableFieldProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.EnableWizard.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ErrorCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldListSortAscending.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.FieldPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.get -> DocumentFormat.OpenXml.Spreadsheet.Formats? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Formats.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GrandTotalCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.GridDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Indent.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ItemPrintTitles.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Load(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.get -> DocumentFormat.OpenXml.Spreadsheet.Location? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Location.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MdxSubqueries.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MergeItem.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MinRefreshableVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MissingCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.MultipleFieldFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Outline.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.OutlineData.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.get -> DocumentFormat.OpenXml.Spreadsheet.PageFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageOverThenDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PageWrap.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.get -> DocumentFormat.OpenXml.Spreadsheet.PivotFilters? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotFilters.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.get -> DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotHierarchies.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinition(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableDefinitionExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTablePart.get -> DocumentFormat.OpenXml.Packaging.PivotTablePart? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.get -> DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PivotTableStyleName.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.PrintDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.get -> DocumentFormat.OpenXml.Spreadsheet.RowFields? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowGrandTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHeaderCaption.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.get -> DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowHierarchiesUsage.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.get -> DocumentFormat.OpenXml.Spreadsheet.RowItems? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.RowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Save(DocumentFormat.OpenXml.Packaging.PivotTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowCalculatedMembers.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataDropDown.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDataTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDrill.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowDropZones.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowEmptyRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowError.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMemberPropertyTips.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMissing.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.ShowMultipleLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.StopImmersiveUi.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.SubtotalHiddenItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.Tag.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UpdatedVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.UseAutoFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VacatedStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.VisualTotals.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.PivotTableDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.PivotTableDefinitionExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.PivotTableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Blank = 1 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Dash = 2 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.Displayed = 0 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues.NA = 3 -> DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues +DocumentFormat.OpenXml.Spreadsheet.PrintOptions +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.GridLinesSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.Headings.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.HorizontalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.PrintOptions() -> void +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.PrintOptions.VerticalCentered.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.ProtectedRange() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SecurityDescriptor.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges() -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.ProtectedRanges(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Protection +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Protection.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Protection.Protection() -> void +DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.DoubleQuote = 0 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.QualifierValues.SingleQuote = 1 -> DocumentFormat.OpenXml.Spreadsheet.QualifierValues +DocumentFormat.OpenXml.Spreadsheet.Query +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Query.Mdx.set -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query() -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Query(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.get -> DocumentFormat.OpenXml.Spreadsheet.Tuples? +DocumentFormat.OpenXml.Spreadsheet.Query.Tuples.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryCache.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryCache.QueryCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AdjustColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.BackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableEdit.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.DisableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.FirstBackgroundRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.GrowShrinkType.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Headers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Intermediate.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Load(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.PreserveFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTablePart.get -> DocumentFormat.OpenXml.Packaging.QueryTablePart? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.QueryTableRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RefreshOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RemoveDataOnSave.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTable.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTable.Save(DocumentFormat.OpenXml.Packaging.QueryTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.QueryTableDeletedFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.QueryTableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.QueryTableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Clipped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.DataBound.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.FillFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.QueryTableField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.RowNumbers.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableField.TableColumnId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.QueryTableFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.FieldIdWrapped.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.HeadersInLastRefresh.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.MinimumVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.NextId.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.PreserveSortFilterLayout.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableDeletedFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.get -> DocumentFormat.OpenXml.Spreadsheet.QueryTableFields? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh() -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.QueryTableRefresh(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.UnboundColumnsRight.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoEnd.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.AutoStart.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.EndNum.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.GroupInterval.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.RangeProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.RangeProperties.StartNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage1.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage2.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage3.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.FieldItemIndexPage4.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.RangeSet() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RangeSet.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RangeSets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets() -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RangeSets.RangeSets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.A1 = 0 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues.R1C1 = 1 -> DocumentFormat.OpenXml.Spreadsheet.ReferenceModeValues +DocumentFormat.OpenXml.Spreadsheet.Reviewed +DocumentFormat.OpenXml.Spreadsheet.Reviewed.Reviewed() -> void +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Reviewed.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList() -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ReviewedList.ReviewedList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Add = 0 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues.Delete = 1 -> DocumentFormat.OpenXml.Spreadsheet.RevisionActionValues +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyAlignmentFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyBorderFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyFontFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyNumberFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyPatternFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.ApplyWidthHeightFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.AutoFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.RevisionAutoFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.EndOfListFormulaUpdate.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.HasPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.get -> DocumentFormat.OpenXml.Spreadsheet.NewCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NewDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.NumberFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.get -> DocumentFormat.OpenXml.Spreadsheet.OldCell? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldDifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldFormatting.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldPhoneticText.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.OldQuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.QuotePrefix.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionCellChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.RowColumnFormattingAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.StyleRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.AlwaysShow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Author.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Cell.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.HiddenRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.NewLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.Old.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.OldLength.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.RevisionComment() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionComment.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionConflict() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.RevisionCustomView() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CustomView.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Description.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.get -> DocumentFormat.OpenXml.Spreadsheet.Formula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Formula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Function.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.FunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Help.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.LocalSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldComment.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldCustomMenu.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldDescription.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.get -> DocumentFormat.OpenXml.Spreadsheet.OldFormula? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldFunctionGroupId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHelp.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldHidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.OldStatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionDefinedName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.ShortcutKey.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.StatusBar.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.DifferentialFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Length.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RevisionFormat(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.RowOrColumnAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.Start.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.StyleAffected.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.RevisionInsertSheet() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.SheetPosition.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Destination.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.RevisionMove(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Source.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.SourceSheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionMove.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.FieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.RevisionQueryTable() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Action.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Edge.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.EndOfList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.RevisionRowColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions +DocumentFormat.OpenXml.Spreadsheet.Revisions.Load(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions() -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Revisions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.Save(DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Revisions.WorkbookRevisionLogPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.NewName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.OldName.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ra.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.RevisionSheetName(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.Ua.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.RgbColor.Rgb.set -> void +DocumentFormat.OpenXml.Spreadsheet.RgbColor.RgbColor() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RightBorder.RightBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Collapsed.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Height.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Height.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.Row.OutlineLevel.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row() -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Row(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.RowIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ShowPhonetic.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Row.Spans.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Row.StyleIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickBot.set -> void +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Row.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks() -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowBreaks.RowBreaks(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.ColumnInsert = 2 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.DeleteRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues.InsertRow = 0 -> DocumentFormat.OpenXml.Spreadsheet.RowColumnActionValues +DocumentFormat.OpenXml.Spreadsheet.RowFields +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields() -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowFields.RowFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.RowHierarchiesUsage(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage +DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.RowHierarchyUsage() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.RowItem.ItemType.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItem.RepeatedItemCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItem.RowItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.RowItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems() -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RowItems.RowItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType() -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.RstType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.RstType.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.All = 1 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Column = 3 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.RuleValues.Row = 2 -> DocumentFormat.OpenXml.Spreadsheet.RuleValues +DocumentFormat.OpenXml.Spreadsheet.Run +DocumentFormat.OpenXml.Spreadsheet.Run.Run() -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.get -> DocumentFormat.OpenXml.Spreadsheet.RunProperties? +DocumentFormat.OpenXml.Spreadsheet.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Run.Text.get -> DocumentFormat.OpenXml.Spreadsheet.Text? +DocumentFormat.OpenXml.Spreadsheet.Run.Text.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont +DocumentFormat.OpenXml.Spreadsheet.RunFont.RunFont() -> void +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.RunFont.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet +DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.RunPropertyCharSet() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Hidden.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Locked.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.Scenario(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Scenario.User.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Current.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios() -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Scenarios(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Scenarios.Show.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.Namespace.set -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema() -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.Schema(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Schema.SchemaReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Data = 1 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Field = 2 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.ScopeValues.Selection = 0 -> DocumentFormat.OpenXml.Spreadsheet.ScopeValues +DocumentFormat.OpenXml.Spreadsheet.Selection +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Selection.ActiveCellId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.Selection() -> void +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.get -> DocumentFormat.OpenXml.ListValue? +DocumentFormat.OpenXml.Spreadsheet.Selection.SequenceOfReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Culture.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.Format.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormat.ServerFormat() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats() -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ServerFormats.ServerFormats(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sets.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sets.Sets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Shadow +DocumentFormat.OpenXml.Spreadsheet.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsBlank.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsInteger.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNonDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsNumber.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsSemiMixedTypes.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.ContainsString.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.LongText.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MaxValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinDate.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SharedItems.MinValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedItems.SharedItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.SharedStringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Load(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.Save(DocumentFormat.OpenXml.Packaging.SharedStringTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable() -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.SharedStringTablePart.get -> DocumentFormat.OpenXml.Packaging.SharedStringTablePart? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.UniqueCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.Sheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Sheet.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Sheet.State.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.FullCalculationOnLoad.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.SheetCalculationProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetData.SheetData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.SheetDataSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetDimension.SheetDimension() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.BaseColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CustomHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultColumnWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DefaultRowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.DyDescent.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.OutlineLevelRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.SheetFormatProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickBottom.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ThickTop.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.ZeroHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId +DocumentFormat.OpenXml.Spreadsheet.SheetId.SheetId() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetId.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.SheetIdMap(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName +DocumentFormat.OpenXml.Spreadsheet.SheetName.SheetName() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetName.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetNames.SheetNames(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.EnableFormatConditionsCalculation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.FilterMode.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.get -> DocumentFormat.OpenXml.Spreadsheet.OutlineProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.OutlineProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.get -> DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.PageSetupProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SheetProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncHorizontal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.SyncVertical.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.get -> DocumentFormat.OpenXml.Spreadsheet.TabColor? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TabColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEntry.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProperties.TransitionEvaluation.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.DeleteRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.FormatRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.HashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertHyperlinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.InsertRows.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Objects.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Password.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.PivotTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Scenarios.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectLockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SelectUnlockedCells.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SheetProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.Sort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets() -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Sheets.Sheets(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetStateValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetStateValues +DocumentFormat.OpenXml.Spreadsheet.SheetView +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ColorId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.DefaultGridColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.get -> DocumentFormat.OpenXml.Spreadsheet.Pane? +DocumentFormat.OpenXml.Spreadsheet.SheetView.Pane.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.RightToLeft.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.SheetView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowFormulas.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowGridLines.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowOutlineSymbols.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRowColHeaders.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowRuler.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowWhiteSpace.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ShowZeros.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TabSelected.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.TopLeftCell.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.View.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WindowProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.WorkbookViewId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScale.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleNormal.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScalePageLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SheetView.ZoomScaleSheetLayoutView.set -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews() -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViews.SheetViews(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageBreakPreview = 1 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.SheetViewValues.PageLayout = 2 -> DocumentFormat.OpenXml.Spreadsheet.SheetViewValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Difference = 1 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Index = 8 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Normal = 0 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.Percent = 2 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentageDifference = 3 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfColumn = 6 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfRaw = 5 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.PercentOfTotal = 7 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues.RunTotal = 4 -> DocumentFormat.OpenXml.Spreadsheet.ShowDataAsValues +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.SingleXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.XmlCellProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Load(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.Save(DocumentFormat.OpenXml.Packaging.SingleCellTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleCellTablePart.get -> DocumentFormat.OpenXml.Packaging.SingleCellTablePart? +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells() -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.SingleXmlCells(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.SlicerCacheDefinitionExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple() -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByTuple.SortByTuple(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.CellColor = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.FontColor = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Icon = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortByValues.Value = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortByValues +DocumentFormat.OpenXml.Spreadsheet.SortCondition +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.CustomList.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Descending.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconId.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.IconSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortBy.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortCondition.SortCondition() -> void +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.None = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.PinYin = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortMethodValues.Stroke = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortMethodValues +DocumentFormat.OpenXml.Spreadsheet.SortState +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.CaseSensitive.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.ColumnSort.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.SortState.SortMethod.set -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState() -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.SortState.SortState(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Ascending = 1 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingAlpha = 3 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.AscendingNatural = 5 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.Descending = 2 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingAlpha = 4 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.DescendingNatural = 6 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SortValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.SortValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Consolidation = 2 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.External = 1 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Scenario = 3 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.SourceValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.SourceValues +DocumentFormat.OpenXml.Spreadsheet.StartBorder +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StartBorder.StartBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Strike +DocumentFormat.OpenXml.Spreadsheet.Strike.Strike() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.BackgroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Bold.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Calculated.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Caption.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.ForegroundColor.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.FormatIndex.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Italic.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.StringItem.PropertyCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Strikethrough.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem() -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.StringItem(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Underline.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Unused.set -> void +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StringItem.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.get -> DocumentFormat.OpenXml.Spreadsheet.Borders? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Borders.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyleFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.get -> DocumentFormat.OpenXml.Spreadsheet.CellStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CellStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.get -> DocumentFormat.OpenXml.Spreadsheet.Colors? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Colors.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.get -> DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.DifferentialFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.get -> DocumentFormat.OpenXml.Spreadsheet.Fills? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fills.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.get -> DocumentFormat.OpenXml.Spreadsheet.Fonts? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Fonts.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Load(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.get -> DocumentFormat.OpenXml.Spreadsheet.NumberingFormats? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.NumberingFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Save(DocumentFormat.OpenXml.Packaging.WorkbookStylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.Stylesheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.StylesheetExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyles? +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.TableStyles.set -> void +DocumentFormat.OpenXml.Spreadsheet.Stylesheet.WorkbookStylesPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookStylesPart? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.StylesheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.StylesheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic() -> void +DocumentFormat.OpenXml.Spreadsheet.Subtopic.Subtopic(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TabColor +DocumentFormat.OpenXml.Spreadsheet.TabColor.TabColor() -> void +DocumentFormat.OpenXml.Spreadsheet.Table +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.get -> DocumentFormat.OpenXml.Spreadsheet.AutoFilter? +DocumentFormat.OpenXml.Spreadsheet.Table.AutoFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.BorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Comment.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.ConnectionId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.DisplayName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.HeaderRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.InsertRowShift.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Load(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Published.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Published.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Save(DocumentFormat.OpenXml.Packaging.TableDefinitionPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.get -> DocumentFormat.OpenXml.Spreadsheet.SortState? +DocumentFormat.OpenXml.Spreadsheet.Table.SortState.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table() -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.get -> DocumentFormat.OpenXml.Spreadsheet.TableColumns? +DocumentFormat.OpenXml.Spreadsheet.Table.TableColumns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableDefinitionPart.get -> DocumentFormat.OpenXml.Packaging.TableDefinitionPart? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.TableExtensionList? +DocumentFormat.OpenXml.Spreadsheet.Table.TableExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.get -> DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo? +DocumentFormat.OpenXml.Spreadsheet.Table.TableStyleInfo.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TableType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowBorderFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Table.TotalsRowShown.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.get -> DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.CalculatedColumnFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.DataFormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.HeaderRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.QueryTableFieldId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TableColumn(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowCellStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowDifferentialFormattingId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.get -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowFunction.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.TotalsRowLabel.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties? +DocumentFormat.OpenXml.Spreadsheet.TableColumn.XmlColumnProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableColumns.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns() -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableColumns.TableColumns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.TableExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.TableExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType() -> void +DocumentFormat.OpenXml.Spreadsheet.TableFormulaType.TableFormulaType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TablePart.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.TablePart.TablePart() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableParts.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts() -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableParts.TableParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tables.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables() -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tables.Tables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Pivot.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyle.Table.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyle.TableStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.FormatId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Size.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.TableStyleElement() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowColumnStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowFirstColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowLastColumn.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.ShowRowStripes.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.TableStyleInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultPivotStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TableStyles.DefaultTableStyle.set -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles() -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyles.TableStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.BlankRow = 19 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnStripe = 7 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstColumnSubheading = 20 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstHeaderCell = 9 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowStripe = 5 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstRowSubheading = 23 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalColumn = 13 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstSubtotalRow = 16 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.FirstTotalCell = 11 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.HeaderRow = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastColumn = 4 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastHeaderCell = 10 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.LastTotalCell = 12 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldLabels = 26 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.PageFieldValues = 27 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnStripe = 8 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondColumnSubheading = 21 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowStripe = 6 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondRowSubheading = 24 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalColumn = 14 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.SecondSubtotalRow = 17 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdColumnSubheading = 22 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdRowSubheading = 25 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalColumn = 15 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.ThirdSubtotalRow = 18 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.TotalRow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableStyleValues.WholeTable = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableStyleValues +DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.QueryTable = 2 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Worksheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TableValues.Xml = 1 -> DocumentFormat.OpenXml.Spreadsheet.TableValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Spreadsheet.TargetScreenSizeValues +DocumentFormat.OpenXml.Spreadsheet.Text +DocumentFormat.OpenXml.Spreadsheet.Text.Text() -> void +DocumentFormat.OpenXml.Spreadsheet.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TextField +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextField.Position.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.TextField() -> void +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextField.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextFields.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields() -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextFields.TextFields(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextHorizontalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextProperties +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Comma.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Decimal.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimited.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Delimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FileType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Prompt.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Qualifier.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Semicolon.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.SourceFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TabAsDelimiter.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextCharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.get -> DocumentFormat.OpenXml.Spreadsheet.TextFields? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextFields.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.TextProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TextProperties.Thousands.set -> void +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.TextVerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Last7Days = 3 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastMonth = 5 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.LastWeek = 8 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextMonth = 6 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.NextWeek = 9 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisMonth = 4 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.ThisWeek = 7 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Today = 0 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Tomorrow = 2 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues.Yesterday = 1 -> DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues +DocumentFormat.OpenXml.Spreadsheet.ToMarker +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker() -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ToMarker.ToMarker(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Top10 +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.FilterValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Percent.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Top.set -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Top10() -> void +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.get -> DocumentFormat.OpenXml.DoubleValue? +DocumentFormat.OpenXml.Spreadsheet.Top10.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TopBorder.TopBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic() -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Topic(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Topic.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.get -> DocumentFormat.OpenXml.Spreadsheet.Xstring? +DocumentFormat.OpenXml.Spreadsheet.Topic.Xstring.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.TopicReferences.TopicReferences() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula() -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.TotalsRowFormula(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Average = 4 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Count = 5 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.CountNumbers = 6 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Custom = 9 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Maximum = 3 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Minimum = 2 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.None = 0 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.StandardDeviation = 7 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Sum = 1 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues.Variance = 8 -> DocumentFormat.OpenXml.Spreadsheet.TotalsRowFunctionValues +DocumentFormat.OpenXml.Spreadsheet.Tuple +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Field.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Hierarchy.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Tuple.Item.set -> void +DocumentFormat.OpenXml.Spreadsheet.Tuple.Tuple() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.get -> DocumentFormat.OpenXml.Spreadsheet.Entries? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Entries.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.get -> DocumentFormat.OpenXml.Spreadsheet.QueryCache? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.QueryCache.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.get -> DocumentFormat.OpenXml.Spreadsheet.ServerFormats? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.ServerFormats.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.get -> DocumentFormat.OpenXml.Spreadsheet.Sets? +DocumentFormat.OpenXml.Spreadsheet.TupleCache.Sets.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleCache.TupleCache(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples() -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Tuples.Tuples(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.MaxRank.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.QueryFailed.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SetDefinition.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.TupleSet.SortType.set -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet() -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TupleSet.TupleSet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.TuplesType.MemberNameCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType() -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.TuplesType.TuplesType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Underline +DocumentFormat.OpenXml.Spreadsheet.Underline.Underline() -> void +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Underline.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Double = 1 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.DoubleAccounting = 3 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.None = 4 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.SingleAccounting = 2 -> DocumentFormat.OpenXml.Spreadsheet.UnderlineValues +DocumentFormat.OpenXml.Spreadsheet.Undo +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Array.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CellReference.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.CrossSheetMove.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedName.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DefinedNameFormula.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.DeletedRange.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Expression.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.Index.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Reference3D.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Undo.SheetId.set -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Undo() -> void +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.Undo.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Always = 2 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.Never = 1 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues.UserSet = 0 -> DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues +DocumentFormat.OpenXml.Spreadsheet.UserInfo +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.DateTime.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Guid.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.UserInfo.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo() -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.UserInfo.UserInfo(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users +DocumentFormat.OpenXml.Spreadsheet.Users.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Users.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Load(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Save(DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users() -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.Users(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Users.WorkbookUserDataPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart? +DocumentFormat.OpenXml.Spreadsheet.Value +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.get -> DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue? +DocumentFormat.OpenXml.Spreadsheet.Value.DdeLinkValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value() -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.Value(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Value.ValueType.set -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata() -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.ValueMetadata(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Columns.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.Values.Rows.set -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values() -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Values.Values(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Baseline = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Subscript = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues.Superscript = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentRunValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Distributed = 4 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Justify = 3 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Spreadsheet.VerticalAlignmentValues +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder() -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.VerticalBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Hidden = 1 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.VeryHidden = 2 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VisibilityValues.Visible = 0 -> DocumentFormat.OpenXml.Spreadsheet.VisibilityValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.OlapFunctions = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues.RealTimeData = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileDependencyValues +DocumentFormat.OpenXml.Spreadsheet.VolatileType +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.VolatileType.Type.set -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileType.VolatileType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Load(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.Save(DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileDependenciesPart.get -> DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart? +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes() -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.VolatileTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Boolean = 0 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.Error = 2 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.RealNumber = 1 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.VolatileValues.String = 3 -> DocumentFormat.OpenXml.Spreadsheet.VolatileValues +DocumentFormat.OpenXml.Spreadsheet.WebPublishing +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.AllowPng.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CharacterSet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CodePage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Dpi.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.LongFileNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.Thicket.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseCss.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.UseVml.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishing.WebPublishing() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceRef.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.SourceType.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.WebPublishItem() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.WebPublishItems(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.AutoRepublish.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DestinationFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.DivId.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.SourceObject.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.Title.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.WebPublishObject() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.Count.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects() -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.WebPublishObjects(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Consecutive.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CreatedInExcel97.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.EditPage.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.FirstRow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlFormat.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.HtmlTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.ParsePreTag.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Post.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.RefreshedInExcel2000.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.SourceData.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.get -> DocumentFormat.OpenXml.Spreadsheet.Tables? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Tables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.TextDates.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.Url.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.WebQueryProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.XmlSource.set -> void +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.AutoFilter = 2 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Chart = 4 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Label = 7 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PivotTable = 5 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.PrintArea = 1 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Query = 6 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Range = 3 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.WebSourceValues.Sheet = 0 -> DocumentFormat.OpenXml.Spreadsheet.WebSourceValues +DocumentFormat.OpenXml.Spreadsheet.Workbook +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.get -> DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath? +DocumentFormat.OpenXml.Spreadsheet.Workbook.AbsolutePath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.get -> DocumentFormat.OpenXml.Spreadsheet.BookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.BookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.get -> DocumentFormat.OpenXml.Spreadsheet.CalculationProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CalculationProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Conformance.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.get -> DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews? +DocumentFormat.OpenXml.Spreadsheet.Workbook.CustomWorkbookViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.get -> DocumentFormat.OpenXml.Spreadsheet.DefinedNames? +DocumentFormat.OpenXml.Spreadsheet.Workbook.DefinedNames.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.get -> DocumentFormat.OpenXml.Spreadsheet.ExternalReferences? +DocumentFormat.OpenXml.Spreadsheet.Workbook.ExternalReferences.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.get -> DocumentFormat.OpenXml.Spreadsheet.FileSharing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileSharing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.get -> DocumentFormat.OpenXml.Spreadsheet.FileVersion? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FileVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.get -> DocumentFormat.OpenXml.Spreadsheet.FunctionGroups? +DocumentFormat.OpenXml.Spreadsheet.Workbook.FunctionGroups.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Load(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.get -> DocumentFormat.OpenXml.Spreadsheet.OleSize? +DocumentFormat.OpenXml.Spreadsheet.Workbook.OleSize.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.get -> DocumentFormat.OpenXml.Spreadsheet.PivotCaches? +DocumentFormat.OpenXml.Spreadsheet.Workbook.PivotCaches.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Save(DocumentFormat.OpenXml.Packaging.WorkbookPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.get -> DocumentFormat.OpenXml.Spreadsheet.Sheets? +DocumentFormat.OpenXml.Spreadsheet.Workbook.Sheets.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.get -> DocumentFormat.OpenXml.Spreadsheet.WebPublishing? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WebPublishing.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook() -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.Workbook(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookPart.get -> DocumentFormat.OpenXml.Packaging.WorkbookPart? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.get -> DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection? +DocumentFormat.OpenXml.Spreadsheet.Workbook.WorkbookProtection.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.WorkbookExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.WorkbookExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AllowRefreshQuery.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.AutoCompressPictures.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.BackupFile.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CheckCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CodeName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.Date1904.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DateCompatibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.DefaultThemeVersion.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.FilterPrivacy.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.HidePivotFieldList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PromptedSolutions.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.PublishItems.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.RefreshAllConnections.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.SaveExternalLinkValues.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowBorderUnselectedTables.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowInkAnnotation.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowObjects.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.ShowPivotChartFilter.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.UpdateLinks.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.WorkbookProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockRevision.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockStructure.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.LockWindows.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.RevisionsSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookAlgorithmName.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookHashValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookPassword.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookProtection() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSaltValue.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.WorkbookSpinCount.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ActiveTab.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.AutoFilterDateGrouping.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.FirstSheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Minimized.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowHorizontalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowSheetTabs.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.ShowVerticalScroll.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.TabRatio.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.Visibility.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowHeight.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WindowWidth.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView() -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.WorkbookView(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.XWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.WorkbookView.YWindow.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Load(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Save(DocumentFormat.OpenXml.Packaging.WorksheetPart! openXmlPart) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.get -> DocumentFormat.OpenXml.Spreadsheet.SheetDimension? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetDimension.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetFormatProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.get -> DocumentFormat.OpenXml.Spreadsheet.SheetProperties? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.get -> DocumentFormat.OpenXml.Spreadsheet.SheetViews? +DocumentFormat.OpenXml.Spreadsheet.Worksheet.SheetViews.set -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet() -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.Worksheet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.Worksheet.WorksheetPart.get -> DocumentFormat.OpenXml.Packaging.WorksheetPart? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.Uri.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.WorksheetExtension(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList() -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.WorksheetExtensionList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Name.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Reference.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.Sheet.set -> void +DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.WorksheetSource() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.Id.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.UniqueName.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.get -> DocumentFormat.OpenXml.Spreadsheet.XmlProperties? +DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.XmlProperties.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.get -> DocumentFormat.OpenXml.BooleanValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.Denormalized.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlColumnProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyType = 44 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.AnyURI = 34 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Base64Binary = 5 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Boolean = 21 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Byte = 3 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Date = 25 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.DateTime = 23 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Decimal = 18 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Double = 20 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Duration = 24 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entities = 40 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Entity = 39 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Float = 19 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gday = 29 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gmonth = 26 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GMonthDay = 30 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Gyear = 27 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.GYearMonth = 28 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.HexBinary = 6 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Id = 36 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRef = 37 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.IdRefs = 38 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Int = 12 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Integer = 7 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Language = 35 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Long = 14 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Name = 31 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NCName = 33 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NegativeInteger = 9 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMToken = 42 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NMTokens = 43 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonNegativeInteger = 11 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NonPositiveInteger = 10 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.NormalizedString = 1 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Notation = 41 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.PositiveInteger = 8 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Qname = 32 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Short = 16 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.String = 0 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Time = 22 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.Token = 2 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedByte = 4 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedInteger = 13 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedLong = 15 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlDataValues.UnsignedShort = 17 -> DocumentFormat.OpenXml.Spreadsheet.XmlDataValues +DocumentFormat.OpenXml.Spreadsheet.XmlProperties +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.get -> DocumentFormat.OpenXml.Spreadsheet.ExtensionList? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.ExtensionList.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.MapId.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlDataType.set -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties() -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Spreadsheet.XmlProperties.XPath.set -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring() -> void +DocumentFormat.OpenXml.Spreadsheet.Xstring.Xstring(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Spreadsheet.XstringType.Space.set -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType() -> void +DocumentFormat.OpenXml.Spreadsheet.XstringType.XstringType(string! text) -> void +DocumentFormat.OpenXml.Spreadsheet.XType +DocumentFormat.OpenXml.Spreadsheet.XType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Spreadsheet.XType.Val.set -> void +DocumentFormat.OpenXml.Spreadsheet.XType.XType() -> void +DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.AddIn = 4 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.MacroEnabledWorkbook = 2 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Template = 1 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.SpreadsheetDocumentType.Workbook = 0 -> DocumentFormat.OpenXml.SpreadsheetDocumentType +DocumentFormat.OpenXml.StringValue +DocumentFormat.OpenXml.StringValue.StringValue() -> void +DocumentFormat.OpenXml.StringValue.StringValue(DocumentFormat.OpenXml.StringValue! source) -> void +DocumentFormat.OpenXml.StringValue.StringValue(string? value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue() -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseBlankValue.TrueFalseBlankValue(DocumentFormat.OpenXml.TrueFalseBlankValue! source) -> void +DocumentFormat.OpenXml.TrueFalseValue +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue() -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(bool value) -> void +DocumentFormat.OpenXml.TrueFalseValue.TrueFalseValue(DocumentFormat.OpenXml.TrueFalseValue! source) -> void +DocumentFormat.OpenXml.UInt16Value +DocumentFormat.OpenXml.UInt16Value.UInt16Value() -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(DocumentFormat.OpenXml.UInt16Value! source) -> void +DocumentFormat.OpenXml.UInt16Value.UInt16Value(ushort value) -> void +DocumentFormat.OpenXml.UInt32Value +DocumentFormat.OpenXml.UInt32Value.UInt32Value() -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(DocumentFormat.OpenXml.UInt32Value! source) -> void +DocumentFormat.OpenXml.UInt32Value.UInt32Value(uint value) -> void +DocumentFormat.OpenXml.UInt64Value +DocumentFormat.OpenXml.UInt64Value.UInt64Value() -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(DocumentFormat.OpenXml.UInt64Value! source) -> void +DocumentFormat.OpenXml.UInt64Value.UInt64Value(ulong value) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator +DocumentFormat.OpenXml.Validation.OpenXmlValidator.FileFormat.get -> DocumentFormat.OpenXml.FileFormatVersions +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.get -> int +DocumentFormat.OpenXml.Validation.OpenXmlValidator.MaxNumberOfErrors.set -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator() -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.OpenXmlValidator(DocumentFormat.OpenXml.FileFormatVersions fileFormat) -> void +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Description.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ErrorType.get -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Id.get -> string! +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Node.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Part.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.Path.get -> DocumentFormat.OpenXml.XmlPath? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedNode.get -> DocumentFormat.OpenXml.OpenXmlElement? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.RelatedPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +DocumentFormat.OpenXml.Validation.ValidationErrorInfo.ValidationErrorInfo() -> void +DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.MarkupCompatibility = 3 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Package = 2 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Schema = 0 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.Validation.ValidationErrorType.Semantic = 1 -> DocumentFormat.OpenXml.Validation.ValidationErrorType +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bool = 14 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Bstr = 12 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Currency = 15 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Date = 13 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Decimal = 11 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Error = 16 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Integer = 4 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.UnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.ArrayBaseValues +DocumentFormat.OpenXml.VariantTypes.Variant +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.get -> DocumentFormat.OpenXml.VariantTypes.Variant? +DocumentFormat.OpenXml.VariantTypes.Variant.InnerVariant.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant() -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.Variant(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.get -> DocumentFormat.OpenXml.VariantTypes.VTArray? +DocumentFormat.OpenXml.VariantTypes.Variant.VTArray.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.get -> DocumentFormat.OpenXml.VariantTypes.VTBool? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBool.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.get -> DocumentFormat.OpenXml.VariantTypes.VTBString? +DocumentFormat.OpenXml.VariantTypes.Variant.VTBString.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.get -> DocumentFormat.OpenXml.VariantTypes.VTByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.get -> DocumentFormat.OpenXml.VariantTypes.VTClassId? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClassId.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.get -> DocumentFormat.OpenXml.VariantTypes.VTClipboardData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTClipboardData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.get -> DocumentFormat.OpenXml.VariantTypes.VTCurrency? +DocumentFormat.OpenXml.VariantTypes.Variant.VTCurrency.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.get -> DocumentFormat.OpenXml.VariantTypes.VTDate? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDate.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.get -> DocumentFormat.OpenXml.VariantTypes.VTDecimal? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDecimal.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.get -> DocumentFormat.OpenXml.VariantTypes.VTDouble? +DocumentFormat.OpenXml.VariantTypes.Variant.VTDouble.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.get -> DocumentFormat.OpenXml.VariantTypes.VTEmpty? +DocumentFormat.OpenXml.VariantTypes.Variant.VTEmpty.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.get -> DocumentFormat.OpenXml.VariantTypes.VTError? +DocumentFormat.OpenXml.VariantTypes.Variant.VTError.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.get -> DocumentFormat.OpenXml.VariantTypes.VTFileTime? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFileTime.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.get -> DocumentFormat.OpenXml.VariantTypes.VTFloat? +DocumentFormat.OpenXml.VariantTypes.Variant.VTFloat.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.get -> DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? +DocumentFormat.OpenXml.VariantTypes.Variant.VTLPWSTR.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.get -> DocumentFormat.OpenXml.VariantTypes.VTNull? +DocumentFormat.OpenXml.VariantTypes.Variant.VTNull.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.get -> DocumentFormat.OpenXml.VariantTypes.VTOBlob? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOBlob.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTOStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTOStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTOStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.get -> DocumentFormat.OpenXml.VariantTypes.VTShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.get -> DocumentFormat.OpenXml.VariantTypes.VTStorage? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStorage.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedByte.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt32.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInt64.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedInteger.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.get -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? +DocumentFormat.OpenXml.VariantTypes.Variant.VTUnsignedShort.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.get -> DocumentFormat.OpenXml.VariantTypes.VTVector? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVector.set -> void +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.get -> DocumentFormat.OpenXml.VariantTypes.VTVStreamData? +DocumentFormat.OpenXml.VariantTypes.Variant.VTVStreamData.set -> void +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bool = 16 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Bstr = 13 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClassId = 19 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.ClipboardData = 20 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Currency = 17 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Date = 14 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesReal = 10 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesSignedInteger = 4 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.EightBytesUnsignedInteger = 8 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Error = 18 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Filetime = 15 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesReal = 9 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesSignedInteger = 3 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.FourBytesUnsignedInteger = 7 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpstr = 11 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Lpwstr = 12 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteSignedInteger = 1 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.OneByteUnsignedInteger = 5 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesSignedInteger = 2 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.TwoBytesUnsignedInteger = 6 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VectorBaseValues.Variant = 0 -> DocumentFormat.OpenXml.VariantTypes.VectorBaseValues +DocumentFormat.OpenXml.VariantTypes.VTArray +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTArray.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.LowerBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTArray.UpperBounds.set -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray() -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTArray.VTArray(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTBlob.VTBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBool +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool() -> void +DocumentFormat.OpenXml.VariantTypes.VTBool.VTBool(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTBString +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString() -> void +DocumentFormat.OpenXml.VariantTypes.VTBString.VTBString(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTByte +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTByte.VTByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId() -> void +DocumentFormat.OpenXml.VariantTypes.VTClassId.VTClassId(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Format.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData() -> void +DocumentFormat.OpenXml.VariantTypes.VTClipboardData.VTClipboardData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency() -> void +DocumentFormat.OpenXml.VariantTypes.VTCurrency.VTCurrency(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDate +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate() -> void +DocumentFormat.OpenXml.VariantTypes.VTDate.VTDate(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal() -> void +DocumentFormat.OpenXml.VariantTypes.VTDecimal.VTDecimal(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble() -> void +DocumentFormat.OpenXml.VariantTypes.VTDouble.VTDouble(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTEmpty +DocumentFormat.OpenXml.VariantTypes.VTEmpty.VTEmpty() -> void +DocumentFormat.OpenXml.VariantTypes.VTError +DocumentFormat.OpenXml.VariantTypes.VTError.VTError() -> void +DocumentFormat.OpenXml.VariantTypes.VTError.VTError(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime() -> void +DocumentFormat.OpenXml.VariantTypes.VTFileTime.VTFileTime(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat() -> void +DocumentFormat.OpenXml.VariantTypes.VTFloat.VTFloat(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32 +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt32.VTInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64 +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTInt64.VTInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTInteger.VTInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPSTR.VTLPSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR() -> void +DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.VTLPWSTR(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTNull +DocumentFormat.OpenXml.VariantTypes.VTNull.VTNull() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob() -> void +DocumentFormat.OpenXml.VariantTypes.VTOBlob.VTOBlob(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStorage.VTOStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTOStreamData.VTOStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTShort +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTShort.VTShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage() -> void +DocumentFormat.OpenXml.VariantTypes.VTStorage.VTStorage(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTStreamData.VTStreamData(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.VTUnsignedByte(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.VTUnsignedInt32(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64 +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.VTUnsignedInt64(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.VTUnsignedInteger(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort() -> void +DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.VTUnsignedShort(string! text) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.VariantTypes.VTVector.BaseType.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.VariantTypes.VTVector.Size.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector() -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(string! outerXml) -> void +DocumentFormat.OpenXml.VariantTypes.VTVector.VTVector(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.Version.set -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData() -> void +DocumentFormat.OpenXml.VariantTypes.VTVStreamData.VTVStreamData(string! text) -> void +DocumentFormat.OpenXml.Vml.Arc +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Arc.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Arc.Arc() -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Arc.Arc(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Arc.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Button.set -> void +DocumentFormat.OpenXml.Vml.Arc.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Clip.set -> void +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Arc.EndAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.EndAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Filled.set -> void +DocumentFormat.OpenXml.Vml.Arc.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Arc.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Arc.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Arc.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Href.set -> void +DocumentFormat.OpenXml.Vml.Arc.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Id.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Arc.Ole.set -> void +DocumentFormat.OpenXml.Vml.Arc.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Arc.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Oned.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Arc.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Arc.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Arc.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Print.set -> void +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Arc.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Arc.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Arc.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Arc.StartAngle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Arc.StartAngle.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Arc.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Arc.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Style.set -> void +DocumentFormat.OpenXml.Vml.Arc.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Target.set -> void +DocumentFormat.OpenXml.Vml.Arc.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Title.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Arc.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Arc.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Arc.Wrapcoords.set -> void +DocumentFormat.OpenXml.Vml.Background +DocumentFormat.OpenXml.Vml.Background.Background() -> void +DocumentFormat.OpenXml.Vml.Background.Background(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.Background(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Background.Background(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Background.Fill.set -> void +DocumentFormat.OpenXml.Vml.Background.Fillcolor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Fillcolor.set -> void +DocumentFormat.OpenXml.Vml.Background.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Background.Filled.set -> void +DocumentFormat.OpenXml.Vml.Background.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Background.Id.set -> void +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Background.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Vml.Curve +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Curve.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Curve.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Button.set -> void +DocumentFormat.OpenXml.Vml.Curve.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Class.set -> void +DocumentFormat.OpenXml.Vml.Curve.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Clip.set -> void +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control1.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control1.set -> void +DocumentFormat.OpenXml.Vml.Curve.Control2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Control2.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Curve.Curve() -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Curve.Curve(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Curve.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Filled.set -> void +DocumentFormat.OpenXml.Vml.Curve.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Curve.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.From.set -> void +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Curve.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Curve.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Curve.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Href.set -> void +DocumentFormat.OpenXml.Vml.Curve.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Id.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Curve.Ole.set -> void +DocumentFormat.OpenXml.Vml.Curve.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Curve.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Oned.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Curve.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Curve.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Curve.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Print.set -> void +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Curve.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Curve.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Curve.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Curve.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Curve.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Style.set -> void +DocumentFormat.OpenXml.Vml.Curve.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Target.set -> void +DocumentFormat.OpenXml.Vml.Curve.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.Title.set -> void +DocumentFormat.OpenXml.Vml.Curve.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.To.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Curve.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Curve.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Curve.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Bullseye = 6 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Canvas = 0 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Cycle = 3 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.OrganizationChart = 1 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Radial = 2 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Stacked = 4 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.EditAsValues.Venn = 5 -> DocumentFormat.OpenXml.Vml.EditAsValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.BackwardCompatible = 2 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.Edit = 1 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues.View = 0 -> DocumentFormat.OpenXml.Vml.ExtensionHandlingBehaviorValues +DocumentFormat.OpenXml.Vml.Fill +DocumentFormat.OpenXml.Vml.Fill.AlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.AlignShape.set -> void +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Fill.Angle.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Fill.Angle.set -> void +DocumentFormat.OpenXml.Vml.Fill.Aspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Aspect.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color.set -> void +DocumentFormat.OpenXml.Vml.Fill.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Color2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Colors.set -> void +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.Fill.Fill() -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Fill.Fill(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.get -> DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties? +DocumentFormat.OpenXml.Vml.Fill.FillExtendedProperties.set -> void +DocumentFormat.OpenXml.Vml.Fill.Focus.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Focus.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusPosition.set -> void +DocumentFormat.OpenXml.Vml.Fill.FocusSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.FocusSize.set -> void +DocumentFormat.OpenXml.Vml.Fill.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Href.set -> void +DocumentFormat.OpenXml.Vml.Fill.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Id.set -> void +DocumentFormat.OpenXml.Vml.Fill.Method.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Method.set -> void +DocumentFormat.OpenXml.Vml.Fill.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.On.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Fill.Opacity2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Opacity2.set -> void +DocumentFormat.OpenXml.Vml.Fill.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Origin.set -> void +DocumentFormat.OpenXml.Vml.Fill.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Position.set -> void +DocumentFormat.OpenXml.Vml.Fill.Recolor.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Recolor.set -> void +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Fill.Rotate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Fill.Rotate.set -> void +DocumentFormat.OpenXml.Vml.Fill.Size.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Size.set -> void +DocumentFormat.OpenXml.Vml.Fill.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Source.set -> void +DocumentFormat.OpenXml.Vml.Fill.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Fill.Title.set -> void +DocumentFormat.OpenXml.Vml.Fill.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Fill.Type.set -> void +DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Any = 3 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linear = 1 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Linearsigma = 4 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.None = 0 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillMethodValues.Sigma = 2 -> DocumentFormat.OpenXml.Vml.FillMethodValues +DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Frame = 5 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Gradient = 1 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.GradientRadial = 2 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Pattern = 4 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.FillTypeValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.FillTypeValues +DocumentFormat.OpenXml.Vml.Formula +DocumentFormat.OpenXml.Vml.Formula.Equation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Formula.Equation.set -> void +DocumentFormat.OpenXml.Vml.Formula.Formula() -> void +DocumentFormat.OpenXml.Vml.Formulas +DocumentFormat.OpenXml.Vml.Formulas.Formulas() -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Formulas.Formulas(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group +DocumentFormat.OpenXml.Vml.Group.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Group.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Group.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Group.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Button.set -> void +DocumentFormat.OpenXml.Vml.Group.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Class.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Group.EditAs.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.EditAs.set -> void +DocumentFormat.OpenXml.Vml.Group.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Group.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Group.Group() -> void +DocumentFormat.OpenXml.Vml.Group.Group(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Group(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Group.Group(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Group.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Group.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Href.set -> void +DocumentFormat.OpenXml.Vml.Group.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Id.set -> void +DocumentFormat.OpenXml.Vml.Group.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Group.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Group.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Oned.set -> void +DocumentFormat.OpenXml.Vml.Group.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Group.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.Print.set -> void +DocumentFormat.OpenXml.Vml.Group.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Group.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Group.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Style.set -> void +DocumentFormat.OpenXml.Vml.Group.TableLimits.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableLimits.set -> void +DocumentFormat.OpenXml.Vml.Group.TableProperties.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.TableProperties.set -> void +DocumentFormat.OpenXml.Vml.Group.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Target.set -> void +DocumentFormat.OpenXml.Vml.Group.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.Title.set -> void +DocumentFormat.OpenXml.Vml.Group.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Group.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Group.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Group.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtLeast = 2 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.AtMost = 1 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageAspectValues.Ignore = 0 -> DocumentFormat.OpenXml.Vml.ImageAspectValues +DocumentFormat.OpenXml.Vml.ImageData +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.ChromAKey.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageData.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.DetectMouseClick.set -> void +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.EmbossColor.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageData.Grayscale.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageData.ImageData() -> void +DocumentFormat.OpenXml.Vml.ImageData.Picture.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Picture.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RecolorTarget.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelHref.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelHref.set -> void +DocumentFormat.OpenXml.Vml.ImageData.RelId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.RelId.set -> void +DocumentFormat.OpenXml.Vml.ImageData.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageData.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Alternate.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.BiLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackLevel.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Bullet.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Button.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Class.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Clip.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropBottom.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropLeft.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropRight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.CropTop.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.FillColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Filled.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gain.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gain.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gamma.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.ImageFile.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.GrayScale.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Href.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Id.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile() -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ImageFile.ImageFile(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ImageFile.Ole.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Oned.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Print.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.ImageFile.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.ImageFile.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Source.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.Stroked.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Style.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Target.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.Title.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.ImageFile.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ImageFile.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Line +DocumentFormat.OpenXml.Vml.Line.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Line.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Line.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Button.set -> void +DocumentFormat.OpenXml.Vml.Line.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Class.set -> void +DocumentFormat.OpenXml.Vml.Line.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Clip.set -> void +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Line.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Line.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Filled.set -> void +DocumentFormat.OpenXml.Vml.Line.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Line.From.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.From.set -> void +DocumentFormat.OpenXml.Vml.Line.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Line.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Line.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Line.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Href.set -> void +DocumentFormat.OpenXml.Vml.Line.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Id.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Line.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Line.Line() -> void +DocumentFormat.OpenXml.Vml.Line.Line(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.Line(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Line.Line(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Line.Ole.set -> void +DocumentFormat.OpenXml.Vml.Line.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Line.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Oned.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Line.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Line.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Line.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Line.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Print.set -> void +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Line.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Line.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Line.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Line.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Line.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Style.set -> void +DocumentFormat.OpenXml.Vml.Line.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Target.set -> void +DocumentFormat.OpenXml.Vml.Line.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.Title.set -> void +DocumentFormat.OpenXml.Vml.Line.To.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.To.set -> void +DocumentFormat.OpenXml.Vml.Line.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Line.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Line.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Line.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Center = 4 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Left = 3 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Middle = 1 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Right = 5 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.AlignmentValues +DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Any = 0 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Auto = 5 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree30 = 1 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree45 = 2 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree60 = 3 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.AngleValues.Degree90 = 4 -> DocumentFormat.OpenXml.Vml.Office.AngleValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Auto = 1 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Black = 7 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.BlackTextAndLines = 10 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Color = 0 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayOutline = 5 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.GrayScale = 2 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.HighContrast = 6 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.InverseGray = 4 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.LightGrayScale = 3 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.Undrawn = 9 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues.White = 8 -> DocumentFormat.OpenXml.Vml.Office.BlackAndWhiteModeValues +DocumentFormat.OpenXml.Vml.Office.BottomStroke +DocumentFormat.OpenXml.Vml.Office.BottomStroke.BottomStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Callout +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.AccentBar.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Angle.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Callout() -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Distance.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Drop.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.DropAuto.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Gap.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Length.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Length.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.LengthSpecified.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusX.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.MinusY.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Callout.TextBorder.set -> void +DocumentFormat.OpenXml.Vml.Office.Callout.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Callout.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Bottom = 2 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Center = 1 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.Top = 0 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues.User = 3 -> DocumentFormat.OpenXml.Vml.Office.CalloutPlacementValues +DocumentFormat.OpenXml.Vml.Office.ClipPath +DocumentFormat.OpenXml.Vml.Office.ClipPath.ClipPath() -> void +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ClipPath.Value.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ColorMenu() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ExtrusionColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.ShadowColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMenu.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorModeValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.ColorModeValues +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.ColorMostRecentlyUsed() -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Colors.set -> void +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ColumnStroke +DocumentFormat.OpenXml.Vml.Office.ColumnStroke.ColumnStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Complex +DocumentFormat.OpenXml.Vml.Office.Complex.Complex() -> void +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Complex.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Curved = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Elbow = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectorValues.Straight = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectorValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Custom = 3 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.None = 0 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Rectangle = 1 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.ConnectValues.Segments = 2 -> DocumentFormat.OpenXml.Vml.Office.ConnectValues +DocumentFormat.OpenXml.Vml.Office.Diagram +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoFormat.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.AutoLayout.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.BaseTextScale.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ConstrainBounds.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram() -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Diagram(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.FontSize.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.get -> DocumentFormat.OpenXml.Vml.Office.RelationTable? +DocumentFormat.OpenXml.Vml.Office.Diagram.RelationTable.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Reverse.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleX.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.ScaleY.set -> void +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.Diagram.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry +DocumentFormat.OpenXml.Vml.Office.Entry.Entry() -> void +DocumentFormat.OpenXml.Vml.Office.Entry.New.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.New.set -> void +DocumentFormat.OpenXml.Vml.Office.Entry.Old.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Entry.Old.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.AutoRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.BackDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Brightness.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Diffusity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Edge.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Extrusion() -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Facet.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ForceDepth.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightFace.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightHarsh2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightLevel2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LightPosition2.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.LockRotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Metal.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Orientation.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.OrientationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Render.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.RotationCenter.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Shininess.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAmount.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.SkewAngle.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Specularity.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.Viewpoint.set -> void +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Extrusion.ViewpointOrigin.set -> void +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.XY = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.YZ = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues.ZX = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionPlaneValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.BoundingCube = 2 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues.WireFrame = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionRenderValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Parallel = 1 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.ExtrusionValues.Perspective = 0 -> DocumentFormat.OpenXml.Vml.Office.ExtrusionValues +DocumentFormat.OpenXml.Vml.Office.FieldCodes +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes() -> void +DocumentFormat.OpenXml.Vml.Office.FieldCodes.FieldCodes(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.FillExtendedProperties() -> void +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Background = 8 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Frame = 4 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Gradient = 7 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientCenter = 0 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientRadial = 6 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.GradientUnscaled = 5 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Solid = 1 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.FillValues.Tile = 3 -> DocumentFormat.OpenXml.Vml.Office.FillValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues.Right = 1 -> DocumentFormat.OpenXml.Vml.Office.HorizontalRuleAlignmentValues +DocumentFormat.OpenXml.Vml.Office.Ink +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Ink.AnnotationFlag.set -> void +DocumentFormat.OpenXml.Vml.Office.Ink.Ink() -> void +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Office.Ink.InkData.set -> void +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Auto = 0 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.InsetMarginValues.Custom = 1 -> DocumentFormat.OpenXml.Vml.Office.InsetMarginValues +DocumentFormat.OpenXml.Vml.Office.LeftStroke +DocumentFormat.OpenXml.Vml.Office.LeftStroke.LeftStroke() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType() -> void +DocumentFormat.OpenXml.Vml.Office.LinkType.LinkType(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.Lock +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AdjustHandles.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.AspectRatio.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Cropping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Grouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Lock() -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Position.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Position.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Rotation.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Selection.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.ShapeType.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.TextLock.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Ungrouping.set -> void +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Lock.Verticies.set -> void +DocumentFormat.OpenXml.Vml.Office.LockedField +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField() -> void +DocumentFormat.OpenXml.Vml.Office.LockedField.LockedField(string! text) -> void +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Content = 0 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues.Icon = 1 -> DocumentFormat.OpenXml.Vml.Office.OleDrawAspectValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Bitmap = 1 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.EnhancedMetaFile = 2 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleLinkValues.Picture = 0 -> DocumentFormat.OpenXml.Vml.Office.OleLinkValues +DocumentFormat.OpenXml.Vml.Office.OleObject +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.DrawAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.get -> DocumentFormat.OpenXml.Vml.Office.FieldCodes? +DocumentFormat.OpenXml.Vml.Office.OleObject.FieldCodes.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.get -> DocumentFormat.OpenXml.Vml.Office.LinkType? +DocumentFormat.OpenXml.Vml.Office.OleObject.LinkType.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.get -> DocumentFormat.OpenXml.Vml.Office.LockedField? +DocumentFormat.OpenXml.Vml.Office.OleObject.LockedField.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ObjectId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject() -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.OleObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ProgId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.ShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.OleObject.UpdateMode.set -> void +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.Always = 0 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues.OnCall = 1 -> DocumentFormat.OpenXml.Vml.Office.OleUpdateModeValues +DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Embed = 0 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.OleValues.Link = 1 -> DocumentFormat.OpenXml.Vml.Office.OleValues +DocumentFormat.OpenXml.Vml.Office.Proxy +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Office.Proxy.ConnectionLocation.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.End.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.End.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Proxy() -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Office.Proxy.Start.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RegroupTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable() -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RegroupTable.RegroupTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Relation +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.CenterShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.DestinationId.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Relation.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Relation.Relation() -> void +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Relation.SourceId.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.RelationTable.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable() -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.RelationTable.RelationTable(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RightStroke +DocumentFormat.OpenXml.Vml.Office.RightStroke.RightStroke() -> void +DocumentFormat.OpenXml.Vml.Office.Rule +DocumentFormat.OpenXml.Vml.Office.Rule.How.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.How.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule() -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Rule(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Rule.ShapeReference.set -> void +DocumentFormat.OpenXml.Vml.Office.Rule.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rule.Type.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Rules.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules() -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.Rules.Rules(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Arc = 0 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Callout = 1 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.RuleValues.Connector = 2 -> DocumentFormat.OpenXml.Vml.Office.RuleValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz1152x862 = 5 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Vml.Office.ScreenSizeValues +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.BeFilled.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.get -> DocumentFormat.OpenXml.Vml.Office.Callout? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Callout.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.get -> DocumentFormat.OpenXml.Vml.Office.ColorMenu? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMenu.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.get -> DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ColorMostRecentlyUsed.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.get -> DocumentFormat.OpenXml.Vml.Office.Extrusion? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Extrusion.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.get -> DocumentFormat.OpenXml.Vml.Fill? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Fill.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.get -> DocumentFormat.OpenXml.Vml.ImageData? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ImageData.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.IsStroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.get -> DocumentFormat.OpenXml.Vml.Office.Lock? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Lock.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.MaxShapeId.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.get -> DocumentFormat.OpenXml.Vml.Shadow? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.get -> DocumentFormat.OpenXml.Vml.Office.Skew? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Skew.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.get -> DocumentFormat.OpenXml.Vml.Stroke? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Stroke.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.Style.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.get -> DocumentFormat.OpenXml.Vml.TextBox? +DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.TextBox.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Data.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.ShapeIdMap() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.get -> DocumentFormat.OpenXml.Vml.Office.RegroupTable? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.RegroupTable.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.get -> DocumentFormat.OpenXml.Vml.Office.Rules? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.Rules.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.get -> DocumentFormat.OpenXml.Vml.Office.ShapeIdMap? +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeIdMap.set -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout() -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Office.ShapeLayout.ShapeLayout(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AdditionalXml.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.AllowComments.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.IsSignatureLine.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ProviderId.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.ShowSignDate.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureLine() -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SignatureProviderUrl.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructions.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SigningInstructionsSet.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSigner2.set -> void +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.SignatureLine.SuggestedSignerEmail.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Id.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Offset.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.Skew.On.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.Skew.Origin.set -> void +DocumentFormat.OpenXml.Vml.Office.Skew.Skew() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Color2.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Extension.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.FillType.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Href.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.get -> DocumentFormat.OpenXml.DecimalValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.MiterLimit.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.On.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Source.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.StrokeChildType() -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Title.set -> void +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Office.StrokeChildType.Weight.set -> void +DocumentFormat.OpenXml.Vml.Office.TopStroke +DocumentFormat.OpenXml.Vml.Office.TopStroke.TopStroke() -> void +DocumentFormat.OpenXml.Vml.Oval +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Oval.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Oval.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Button.set -> void +DocumentFormat.OpenXml.Vml.Oval.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Class.set -> void +DocumentFormat.OpenXml.Vml.Oval.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Clip.set -> void +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Oval.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Filled.set -> void +DocumentFormat.OpenXml.Vml.Oval.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Oval.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Oval.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Oval.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Href.set -> void +DocumentFormat.OpenXml.Vml.Oval.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Id.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Oval.Ole.set -> void +DocumentFormat.OpenXml.Vml.Oval.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Oned.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Oval.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Oval.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Oval.Oval() -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Oval.Oval(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Oval.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Print.set -> void +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Oval.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Oval.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Oval.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Oval.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Oval.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Style.set -> void +DocumentFormat.OpenXml.Vml.Oval.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Target.set -> void +DocumentFormat.OpenXml.Vml.Oval.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.Title.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Oval.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Oval.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Oval.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Path +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowExtrusion.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowFill.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowFill.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowGradientShape.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowInsetPen.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowShading.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowShading.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowStroke.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowStroke.set -> void +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.AllowTextPath.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectAngles.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPoints.set -> void +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Path.ConnectionPointType.set -> void +DocumentFormat.OpenXml.Vml.Path.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Id.set -> void +DocumentFormat.OpenXml.Vml.Path.Limo.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Limo.set -> void +DocumentFormat.OpenXml.Vml.Path.Path() -> void +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Path.ShowArrowhead.set -> void +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.TextboxRectangle.set -> void +DocumentFormat.OpenXml.Vml.Path.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Path.Value.set -> void +DocumentFormat.OpenXml.Vml.PolyLine +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Alternate.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Bullet.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Button.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Class.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Clip.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.FillColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Filled.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.PolyLine.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Href.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Id.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.PolyLine.Ole.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Oned.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Points.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Points.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine() -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PolyLine(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Print.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.PolyLine.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.PolyLine.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.Stroked.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Style.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Target.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.Title.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.PolyLine.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.PolyLine.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag +DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.InkAnnotationFlag() -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Presentation.TextData.Id.set -> void +DocumentFormat.OpenXml.Vml.Presentation.TextData.TextData() -> void +DocumentFormat.OpenXml.Vml.Rectangle +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Rectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Rectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Rectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle() -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Rectangle.Rectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Rectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Rectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Rectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Alternate.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ArcSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Bullet.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Button.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Class.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Clip.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.FillColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Filled.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Gfxdata.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Href.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Id.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Ole.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Oned.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Print.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle() -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.RoundRectangle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Stroked.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Style.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Target.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.Title.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.RoundRectangle.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Shadow +DocumentFormat.OpenXml.Vml.Shadow.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Color2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Id.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Matrix.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Matrix.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Obscured.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.Obscured.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Offset2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Offset2.set -> void +DocumentFormat.OpenXml.Vml.Shadow.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shadow.On.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Origin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shadow.Origin.set -> void +DocumentFormat.OpenXml.Vml.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Vml.Shadow.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shadow.Type.set -> void +DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Double = 1 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.DrawingRelative = 5 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Emboss = 2 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Perspective = 3 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.ShapeRelative = 4 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.ShadowValues.Single = 0 -> DocumentFormat.OpenXml.Vml.ShadowValues +DocumentFormat.OpenXml.Vml.Shape +DocumentFormat.OpenXml.Vml.Shape.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shape.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shape.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Button.set -> void +DocumentFormat.OpenXml.Vml.Shape.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Class.set -> void +DocumentFormat.OpenXml.Vml.Shape.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shape.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Vml.Shape.EncodedPackage.set -> void +DocumentFormat.OpenXml.Vml.Shape.EquationXml.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.EquationXml.set -> void +DocumentFormat.OpenXml.Vml.Shape.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shape.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shape.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shape.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Href.set -> void +DocumentFormat.OpenXml.Vml.Shape.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Id.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shape.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shape.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shape.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shape.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shape.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shape.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Print.set -> void +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shape.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shape.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shape.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shape.Shape() -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shape.Shape(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shape.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shape.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Style.set -> void +DocumentFormat.OpenXml.Vml.Shape.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Target.set -> void +DocumentFormat.OpenXml.Vml.Shape.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Title.set -> void +DocumentFormat.OpenXml.Vml.Shape.Type.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.Type.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shape.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shape.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shape.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertX.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.InvertY.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Map.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Polar.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Position.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.RadiusRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.ShapeHandle() -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.Switch.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.XRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.ShapeHandle.YRange.set -> void +DocumentFormat.OpenXml.Vml.ShapeHandles +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles() -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.ShapeHandles.ShapeHandles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Adjustment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowInCell.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.AllowOverlap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Alternate.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.BlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderBottomColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderLeftColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderRightColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.BorderTopColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Bullet.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Button.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Button.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Class.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Class.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Clip.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Clip.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ClipToWrap.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.ConnectorType.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateOrigin.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.CoordinateSize.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayout.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramLayoutMostRecentUsed.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.DiagramNodeKind.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.DoubleClickNotify.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.EdgePath.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.FillColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Filled.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Filled.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Horizontal.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalAlignment.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalNoShade.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.get -> DocumentFormat.OpenXml.SingleValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalPercentage.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.HorizontalStandard.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Href.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Id.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.InsetPen.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Master.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Master.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.NormalBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Ole.get -> DocumentFormat.OpenXml.TrueFalseBlankValue? +DocumentFormat.OpenXml.Vml.Shapetype.Ole.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.OleIcon.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Oned.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Oned.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalNumber.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.OptionalString.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.PreferRelative.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Print.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Print.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Shapetype.PureBlackWhiteMode.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Shapetype.RegroupId.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype() -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Shapetype.Shapetype(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeColor.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.Stroked.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.StrokeWeight.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Style.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Target.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Target.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.Title.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserDrawn.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Shapetype.UserHidden.set -> void +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Shapetype.WrapCoordinates.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.AcceleratorPrimary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.AcceleratorSecondary(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.Anchor(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.AutoFill(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.AutoLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.AutoScaleFont(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.AutoSizePicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.Empty = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.F = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.False = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.T = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues.True = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.BooleanEntryWithBlankValues +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CameraObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CancelButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.Checked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ClientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.ObjectType.set -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.ClipboardFormat(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Bitmap = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.Picture = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureOld = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PicturePrint = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues.PictureScreen = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormatValues +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.Colored(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.ColumnHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CommentColumnTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CommentRowTarget(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.DdeObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.DefaultButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.DefaultSize(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.Disable3D(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.Disable3DForListBoxAndDropDown(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.Disabled(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.DismissButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.DropLines(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.DropStyle(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.FirstButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.FormulaGroup(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.FormulaLink(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.FormulaMacro(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.FormulaPicture(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.FormulaRange(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.FormulaTextBox(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.HelpButton(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.HorizontalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.HorizontalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.InputValidationType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.JustifyLastLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.ListBoxCallbackType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.ListItem(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.Locked(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.LockText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.MapOcxControl(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.MinDropDownWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.MoveWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.MultiLine(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.MultiSelections(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingLine = 7 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.AuditingRectangle = 13 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Button = 0 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Checkbox = 1 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Dialog = 2 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Drop = 3 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Edit = 4 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Group = 17 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.GroupBox = 5 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Label = 6 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.List = 8 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Movie = 9 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Note = 10 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Picture = 11 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Radio = 12 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Rectangle = 18 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Scroll = 14 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Shape = 16 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues.Spin = 15 -> DocumentFormat.OpenXml.Vml.Spreadsheet.ObjectValues +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.PrintObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.RecalculateAlways(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.ResizeWithCells(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.RowHidden(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.ScriptExtended(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.ScriptLanguage(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.ScriptLocation(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.ScriptText(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.ScrollBarIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.ScrollBarMax(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.ScrollBarMin(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.ScrollBarPageIncrement(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.ScrollBarPosition(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.ScrollBarWidth(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.SecretEdit(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.SelectionEntry(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.SelectionType(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.UIObject(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.ValidIds(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.VerticalScrollBar(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.VerticalTextAlignment(string! text) -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible() -> void +DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.Visible(string! text) -> void +DocumentFormat.OpenXml.Vml.Stroke +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.AlternateImageReference.set -> void +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.get -> DocumentFormat.OpenXml.Vml.Office.BottomStroke? +DocumentFormat.OpenXml.Vml.Stroke.BottomStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Color2.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Color2.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.get -> DocumentFormat.OpenXml.Vml.Office.ColumnStroke? +DocumentFormat.OpenXml.Vml.Stroke.ColumnStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.DashStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.EndCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.EndCap.set -> void +DocumentFormat.OpenXml.Vml.Stroke.FillType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.FillType.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ForceDash.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Href.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Href.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Id.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAlignShape.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageAspect.set -> void +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.ImageSize.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.Insetpen.set -> void +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.JoinStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.get -> DocumentFormat.OpenXml.Vml.Office.LeftStroke? +DocumentFormat.OpenXml.Vml.Stroke.LeftStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.LineStyle.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Miterlimit.set -> void +DocumentFormat.OpenXml.Vml.Stroke.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Stroke.On.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Opacity.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Opacity.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.RelationshipId.set -> void +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.get -> DocumentFormat.OpenXml.Vml.Office.RightStroke? +DocumentFormat.OpenXml.Vml.Stroke.RightStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Source.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Source.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrow.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowLength.set -> void +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Stroke.StartArrowWidth.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke() -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.Stroke.Stroke(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.Stroke.Title.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Title.set -> void +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.get -> DocumentFormat.OpenXml.Vml.Office.TopStroke? +DocumentFormat.OpenXml.Vml.Stroke.TopStroke.set -> void +DocumentFormat.OpenXml.Vml.Stroke.Weight.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.Stroke.Weight.set -> void +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Long = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues.Short = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowLengthValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Block = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Classic = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Diamond = 4 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.None = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Open = 5 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowValues.Oval = 3 -> DocumentFormat.OpenXml.Vml.StrokeArrowValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Medium = 1 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Narrow = 0 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues.Wide = 2 -> DocumentFormat.OpenXml.Vml.StrokeArrowWidthValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Flat = 0 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Round = 2 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeEndCapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.StrokeEndCapValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Frame = 3 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Pattern = 2 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Solid = 0 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeFillTypeValues.Tile = 1 -> DocumentFormat.OpenXml.Vml.StrokeFillTypeValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Bevel = 1 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Miter = 2 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues.Round = 0 -> DocumentFormat.OpenXml.Vml.StrokeJoinStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.Single = 0 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickBetweenThin = 4 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThickThin = 3 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThick = 2 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.StrokeLineStyleValues.ThinThin = 1 -> DocumentFormat.OpenXml.Vml.StrokeLineStyleValues +DocumentFormat.OpenXml.Vml.TextBox +DocumentFormat.OpenXml.Vml.TextBox.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Id.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Inset.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Inset.set -> void +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextBox.SingleClick.set -> void +DocumentFormat.OpenXml.Vml.TextBox.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextBox.Style.set -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox() -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(string! outerXml) -> void +DocumentFormat.OpenXml.Vml.TextBox.TextBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Vml.TextPath +DocumentFormat.OpenXml.Vml.TextPath.FitPath.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitPath.set -> void +DocumentFormat.OpenXml.Vml.TextPath.FitShape.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.FitShape.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Id.set -> void +DocumentFormat.OpenXml.Vml.TextPath.On.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.On.set -> void +DocumentFormat.OpenXml.Vml.TextPath.String.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.String.set -> void +DocumentFormat.OpenXml.Vml.TextPath.Style.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Vml.TextPath.Style.set -> void +DocumentFormat.OpenXml.Vml.TextPath.TextPath() -> void +DocumentFormat.OpenXml.Vml.TextPath.Trim.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.Trim.set -> void +DocumentFormat.OpenXml.Vml.TextPath.XScale.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.TextPath.XScale.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock +DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.AnchorLock() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.TrueFalseValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderType.Width.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dash = 6 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotDot = 8 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DashedSmall = 21 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Dot = 5 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Double = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Hairline = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLInset = 26 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.HTMLOutset = 25 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.None = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Single = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Thick = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThin = 15 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinLarge = 18 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickBetweenThinSmall = 12 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThin = 14 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinLarge = 17 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThickThinSmall = 11 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThick = 13 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickLarge = 16 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThinThickSmall = 10 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Vml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorX.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.AnchorY.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Side.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.TextWrap() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.Type.set -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Margin = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Page = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues.Text = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Both = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Largest = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Left = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues.Right = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapSideValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.None = 2 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Square = 1 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Through = 4 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.Tight = 3 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues.TopAndBottom = 0 -> DocumentFormat.OpenXml.Vml.Wordprocessing.WrapValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.MiddleDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Indent = 1 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues.Margin = 0 -> DocumentFormat.OpenXml.Wordprocessing.AbsolutePositionTabPositioningBaseValues +DocumentFormat.OpenXml.Wordprocessing.AbstractNum +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNum(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumberId.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.AbstractNumDefinitionName.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.get -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelType? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.MultiLevelType.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.get -> DocumentFormat.OpenXml.Wordprocessing.Nsid? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.Nsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.NumberingStyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.get -> DocumentFormat.OpenXml.Wordprocessing.StyleLink? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.StyleLink.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.get -> DocumentFormat.OpenXml.Wordprocessing.TemplateCode? +DocumentFormat.OpenXml.Wordprocessing.AbstractNum.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName +DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.AbstractNumDefinitionName() -> void +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId +DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.AbstractNumId() -> void +DocumentFormat.OpenXml.Wordprocessing.Active +DocumentFormat.OpenXml.Wordprocessing.Active.Active() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord +DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.ActiveRecord() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ActiveWritingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.ApplicationName.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CheckStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.DllVersion.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.NaturalLanguageGrammarCheck.set -> void +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.VendorID.set -> void +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName +DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.AddressFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable +DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.AdjustLineHeightInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent +DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.AdjustRightIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.Aliases +DocumentFormat.OpenXml.Wordprocessing.Aliases.Aliases() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges +DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.AlignBorderAndEdges() -> void +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow +DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.AlignTablesRowByRow() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowPNG +DocumentFormat.OpenXml.Wordprocessing.AllowPNG.AllowPNG() -> void +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable +DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.AllowSpaceOfSameStyleInTable() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunk(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.get -> DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.AltChunkProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AltChunk.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.AltChunkProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.get -> DocumentFormat.OpenXml.Wordprocessing.MatchSource? +DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.MatchSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.AltName +DocumentFormat.OpenXml.Wordprocessing.AltName.AltName() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace +DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.AlwaysMergeEmptyNamespace() -> void +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText +DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.AlwaysShowPlaceholderText() -> void +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark +DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.AnnotationReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules +DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.ApplyBreakingRules() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema +DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.AttachedSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate +DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.AttachedTemplate() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.AutoCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Caption.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.AutoCaption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.AutoCaptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell +DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.AutofitToFirstFixedWidthCell() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride +DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.AutoFormatOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation +DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.AutoHyphenation() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField +DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.AutomaticallySizeFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.AutomaticColorValues +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine +DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.AutoRedefine() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.AutoSpaceDE() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.AutoSpaceDN() -> void +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95 +DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.AutoSpaceLikeWord95() -> void +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth +DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.BalanceSingleByteDoubleByteWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.BarBorder +DocumentFormat.OpenXml.Wordprocessing.BarBorder.BarBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BasedOn +DocumentFormat.OpenXml.Wordprocessing.BasedOn.BasedOn() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior +DocumentFormat.OpenXml.Wordprocessing.Behavior.Behavior() -> void +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Behavior.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors() -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Behaviors.Behaviors(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder +DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.BetweenBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BiDi +DocumentFormat.OpenXml.Wordprocessing.BiDi.BiDi() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.BidirectionalEmbedding(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.BidirectionalOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual +DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.BiDiVisual() -> void +DocumentFormat.OpenXml.Wordprocessing.BlockQuote +DocumentFormat.OpenXml.Wordprocessing.BlockQuote.BlockQuote() -> void +DocumentFormat.OpenXml.Wordprocessing.Body +DocumentFormat.OpenXml.Wordprocessing.Body.Body() -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Body.Body(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyDiv +DocumentFormat.OpenXml.Wordprocessing.BodyDiv.BodyDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType() -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.BodyType.BodyType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Bold +DocumentFormat.OpenXml.Wordprocessing.Bold.Bold() -> void +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript +DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.BoldComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.BookFoldPrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets +DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.BookFoldPrintingSheets() -> void +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting +DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.BookFoldReversePrinting() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd +DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.BookmarkEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.BookmarkStart() -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Border +DocumentFormat.OpenXml.Wordprocessing.Border.Border() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.BordersDoNotSurroundFooter() -> void +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader +DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.BordersDoNotSurroundHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType +DocumentFormat.OpenXml.Wordprocessing.BorderType.BorderType() -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Frame.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Size.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.BorderType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Apples = 27 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ArchedScallops = 28 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyPacifier = 29 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BabyRattle = 30 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Balloons3Colors = 31 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BalloonsHotAir = 32 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDashes = 33 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackDots = 34 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicBlackSquares = 35 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicThinLines = 36 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDashes = 37 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteDots = 38 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWhiteSquares = 39 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideInline = 40 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideMidline = 41 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BasicWideOutline = 42 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Bats = 43 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Birds = 44 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.BirdsFlight = 45 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cabins = 46 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CakeSlice = 47 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CandyCorn = 48 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CelticKnotwork = 49 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CertificateBanner = 50 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChainLink = 51 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChampagneBottle = 52 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarBlack = 53 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CheckedBarColor = 54 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Checkered = 55 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ChristmasTree = 56 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesLines = 57 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CirclesRectangles = 58 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ClassicalWave = 59 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Clocks = 60 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Compass = 61 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Confetti = 62 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiGrays = 63 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiOutline = 64 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiStreamers = 65 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ConfettiWhite = 66 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CornerTriangles = 67 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDashes = 68 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CouponCutoutDots = 69 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrazyMaze = 70 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesButterfly = 71 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesFish = 72 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesInsects = 73 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CreaturesLadyBug = 74 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.CrossStitch = 75 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Cup = 76 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashDotStroked = 22 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dashed = 6 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DashSmallGap = 21 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArch = 77 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoArchColor = 78 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DecoBlocks = 79 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DiamondsGray = 80 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDash = 7 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DotDotDash = 8 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Dotted = 5 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Double = 4 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleD = 81 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleDiamonds = 82 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.DoubleWave = 20 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth1 = 83 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Earth2 = 84 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares1 = 85 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EclipsingSquares2 = 86 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.EggsBlack = 87 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Fans = 88 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Film = 89 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Firecrackers = 90 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersBlockPrint = 91 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersDaisies = 92 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern1 = 93 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersModern2 = 94 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersPansy = 95 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRedRose = 96 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersRoses = 97 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTeacup = 98 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.FlowersTiny = 99 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gems = 100 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.GingerbreadMan = 101 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Gradient = 102 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade1 = 103 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Handmade2 = 104 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartBalloon = 105 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeartGray = 106 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hearts = 107 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HeebieJeebies = 108 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Holly = 109 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.HouseFunky = 110 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Hypnotic = 111 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.IceCreamCones = 112 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Inset = 26 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.LightBulb = 113 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning1 = 114 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Lightning2 = 115 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleLeaf = 117 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapleMuffins = 118 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MapPins = 116 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Marquee = 119 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MarqueeToothed = 120 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Moons = 121 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Mosaic = 122 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.MusicNotes = 123 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.None = 1 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Northwest = 124 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Outset = 25 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Ovals = 125 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Packages = 126 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsBlack = 127 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PalmsColor = 128 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PaperClips = 129 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Papyrus = 130 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyFavor = 131 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PartyGlass = 132 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pencils = 133 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.People = 134 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleHats = 136 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PeopleWaving = 135 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Poinsettias = 137 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PostageStamp = 138 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pumpkin1 = 139 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote1 = 141 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PushPinNote2 = 140 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Pyramids = 142 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.PyramidsAbove = 143 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Quadrants = 144 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Rings = 145 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Safari = 146 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sawtooth = 147 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SawtoothGray = 148 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ScaredCat = 149 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Seattle = 150 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShadowedSquares = 151 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes1 = 181 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Shapes2 = 182 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SharksTeeth = 152 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ShorebirdTracks = 153 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Single = 2 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Skyrocket = 154 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.SnowflakeFancy = 155 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Snowflakes = 156 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sombrero = 157 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Southwest = 158 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars = 159 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Stars3d = 161 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsBlack = 162 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsShadowed = 163 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.StarsTop = 160 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Sun = 164 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Swirligig = 165 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinLargeGap = 17 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinMediumGap = 14 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThickThinSmallGap = 11 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickLargeGap = 16 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickMediumGap = 13 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickSmallGap = 10 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinLargeGap = 18 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinMediumGap = 15 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThinThickThinSmallGap = 12 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEmboss = 23 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ThreeDEngrave = 24 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaper = 166 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TornPaperBlack = 167 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Trees = 168 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle1 = 177 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangle2 = 178 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle1 = 179 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleCircle2 = 180 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TriangleParty = 169 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triangles = 170 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal1 = 171 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal2 = 172 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal3 = 173 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal4 = 174 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal5 = 175 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Tribal6 = 176 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Triple = 9 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines1 = 183 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.TwistedLines2 = 184 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Vine = 185 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Wave = 19 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Waveline = 186 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingAngles = 187 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingBraid = 188 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingRibbon = 189 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WeavingStrips = 190 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.WhiteFlowers = 191 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.Woodwork = 192 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.XIllusions = 193 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZanyTriangles = 194 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZag = 195 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BorderValues.ZigZagStitch = 196 -> DocumentFormat.OpenXml.Wordprocessing.BorderValues +DocumentFormat.OpenXml.Wordprocessing.BottomBorder +DocumentFormat.OpenXml.Wordprocessing.BottomBorder.BottomBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMargin +DocumentFormat.OpenXml.Wordprocessing.BottomMargin.BottomMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv +DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.BottomMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.Break +DocumentFormat.OpenXml.Wordprocessing.Break.Break() -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Clear.set -> void +DocumentFormat.OpenXml.Wordprocessing.Break.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Break.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.All = 3 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakTextRestartLocationValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Column = 1 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.BreakValues.TextWrapping = 2 -> DocumentFormat.OpenXml.Wordprocessing.BreakValues +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance +DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CachedColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit +DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CalculateOnExit() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar +DocumentFormat.OpenXml.Wordprocessing.Calendar.Calendar() -> void +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Calendar.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Gregorian = 0 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianArabic = 13 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianMeFrench = 12 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedEnglish = 9 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianTransliteratedFrench = 10 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.GregorianUs = 11 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hebrew = 3 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Hijri = 1 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Japan = 5 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Korea = 7 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.None = 14 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Saka = 8 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Taiwan = 4 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Thai = 6 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CalendarValues.Umalqura = 2 -> DocumentFormat.OpenXml.Wordprocessing.CalendarValues +DocumentFormat.OpenXml.Wordprocessing.CantSplit +DocumentFormat.OpenXml.Wordprocessing.CantSplit.CantSplit() -> void +DocumentFormat.OpenXml.Wordprocessing.Caps +DocumentFormat.OpenXml.Wordprocessing.Caps.Caps() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption +DocumentFormat.OpenXml.Wordprocessing.Caption.Caption() -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.ChapterNumber.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Caption.Heading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NoLabel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.NumberFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Caption.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Above = 0 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues.Below = 1 -> DocumentFormat.OpenXml.Wordprocessing.CaptionPositionValues +DocumentFormat.OpenXml.Wordprocessing.Captions +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions() -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Captions.Captions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn +DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CarriageReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.Category +DocumentFormat.OpenXml.Wordprocessing.Category.Category() -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Category(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.get -> DocumentFormat.OpenXml.Wordprocessing.Gallery? +DocumentFormat.OpenXml.Wordprocessing.Category.Gallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.Category.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.Category.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellDeletion +DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CellDeletion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellInsertion +DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CellInsertion() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.CellMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CellMerge.VerticalMergeOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Colon = 2 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EmDash = 3 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.EnDash = 4 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Hyphen = 0 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues.Period = 1 -> DocumentFormat.OpenXml.Wordprocessing.ChapterSeparatorValues +DocumentFormat.OpenXml.Wordprocessing.CharacterScale +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CharacterScale() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterScale.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CharacterSpacingControl() -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuation = 1 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.CompressPunctuationAndJapaneseKana = 2 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues.DoNotCompress = 0 -> DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingValues +DocumentFormat.OpenXml.Wordprocessing.CheckBox +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CheckBox.CheckBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Checked +DocumentFormat.OpenXml.Wordprocessing.Checked.Checked() -> void +DocumentFormat.OpenXml.Wordprocessing.CheckErrors +DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CheckErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle +DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.ClickAndTypeStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Color +DocumentFormat.OpenXml.Wordprocessing.Color.Color() -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Color.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Color.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ColorSchemeIndexValues +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent3.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent4.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent5.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Accent6.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Background2.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.ColorSchemeMapping() -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.FollowedHyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Hyperlink.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text1.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.Text2.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column +DocumentFormat.OpenXml.Wordprocessing.Column.Column() -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.Column.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Column.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter +DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.ColumnDelimiter() -> void +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex +DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.ColumnIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.Columns.ColumnCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns() -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Columns(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.EqualWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Separator.set -> void +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Columns.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Angle = 3 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Curly = 4 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Round = 1 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues.Square = 2 -> DocumentFormat.OpenXml.Wordprocessing.CombineBracketValues +DocumentFormat.OpenXml.Wordprocessing.Comment +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment() -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Comment(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Comment.Initials.set -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CommentRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart +DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CommentRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CommentReference +DocumentFormat.OpenXml.Wordprocessing.CommentReference.CommentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments() -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Comments(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Load(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.Save(DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Comments.WordprocessingCommentsPart.get -> DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AdjustLineHeightInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.get -> DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AlignTablesRowByRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.get -> DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AllowSpaceOfSameStyleInTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.get -> DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ApplyBreakingRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.get -> DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutofitToFirstFixedWidthCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.AutoSpaceLikeWord95.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.get -> DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.BalanceSingleByteDoubleByteWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.CachedColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility() -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.Compatibility(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.get -> DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ConvertMailMergeEscape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DisplayHangulFixedWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotAutofitConstrainedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakConstrainedForcedTable.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotBreakWrappedTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotExpandShiftReturn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotLeaveBackslashAlone.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSnapToGridInCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotSuppressParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseEastAsianBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseHTMLParagraphAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotUseIndentAsNumberingTabStop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignCellWithShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotVerticallyAlignInTextBox.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.DoNotWrapTextWithPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.FootnoteLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ForgetLastTabAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.get -> DocumentFormat.OpenXml.Wordprocessing.GrowAutofit? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.GrowAutofit.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutRawTableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.get -> DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LayoutTableRowsApart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.get -> DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.LineWrapLikeWord6.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.MacWordSmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.get -> DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoColumnBalance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoExtraLineSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.get -> DocumentFormat.OpenXml.Wordprocessing.NoLeading? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoLeading.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.get -> DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoSpaceRaiseLower.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.get -> DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.NoTabHangIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.get -> DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintBodyTextBeforeHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.get -> DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.PrintColorBlackWhite.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.get -> DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SelectFieldWithFirstOrLastChar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.get -> DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShapeLayoutLikeWord8.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.get -> DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.ShowBreaksInFrames.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.get -> DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpaceForUnderline.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SpacingInWholePoints.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.get -> DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SplitPageBreakAndParagraphMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.get -> DocumentFormat.OpenXml.Wordprocessing.SubFontBySize? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SubFontBySize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressBottomSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingAtTopOfPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressSpacingBeforeAfterPageBreak.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SuppressTopSpacingWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.get -> DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.SwapBordersFacingPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.get -> DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.TruncateFontHeightsLikeWordPerfect.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTabInNumberingList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UnderlineTrailingSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAltKinsokuLineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.get -> DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseAnsiKerningPairs.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.get -> DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseFarEastLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.get -> DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseNormalStyleForList.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.get -> DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UsePrinterMetrics.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.get -> DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseSingleBorderForContiguousCells.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord2002TableStyleRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.get -> DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.UseWord97LineBreakRules.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.get -> DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WordPerfectSpaceWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.get -> DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces? +DocumentFormat.OpenXml.Wordprocessing.Compatibility.WrapTrailSpaces.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CompatibilitySetting() -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowHyphenationAtTrackBottom = 6 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.AllowTextAfterFloatingTableBreak = 7 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.CompatibilityMode = 0 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DifferentiateMultirowTableHeaders = 4 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.DoNotFlipMirrorIndents = 3 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.EnableOpenTypeFeatures = 2 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.OverrideTableStyleFontSizeAndJustification = 1 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues.UseWord2013TrackBottomHyphenation = 5 -> DocumentFormat.OpenXml.Wordprocessing.CompatSettingNameValues +DocumentFormat.OpenXml.Wordprocessing.ComplexScript +DocumentFormat.OpenXml.Wordprocessing.ComplexScript.ComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.ConditionalFormatStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.EvenVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.FirstRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowFirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.LastRowLastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.OddVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConnectString +DocumentFormat.OpenXml.Wordprocessing.ConnectString.ConnectString() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.ConsecutiveHyphenLimit() -> void +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart +DocumentFormat.OpenXml.Wordprocessing.ContentPart.ContentPart() -> void +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ContentPart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing +DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.ContextualSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark +DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.ContinuationSeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Control +DocumentFormat.OpenXml.Wordprocessing.Control.Control() -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Control.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape +DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.ConvertMailMergeEscape() -> void +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues.Hash = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmClassValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.Custom = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues.TypeAny = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.Custom = 2 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaAdvancedEncryptionStandard = 0 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues.RsaFull = 1 -> DocumentFormat.OpenXml.Wordprocessing.CryptProviderValues +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CustomXmlAttribute() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CustomXmlBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CustomXmlCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CustomXmlDelRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CustomXmlDelRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.CustomXmlProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Element.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlElement.Uri.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CustomXmlInsRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CustomXmlInsRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CustomXmlMoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CustomXmlMoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CustomXmlMoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CustomXmlMoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder +DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CustomXmlPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.get -> DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder? +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlPlaceholder.set -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CustomXmlProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CustomXmlRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CustomXmlRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun() -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CustomXmlRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding +DocumentFormat.OpenXml.Wordprocessing.DataBinding.DataBinding() -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.PrefixMappings.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.StoreItemId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DataBinding.XPath.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.ColumnDelimiter.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.DataSourceTableName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.get -> DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.FirstRowHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSource? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.MailMergeSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceReference? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.SourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.get -> DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString? +DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.UdlConnectionString.set -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference +DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.DataSourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName +DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.DataSourceTableName() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType +DocumentFormat.OpenXml.Wordprocessing.DataType.DataType() -> void +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DataType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormat +DocumentFormat.OpenXml.Wordprocessing.DateFormat.DateFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Date = 1 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.DateTime = 2 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DateFormatValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.DateFormatValues +DocumentFormat.OpenXml.Wordprocessing.DayLong +DocumentFormat.OpenXml.Wordprocessing.DayLong.DayLong() -> void +DocumentFormat.OpenXml.Wordprocessing.DayShort +DocumentFormat.OpenXml.Wordprocessing.DayShort.DayShort() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.DecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol +DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.DecimalSymbol() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState +DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.DefaultCheckBoxFormFieldState() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.DefaultDropDownListItemIndex() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle +DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.DefaultTableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop +DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.DefaultTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString +DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.DefaultTextBoxFormFieldString() -> void +DocumentFormat.OpenXml.Wordprocessing.Deleted +DocumentFormat.OpenXml.Wordprocessing.Deleted.Deleted() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.DeletedFieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.DeletedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedRun.DeletedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText() -> void +DocumentFormat.OpenXml.Wordprocessing.DeletedText.DeletedText(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.Description +DocumentFormat.OpenXml.Wordprocessing.Description.Description() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination +DocumentFormat.OpenXml.Wordprocessing.Destination.Destination() -> void +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Destination.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Ltr = 0 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.DirectionValues.Rtl = 1 -> DocumentFormat.OpenXml.Wordprocessing.DirectionValues +DocumentFormat.OpenXml.Wordprocessing.Dirty +DocumentFormat.OpenXml.Wordprocessing.Dirty.Dirty() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Next = 0 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues.Previous = 1 -> DocumentFormat.OpenXml.Wordprocessing.DisplacedByCustomXmlValues +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape +DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.DisplayBackgroundShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth +DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.DisplayHangulFixedWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.DisplayHorizontalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid +DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.DisplayVerticalDrawingGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.Div +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.get -> DocumentFormat.OpenXml.Wordprocessing.BlockQuote? +DocumentFormat.OpenXml.Wordprocessing.Div.BlockQuote.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BodyDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BodyDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.BottomMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div() -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Div(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.get -> DocumentFormat.OpenXml.Wordprocessing.DivBorder? +DocumentFormat.OpenXml.Wordprocessing.Div.DivBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Div.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.LeftMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.RightMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.get -> DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv? +DocumentFormat.OpenXml.Wordprocessing.Div.TopMarginDiv.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.DivBorder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.DivBorder.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.DivId +DocumentFormat.OpenXml.Wordprocessing.DivId.DivId() -> void +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DivId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Divs +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs() -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Divs.Divs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsChild.DivsChild(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType() -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DivsType.DivsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.DocDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.ParagraphPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault? +DocumentFormat.OpenXml.Wordprocessing.DocDefaults.RunPropertiesDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.CharacterSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.DocGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.LinePitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocGrid.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.Lines = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.LinesAndChars = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocGridValues.SnapToChars = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocGridValues +DocumentFormat.OpenXml.Wordprocessing.DocPart +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPart(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartBody? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartBody.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartProperties? +DocumentFormat.OpenXml.Wordprocessing.DocPart.DocPartProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Content = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues.Paragraph = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues +DocumentFormat.OpenXml.Wordprocessing.DocPartBody +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartBody.DocPartBody(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory +DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.DocPartCategory() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery +DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.DocPartGallery() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Any = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.AutoText = 11 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Bibliography = 17 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CoverPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom1 = 33 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom2 = 34 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom3 = 35 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom4 = 36 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Custom5 = 37 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomAutoText = 26 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomBibliography = 32 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomCoverPage = 19 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomEquation = 20 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomFooter = 21 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomHeaders = 22 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumber = 23 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberBottom = 29 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberMargin = 30 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomPageNumberTop = 28 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomQuickParts = 18 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTable = 24 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTableOfContents = 31 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomTextBox = 27 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.CustomWatermark = 25 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.DocumentPart = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Equation = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Footer = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Header = 7 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumber = 8 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberBottom = 14 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberMargins = 15 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.PageNumberTop = 13 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Placeholder = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.Table = 9 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TableOfContents = 16 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.TextBox = 12 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues.WaterMark = 10 -> DocumentFormat.OpenXml.Wordprocessing.DocPartGalleryValues +DocumentFormat.OpenXml.Wordprocessing.DocPartId +DocumentFormat.OpenXml.Wordprocessing.DocPartId.DocPartId() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Decorated.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.DocPartName() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.get -> DocumentFormat.OpenXml.Wordprocessing.Behaviors? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Behaviors.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.get -> DocumentFormat.OpenXml.Wordprocessing.Category? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Category.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.get -> DocumentFormat.OpenXml.Wordprocessing.Description? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.Description.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartName? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartTypes? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.DocPartTypes.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.get -> DocumentFormat.OpenXml.Wordprocessing.StyleId? +DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartReference +DocumentFormat.OpenXml.Wordprocessing.DocPartReference.DocPartReference() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts() -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocParts.DocParts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType +DocumentFormat.OpenXml.Wordprocessing.DocPartType.DocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.All.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.DocPartTypes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique +DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.DocPartUnique() -> void +DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.AutoExp = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.FormField = 5 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Normal = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.SdtPlaceholder = 6 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Speller = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.DocPartValues.Toolbar = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocPartValues +DocumentFormat.OpenXml.Wordprocessing.Document +DocumentFormat.OpenXml.Wordprocessing.Document.Body.get -> DocumentFormat.OpenXml.Wordprocessing.Body? +DocumentFormat.OpenXml.Wordprocessing.Document.Body.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Document.Conformance.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document() -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Document(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.Document.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.Document.Load(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Document.MainDocumentPart.get -> DocumentFormat.OpenXml.Packaging.MainDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.Document.Save(DocumentFormat.OpenXml.Packaging.MainDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.get -> DocumentFormat.OpenXml.Vml.Background? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Background.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.DocumentBackground(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.strict = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentConformance.transitional = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentConformance +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.DocumentProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Edit.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Enforcement.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Comments = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.Forms = 4 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.ReadOnly = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues.TrackedChanges = 3 -> DocumentFormat.OpenXml.Wordprocessing.DocumentProtectionValues +DocumentFormat.OpenXml.Wordprocessing.DocumentType +DocumentFormat.OpenXml.Wordprocessing.DocumentType.DocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.Letter = 1 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues.NotSpecified = 0 -> DocumentFormat.OpenXml.Wordprocessing.DocumentTypeValues +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.DocumentVariable() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables() -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.DocumentVariables(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures +DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.DoNotAutoCompressPictures() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.DoNotAutofitConstrainedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.DoNotBreakConstrainedForcedTable() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables +DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.DoNotBreakWrappedTables() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml +DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.DoNotDemarcateInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries +DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.DoNotDisplayPageBoundaries() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn +DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.DoNotExpandShiftReturn() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps +DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.DoNotHyphenateCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats +DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.DoNotIncludeSubdocsInStats() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone +DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.DoNotLeaveBackslashAlone() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder +DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.DoNotOrganizeInFolder() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS +DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.DoNotRelyOnCSS() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile +DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.DoNotSaveAsSingleFile() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData +DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.DoNotShadeFormData() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell +DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.DoNotSnapToGridInCell() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.DoNotSuppressBlankLines() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.DoNotSuppressIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.DoNotSuppressParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.DoNotTrackFormatting() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves +DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.DoNotTrackMoves() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules +DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.DoNotUseEastAsianBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing +DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.DoNotUseHTMLParagraphAutoSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop +DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.DoNotUseIndentAsNumberingTabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames +DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.DoNotUseLongFileNames() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin +DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.DoNotUseMarginsForDrawingGridOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema +DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.DoNotValidateAgainstSchema() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.DoNotVerticallyAlignCellWithShape() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox +DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.DoNotVerticallyAlignInTextBox() -> void +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation +DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.DoNotWrapTextWithPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike +DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.DoubleStrike() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing() -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Drawing(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.get -> DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline? +DocumentFormat.OpenXml.Wordprocessing.Drawing.Inline.set -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.DrawingGridHorizontalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.DrawingGridHorizontalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.DrawingGridVerticalOrigin() -> void +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing +DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.DrawingGridVerticalSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Drop = 1 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.Margin = 2 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.DropCapLocationValues +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DefaultDropDownListItemIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListFormField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.get -> DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection? +DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.DropDownListSelection.set -> void +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection +DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.DropDownListSelection() -> void +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress +DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.DynamicAddress() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Combine.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CombineBrackets.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.EastAsianLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.Vertical.set -> void +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.VerticalCompress.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.EmbedBoldFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.EmbedBoldItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DxaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.DyaOriginal.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.EmbeddedObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont +DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.EmbedItalicFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont +DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.EmbedRegularFont() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.EmbedSystemFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts +DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.EmbedTrueTypeFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Emboss +DocumentFormat.OpenXml.Wordprocessing.Emboss.Emboss() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Emphasis() -> void +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Emphasis.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Circle = 3 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Comma = 2 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues.UnderDot = 4 -> DocumentFormat.OpenXml.Wordprocessing.EmphasisMarkValues +DocumentFormat.OpenXml.Wordprocessing.EmptyType +DocumentFormat.OpenXml.Wordprocessing.EmptyType.EmptyType() -> void +DocumentFormat.OpenXml.Wordprocessing.Enabled +DocumentFormat.OpenXml.Wordprocessing.Enabled.Enabled() -> void +DocumentFormat.OpenXml.Wordprocessing.EndBorder +DocumentFormat.OpenXml.Wordprocessing.EndBorder.EndBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.EndMargin +DocumentFormat.OpenXml.Wordprocessing.EndMargin.EndMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnote.Endnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.EndnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.DocumentEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues.SectionEnd = 0 -> DocumentFormat.OpenXml.Wordprocessing.EndnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.EndnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.EndnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.EndnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Endnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.EndnotesPart.get -> DocumentFormat.OpenXml.Packaging.EndnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Load(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Endnotes.Save(DocumentFormat.OpenXml.Packaging.EndnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.EndnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.EntryMacro +DocumentFormat.OpenXml.Wordprocessing.EntryMacro.EntryMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders +DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.EvenAndOddHeaders() -> void +DocumentFormat.OpenXml.Wordprocessing.ExitMacro +DocumentFormat.OpenXml.Wordprocessing.ExitMacro.ExitMacro() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldChar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldCharType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FormFieldData? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.FormFieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.FieldChar.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Begin = 0 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.End = 2 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCharValues.Separate = 1 -> DocumentFormat.OpenXml.Wordprocessing.FieldCharValues +DocumentFormat.OpenXml.Wordprocessing.FieldCode +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldCode.FieldCode(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldData.FieldData(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.get -> DocumentFormat.OpenXml.Wordprocessing.DynamicAddress? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.DynamicAddress.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData() -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.FieldMapData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MailMergeFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.get -> DocumentFormat.OpenXml.Wordprocessing.MappedName? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.MappedName.set -> void +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.get -> DocumentFormat.OpenXml.Wordprocessing.Name? +DocumentFormat.OpenXml.Wordprocessing.FieldMapData.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader +DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.FirstRowHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText +DocumentFormat.OpenXml.Wordprocessing.FitText.FitText() -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FitText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FlatBorders +DocumentFormat.OpenXml.Wordprocessing.FlatBorders.FlatBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.Font +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.get -> DocumentFormat.OpenXml.Wordprocessing.AltName? +DocumentFormat.OpenXml.Wordprocessing.Font.AltName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedBoldItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedItalicFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont? +DocumentFormat.OpenXml.Wordprocessing.Font.EmbedRegularFont.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font() -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Font(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.get -> DocumentFormat.OpenXml.Wordprocessing.FontCharSet? +DocumentFormat.OpenXml.Wordprocessing.Font.FontCharSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.get -> DocumentFormat.OpenXml.Wordprocessing.FontFamily? +DocumentFormat.OpenXml.Wordprocessing.Font.FontFamily.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.get -> DocumentFormat.OpenXml.Wordprocessing.FontSignature? +DocumentFormat.OpenXml.Wordprocessing.Font.FontSignature.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Font.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.get -> DocumentFormat.OpenXml.Wordprocessing.NotTrueType? +DocumentFormat.OpenXml.Wordprocessing.Font.NotTrueType.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.get -> DocumentFormat.OpenXml.Wordprocessing.Panose1Number? +DocumentFormat.OpenXml.Wordprocessing.Font.Panose1Number.set -> void +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.get -> DocumentFormat.OpenXml.Wordprocessing.Pitch? +DocumentFormat.OpenXml.Wordprocessing.Font.Pitch.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.FontCharSet() -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.StrictCharacterSet.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontCharSet.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily +DocumentFormat.OpenXml.Wordprocessing.FontFamily.FontFamily() -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FontFamily.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Auto = 5 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Decorative = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Modern = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Roman = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Script = 3 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues.Swiss = 4 -> DocumentFormat.OpenXml.Wordprocessing.FontFamilyValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Default = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontPitchValues.Variable = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontPitchValues +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontKey.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.FontRelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FontRelationshipType.Subsetted.set -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts() -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Fonts(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.FontTablePart.get -> DocumentFormat.OpenXml.Packaging.FontTablePart? +DocumentFormat.OpenXml.Wordprocessing.Fonts.Load(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Fonts.Save(DocumentFormat.OpenXml.Packaging.FontTablePart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.CodePageSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.FontSignature() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature0.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature1.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature2.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.FontSignature.UnicodeSignature3.set -> void +DocumentFormat.OpenXml.Wordprocessing.FontSize +DocumentFormat.OpenXml.Wordprocessing.FontSize.FontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript +DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.FontSizeComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.ComplexScript = 2 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.Default = 0 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues.EastAsia = 1 -> DocumentFormat.OpenXml.Wordprocessing.FontTypeHintValues +DocumentFormat.OpenXml.Wordprocessing.Footer +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer() -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Footer(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.FooterPart.get -> DocumentFormat.OpenXml.Packaging.FooterPart? +DocumentFormat.OpenXml.Wordprocessing.Footer.Load(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footer.Save(DocumentFormat.OpenXml.Packaging.FooterPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FooterReference +DocumentFormat.OpenXml.Wordprocessing.FooterReference.FooterReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnote.Footnote(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnoteDocumentWideProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.CustomMarkFollows.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.FootnoteEndnoteReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.FootnoteEndnoteSeparatorReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteSeparatorReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.FootnoteEndnoteType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.get -> DocumentFormat.OpenXml.IntegerValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationNotice = 3 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.ContinuationSeparator = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Normal = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues.Separator = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnoteEndnoteValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.FootnoteLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.FootnotePosition() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.BeneathText = 1 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.PageBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues.SectionEnd = 2 -> DocumentFormat.OpenXml.Wordprocessing.FootnotePositionValues +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.get -> DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnotePosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.FootnoteProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingStart? +DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.NumberingStart.set -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.FootnoteReference() -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark +DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.FootnoteReferenceMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes() -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Footnotes(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.FootnotesPart.get -> DocumentFormat.OpenXml.Packaging.FootnotesPart? +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Load(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Footnotes.Save(DocumentFormat.OpenXml.Packaging.FootnotesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference +DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.FootnoteSpecialReference() -> void +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade +DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.ForceUpgrade() -> void +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment +DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.ForgetLastTabAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.Format +DocumentFormat.OpenXml.Wordprocessing.Format.Format() -> void +DocumentFormat.OpenXml.Wordprocessing.Format.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Format.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldData.FormFieldData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.FormFieldName() -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FormFieldName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize +DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.FormFieldSize() -> void +DocumentFormat.OpenXml.Wordprocessing.FormProtection +DocumentFormat.OpenXml.Wordprocessing.FormProtection.FormProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.FormsDesign +DocumentFormat.OpenXml.Wordprocessing.FormsDesign.FormsDesign() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame() -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.Frame(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.get -> DocumentFormat.OpenXml.Wordprocessing.FrameName? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frame.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedToFile? +DocumentFormat.OpenXml.Wordprocessing.Frame.LinkedToFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.get -> DocumentFormat.OpenXml.Wordprocessing.MarginHeight? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginHeight.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.get -> DocumentFormat.OpenXml.Wordprocessing.MarginWidth? +DocumentFormat.OpenXml.Wordprocessing.Frame.MarginWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.get -> DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed? +DocumentFormat.OpenXml.Wordprocessing.Frame.NoResizeAllowed.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.get -> DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility? +DocumentFormat.OpenXml.Wordprocessing.Frame.ScrollbarVisibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.get -> DocumentFormat.OpenXml.Wordprocessing.SourceFileReference? +DocumentFormat.OpenXml.Wordprocessing.Frame.SourceFileReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.FrameLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameLayout.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Columns = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.None = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues.Rows = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameLayoutValues +DocumentFormat.OpenXml.Wordprocessing.FrameName +DocumentFormat.OpenXml.Wordprocessing.FrameName.FrameName() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.AnchorLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.DropCap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.FrameProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.HorizontalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Lines.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalPosition.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.VerticalSpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Wrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.X.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.XAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.Y.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.FrameProperties.YAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Auto = 2 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.FrameScrollbarVisibilityValues +DocumentFormat.OpenXml.Wordprocessing.Frameset +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.get -> DocumentFormat.OpenXml.Wordprocessing.FrameLayout? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset() -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.Frameset(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.get -> DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FramesetSplitbar.set -> void +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.get -> DocumentFormat.OpenXml.Wordprocessing.FrameSize? +DocumentFormat.OpenXml.Wordprocessing.Frameset.FrameSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.get -> DocumentFormat.OpenXml.Wordprocessing.FlatBorders? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FlatBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar() -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.FramesetSplitbar(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.get -> DocumentFormat.OpenXml.Wordprocessing.NoBorder? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.NoBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.get -> DocumentFormat.OpenXml.Wordprocessing.Width? +DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.FrameSize +DocumentFormat.OpenXml.Wordprocessing.FrameSize.FrameSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery +DocumentFormat.OpenXml.Wordprocessing.Gallery.Gallery() -> void +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Gallery.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.get -> DocumentFormat.OpenXml.Wordprocessing.DocParts? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocParts.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.get -> DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.DocumentBackground.set -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument() -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocument(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.GlossaryDocumentPart.get -> DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart? +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Load(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.Save(DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.GridAfter +DocumentFormat.OpenXml.Wordprocessing.GridAfter.GridAfter() -> void +DocumentFormat.OpenXml.Wordprocessing.GridBefore +DocumentFormat.OpenXml.Wordprocessing.GridBefore.GridBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn +DocumentFormat.OpenXml.Wordprocessing.GridColumn.GridColumn() -> void +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.GridColumn.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.GridSpan +DocumentFormat.OpenXml.Wordprocessing.GridSpan.GridSpan() -> void +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit +DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.GrowAutofit() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop +DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.GutterAtTop() -> void +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight +DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.GutterOnRight() -> void +DocumentFormat.OpenXml.Wordprocessing.Header +DocumentFormat.OpenXml.Wordprocessing.Header.Header() -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Header(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.HeaderPart.get -> DocumentFormat.OpenXml.Packaging.HeaderPart? +DocumentFormat.OpenXml.Wordprocessing.Header.Load(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Header.Save(DocumentFormat.OpenXml.Packaging.HeaderPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.HeaderFooterReferenceType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterReferenceType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterType.HeaderFooterType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Default = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.Even = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues.First = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeaderFooterValues +DocumentFormat.OpenXml.Wordprocessing.HeaderReference +DocumentFormat.OpenXml.Wordprocessing.HeaderReference.HeaderReference() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.HeaderShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HeaderSource +DocumentFormat.OpenXml.Wordprocessing.HeaderSource.HeaderSource() -> void +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.HeightRuleValues +DocumentFormat.OpenXml.Wordprocessing.HelpText +DocumentFormat.OpenXml.Wordprocessing.HelpText.HelpText() -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HelpText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hidden +DocumentFormat.OpenXml.Wordprocessing.Hidden.Hidden() -> void +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors +DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.HideGrammaticalErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.HideMark +DocumentFormat.OpenXml.Wordprocessing.HideMark.HideMark() -> void +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors +DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.HideSpellingErrors() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight +DocumentFormat.OpenXml.Wordprocessing.Highlight.Highlight() -> void +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Highlight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Black = 0 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Blue = 1 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Cyan = 2 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkBlue = 8 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkCyan = 9 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGray = 14 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkGreen = 10 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkMagenta = 11 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkRed = 12 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.DarkYellow = 13 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Green = 3 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.LightGray = 15 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Magenta = 4 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.None = 16 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Red = 5 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.White = 7 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues.Yellow = 6 -> DocumentFormat.OpenXml.Wordprocessing.HighlightColorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Inside = 3 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Outside = 4 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.HorizontalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.HorizontalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.HpsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HpsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink() -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Hyperlink(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Hyperlink.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Anchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.DocLocation.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.History.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.HyperlinkRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.TargetFrame.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.Tooltip.set -> void +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone +DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.HyphenationZone() -> void +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent +DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.IgnoreMixedContent() -> void +DocumentFormat.OpenXml.Wordprocessing.Imprint +DocumentFormat.OpenXml.Wordprocessing.Imprint.Imprint() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.End.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.EndCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.FirstLineChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Hanging.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.HangingChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Indentation() -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.LeftChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.RightChars.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Indentation.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Indentation.StartCharacters.set -> void +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.AutoText = 1 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.InfoTextValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.InfoTextValues +DocumentFormat.OpenXml.Wordprocessing.Inserted +DocumentFormat.OpenXml.Wordprocessing.Inserted.Inserted() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.InsertedMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun() -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.InsertedRun.InsertedRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.InsideHorizontalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder +DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.InsideVerticalBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle +DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.IsLegalNumberingStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.Italic +DocumentFormat.OpenXml.Wordprocessing.Italic.Italic() -> void +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript +DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.ItalicComplexScript() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification +DocumentFormat.OpenXml.Wordprocessing.Justification.Justification() -> void +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Justification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Both = 5 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Distribute = 7 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.End = 4 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.HighKashida = 9 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.LowKashida = 10 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.MediumKashida = 6 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.NumTab = 8 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Right = 3 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.Start = 1 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.JustificationValues.ThaiDistribute = 11 -> DocumentFormat.OpenXml.Wordprocessing.JustificationValues +DocumentFormat.OpenXml.Wordprocessing.KeepLines +DocumentFormat.OpenXml.Wordprocessing.KeepLines.KeepLines() -> void +DocumentFormat.OpenXml.Wordprocessing.KeepNext +DocumentFormat.OpenXml.Wordprocessing.KeepNext.KeepNext() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern +DocumentFormat.OpenXml.Wordprocessing.Kern.Kern() -> void +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.Kern.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Kinsoku +DocumentFormat.OpenXml.Wordprocessing.Kinsoku.Kinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId +DocumentFormat.OpenXml.Wordprocessing.LanguageId.LanguageId() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageId.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Languages +DocumentFormat.OpenXml.Wordprocessing.Languages.Languages() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Bidi.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.LanguageType() -> void +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LanguageType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak +DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.LastRenderedPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.LatentStyleExceptionInfo() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.Count.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultLockedState.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultPrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultSemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUiPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.DefaultUnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LatentStyles.LatentStyles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth +DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.LayoutRawTableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart +DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.LayoutTableRowsApart() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftBorder +DocumentFormat.OpenXml.Wordprocessing.LeftBorder.LeftBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMargin +DocumentFormat.OpenXml.Wordprocessing.LeftMargin.LeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv +DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.LeftMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.Legacy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacyNumbering() -> void +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.LegacySpace.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.get -> DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle? +DocumentFormat.OpenXml.Wordprocessing.Level.IsLegalNumberingStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.get -> DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering? +DocumentFormat.OpenXml.Wordprocessing.Level.LegacyNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level() -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Level(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.get -> DocumentFormat.OpenXml.Wordprocessing.LevelJustification? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.get -> DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.get -> DocumentFormat.OpenXml.Wordprocessing.LevelRestart? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelRestart.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.get -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffix? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelSuffix.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.get -> DocumentFormat.OpenXml.Wordprocessing.LevelText? +DocumentFormat.OpenXml.Wordprocessing.Level.LevelText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.NumberingSymbolRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel? +DocumentFormat.OpenXml.Wordprocessing.Level.ParagraphStyleIdInLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Level.PreviousParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.Level.StartNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Level.TemplateCode.set -> void +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Level.Tentative.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.LevelJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues +DocumentFormat.OpenXml.Wordprocessing.LevelOverride +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.get -> DocumentFormat.OpenXml.Wordprocessing.Level? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.Level.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.LevelOverride(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.get -> DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue? +DocumentFormat.OpenXml.Wordprocessing.LevelOverride.StartOverrideNumberingValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId +DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.LevelPictureBulletId() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelRestart +DocumentFormat.OpenXml.Wordprocessing.LevelRestart.LevelRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.LevelSuffix() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Nothing = 2 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Space = 1 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues.Tab = 0 -> DocumentFormat.OpenXml.Wordprocessing.LevelSuffixValues +DocumentFormat.OpenXml.Wordprocessing.LevelText +DocumentFormat.OpenXml.Wordprocessing.LevelText.LevelText() -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Null.set -> void +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LevelText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues.NewSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineNumberRestartValues +DocumentFormat.OpenXml.Wordprocessing.LineNumberType +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CountBy.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Distance.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.LineNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Restart.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.LineNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.AtLeast = 2 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues.Exact = 1 -> DocumentFormat.OpenXml.Wordprocessing.LineSpacingRuleValues +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6 +DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.LineWrapLikeWord6() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle +DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.LinkedStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile +DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.LinkedToFile() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkStyles +DocumentFormat.OpenXml.Wordprocessing.LinkStyles.LinkStyles() -> void +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery +DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.LinkToQuery() -> void +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField +DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.ListEntryFormField() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.DisplayText.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.ListItem() -> void +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ListItem.Value.set -> void +DocumentFormat.OpenXml.Wordprocessing.ListSeparator +DocumentFormat.OpenXml.Wordprocessing.ListSeparator.ListSeparator() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock +DocumentFormat.OpenXml.Wordprocessing.Lock.Lock() -> void +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Lock.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Locked +DocumentFormat.OpenXml.Wordprocessing.Locked.Locked() -> void +DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.ContentLocked = 1 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtContentLocked = 3 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.SdtLocked = 0 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LockingValues.Unlocked = 2 -> DocumentFormat.OpenXml.Wordprocessing.LockingValues +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.LongHexNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.LongHexNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.MacroNameType() -> void +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MacroNameType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps +DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.MacWordSmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment +DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.MailAsAttachment() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.get -> DocumentFormat.OpenXml.Wordprocessing.ActiveRecord? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ActiveRecord.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.get -> DocumentFormat.OpenXml.Wordprocessing.AddressFieldName? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.AddressFieldName.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.get -> DocumentFormat.OpenXml.Wordprocessing.CheckErrors? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.CheckErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.get -> DocumentFormat.OpenXml.Wordprocessing.ConnectString? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ConnectString.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceObject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceObject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.get -> DocumentFormat.OpenXml.Wordprocessing.DataSourceReference? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataSourceReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.get -> DocumentFormat.OpenXml.Wordprocessing.DataType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DataType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.get -> DocumentFormat.OpenXml.Wordprocessing.Destination? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Destination.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.DoNotSuppressBlankLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.get -> DocumentFormat.OpenXml.Wordprocessing.HeaderSource? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.HeaderSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.get -> DocumentFormat.OpenXml.Wordprocessing.LinkToQuery? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.LinkToQuery.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.get -> DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailAsAttachment.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailMerge(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.get -> DocumentFormat.OpenXml.Wordprocessing.MailSubject? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MailSubject.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.get -> DocumentFormat.OpenXml.Wordprocessing.MainDocumentType? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.MainDocumentType.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.get -> DocumentFormat.OpenXml.Wordprocessing.Query? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.Query.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.get -> DocumentFormat.OpenXml.Wordprocessing.ViewMergedData? +DocumentFormat.OpenXml.Wordprocessing.MailMerge.ViewMergedData.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Database = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Native = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Odbc = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Query = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.Spreadsheet = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues.TextFile = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDataValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Email = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Fax = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.NewDocument = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues.Printer = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Catalog = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Email = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Envelope = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.Fax = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.FormLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues.MailingLabel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeDocumentValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.MailMergeFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.DbColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues.Null = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeOdsoFieldValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.MailMergeSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.AddressBook = 1 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Database = 0 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document1 = 2 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Document2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Email = 5 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Legacy = 7 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Master = 8 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Native = 6 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues.Text = 4 -> DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues +DocumentFormat.OpenXml.Wordprocessing.MailSubject +DocumentFormat.OpenXml.Wordprocessing.MailSubject.MailSubject() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.MainDocumentType() -> void +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MappedName +DocumentFormat.OpenXml.Wordprocessing.MappedName.MappedName() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginHeight +DocumentFormat.OpenXml.Wordprocessing.MarginHeight.MarginHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.MarginWidth +DocumentFormat.OpenXml.Wordprocessing.MarginWidth.MarginWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupRangeType.MarkupRangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MarkupType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MarkupType.MarkupType() -> void +DocumentFormat.OpenXml.Wordprocessing.MatchSource +DocumentFormat.OpenXml.Wordprocessing.MatchSource.MatchSource() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType() -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MathControlMoveType.MathControlMoveType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength +DocumentFormat.OpenXml.Wordprocessing.MaxLength.MaxLength() -> void +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.MaxLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MergedCellValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.MergedCellValues +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents +DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.MirrorIndents() -> void +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins +DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.MirrorMargins() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthLong +DocumentFormat.OpenXml.Wordprocessing.MonthLong.MonthLong() -> void +DocumentFormat.OpenXml.Wordprocessing.MonthShort +DocumentFormat.OpenXml.Wordprocessing.MonthShort.MonthShort() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.MoveBookmarkType() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.MoveBookmarkType.Name.set -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFrom +DocumentFormat.OpenXml.Wordprocessing.MoveFrom.MoveFrom() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.MoveFromMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.MoveFromRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.MoveFromRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.MoveFromRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveTo +DocumentFormat.OpenXml.Wordprocessing.MoveTo.MoveTo() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.MoveToMathControl(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.MoveToRangeEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart +DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.MoveToRangeStart() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun() -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.MoveToRun.MoveToRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.MovieReference +DocumentFormat.OpenXml.Wordprocessing.MovieReference.MovieReference() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.MultiLevelType() -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.HybridMultilevel = 2 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.Multilevel = 1 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues.SingleLevel = 0 -> DocumentFormat.OpenXml.Wordprocessing.MultiLevelValues +DocumentFormat.OpenXml.Wordprocessing.Name +DocumentFormat.OpenXml.Wordprocessing.Name.Name() -> void +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle +DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.NextParagraphStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBorder +DocumentFormat.OpenXml.Wordprocessing.NoBorder.NoBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen +DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.NoBreakHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance +DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.NoColumnBalance() -> void +DocumentFormat.OpenXml.Wordprocessing.NoEndnote +DocumentFormat.OpenXml.Wordprocessing.NoEndnote.NoEndnote() -> void +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing +DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.NoExtraLineSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLeading +DocumentFormat.OpenXml.Wordprocessing.NoLeading.NoLeading() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.NoLineBreaksAfterKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Language.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.NoLineBreaksBeforeKinsoku() -> void +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.NonNegativeDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.NonNegativeShortType() -> void +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.NonNegativeShortType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NoProof +DocumentFormat.OpenXml.Wordprocessing.NoProof.NoProof() -> void +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning +DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.NoPunctuationKerning() -> void +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed +DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.NoResizeAllowed() -> void +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower +DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.NoSpaceRaiseLower() -> void +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent +DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.NoTabHangIndent() -> void +DocumentFormat.OpenXml.Wordprocessing.NotTrueType +DocumentFormat.OpenXml.Wordprocessing.NotTrueType.NotTrueType() -> void +DocumentFormat.OpenXml.Wordprocessing.NoWrap +DocumentFormat.OpenXml.Wordprocessing.NoWrap.NoWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.Nsid +DocumentFormat.OpenXml.Wordprocessing.Nsid.Nsid() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Aiueo = 12 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.AiueoFullWidth = 20 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAbjad = 52 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ArabicAlpha = 51 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.BahtText = 60 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Bullet = 23 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.CardinalText = 6 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chicago = 9 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCounting = 37 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseCountingThousand = 39 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ChineseLegalSimplified = 38 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Chosung = 25 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Custom = 62 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Decimal = 0 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircle = 18 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedCircleChinese = 28 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedFullstop = 26 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalEnclosedParen = 27 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth = 14 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalFullWidth2 = 19 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalHalfWidth = 15 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DecimalZero = 22 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.DollarText = 61 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ganada = 24 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew1 = 49 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hebrew2 = 50 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Hex = 8 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiConsonants = 54 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiCounting = 56 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiNumbers = 55 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.HindiVowels = 53 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographDigital = 10 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographEnclosedCircle = 29 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographLegalTraditional = 34 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographTraditional = 30 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiac = 31 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IdeographZodiacTraditional = 32 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Iroha = 13 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.IrohaFullWidth = 21 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseCounting = 11 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseDigitalTenThousand = 17 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.JapaneseLegal = 16 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanCounting = 41 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital = 40 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanDigital2 = 43 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.KoreanLegal = 42 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerLetter = 4 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.LowerRoman = 2 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.None = 47 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.NumberInDash = 48 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.Ordinal = 5 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.OrdinalText = 7 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianLower = 45 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.RussianUpper = 46 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCounting = 33 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseCountingThousand = 35 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.TaiwaneseDigital = 36 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiCounting = 59 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiLetters = 57 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.ThaiNumbers = 58 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperLetter = 3 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.UpperRoman = 1 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues.VietnameseCounting = 44 -> DocumentFormat.OpenXml.Wordprocessing.NumberFormatValues +DocumentFormat.OpenXml.Wordprocessing.Numbering +DocumentFormat.OpenXml.Wordprocessing.Numbering.Load(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering() -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.Numbering(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Numbering.NumberingDefinitionsPart.get -> DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart? +DocumentFormat.OpenXml.Wordprocessing.Numbering.Save(DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.NumberingChange() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingChange.Original.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.NumberingFormat() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingId +DocumentFormat.OpenXml.Wordprocessing.NumberingId.NumberingId() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup +DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.NumberingIdMacAtCleanup() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.get -> DocumentFormat.OpenXml.Wordprocessing.AbstractNumId? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.AbstractNumId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberID.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.NumberingInstance(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.NumberingLevelReference() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.get -> DocumentFormat.OpenXml.Wordprocessing.Drawing? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.Drawing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBullet(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.NumberingPictureBulletId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.get -> DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase? +DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.PictureBulletBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingChange? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingId? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingId.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference? +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingLevelReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.NumberingProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.NumberingRestart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.NumberingStart() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.NumberingStart.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink +DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.NumberingStyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.NumberingSymbolRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.content = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect.icon = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectDrawAspect +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ObjectEmbed() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.drawAspect.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.FieldCodes.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.LockedField.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ObjectLink() -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ProgId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.ShapeId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ObjectLink.UpdateMode.set -> void +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.always = 0 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode.onCall = 1 -> DocumentFormat.OpenXml.Wordprocessing.ObjectUpdateMode +DocumentFormat.OpenXml.Wordprocessing.OfficeMath +DocumentFormat.OpenXml.Wordprocessing.OfficeMath.OfficeMath() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.OnOffOnlyType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.Off = 1 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues.On = 0 -> DocumentFormat.OpenXml.Wordprocessing.OnOffOnlyValues +DocumentFormat.OpenXml.Wordprocessing.OnOffType +DocumentFormat.OpenXml.Wordprocessing.OnOffType.OnOffType() -> void +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.OnOffType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser +DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.OptimizeForBrowser() -> void +DocumentFormat.OpenXml.Wordprocessing.Outline +DocumentFormat.OpenXml.Wordprocessing.Outline.Outline() -> void +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel +DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.OutlineLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation +DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.OverflowPunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.AllPages = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.FirstPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues.NotFirstPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderDisplayValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Page = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues.Text = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues +DocumentFormat.OpenXml.Wordprocessing.PageBorders +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.Display.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.OffsetFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.PageBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageBorders.ZOrder.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Back = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues.Front = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageBorderZOrderValues +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore +DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.PageBreakBefore() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Bottom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Footer.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Gutter.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Header.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Left.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.PageMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Right.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageMargin.Top.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumber +DocumentFormat.OpenXml.Wordprocessing.PageNumber.PageNumber() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterSeparator.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.get -> DocumentFormat.OpenXml.ByteValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.ChapterStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.PageNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PageNumberType.Start.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Landscape = 1 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues.Portrait = 0 -> DocumentFormat.OpenXml.Wordprocessing.PageOrientationValues +DocumentFormat.OpenXml.Wordprocessing.PageSize +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Code.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Orient.set -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.PageSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PageSize.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Panose1Number() -> void +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Panose1Number.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.First.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.get -> DocumentFormat.OpenXml.UInt16Value? +DocumentFormat.OpenXml.Wordprocessing.PaperSource.Other.set -> void +DocumentFormat.OpenXml.Wordprocessing.PaperSource.PaperSource() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.NoSpellError.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph() -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.Paragraph(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.ParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.RsidRunAdditionDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Paragraph.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BarBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BarBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BetweenBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BetweenBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.ParagraphBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.ParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.ParagraphMarkRunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.PreviousParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphMarkRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SectionProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.ParagraphPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.ParagraphPropertiesExtended.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.ParagraphPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.get -> DocumentFormat.OpenXml.Wordprocessing.DivId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.DivId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphPropertiesExtended(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.ParagraphStyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel +DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.ParagraphStyleIdInLevel() -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermEnd.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermEnd.PermEnd() -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnFirst.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.ColumnLast.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.DisplacedByCustomXml.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Ed.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PermStart.EditorGroup.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.PermStart.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.PermStart.PermStart() -> void +DocumentFormat.OpenXml.Wordprocessing.Personal +DocumentFormat.OpenXml.Wordprocessing.Personal.Personal() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose +DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.PersonalCompose() -> void +DocumentFormat.OpenXml.Wordprocessing.PersonalReply +DocumentFormat.OpenXml.Wordprocessing.PersonalReply.PersonalReply() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.PhoneticGuideBaseTextSize() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.PhoneticGuideRaise() -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize +DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.PhoneticGuideTextFontSize() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Picture.AnchorId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture() -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Picture.Picture(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase() -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.PictureBulletBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch +DocumentFormat.OpenXml.Wordprocessing.Pitch.Pitch() -> void +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Pitch.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.PixelsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.PixelsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch +DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.PixelsPerInch() -> void +DocumentFormat.OpenXml.Wordprocessing.Position +DocumentFormat.OpenXml.Wordprocessing.Position.Position() -> void +DocumentFormat.OpenXml.Wordprocessing.Position.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Position.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Alignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.PositionalTab() -> void +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.PositionalTab.RelativeTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.BestFit = 2 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.FullPage = 1 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues.TextFit = 3 -> DocumentFormat.OpenXml.Wordprocessing.PresetZoomValues +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.get -> DocumentFormat.OpenXml.Wordprocessing.Deleted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Deleted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.get -> DocumentFormat.OpenXml.Wordprocessing.Inserted? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.Inserted.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.get -> DocumentFormat.OpenXml.Wordprocessing.MoveFrom? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveFrom.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.get -> DocumentFormat.OpenXml.Wordprocessing.MoveTo? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.MoveTo.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.PreviousParagraphMarkRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.ParagraphStyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.PreviousParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.PreviousRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.get -> DocumentFormat.OpenXml.Wordprocessing.Columns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.Columns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.get -> DocumentFormat.OpenXml.Wordprocessing.DocGrid? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.DocGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.EndnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.get -> DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteColumns.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FootnoteProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.get -> DocumentFormat.OpenXml.Wordprocessing.FormProtection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.FormProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.get -> DocumentFormat.OpenXml.Wordprocessing.GutterOnRight? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.GutterOnRight.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.LineNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.LineNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.get -> DocumentFormat.OpenXml.Wordprocessing.NoEndnote? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.NoEndnote.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.get -> DocumentFormat.OpenXml.Wordprocessing.PageBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.get -> DocumentFormat.OpenXml.Wordprocessing.PageMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.get -> DocumentFormat.OpenXml.Wordprocessing.PageNumberType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageNumberType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.get -> DocumentFormat.OpenXml.Wordprocessing.PageSize? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PageSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.get -> DocumentFormat.OpenXml.Wordprocessing.PaperSource? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PaperSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PreviousSectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.get -> DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.PrinterSettingsReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.get -> DocumentFormat.OpenXml.Wordprocessing.SectionType? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.SectionType.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.get -> DocumentFormat.OpenXml.Wordprocessing.TitlePage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.TitlePage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage? +DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.VerticalTextAlignmentOnPage.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.PreviousTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.PreviousTableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.PreviousTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.PreviousTablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.PreviousTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle +DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.PrimaryStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader +DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.PrintBodyTextBeforeHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite +DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.PrintColorBlackWhite() -> void +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference +DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.PrinterSettingsReference() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData +DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.PrintFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth +DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.PrintFractionalCharacterWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText +DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.PrintPostScriptOverText() -> void +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne +DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.PrintTwoOnOne() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError +DocumentFormat.OpenXml.Wordprocessing.ProofError.ProofError() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofError.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarEnd = 3 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.GrammarStart = 2 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellEnd = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues.SpellStart = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingErrorValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Clean = 0 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues.Dirty = 1 -> DocumentFormat.OpenXml.Wordprocessing.ProofingStateValues +DocumentFormat.OpenXml.Wordprocessing.ProofState +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Grammar.set -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.ProofState() -> void +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ProofState.Spelling.set -> void +DocumentFormat.OpenXml.Wordprocessing.Query +DocumentFormat.OpenXml.Wordprocessing.Query.Query() -> void +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Administrators = 2 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Contributors = 3 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Current = 6 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Editors = 4 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Everyone = 1 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues.Owners = 5 -> DocumentFormat.OpenXml.Wordprocessing.RangePermissionEditingGroupValues +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Height.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.ReadModeInkLockDown() -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.UseActualPages.set -> void +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.get -> DocumentFormat.OpenXml.Wordprocessing.Active? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.Active.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.get -> DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.ColumnIndex.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData() -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.RecipientData(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.get -> DocumentFormat.OpenXml.Wordprocessing.UniqueTag? +DocumentFormat.OpenXml.Wordprocessing.RecipientData.UniqueTag.set -> void +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference +DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.RecipientDataReference() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients +DocumentFormat.OpenXml.Wordprocessing.Recipients.Load(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients() -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Recipients(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Recipients.Save(DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RelationshipType.RelationshipType() -> void +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML +DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.RelyOnVML() -> void +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime +DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.RemoveDateAndTime() -> void +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation +DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.RemovePersonalInformation() -> void +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.Continuous = 0 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachPage = 2 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.EachSection = 1 -> DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues +DocumentFormat.OpenXml.Wordprocessing.RevisionView +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Comments.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.DisplayRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Formatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.InkAnnotations.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.RevisionView.Markup.set -> void +DocumentFormat.OpenXml.Wordprocessing.RevisionView.RevisionView() -> void +DocumentFormat.OpenXml.Wordprocessing.RightBorder +DocumentFormat.OpenXml.Wordprocessing.RightBorder.RightBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMargin +DocumentFormat.OpenXml.Wordprocessing.RightMargin.RightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv +DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.RightMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText +DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.RightToLeftText() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsid +DocumentFormat.OpenXml.Wordprocessing.Rsid.Rsid() -> void +DocumentFormat.OpenXml.Wordprocessing.RsidRoot +DocumentFormat.OpenXml.Wordprocessing.RsidRoot.RsidRoot() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.get -> DocumentFormat.OpenXml.Wordprocessing.RsidRoot? +DocumentFormat.OpenXml.Wordprocessing.Rsids.RsidRoot.set -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids() -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Rsids.Rsids(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby() -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.Ruby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.get -> DocumentFormat.OpenXml.Wordprocessing.RubyBase? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyBase.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.get -> DocumentFormat.OpenXml.Wordprocessing.RubyContent? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyContent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RubyProperties? +DocumentFormat.OpenXml.Wordprocessing.Ruby.RubyProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.RubyAlign() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RubyAlign.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Center = 0 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeLetter = 1 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.DistributeSpace = 2 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Left = 3 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues.RightVertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.RubyAlignValues +DocumentFormat.OpenXml.Wordprocessing.RubyBase +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyBase.RubyBase(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContent.RubyContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyContentType.RubyContentType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.get -> DocumentFormat.OpenXml.Wordprocessing.Dirty? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideBaseTextSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideRaise.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.get -> DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.PhoneticGuideTextFontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.get -> DocumentFormat.OpenXml.Wordprocessing.RubyAlign? +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyAlign.set -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RubyProperties.RubyProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.Run.RsidRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run() -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.Run(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.RunProperties? +DocumentFormat.OpenXml.Wordprocessing.Run.RunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Ascii.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.AsciiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.ComplexScriptTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsia.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.EastAsiaTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsi.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.HighAnsiTheme.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.RunFonts.Hint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunFonts.RunFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.get -> DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ContextualAlternatives.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.get -> DocumentFormat.OpenXml.Office2010.Word.FillTextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FillTextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.get -> DocumentFormat.OpenXml.Office2010.Word.Glow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Glow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.get -> DocumentFormat.OpenXml.Wordprocessing.Highlight? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Highlight.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.get -> DocumentFormat.OpenXml.Office2010.Word.Ligatures? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Ligatures.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.get -> DocumentFormat.OpenXml.Office2010.Word.NumberingFormat? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberingFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.get -> DocumentFormat.OpenXml.Office2010.Word.NumberSpacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.NumberSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.get -> DocumentFormat.OpenXml.Office2010.Word.Properties3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Properties3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.get -> DocumentFormat.OpenXml.Office2010.Word.Reflection? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Reflection.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.get -> DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RightToLeftText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunStyle? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.RunStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.get -> DocumentFormat.OpenXml.Office2010.Word.Scene3D? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Scene3D.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.get -> DocumentFormat.OpenXml.Office2010.Word.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Shadow14.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.get -> DocumentFormat.OpenXml.Office2010.Word.StylisticSets? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.StylisticSets.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.get -> DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.TextOutlineEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.RunPropertiesBaseStyle(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.PreviousRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.RunPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.RunPropertiesDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunStyle +DocumentFormat.OpenXml.Wordprocessing.RunStyle.RunStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.RunTrackChangeType.RunTrackChangeType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData +DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.SaveFormsData() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml +DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.SaveInvalidXml() -> void +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture +DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.SavePreviewPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts +DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.SaveSubsetFonts() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SaveThroughXslt() -> void +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.SolutionId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly +DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.SaveXmlDataOnly() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.ScrollbarVisibility() -> void +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtAlias +DocumentFormat.OpenXml.Wordprocessing.SdtAlias.SdtAlias() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock? +DocumentFormat.OpenXml.Wordprocessing.SdtBlock.SdtContentBlock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentCell? +DocumentFormat.OpenXml.Wordprocessing.SdtCell.SdtContentCell.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography +DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.SdtContentBibliography() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.SdtContentBlock(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.SdtContentCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation +DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.SdtContentCitation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.SdtContentComboBox(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.get -> DocumentFormat.OpenXml.Wordprocessing.Calendar? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.Calendar.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.get -> DocumentFormat.OpenXml.Wordprocessing.DateFormat? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.DateFormat.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.FullDate.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.get -> DocumentFormat.OpenXml.Wordprocessing.LanguageId? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.LanguageId.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtContentDate(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.get -> DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.SdtDateMappingType.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.SdtContentDocPartList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.SdtContentDocPartObject(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.LastValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.SdtContentDropDownList(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation +DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.SdtContentEquation() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup +DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.SdtContentGroup() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture +DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.SdtContentPicture() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText +DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.SdtContentRichText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.SdtContentRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.SdtContentRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.SdtContentRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.MultiLine.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtContentText.SdtContentText() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.SdtDateMappingType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartCategory? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartCategory.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartGallery? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartGallery.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartUnique? +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.DocPartUnique.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType.SdtDocPartType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtElement(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtEndCharProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.get -> DocumentFormat.OpenXml.Wordprocessing.SdtProperties? +DocumentFormat.OpenXml.Wordprocessing.SdtElement.SdtProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.SdtEndCharProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtId +DocumentFormat.OpenXml.Wordprocessing.SdtId.SdtId() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.get -> DocumentFormat.OpenXml.Wordprocessing.DocPartReference? +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.DocPartReference.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.SdtPlaceholder(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtProperties.SdtProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRow? +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtContentRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRow.SdtRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRun? +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtContentRun.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRun.SdtRun(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.get -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby? +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtContentRunRuby.set -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.SdtRunRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.Continuous = 2 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.EvenPage = 3 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextColumn = 1 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.NextPage = 0 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues.OddPage = 4 -> DocumentFormat.OpenXml.Wordprocessing.SectionMarkValues +DocumentFormat.OpenXml.Wordprocessing.SectionProperties +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidDel.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidR.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidRPr.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.RsidSect.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionProperties.SectionProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties? +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.PreviousSectionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.SectionPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType +DocumentFormat.OpenXml.Wordprocessing.SectionType.SectionType() -> void +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SectionType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar +DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.SelectFieldWithFirstOrLastChar() -> void +DocumentFormat.OpenXml.Wordprocessing.SemiHidden +DocumentFormat.OpenXml.Wordprocessing.SemiHidden.SemiHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark +DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.SeparatorMark() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.get -> DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges? +DocumentFormat.OpenXml.Wordprocessing.Settings.AlignBorderAndEdges.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundFooter.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.get -> DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader? +DocumentFormat.OpenXml.Wordprocessing.Settings.BordersDoNotSurroundHeader.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.get -> DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape? +DocumentFormat.OpenXml.Wordprocessing.Settings.DisplayBackgroundShape.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.DocumentSettingsPart.get -> DocumentFormat.OpenXml.Packaging.DocumentSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries? +DocumentFormat.OpenXml.Wordprocessing.Settings.DoNotDisplayPageBoundaries.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedSystemFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.get -> DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.EmbedTrueTypeFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.get -> DocumentFormat.OpenXml.Wordprocessing.GutterAtTop? +DocumentFormat.OpenXml.Wordprocessing.Settings.GutterAtTop.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideGrammaticalErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.get -> DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors? +DocumentFormat.OpenXml.Wordprocessing.Settings.HideSpellingErrors.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Load(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorMargins? +DocumentFormat.OpenXml.Wordprocessing.Settings.MirrorMargins.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.get -> DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintFractionalCharacterWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.get -> DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText? +DocumentFormat.OpenXml.Wordprocessing.Settings.PrintPostScriptOverText.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.get -> DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemoveDateAndTime.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.get -> DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation? +DocumentFormat.OpenXml.Wordprocessing.Settings.RemovePersonalInformation.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Save(DocumentFormat.OpenXml.Packaging.DocumentSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.get -> DocumentFormat.OpenXml.Wordprocessing.SaveFormsData? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveFormsData.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.get -> DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts? +DocumentFormat.OpenXml.Wordprocessing.Settings.SaveSubsetFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings() -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Settings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.View.get -> DocumentFormat.OpenXml.Wordprocessing.View? +DocumentFormat.OpenXml.Wordprocessing.Settings.View.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.get -> DocumentFormat.OpenXml.Wordprocessing.WriteProtection? +DocumentFormat.OpenXml.Wordprocessing.Settings.WriteProtection.set -> void +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.get -> DocumentFormat.OpenXml.Wordprocessing.Zoom? +DocumentFormat.OpenXml.Wordprocessing.Settings.Zoom.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Fill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Shading() -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFill.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeFillTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Shading.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Clear = 1 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalCross = 8 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.DiagonalStripe = 6 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalCross = 7 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.HorizontalStripe = 3 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent10 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent12 = 17 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent15 = 18 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent20 = 19 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent25 = 20 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent30 = 21 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent35 = 22 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent37 = 23 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent40 = 24 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent45 = 25 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent5 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent50 = 26 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent55 = 27 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent60 = 28 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent62 = 29 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent65 = 30 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent70 = 31 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent75 = 32 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent80 = 33 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent85 = 34 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent87 = 35 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent90 = 36 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Percent95 = 37 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ReverseDiagonalStripe = 5 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.Solid = 2 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalCross = 14 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinDiagonalStripe = 12 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalCross = 13 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinHorizontalStripe = 9 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinReverseDiagonalStripe = 11 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.ThinVerticalStripe = 10 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues.VerticalStripe = 4 -> DocumentFormat.OpenXml.Wordprocessing.ShadingPatternValues +DocumentFormat.OpenXml.Wordprocessing.Shadow +DocumentFormat.OpenXml.Wordprocessing.Shadow.Shadow() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.ShapeDefaults(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType() -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeDefaultsType.ShapeDefaultsType(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8 +DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.ShapeLayoutLikeWord8() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames +DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.ShowBreaksInFrames() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope +DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.ShowEnvelope() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder +DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.ShowingPlaceholder() -> void +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags +DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.ShowXmlTags() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.SignedTwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SignedTwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleField.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleField.SimpleField(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Dirty.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.get -> DocumentFormat.OpenXml.Wordprocessing.FieldData? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldData.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.FieldLock.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.Instruction.set -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby() -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.SimpleFieldRuby(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.SmallCaps +DocumentFormat.OpenXml.Wordprocessing.SmallCaps.SmallCaps() -> void +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid +DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.SnapToGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen +DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.SoftHyphen() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference +DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.SourceFileReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SourceReference +DocumentFormat.OpenXml.Wordprocessing.SourceReference.SourceReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline +DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.SpaceForUnderline() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing +DocumentFormat.OpenXml.Wordprocessing.Spacing.Spacing() -> void +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.Spacing.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.After.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.AfterLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Before.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeAutoSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.BeforeLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.Line.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.LineRule.set -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.SpacingBetweenLines() -> void +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints +DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.SpacingInWholePoints() -> void +DocumentFormat.OpenXml.Wordprocessing.SpecVanish +DocumentFormat.OpenXml.Wordprocessing.SpecVanish.SpecVanish() -> void +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark +DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.SplitPageBreakAndParagraphMark() -> void +DocumentFormat.OpenXml.Wordprocessing.StartBorder +DocumentFormat.OpenXml.Wordprocessing.StartBorder.StartBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.StartMargin +DocumentFormat.OpenXml.Wordprocessing.StartMargin.StartMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.StartNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue +DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.StartOverrideNumberingValue() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText +DocumentFormat.OpenXml.Wordprocessing.StatusText.StatusText() -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StatusText.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsAnsi = 0 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsArabic = 11 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsBaltic = 12 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsChinese5 = 6 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsEastEurope = 15 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGB2312 = 5 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsGreek = 7 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHangeul = 3 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsHebrew = 10 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsJohab = 4 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsMacFfn = 1 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsRussian = 13 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsShiftJIS = 2 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsThai = 14 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsTurkish = 8 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet.chsVietnamese = 9 -> DocumentFormat.OpenXml.Wordprocessing.StrictCharacterSet +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars +DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.StrictFirstAndLastChars() -> void +DocumentFormat.OpenXml.Wordprocessing.Strike +DocumentFormat.OpenXml.Wordprocessing.Strike.Strike() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type +DocumentFormat.OpenXml.Wordprocessing.String253Type.String253Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String253Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type +DocumentFormat.OpenXml.Wordprocessing.String255Type.String255Type() -> void +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.String255Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StringType +DocumentFormat.OpenXml.Wordprocessing.StringType.StringType() -> void +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StringType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.get -> DocumentFormat.OpenXml.Wordprocessing.Aliases? +DocumentFormat.OpenXml.Wordprocessing.Style.Aliases.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.get -> DocumentFormat.OpenXml.Wordprocessing.AutoRedefine? +DocumentFormat.OpenXml.Wordprocessing.Style.AutoRedefine.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.get -> DocumentFormat.OpenXml.Wordprocessing.BasedOn? +DocumentFormat.OpenXml.Wordprocessing.Style.BasedOn.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.CustomStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Default.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Default.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.get -> DocumentFormat.OpenXml.Wordprocessing.LinkedStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.LinkedStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.get -> DocumentFormat.OpenXml.Wordprocessing.Locked? +DocumentFormat.OpenXml.Wordprocessing.Style.Locked.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.get -> DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.NextParagraphStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.get -> DocumentFormat.OpenXml.Wordprocessing.Personal? +DocumentFormat.OpenXml.Wordprocessing.Style.Personal.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalCompose? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalCompose.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.get -> DocumentFormat.OpenXml.Wordprocessing.PersonalReply? +DocumentFormat.OpenXml.Wordprocessing.Style.PersonalReply.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.get -> DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle? +DocumentFormat.OpenXml.Wordprocessing.Style.PrimaryStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.get -> DocumentFormat.OpenXml.Wordprocessing.Rsid? +DocumentFormat.OpenXml.Wordprocessing.Style.Rsid.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.get -> DocumentFormat.OpenXml.Wordprocessing.SemiHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.SemiHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style() -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Style(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.get -> DocumentFormat.OpenXml.Wordprocessing.StyleHidden? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleId.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.get -> DocumentFormat.OpenXml.Wordprocessing.StyleName? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleName.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleRunProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.StyleTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.Style.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Style.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.get -> DocumentFormat.OpenXml.Wordprocessing.UIPriority? +DocumentFormat.OpenXml.Wordprocessing.Style.UIPriority.set -> void +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.get -> DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed? +DocumentFormat.OpenXml.Wordprocessing.Style.UnhideWhenUsed.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleHidden +DocumentFormat.OpenXml.Wordprocessing.StyleHidden.StyleHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleId +DocumentFormat.OpenXml.Wordprocessing.StyleId.StyleId() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLink +DocumentFormat.OpenXml.Wordprocessing.StyleLink.StyleLink() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.StyleLockStylesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart +DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.StyleLockThemesPart() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName +DocumentFormat.OpenXml.Wordprocessing.StyleName.StyleName() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StyleName.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AllStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.AlternateStyleNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.ClearFormatting.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CustomStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnNumbering.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnParagraphs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnRuns.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.DirectFormattingOnTables.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.NumberingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylePaneFormatFilter() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.StylesInUse.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.TableStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Top3HeadingStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.VisibleStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.StylePaneSortMethods() -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.BasedOn = 7 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Default = 11 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Five = 10 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Font = 5 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Four = 8 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Name = 1 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.One = 2 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Priority = 3 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Three = 6 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Two = 4 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Type = 9 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues.Zero = 0 -> DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethodsValues +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.get -> DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AdjustRightIndent.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDE.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.get -> DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.AutoSpaceDN.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.get -> DocumentFormat.OpenXml.Wordprocessing.BiDi? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.BiDi.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ContextualSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.get -> DocumentFormat.OpenXml.Wordprocessing.FrameProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.FrameProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.get -> DocumentFormat.OpenXml.Wordprocessing.Indentation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Indentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.get -> DocumentFormat.OpenXml.Wordprocessing.Justification? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Justification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.get -> DocumentFormat.OpenXml.Wordprocessing.KeepLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.get -> DocumentFormat.OpenXml.Wordprocessing.KeepNext? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.KeepNext.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.get -> DocumentFormat.OpenXml.Wordprocessing.Kinsoku? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Kinsoku.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.get -> DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.MirrorIndents.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.get -> DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.NumberingProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.get -> DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OutlineLevel.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.OverflowPunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.get -> DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.PageBreakBefore.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.ParagraphPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.get -> DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SpacingBetweenLines.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.StyleParagraphProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressAutoHyphens.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressLineNumbers.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.SuppressOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.get -> DocumentFormat.OpenXml.Wordprocessing.Tabs? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.Tabs.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextBoxTightWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.get -> DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.TopLinePunctuation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.get -> DocumentFormat.OpenXml.Wordprocessing.WidowControl? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WidowControl.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.get -> DocumentFormat.OpenXml.Wordprocessing.WordWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.WordWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.get -> DocumentFormat.OpenXml.Wordprocessing.Bold? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Bold.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.BoldComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.get -> DocumentFormat.OpenXml.Wordprocessing.Border? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Border.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.get -> DocumentFormat.OpenXml.Wordprocessing.Caps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Caps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.get -> DocumentFormat.OpenXml.Wordprocessing.CharacterScale? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CharacterScale.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.get -> DocumentFormat.OpenXml.Wordprocessing.Color? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.get -> DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.DoubleStrike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.get -> DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.EastAsianLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.get -> DocumentFormat.OpenXml.Wordprocessing.Emboss? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emboss.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.get -> DocumentFormat.OpenXml.Wordprocessing.Emphasis? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Emphasis.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.get -> DocumentFormat.OpenXml.Wordprocessing.FitText? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.get -> DocumentFormat.OpenXml.Wordprocessing.FontSize? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.FontSizeComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.get -> DocumentFormat.OpenXml.Wordprocessing.Imprint? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Imprint.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.get -> DocumentFormat.OpenXml.Wordprocessing.Italic? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Italic.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.get -> DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.ItalicComplexScript.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.get -> DocumentFormat.OpenXml.Wordprocessing.Kern? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Kern.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.get -> DocumentFormat.OpenXml.Wordprocessing.Languages? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Languages.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.get -> DocumentFormat.OpenXml.Wordprocessing.NoProof? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.NoProof.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.get -> DocumentFormat.OpenXml.Wordprocessing.Outline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Outline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.get -> DocumentFormat.OpenXml.Wordprocessing.Position? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.get -> DocumentFormat.OpenXml.Wordprocessing.RunFonts? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunFonts.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.RunPropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.get -> DocumentFormat.OpenXml.Wordprocessing.Shadow? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Shadow.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.get -> DocumentFormat.OpenXml.Wordprocessing.SmallCaps? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SmallCaps.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.get -> DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SnapToGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.get -> DocumentFormat.OpenXml.Wordprocessing.Spacing? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Spacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.get -> DocumentFormat.OpenXml.Wordprocessing.SpecVanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.SpecVanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.get -> DocumentFormat.OpenXml.Wordprocessing.Strike? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Strike.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.StyleRunProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.get -> DocumentFormat.OpenXml.Wordprocessing.TextEffect? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.TextEffect.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.get -> DocumentFormat.OpenXml.Wordprocessing.Underline? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Underline.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.get -> DocumentFormat.OpenXml.Wordprocessing.Vanish? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.Vanish.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.VerticalTextAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.get -> DocumentFormat.OpenXml.Wordprocessing.WebHidden? +DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.WebHidden.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.get -> DocumentFormat.OpenXml.Wordprocessing.DocDefaults? +DocumentFormat.OpenXml.Wordprocessing.Styles.DocDefaults.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.get -> DocumentFormat.OpenXml.Wordprocessing.LatentStyles? +DocumentFormat.OpenXml.Wordprocessing.Styles.LatentStyles.set -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Load(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Save(DocumentFormat.OpenXml.Packaging.StylesPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles() -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.Styles(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Styles.StylesPart.get -> DocumentFormat.OpenXml.Packaging.StylesPart? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.StyleTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.StyleTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleColumnBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize? +DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.TableStyleRowBandSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Character = 1 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Numbering = 3 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Paragraph = 0 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.StyleValues.Table = 2 -> DocumentFormat.OpenXml.Wordprocessing.StyleValues +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference +DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.SubDocumentReference() -> void +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize +DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.SubFontBySize() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.SummaryLength() -> void +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.SummaryLength.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens +DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.SuppressAutoHyphens() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.SuppressBottomSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers +DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.SuppressLineNumbers() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap +DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.SuppressOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.SuppressSpacingAtTopOfPage() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak +DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.SuppressSpacingBeforeAfterPageBreak() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.SuppressTopSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect +DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.SuppressTopSpacingWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages +DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.SwapBordersFacingPages() -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Char.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.Font.set -> void +DocumentFormat.OpenXml.Wordprocessing.SymbolChar.SymbolChar() -> void +DocumentFormat.OpenXml.Wordprocessing.TabChar +DocumentFormat.OpenXml.Wordprocessing.TabChar.TabChar() -> void +DocumentFormat.OpenXml.Wordprocessing.Table +DocumentFormat.OpenXml.Wordprocessing.Table.Table() -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Table.Table(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TableBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCaption +DocumentFormat.OpenXml.Wordprocessing.TableCaption.TableCaption() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCell(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCell.TableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.get -> DocumentFormat.OpenXml.Wordprocessing.BottomBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.BottomBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.get -> DocumentFormat.OpenXml.Wordprocessing.EndBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.EndBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideHorizontalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.get -> DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.InsideVerticalBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.get -> DocumentFormat.OpenXml.Wordprocessing.LeftBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.LeftBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.get -> DocumentFormat.OpenXml.Wordprocessing.RightBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.RightBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.get -> DocumentFormat.OpenXml.Wordprocessing.StartBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.StartBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TableCellBorders(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopLeftToBottomRightCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.get -> DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder? +DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.TopRightToBottomLeftCellBorder.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText +DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.TableCellFitText() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.TableCellLeftMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.LeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.LeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.RightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.RightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TableCellMargin(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.get -> DocumentFormat.OpenXml.Wordprocessing.BottomMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.BottomMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.get -> DocumentFormat.OpenXml.Wordprocessing.EndMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.EndMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.get -> DocumentFormat.OpenXml.Wordprocessing.StartMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.StartMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellLeftMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellMarginDefault(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TableCellRightMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TopMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.TopMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.get -> DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.ConditionalFormatStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.get -> DocumentFormat.OpenXml.Wordprocessing.GridSpan? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.GridSpan.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.get -> DocumentFormat.OpenXml.Wordprocessing.HideMark? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HideMark.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.HorizontalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellFitText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TableCellWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.get -> DocumentFormat.OpenXml.Wordprocessing.TextDirection? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.TextDirection.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.get -> DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? +DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.VerticalMerge.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.PreviousTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.TableCellPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin +DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.TableCellRightMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing +DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.TableCellSpacing() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.TableCellVerticalAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth +DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.TableCellWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableDescription +DocumentFormat.OpenXml.Wordprocessing.TableDescription.TableDescription() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGrid.TableGrid(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid? +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.PreviousTableGrid.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableGridChange.TableGridChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableHeader +DocumentFormat.OpenXml.Wordprocessing.TableHeader.TableHeader() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.TableIndentation() -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TableIndentation.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification +DocumentFormat.OpenXml.Wordprocessing.TableJustification.TableJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableJustification.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout +DocumentFormat.OpenXml.Wordprocessing.TableLayout.TableLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableLayout.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Autofit = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues.Fixed = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableLayoutValues +DocumentFormat.OpenXml.Wordprocessing.TableLook +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.FirstRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastColumn.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.LastRow.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoHorizontalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.NoVerticalBand.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.TableLook() -> void +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableLook.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.TableOverlap() -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableOverlap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Never = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues.Overlap = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableOverlapValues +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.BottomFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.HorizontalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.LeftFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.RightFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionX.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionXAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionY.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TablePositionYAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.TopFromText.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.VerticalAnchor.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.get -> DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.BiDiVisual.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.get -> DocumentFormat.OpenXml.Wordprocessing.TableCaption? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCaption.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.get -> DocumentFormat.OpenXml.Wordprocessing.TableDescription? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableDescription.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.get -> DocumentFormat.OpenXml.Wordprocessing.TableOverlap? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableOverlap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePositionProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TablePropertiesChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyle? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TableProperties.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.PreviousTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.TablePropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.get -> DocumentFormat.OpenXml.Wordprocessing.TableLayout? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLayout.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.get -> DocumentFormat.OpenXml.Wordprocessing.TableLook? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableLook.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptions(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TablePropertyExceptionsChange.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.get -> DocumentFormat.OpenXml.Wordprocessing.TableWidth? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.TableWidth.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.PreviousTablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.TablePropertyExceptionsChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.ParagraphId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowAddition.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowDeletion.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowMarkRevision.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.RsidTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.get -> DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TablePropertyExceptions.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRow(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.TableRow.TextId.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Left = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues.Right = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableRowAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.HeightType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.TableRowHeight() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.TableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.PreviousTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange() -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.TableRowPropertiesChange(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyle +DocumentFormat.OpenXml.Wordprocessing.TableStyle.TableStyle() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.TableStyleColumnBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.get -> DocumentFormat.OpenXml.Wordprocessing.NoWrap? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.NoWrap.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellMargin.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableCellVerticalAlignment.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.TableStyleConditionalFormattingTableCellProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.get -> DocumentFormat.OpenXml.Wordprocessing.Shading? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.Shading.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.get -> DocumentFormat.OpenXml.Wordprocessing.TableBorders? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableBorders.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellMarginDefault.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.get -> DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableCellSpacing.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.get -> DocumentFormat.OpenXml.Wordprocessing.TableIndentation? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableIndentation.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.get -> DocumentFormat.OpenXml.Wordprocessing.TableJustification? +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableJustification.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.TableStyleConditionalFormattingTableProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.TableStyleConditionalFormattingTableRowProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Horizontal = 7 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band1Vertical = 5 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Horizontal = 8 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.Band2Vertical = 6 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstColumn = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.FirstRow = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastColumn = 4 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.LastRow = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthEastCell = 9 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.NorthWestCell = 10 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthEastCell = 11 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.SouthWestCell = 12 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues.WholeTable = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableStyleOverrideValues +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.get -> DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.RunPropertiesBaseStyle.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.get -> DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.StyleParagraphProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableCellProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.get -> DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleConditionalFormattingTableRowProperties.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties() -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.TableStyleProperties(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize +DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.TableStyleRowBandSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Bottom = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableVerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.TableWidth +DocumentFormat.OpenXml.Wordprocessing.TableWidth.TableWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.TableWidthDxaNilType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.get -> DocumentFormat.OpenXml.Int16Value? +DocumentFormat.OpenXml.Wordprocessing.TableWidthDxaNilType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.TableWidthType() -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Type.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TableWidthType.Width.set -> void +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Auto = 3 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Dxa = 2 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues.Pct = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthUnitValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Dxa = 1 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.TableWidthValues.Nil = 0 -> DocumentFormat.OpenXml.Wordprocessing.TableWidthValues +DocumentFormat.OpenXml.Wordprocessing.Tabs +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs() -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.Tabs.Tabs(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Leader.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Position.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.TabStop() -> void +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TabStop.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Dot = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Heavy = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Hyphen = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.MiddleDot = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues.Underscore = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopLeaderCharValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Bar = 7 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Center = 3 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Clear = 0 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Decimal = 6 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.End = 5 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Left = 1 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Number = 8 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Right = 4 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.TabStopValues.Start = 2 -> DocumentFormat.OpenXml.Wordprocessing.TabStopValues +DocumentFormat.OpenXml.Wordprocessing.Tag +DocumentFormat.OpenXml.Wordprocessing.Tag.Tag() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.TargetScreenSize() -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1024x768 = 4 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x882 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1152x900 = 6 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1280x1024 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1600x1200 = 8 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1800x1440 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz1920x1200 = 10 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz544x376 = 0 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz640x480 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz720x512 = 2 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues.Sz800x600 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSizeValues +DocumentFormat.OpenXml.Wordprocessing.TemplateCode +DocumentFormat.OpenXml.Wordprocessing.TemplateCode.TemplateCode() -> void +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt +DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.TemporarySdt() -> void +DocumentFormat.OpenXml.Wordprocessing.Text +DocumentFormat.OpenXml.Wordprocessing.Text.Text() -> void +DocumentFormat.OpenXml.Wordprocessing.Text.Text(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.TextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.TextBoxContent(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.TextBoxFormFieldType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Calculated = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentDate = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.CurrentTime = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Date = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Number = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues.Regular = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.TextBoxTightWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.AllLines = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstAndLastLine = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.FirstLineOnly = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.LastLineOnly = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues +DocumentFormat.OpenXml.Wordprocessing.TextDirection +DocumentFormat.OpenXml.Wordprocessing.TextDirection.TextDirection() -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextDirection.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.BottomToTopLeftToRight2010 = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefToRightTopToBottom = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottom2010 = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LefttoRightTopToBottomRotated = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.LeftToRightTopToBottomRotated2010 = 7 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated = 10 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomLeftToRightRotated2010 = 11 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeft2010 = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated = 8 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues.TopToBottomRightToLeftRotated2010 = 9 -> DocumentFormat.OpenXml.Wordprocessing.TextDirectionValues +DocumentFormat.OpenXml.Wordprocessing.TextEffect +DocumentFormat.OpenXml.Wordprocessing.TextEffect.TextEffect() -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextEffect.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsBlack = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.AntsRed = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.BlinkBackground = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Lights = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.None = 6 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Shimmer = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextEffectValues.Sparkle = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextEffectValues +DocumentFormat.OpenXml.Wordprocessing.TextInput +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.get -> DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString? +DocumentFormat.OpenXml.Wordprocessing.TextInput.DefaultTextBoxFormFieldString.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.get -> DocumentFormat.OpenXml.Wordprocessing.Format? +DocumentFormat.OpenXml.Wordprocessing.TextInput.Format.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.get -> DocumentFormat.OpenXml.Wordprocessing.MaxLength? +DocumentFormat.OpenXml.Wordprocessing.TextInput.MaxLength.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.get -> DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType? +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextBoxFormFieldType.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput() -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.TextInput.TextInput(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.TextType +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.TextType.Space.set -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType() -> void +DocumentFormat.OpenXml.Wordprocessing.TextType.TextType(string! text) -> void +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Around = 2 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Auto = 0 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.None = 5 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.NotBeside = 1 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Through = 4 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues.Tight = 3 -> DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent1 = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent2 = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent3 = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent4 = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent5 = 8 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Accent6 = 9 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background1 = 13 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Background2 = 15 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark1 = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Dark2 = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.FollowedHyperlink = 11 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Hyperlink = 10 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light1 = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Light2 = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.None = 12 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text1 = 14 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues.Text2 = 16 -> DocumentFormat.OpenXml.Wordprocessing.ThemeColorValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages +DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.ThemeFontLanguages() -> void +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorAscii = 2 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorBidi = 1 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorEastAsia = 0 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MajorHighAnsi = 3 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorAscii = 6 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorBidi = 5 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorEastAsia = 4 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues.MinorHighAnsi = 7 -> DocumentFormat.OpenXml.Wordprocessing.ThemeFontValues +DocumentFormat.OpenXml.Wordprocessing.TitlePage +DocumentFormat.OpenXml.Wordprocessing.TitlePage.TitlePage() -> void +DocumentFormat.OpenXml.Wordprocessing.TopBorder +DocumentFormat.OpenXml.Wordprocessing.TopBorder.TopBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.TopLeftToBottomRightCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation +DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.TopLinePunctuation() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMargin +DocumentFormat.OpenXml.Wordprocessing.TopMargin.TopMargin() -> void +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv +DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.TopMarginDiv() -> void +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder +DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.TopRightToBottomLeftCellBorder() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Author.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.get -> DocumentFormat.OpenXml.DateTimeValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Date.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.Id.set -> void +DocumentFormat.OpenXml.Wordprocessing.TrackChangeType.TrackChangeType() -> void +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions +DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.TrackRevisions() -> void +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect +DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.TruncateFontHeightsLikeWordPerfect() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.TwipsMeasureType() -> void +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.TwipsMeasureType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString +DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.UdlConnectionString() -> void +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003 +DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.UICompatibleWith97To2003() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority +DocumentFormat.OpenXml.Wordprocessing.UIPriority.UIPriority() -> void +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UIPriority.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Color.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeColor.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeShade.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.ThemeTint.set -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Underline() -> void +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Underline.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList +DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.UnderlineTabInNumberingList() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces +DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.UnderlineTrailingSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dash = 6 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotDotHeavy = 13 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashDotHeavy = 11 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashedHeavy = 7 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLong = 8 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DashLongHeavy = 9 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDash = 10 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DotDotDash = 12 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Dotted = 4 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.DottedHeavy = 5 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Double = 2 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.None = 17 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Single = 0 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Thick = 3 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Wave = 14 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyDouble = 16 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.WavyHeavy = 15 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnderlineValues.Words = 1 -> DocumentFormat.OpenXml.Wordprocessing.UnderlineValues +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed +DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.UnhideWhenUsed() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.UniqueTag() -> void +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.UniqueTag.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.UnsignedDecimalNumberMax3Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberMax3Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.UnsignedDecimalNumberType() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedDecimalNumberType.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.UnsignedInt7Type() -> void +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.UnsignedInt7Type.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen +DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.UpdateFieldsOnOpen() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.UseAltKinsokuLineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs +DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.UseAnsiKerningPairs() -> void +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout +DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.UseFarEastLayout() -> void +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList +DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.UseNormalStyleForList() -> void +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics +DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.UsePrinterMetrics() -> void +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells +DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.UseSingleBorderForContiguousCells() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules +DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.UseWord2002TableStyleRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules +DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.UseWord97LineBreakRules() -> void +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving +DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.UseXsltWhenSaving() -> void +DocumentFormat.OpenXml.Wordprocessing.Vanish +DocumentFormat.OpenXml.Wordprocessing.Vanish.Vanish() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Center = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Inside = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Outside = 5 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues.Top = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Margin = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Page = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues.Text = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalAnchorValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Both = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalJustificationValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.VerticalMerge() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Continue = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues.Restart = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalMergeRevisionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Baseline = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Subscript = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues.Superscript = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalPositionValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.VerticalTextAlignment() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.VerticalTextAlignmentOnPage() -> void +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Auto = 4 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Baseline = 2 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Bottom = 3 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Center = 1 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues.Top = 0 -> DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentValues +DocumentFormat.OpenXml.Wordprocessing.View +DocumentFormat.OpenXml.Wordprocessing.View.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.View.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.View.View() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData +DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.ViewMergedData() -> void +DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.MasterPages = 3 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.None = 0 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Normal = 4 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Outline = 2 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Print = 1 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.ViewValues.Web = 5 -> DocumentFormat.OpenXml.Wordprocessing.ViewValues +DocumentFormat.OpenXml.Wordprocessing.WebHidden +DocumentFormat.OpenXml.Wordprocessing.WebHidden.WebHidden() -> void +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding +DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.WebPageEncoding() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.get -> DocumentFormat.OpenXml.Wordprocessing.AllowPNG? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.AllowPNG.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.get -> DocumentFormat.OpenXml.Wordprocessing.Divs? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Divs.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotOrganizeInFolder.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotRelyOnCSS.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotSaveAsSingleFile.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.get -> DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.DoNotUseLongFileNames.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.get -> DocumentFormat.OpenXml.Wordprocessing.Frameset? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Frameset.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Load(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.get -> DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.OptimizeForBrowser.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.get -> DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.PixelsPerInch.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.get -> DocumentFormat.OpenXml.Wordprocessing.RelyOnVML? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.RelyOnVML.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.Save(DocumentFormat.OpenXml.Packaging.WebSettingsPart! openXmlPart) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.get -> DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.TargetScreenSize.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.get -> DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding? +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebPageEncoding.set -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings() -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(params DocumentFormat.OpenXml.OpenXmlElement![]! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(string! outerXml) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettings(System.Collections.Generic.IEnumerable! childElements) -> void +DocumentFormat.OpenXml.Wordprocessing.WebSettings.WebSettingsPart.get -> DocumentFormat.OpenXml.Packaging.WebSettingsPart? +DocumentFormat.OpenXml.Wordprocessing.WidowControl +DocumentFormat.OpenXml.Wordprocessing.WidowControl.WidowControl() -> void +DocumentFormat.OpenXml.Wordprocessing.Width +DocumentFormat.OpenXml.Wordprocessing.Width.Width() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.WidthAfterTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow +DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.WidthBeforeTableRow() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification +DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.WordPerfectJustification() -> void +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth +DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.WordPerfectSpaceWidth() -> void +DocumentFormat.OpenXml.Wordprocessing.WordWrap +DocumentFormat.OpenXml.Wordprocessing.WordWrap.WordWrap() -> void +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces +DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.WrapTrailSpaces() -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmIdExtensibilitySource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.AlgorithmName.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmClass.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmSid.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicAlgorithmType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProvider.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderType.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.get -> DocumentFormat.OpenXml.HexBinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtensibility.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicProviderTypeExtSource.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.get -> DocumentFormat.OpenXml.UInt32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CryptographicSpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Hash.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.HashValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.get -> DocumentFormat.OpenXml.OnOffValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Recommended.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.Salt.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.get -> DocumentFormat.OpenXml.Base64BinaryValue? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SaltValue.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.get -> DocumentFormat.OpenXml.Int32Value? +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.SpinCount.set -> void +DocumentFormat.OpenXml.Wordprocessing.WriteProtection.WriteProtection() -> void +DocumentFormat.OpenXml.Wordprocessing.YearLong +DocumentFormat.OpenXml.Wordprocessing.YearLong.YearLong() -> void +DocumentFormat.OpenXml.Wordprocessing.YearShort +DocumentFormat.OpenXml.Wordprocessing.YearShort.YearShort() -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.get -> DocumentFormat.OpenXml.StringValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Percent.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.get -> DocumentFormat.OpenXml.EnumValue? +DocumentFormat.OpenXml.Wordprocessing.Zoom.Val.set -> void +DocumentFormat.OpenXml.Wordprocessing.Zoom.Zoom() -> void +DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Document = 0 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledDocument = 2 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.MacroEnabledTemplate = 3 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.WordprocessingDocumentType.Template = 1 -> DocumentFormat.OpenXml.WordprocessingDocumentType +DocumentFormat.OpenXml.XmlPath +DocumentFormat.OpenXml.XmlPath.Namespaces.get -> System.Xml.IXmlNamespaceResolver! +DocumentFormat.OpenXml.XmlPath.NamespacesDefinitions.get -> System.Collections.Generic.IList! +DocumentFormat.OpenXml.XmlPath.PartUri.get -> System.Uri? +DocumentFormat.OpenXml.XmlPath.XPath.get -> string! +override DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AdditionalCharacteristics.Characteristic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContent.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentChoice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.AlternateContentChoice.LocalName.get -> string! +override DocumentFormat.OpenXml.AlternateContentFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Base64BinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.Base64BinaryValue.Value.set -> void +override DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AlbumTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Artist.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.AuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BookTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Broadcaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.BroadcastTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CaseNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ChapterNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.City.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Compiler.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Composer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Conductor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ConferenceName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Corporate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Counsel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.CountryRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Court.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Day.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.DayAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Department.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Director.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Distributor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Edition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Editor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.First.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.GuidString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Institution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.InternetSiteTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewee.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Interviewer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Inventor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Issue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.JournalName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Last.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.LcId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Medium.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Middle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Month.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.MonthAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.NumberVolumes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PatentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Performer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PeriodicalTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProducerName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ProductionCompany.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.PublicationTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Publisher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.RecordingNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ReferenceOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Reporter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ShortTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Source.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Sources.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.SourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StandardNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.StateProvince.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Station.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Theater.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.ThesisType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Translator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.UrlString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Version.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Volume.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Writer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.Year.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Bibliography.YearAccessed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.CustomDocumentProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.DataStoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.CustomXmlSchemaReferences.SchemaLibrary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent3Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent4Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent5Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Accent6Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandlePolar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustHandleXY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AdjustValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaBiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaCeiling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaFloor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaInverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaModulationFixed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaOutset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AlphaReplace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ArcTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromCD.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AudioFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.AutoNumberedBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Backdrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band1Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Horizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Band2Vertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Bevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BiLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BlueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Blur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletColorText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletFontText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.BulletSizeText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Cell3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CharacterBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.AbsoluteAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.RelativeAnchorSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Area3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AreaSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoLabeled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.AxisPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BackWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Backward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BandFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bar3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BaseTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CatAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartSpaceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossBetween.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Crosses.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossesAt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomDisplayUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.CustomSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Date1904.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DateAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Delete.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DepthPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DisplayUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DLblsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DoughnutChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FirstSliceAngle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.FormatId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Forward.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapDepth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.GapWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Grouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Height.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HeightPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HighLowLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.HoleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Index.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Intercept.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LabelOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Left.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LeftMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LegendPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Line3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LineSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.LogBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MajorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ManualLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorTimeUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MinorUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Minus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoEndCap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NoMultiLevelLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumberReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.OfPieType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Order.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Orientation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Overlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Period.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Perspective.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Pie3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PieSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PivotTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Plus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PointCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RadarStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RotateY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Scaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPiePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SecondPieSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SerAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SeriesText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowBubbleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowCategoryName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowKeys.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowLegendKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowNegativeBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowSeriesName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SideWall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Size.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SizeRepresents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Smooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SplitType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StockChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringLiteral.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StringReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Surface3DChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Symbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Thickness.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickLabelSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TickMarkSkip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Top.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TopMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.TrendlineType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UpDownBars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserInterface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.UserShapesReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValAxExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.VaryColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.View3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.WidthMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.Wireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.XValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Charts.YValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildExtents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ChildOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CloseShapePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorReplacement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ColorTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Complement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ComplexScriptFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectionSiteList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CubicBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.CustomGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Dark2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DashStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DataModelExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.DefaultRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Adjust.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Algorithm.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.CategoryList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Choose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ColorTransformStyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Constraints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseElse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramChooseIf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.DiagramDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Direction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ForEach.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LayoutNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PresentationOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.RuleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.SampleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionHeaderList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDefinitionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleDisplayCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.StyleLabelDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.VariableList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Diagrams.Whole.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Duotone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EastAsianFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Effect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectDag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EffectStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndParagraphRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.EndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Extents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillOverlay.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FirstRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FlatText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.FormatScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Graphic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GraphicFrameLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Gray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Grayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Green.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GreenOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GroupShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.GvmlGroupShapeExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HeadEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hsl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HueOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnClick.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnHover.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkOnMouseOver.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.HyperlinkSound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InnerShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Inverse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.InverseGamma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LastRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LatinFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LegacyCompatibility.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light1Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Light2Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LinearGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineJoinBevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ListStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LockedCanvas.LockedCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MajorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MasterColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MinorFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Miter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Normal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NormalAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NortheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.NorthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ObjectDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Offset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OuterShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.OverrideColorMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathGradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PathList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PictureLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Point.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetDash.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetGeometry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetShadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PresetTextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.PtExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuadraticBezierCurveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.QuickTimeFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Red.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RedOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RelativeOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RightToLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Rotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Round.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleX.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ScaleY.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Scene3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Shape3DType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeAutoFit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapePropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoftEdge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SolidFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SourceRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SoutheastCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SouthwestCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpaceBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPercent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SpacingPoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.AbsoluteAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.OneCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.TwoCellAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.StartTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Stretch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SupplementalFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SymbolFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.SystemColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableCellTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TableStyleList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TabStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TailEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TextShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Theme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeManager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.ThemeOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TileRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TintEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.TransformGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFillText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UnderlineFollowsText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UpVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.UseShapeRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VideoFromFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WaveAudioFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.WholeTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.LineTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapNone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapSquare.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapThrough.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapTopBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Derivation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.DerivedFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Emma.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.EndPointInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Grammar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.GroupInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Info.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Interpretation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Lattice.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Model.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Node.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.OneOf.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.EMMA.Sequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Application.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Characters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Company.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Lines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Manager.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Notes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Paragraphs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Properties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.SharedDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Slides.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.TotalTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ExtendedProperties.Words.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.HexBinaryValue.Value.get -> string? +override DocumentFormat.OpenXml.HexBinaryValue.Value.set -> void +override DocumentFormat.OpenXml.InkML.ActiveArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Annotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.AnnotationXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Bind.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Brush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.BrushProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Canvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.CanvasTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Channel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.ChannelProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Context.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Definitions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.InkSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.IntermittentChannels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Latency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Mapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SampleRate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.SourceProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Timestamp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.Trace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.InkML.TraceView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.ListValue.HasValue.get -> bool +override DocumentFormat.OpenXml.ListValue.InnerText.get -> string? +override DocumentFormat.OpenXml.ListValue.InnerText.set -> void +override DocumentFormat.OpenXml.Math.Accent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AccentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.AlignScripts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ArgumentSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Bar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BarProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Base.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BaseJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BeginChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BorderBoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BoxProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.BreakBinarySubtraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnGapRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ColumnSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DefaultJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Degree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Delimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DelimiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Denominator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Differential.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.DisplayDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EndChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.EquationArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Fraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FractionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.FunctionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GroupCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.GrowOperators.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideDegree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HidePlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideSuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.HideTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntegralLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.InterSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.IntraSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Limit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitLowerProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.LimitUpperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Literal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathFunction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MathProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Matrix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnCount.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MatrixRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.MaxDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Nary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryLimitLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NaryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NoBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.NormalText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Numerator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ObjectDistribution.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.OperatorEmulator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Phantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PhantomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PostSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuper.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.PreSubSuperProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Radical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RadicalProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RowSpacingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Script.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SeparatorChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ShowPhantom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SmallFraction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeHorizontal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.StrikeVertical.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Subscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SubSuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperArgument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Superscript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.SuperscriptProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.Transparent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.VerticalJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.WrapRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroAscent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroDescent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Math.ZeroWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXControlData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.ContentType.ContentTypeSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.CoverPageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbarControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.TextLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedDynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.UnsizedToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VerticalSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CachedView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.CustomXsn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.Scope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.DataModelExtensionBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ColumnSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.Macrosheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.ReferenceSequence.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.RowSortMapItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Excel.WorksheetSortMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.LongProperties.LongProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.MetaAttributes.Dummy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommandManifestEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.AllocatedCommands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.CharacterInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.DocEvents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapCustomizations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.KeyMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MailMergeRecipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Mcds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordHashCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.RecordIncluded.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.SingleDataSourceRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.TemplateCommandGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.ToolbarData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.Toolbars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.VbaSuppData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Backstage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageEditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageFastCommandButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroupButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageLabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageMenuToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageSubMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BackstageTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Box.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Button.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Commands.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlClone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneQat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ControlCloneRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.CustomUI.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DialogBoxLauncher.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DropDownRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.DynamicMenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.EditBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GalleryRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.GroupBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ImageControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ItemBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LabelControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.LayoutContainer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Menu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuSeparatorNoTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.MenuWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.PrimaryItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioButtonBackstageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.RadioGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Separator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.SplitButtonWithTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TabSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskFormGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TaskGroupTask.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.ToggleButtonRegular.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.CustomUI.VisibleToggleButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CameraTool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.PivotOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.SketchOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Charts.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.CompatExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Diagram.RecolorImages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ForegroundMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenEffectsProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenScene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.HiddenShape3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ImageProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.IsCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.LegacyCompatibility.CompatibilityShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.ShadowObscured.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Slicer.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.TextMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.AxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.BorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingIcon.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DatastoreItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DdeValues.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.DifferentialType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.FormControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Id.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ListItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.MarkersColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheItemParent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotChanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEdits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SeriesColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SetLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerRef.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Slicers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SourceConnection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparkline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.SparklineGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Sparklines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.ExcelAc.List.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.DestinationLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Ink.SourceLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.BrowseMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ConveyorTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DiscardImageEditData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.DoorsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FerrisTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlipTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.FlythroughTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GalleryTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.GlitterTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.HoneycombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.LaserTraceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Media.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ModificationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PanTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.PrismTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RevealTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.RippleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Section.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionOld.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowEventRecordList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShowMediaControls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.ShredTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.SwitchTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TracePointList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.VortexTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WarpTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WheelReverseTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.PowerPoint.WindowTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Alpha.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelBottom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.BevelTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Camera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ConflictMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ContourColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictDeletionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.CustomXmlConflictInsertionRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DefaultImageDpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DiscardImageEditingData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Drawing.RelativeWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.GraphicFrameType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WordprocessingCanvas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.WordprocessingGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualConnectorProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.TextBoxInfo2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.DrawingShape.WordprocessingShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.EntityPickerEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillTextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.FillToRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Glow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.GradientStopList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.HueModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Ligatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LightRig.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LinearShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LineJoinMiterProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Luminance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.LuminanceOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.NumberSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PathShadeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.PresetLineDashProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Properties3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Reflection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RoundEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.RunConflictInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Saturation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationModulation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SaturationOffset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Scene3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SchemeColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SdtContentCheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StyleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.StylisticSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Tint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.Transform2D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.UncheckedState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AutoGeneneratedCategories.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ExceptionForSave.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredAreaSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredBubbleSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredCategoryTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredLineSeriesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredPieSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredRadarSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredScatterSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSeriesTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FilteredSurfaceSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FormulaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.FullReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Layout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.PivotSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowDataLabelsRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShowLeaderLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ColorStyleVariation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataSeries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.StyleColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Title.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Trendline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxisProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.View3DProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.NonVisualGroupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.ObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.TimeSlicer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CachedUniqueNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DataModel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbCommand.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DbTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.FieldListActiveTabTopLevelEntity.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationship.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheDecoupled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCacheIdVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheHideItemsWithNoData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCacheOlapLevelName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SlicerCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Survey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TableSlicerCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timeline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineCacheReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelinePivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Timelines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TimelineStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WebExtensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ChartTrackingReferenceBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.NotesGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.PresetTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.RoamingProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.SlideGuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.PowerPoint.ThreadingInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Theme.ThemeVariantList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.Taskpanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionTaskpane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Appearance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.ChartTrackingRefBased.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.CommentsEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DefaultCollapsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Drawing.WebVideoProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.People.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PersistentDocumentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.PresenceInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SdtRepeatedSectionItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.SectionTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionCreated.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2013.Word.WebExtensionLinked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Aggregation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Axis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnits.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Binning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.CategoryAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartSpace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartStringValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Data.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataPoint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Extension2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.IdxXsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MajorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorGridlinesGridlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinorTickMarksTickMarks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumericValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Series.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayoutProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Statistics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.StringLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Subtotals.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TickLabels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueAxisScaling.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.VXsdstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterException.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.CategoryFilterExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ChartDataPointUniqueIDMapEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.LiteralDataChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.PivotOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StrFilteredLiteralCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc.MultiLvlStrData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ColIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.ConnectableReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.CreationId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.PredecessorDrawingElementReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Drawing.RowIdIdentifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ChangeCellSubEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.FreezePanes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Outlines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefOartAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RefTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChangeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExChgObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExDelObj.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExFuture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExSheetOp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExStream.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTest.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExTrimmed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevExUnsupported.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionPtr.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevisionStateLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RevListAutoExpandRw.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.RstType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SheetXluid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.StateBasedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Excel.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.CalculatedTimeColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGrouping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Presentation.DesignElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2016.Word.Symex.SymEx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.EmbeddedAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.PosterFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Chart.DataDisplayOptions16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Decorative.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.NumberDiagramInfoList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Diagram12.TextListStyleType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.HyperLinkColor.HyperlinkColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.AmbientLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.DirectionalLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ObjectViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OrthographicProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PerspectiveProjection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PointLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SpotLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UnknownLight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.Model3D.WindowViewport.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.PictureAttributionSourceURL.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Drawing.SVG.SVGBlip.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures.CalcFeatures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.DynamicArrayProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout.PivotTableDefinition16.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Key.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Array.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichDateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichSortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylePropertyValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeReservedKeyFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypesInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagKey.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructure.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagStructures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Mention.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.Person.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedComments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ClassificationOutcome.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.ReadonlyRecommended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.Track.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TrackList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Presentation.TracksInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Office2019.Word.Cid.CommentsIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlAttribute.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlAttribute.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlCompositeElement.AppendChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertAt(T? newChild, int index) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.PrependChild(T? newChild) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlCompositeElement.RemoveChild(T? child) -> T? +override DocumentFormat.OpenXml.OpenXmlCompositeElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +override DocumentFormat.OpenXml.OpenXmlDomReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlDomReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlDomReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlDomReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlDomReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlDomReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlDomReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlDomReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlDomReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlLeafTextElement.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlMiscNode.HasChildren.get -> bool +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.InnerXml.set -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlMiscNode.RemoveAllChildren() -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlMiscNode.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.OpenXmlPartReader.Attributes.get -> System.Collections.ObjectModel.ReadOnlyCollection! +override DocumentFormat.OpenXml.OpenXmlPartReader.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.Depth.get -> int +override DocumentFormat.OpenXml.OpenXmlPartReader.ElementType.get -> System.Type! +override DocumentFormat.OpenXml.OpenXmlPartReader.Encoding.get -> string? +override DocumentFormat.OpenXml.OpenXmlPartReader.EOF.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +override DocumentFormat.OpenXml.OpenXmlPartReader.GetText() -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.IsEndElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsMiscNode.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.IsStartElement.get -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.LoadCurrentElement() -> DocumentFormat.OpenXml.OpenXmlElement? +override DocumentFormat.OpenXml.OpenXmlPartReader.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceDeclarations.get -> System.Collections.Generic.IEnumerable>! +override DocumentFormat.OpenXml.OpenXmlPartReader.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlPartReader.Read() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadFirstChild() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.ReadNextSibling() -> bool +override DocumentFormat.OpenXml.OpenXmlPartReader.Skip() -> void +override DocumentFormat.OpenXml.OpenXmlPartReader.StandaloneXml.get -> bool? +override DocumentFormat.OpenXml.OpenXmlPartRootElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.Close() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteEndElement() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument() -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartDocument(bool standalone) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlElement! elementObject, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteStartElement(DocumentFormat.OpenXml.OpenXmlReader! elementReader, System.Collections.Generic.IEnumerable! attributes, System.Collections.Generic.IEnumerable>! namespaceDeclarations) -> void +override DocumentFormat.OpenXml.OpenXmlPartWriter.WriteString(string! text) -> void +override DocumentFormat.OpenXml.OpenXmlSimpleType.ToString() -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.GetHashCode() -> int +override DocumentFormat.OpenXml.OpenXmlSimpleValue.HasValue.get -> bool +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.get -> string? +override DocumentFormat.OpenXml.OpenXmlSimpleValue.InnerText.set -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.InnerText.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.LocalName.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.NamespaceUri.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.Prefix.get -> string! +override DocumentFormat.OpenXml.OpenXmlUnknownElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +override DocumentFormat.OpenXml.OpenXmlUnknownElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +override DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.ExtendedPart.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.HyperlinkRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.IdPartPair.Equals(object? obj) -> bool +override DocumentFormat.OpenXml.Packaging.IdPartPair.GetHashCode() -> int +override DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.AddPart(T! part) -> T! +override DocumentFormat.OpenXml.Packaging.OpenXmlPackage.ThrowIfObjectDisposed() -> void +override DocumentFormat.OpenXml.Packaging.PresentationDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.PresentationDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.PresentationDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.RelationshipType.get -> string! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.AddNewPart(string! contentType, string! id) -> T! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(string! path) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateClone(System.IO.Stream! stream) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.OpenClone(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.OpenXmlPackage! +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +override DocumentFormat.OpenXml.Packaging.WordprocessingDocument.ToFlatOpcDocument() -> System.Xml.Linq.XDocument! +override DocumentFormat.OpenXml.Presentation.Animate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateMotion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateRotation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AnimateScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.AttributeNameList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Audio.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundAnimation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BackgroundStyleReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlindsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BlipFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BodyStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BooleanVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BrowseSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildAsOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildDiagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildGraphics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildOleChart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildParagraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.BuildSubElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ByPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CharRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CheckerTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ChildTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CircleTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMapOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ColorValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CombTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Command.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentAuthorList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonMediaNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CommonViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Condition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ConnectionShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ControlList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CoverTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomerDataTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CustomShowReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.CutTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DefaultTextStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DiamondTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.DissolveTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EmbeddedFontList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.EndSync.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExclusiveTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ExtensionListWithModification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FadeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FloatVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.FromPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GraphicFrame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GridSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Guide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.GuideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HandoutMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HslColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.HtmlPublishProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.InkTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.IntegerVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Iterate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.KioskSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ModificationVerifier.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NewsflashTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NextConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NormalViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesSlide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesTextViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.NotesViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleChartElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OleObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Origin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OtherStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.OutlineViewSlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParagraphIndexRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ParallelTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PenColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PhotoAlbum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlaceholderShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PlusTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Presentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PresenterSlideMode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PreviousConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PrintingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Progress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PullTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.PushTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomBarTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RandomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredLeft.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RestoredTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RotationCenter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ScaleFactor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SequenceTimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SetBehavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShapeTree.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ShowPropertiesExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Slide.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideAll.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideLayoutIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideListEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMaster.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideMasterIdList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideSyncProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SlideViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SorterViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Sound.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SoundTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SplitTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartConditionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StartSoundAction.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StringVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.StripsTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.SubTimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TagList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TargetElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Template.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TemplateList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TextStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAbsolute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeAnimateValueList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimeNodeList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TimePercentage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Timing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.TitleStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ToVariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transform.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Transition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.VariantValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.Video.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ViewProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WebProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WedgeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WheelTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.WipeTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Presentation.ZoomTransition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Alignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Author.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Authors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.AutoSortScope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BackgroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BooleanItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Borders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationChain.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Cell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CellWatches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CharacterValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Chartsheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Colors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColorScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ColumnItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CommentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Condense.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormattingRuleExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConditionalFormatValueObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Connections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Consolidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ControlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Controls.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataConsolidate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DataValidations.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateGroupItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DateTimeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DeletedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DialogSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Dimensions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DiscreteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.DynamicFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Entries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ErrorItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.EvenHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extend.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Extension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalBook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ExternalSheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Field.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldsUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FieldUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileRecoveryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileSharing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FileVersion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fills.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FilterColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Filters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FirstHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontScheme.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ForegroundColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula1.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Formula2.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FromMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FunctionGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.FutureMetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GradientStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupLevels.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMember.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.GroupMembers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Groups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Headers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Hyperlinks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IconSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IgnoredErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.IndexedColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InlineString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.InputCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Item.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Items.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Kpis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Location.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Main.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Map.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MapInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Maps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Mdx.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxKpi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MdxTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureDimensionMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MeasureGroups.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Member.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertiesMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberProperty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MemberPropertyIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Members.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MergeCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Metadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataStrings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MetadataTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MissingTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.MruColors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NameIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberingFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.NumberItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OddHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OlapProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OldFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OleSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.OutlineProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Page.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Pane.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Parameters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PatternFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PhoneticRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotArea.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotAreas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCacheRecords.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotCaches.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotFilters.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotHierarchyExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.PrintOptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ProtectedRanges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Protection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RangeSets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Reviewed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ReviewedList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionAutoFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCellChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionComment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionConflict.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionCustomView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionDefinedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionInsertSheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionMove.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionQueryTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionRowColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Revisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RevisionSheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RgbColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Row.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowBreaks.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowHierarchyUsage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RowItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.RunPropertyCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenario.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Scenarios.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Schema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Selection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ServerFormats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SharedStringTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetCalculationProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDataSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetDimension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Sheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SheetViews.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SingleXmlCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SlicerCacheDefinitionExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortByTuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortCondition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.SortState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StringItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Stylesheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Subtopic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TabColor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableColumns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TablePart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TableStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextFields.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TextProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ToMarker.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Top10.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Topic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TopicReferences.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuple.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleCache.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Tuples.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.TupleSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Undo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.UserInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Users.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Value.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.ValueMetadata.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Values.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.VolatileTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishItems.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebPublishObjects.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Workbook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorkbookView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Worksheet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtension.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetExtensionList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.WorksheetSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.XmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Spreadsheet.Xstring.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.StringValue.Value.get -> string? +override DocumentFormat.OpenXml.StringValue.Value.set -> void +override DocumentFormat.OpenXml.VariantTypes.Variant.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTArray.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBool.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTBString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClassId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTClipboardData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTCurrency.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDecimal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTDouble.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTEmpty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFileTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTFloat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTLPWSTR.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTNull.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOBlob.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTOStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStorage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVector.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.VariantTypes.VTVStreamData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Arc.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Background.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Curve.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Fill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formula.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Formulas.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Group.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ImageFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Line.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.BottomStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Callout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ClipPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMenu.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ColumnStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Complex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Diagram.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Entry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Extrusion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FieldCodes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Ink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LeftStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LinkType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.LockedField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.OleObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Proxy.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RegroupTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Relation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RelationTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.RightStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rule.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Rules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeIdMap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.ShapeLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.SignatureLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.Skew.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Office.TopStroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Oval.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Path.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.PolyLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.InkAnnotationFlag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Presentation.TextData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Rectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.RoundRectangle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.ShapeHandles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Shapetype.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorPrimary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AcceleratorSecondary.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Anchor.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoFill.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoScaleFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.AutoSizePicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CameraObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CancelButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ClipboardFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Colored.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ColumnHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentColumnTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DefaultSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3D.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disable3DForListBoxAndDropDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Disabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DismissButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FirstButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaRange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.FormulaTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HelpButton.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.HorizontalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.InputValidationType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.JustifyLastLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListBoxCallbackType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.LockText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MapOcxControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MinDropDownWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MoveWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiLine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.MultiSelections.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.PrintObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RecalculateAlways.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ResizeWithCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.RowHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLanguage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptLocation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScriptText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMax.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarMin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPageIncrement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarPosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ScrollBarWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SecretEdit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionEntry.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.SelectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.ValidIds.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalScrollBar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Spreadsheet.Visible.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Stroke.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.TextPath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.AnchorLock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TextWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Vml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNum.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AbstractNumId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Active.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveRecord.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ActiveWritingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AddressFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Aliases.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowPNG.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunk.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AltName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysMergeEmptyNamespace.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AlwaysShowPlaceholderText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AnnotationReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AttachedTemplate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoCaptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoFormatOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoHyphenation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutomaticallySizeFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoRedefine.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BarBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BasedOn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behavior.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Behaviors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BetweenBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDi.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BiDiVisual.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BlockQuote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Body.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BodyDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Bold.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldPrintingSheets.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookFoldReversePrinting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BookmarkStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Border.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Break.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CalculateOnExit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Calendar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CantSplit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Caption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Captions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CarriageReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Category.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellDeletion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellInsertion.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CellMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterScale.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CharacterSpacingControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Checked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CheckErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ClickAndTypeStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Color.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColorSchemeMapping.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Column.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ColumnIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Columns.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CommentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Comments.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Compatibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CompatibilitySetting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConnectString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConsecutiveHyphenLimit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContentPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Control.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlAttribute.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.CustomXmlRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataBinding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DataType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DateFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DayShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DecimalSymbol.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultCheckBoxFormFieldState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Deleted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedFieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DeletedText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Description.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Destination.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Dirty.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayHorizontalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DisplayVerticalDrawingGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Div.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Divs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DivsChild.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartBody.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartCategory.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartGallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocParts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartTypes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocPartUnique.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Document.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentBackground.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DocumentVariables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutoCompressPictures.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDemarcateInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotHyphenateCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotIncludeSubdocsInStats.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotShadeFormData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackFormatting.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotTrackMoves.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotUseMarginsForDrawingGridOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotValidateAgainstSchema.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DoubleStrike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Drawing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridHorizontalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalOrigin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DrawingGridVerticalSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.DynamicAddress.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbeddedObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emboss.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Emphasis.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Enabled.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Endnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EndnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EntryMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.EvenAndOddHeaders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ExitMacro.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FieldMapData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FlatBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Font.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontCharSet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontFamily.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Fonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSignature.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footer.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FooterReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteDocumentWideProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnotePosition.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteReferenceMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Footnotes.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FootnoteSpecialReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForceUpgrade.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Format.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormFieldSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FormsDesign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frame.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Frameset.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.FrameSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Gallery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GlossaryDocument.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridAfter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridColumn.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GridSpan.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GrowAutofit.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterAtTop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.GutterOnRight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Header.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HeaderSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HelpText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Highlight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Hyperlink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyperlinkRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.HyphenationZone.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IgnoreMixedContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Imprint.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Indentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Inserted.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsertedRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Italic.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Justification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.KeepNext.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kern.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Kinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LanguageId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Languages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LastRenderedPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyleExceptionInfo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LatentStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Level.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelOverride.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelSuffix.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LevelText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkedToFile.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkStyles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.LinkToQuery.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListEntryFormField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListItem.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ListSeparator.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Lock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Locked.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailMergeSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MailSubject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MainDocumentType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MappedName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MarginWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MatchSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MaxLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorIndents.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MirrorMargins.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MonthShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFrom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveFromRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveTo.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToMathControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MoveToRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MovieReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.MultiLevelType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Name.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoBreakHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoEndnote.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLeading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksAfterKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoLineBreaksBeforeKinsoku.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoProof.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoPunctuationKerning.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NotTrueType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NoWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Nsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Numbering.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingFormat.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingInstance.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingPictureBullet.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingRestart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectEmbed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ObjectLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OfficeMath.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Outline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OutlineLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumber.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageNumberType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PageSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Panose1Number.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PaperSource.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Paragraph.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermEnd.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PermStart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Personal.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalCompose.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PersonalReply.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Picture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Pitch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Position.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PositionalTab.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.PrintTwoOnOne.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofError.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ProofState.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Query.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ReadModeInkLockDown.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RecipientDataReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Recipients.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RelyOnVML.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RevisionView.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RightToLeftText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RsidRoot.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Rsids.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Ruby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyAlign.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyBase.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RubyProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Run.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.RunStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveFormsData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveInvalidXml.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SavePreviewPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveThroughXslt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SaveXmlDataOnly.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtAlias.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBibliography.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentCitation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentComboBox.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDate.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDocPartObject.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentDropDownList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentEquation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentGroup.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentPicture.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRichText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtContentText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtEndCharProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRun.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SdtRunRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SectionType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SemiHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SeparatorMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Settings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shading.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Shadow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeDefaults.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowEnvelope.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowingPlaceholder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ShowXmlTags.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleField.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SimpleFieldRuby.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SmallCaps.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SnapToGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SoftHyphen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceFileReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SourceReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Spacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SpecVanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StatusText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StrictFirstAndLastChars.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Strike.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Style.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleId.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLink.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockStylesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleLockThemesPart.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleName.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneFormatFilter.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StylePaneSortMethods.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Styles.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubDocumentReference.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SubFontBySize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SummaryLength.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.SymbolChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabChar.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Table.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCaption.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCell.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellBorders.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellFitText.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableCellWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableDescription.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGrid.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableGridChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableHeader.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableIndentation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableLook.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableOverlap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowHeight.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableRowPropertiesChange.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyle.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleProperties.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TableWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tabs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TabStop.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Tag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemplateCode.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TemporarySdt.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Text.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxContent.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextDirection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextEffect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TextInput.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ThemeFontLanguages.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TitlePage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMargin.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TrackRevisions.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UICompatibleWith97To2003.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UIPriority.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Underline.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UniqueTag.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UpdateFieldsOnOpen.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.UseXsltWhenSaving.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Vanish.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalMerge.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.View.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.ViewMergedData.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebHidden.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WebSettings.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidowControl.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Width.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthAfterTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WidthBeforeTableRow.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WordWrap.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.WriteProtection.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearLong.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.YearShort.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override DocumentFormat.OpenXml.Wordprocessing.Zoom.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +override sealed DocumentFormat.OpenXml.Packaging.AlternativeFormatImportPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CalculationChainPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CellMetadataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartColorStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ChartStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CommentAuthorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ConnectionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ControlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CoreFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomDataPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomizationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomPropertyPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlMappingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.CustomXmlPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramColorsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramLayoutDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramPersistLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DiagramStylePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DialogsheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DigitalSignatureOriginPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DocumentSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.DrawingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistenceBinaryDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedObjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EmbeddedPackagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.EndnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExcelAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedChartPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExtendedFilePropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ExternalWorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FontTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FooterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.FootnotesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.GlossaryDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HandoutMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.HeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ImagePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.InternationalMacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextInfoPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.LegacyDiagramTextPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MacroSheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MailMergeRecipientDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.MainDocumentPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NotesSlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.NumberingDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.OpenXmlPart.ThrowIfObjectDisposed() -> void +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTableCacheRecordsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PivotTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.PresentationPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QueryTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.QuickAccessToolbarCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonAndBackstageCustomizationsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.RibbonExtensibilityPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SharedStringTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SingleCellTablePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicerCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlicersPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideLayoutPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideMasterPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlidePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SlideSyncDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StyleDefinitionsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.StylesWithEffectsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableDefinitionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TableStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemeOverridePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThemePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ThumbnailPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLineCachePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.TimeLinePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.UserDefinedTagsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VbaProjectPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.ViewPropertiesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VmlDrawingPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.VolatileDependenciesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExTaskpanesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebExtensionPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WebSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordAttachedToolbarsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsExPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsIdsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPeoplePart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WordprocessingPrinterSettingsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionHeaderPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookRevisionLogPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookStylesPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorkbookUserDataPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetCommentsPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.WorksheetSortMapPart.RelationshipType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.ContentType.get -> string! +override sealed DocumentFormat.OpenXml.Packaging.XmlSignaturePart.RelationshipType.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespace.get -> string! +static DocumentFormat.OpenXml.AlternateContent.MarkupCompatibilityNamespaceId.get -> byte +static DocumentFormat.OpenXml.AlternateContent.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentChoice.TagName.get -> string! +static DocumentFormat.OpenXml.AlternateContentFallback.TagName.get -> string! +static DocumentFormat.OpenXml.Base64BinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator DocumentFormat.OpenXml.Base64BinaryValue!(string? value) -> DocumentFormat.OpenXml.Base64BinaryValue! +static DocumentFormat.OpenXml.Base64BinaryValue.implicit operator string?(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.Base64BinaryValue.ToString(DocumentFormat.OpenXml.Base64BinaryValue! value) -> string? +static DocumentFormat.OpenXml.BooleanValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.implicit operator bool(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.BooleanValue.implicit operator DocumentFormat.OpenXml.BooleanValue!(bool value) -> DocumentFormat.OpenXml.BooleanValue! +static DocumentFormat.OpenXml.BooleanValue.ToBoolean(DocumentFormat.OpenXml.BooleanValue! value) -> bool +static DocumentFormat.OpenXml.ByteValue.FromByte(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.implicit operator byte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.ByteValue.implicit operator DocumentFormat.OpenXml.ByteValue!(byte value) -> DocumentFormat.OpenXml.ByteValue! +static DocumentFormat.OpenXml.ByteValue.ToByte(DocumentFormat.OpenXml.ByteValue! value) -> byte +static DocumentFormat.OpenXml.DateTimeValue.FromDateTime(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator DocumentFormat.OpenXml.DateTimeValue!(System.DateTime value) -> DocumentFormat.OpenXml.DateTimeValue! +static DocumentFormat.OpenXml.DateTimeValue.implicit operator System.DateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DateTimeValue.ToDateTime(DocumentFormat.OpenXml.DateTimeValue! value) -> System.DateTime +static DocumentFormat.OpenXml.DecimalValue.FromDecimal(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.implicit operator decimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DecimalValue.implicit operator DocumentFormat.OpenXml.DecimalValue!(decimal value) -> DocumentFormat.OpenXml.DecimalValue! +static DocumentFormat.OpenXml.DecimalValue.ToDecimal(DocumentFormat.OpenXml.DecimalValue! value) -> decimal +static DocumentFormat.OpenXml.DoubleValue.FromDouble(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator DocumentFormat.OpenXml.DoubleValue!(double value) -> DocumentFormat.OpenXml.DoubleValue! +static DocumentFormat.OpenXml.DoubleValue.implicit operator double(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.DoubleValue.ToDouble(DocumentFormat.OpenXml.DoubleValue! value) -> double +static DocumentFormat.OpenXml.EnumValue.implicit operator DocumentFormat.OpenXml.EnumValue!(T value) -> DocumentFormat.OpenXml.EnumValue! +static DocumentFormat.OpenXml.EnumValue.implicit operator string?(DocumentFormat.OpenXml.EnumValue! value) -> string? +static DocumentFormat.OpenXml.EnumValue.implicit operator T(DocumentFormat.OpenXml.EnumValue! value) -> T +static DocumentFormat.OpenXml.HexBinaryValue.Create(params byte[]! bytes) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.FromString(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator DocumentFormat.OpenXml.HexBinaryValue!(string? value) -> DocumentFormat.OpenXml.HexBinaryValue! +static DocumentFormat.OpenXml.HexBinaryValue.implicit operator string?(DocumentFormat.OpenXml.HexBinaryValue? value) -> string? +static DocumentFormat.OpenXml.HexBinaryValue.ToString(DocumentFormat.OpenXml.HexBinaryValue! value) -> string? +static DocumentFormat.OpenXml.Int16Value.FromInt16(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator DocumentFormat.OpenXml.Int16Value!(short value) -> DocumentFormat.OpenXml.Int16Value! +static DocumentFormat.OpenXml.Int16Value.implicit operator short(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int16Value.ToInt16(DocumentFormat.OpenXml.Int16Value! value) -> short +static DocumentFormat.OpenXml.Int32Value.FromInt32(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator DocumentFormat.OpenXml.Int32Value!(int value) -> DocumentFormat.OpenXml.Int32Value! +static DocumentFormat.OpenXml.Int32Value.implicit operator int(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int32Value.ToInt32(DocumentFormat.OpenXml.Int32Value! value) -> int +static DocumentFormat.OpenXml.Int64Value.FromInt64(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator DocumentFormat.OpenXml.Int64Value!(long value) -> DocumentFormat.OpenXml.Int64Value! +static DocumentFormat.OpenXml.Int64Value.implicit operator long(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.Int64Value.ToInt64(DocumentFormat.OpenXml.Int64Value! value) -> long +static DocumentFormat.OpenXml.IntegerValue.FromInt64(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator DocumentFormat.OpenXml.IntegerValue!(long value) -> DocumentFormat.OpenXml.IntegerValue! +static DocumentFormat.OpenXml.IntegerValue.implicit operator long(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.IntegerValue.ToInt64(DocumentFormat.OpenXml.IntegerValue! value) -> long +static DocumentFormat.OpenXml.OnOffValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.implicit operator bool(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OnOffValue.implicit operator DocumentFormat.OpenXml.OnOffValue!(bool value) -> DocumentFormat.OpenXml.OnOffValue! +static DocumentFormat.OpenXml.OnOffValue.ToBoolean(DocumentFormat.OpenXml.OnOffValue! value) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator !=(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlAttribute.operator ==(DocumentFormat.OpenXml.OpenXmlAttribute attribute1, DocumentFormat.OpenXml.OpenXmlAttribute attribute2) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleReference.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? left, DocumentFormat.OpenXml.OpenXmlComparableSimpleReference? right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator !=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator <=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator ==(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlComparableSimpleValue.operator >=(DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! left, DocumentFormat.OpenXml.OpenXmlComparableSimpleValue! right) -> bool +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, object! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlElementFunctionalExtensions.With(this TElement! element, params object![]! content) -> TElement! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlReader.Create(System.IO.Stream! partStream, bool readMiscNodes, bool ignoreWhitespace) -> DocumentFormat.OpenXml.OpenXmlReader! +static DocumentFormat.OpenXml.OpenXmlSimpleType.implicit operator string?(DocumentFormat.OpenXml.OpenXmlSimpleType? xmlAttribute) -> string? +static DocumentFormat.OpenXml.OpenXmlSimpleValue.implicit operator T(DocumentFormat.OpenXml.OpenXmlSimpleValue! xmlAttribute) -> T +static DocumentFormat.OpenXml.OpenXmlUnknownElement.CreateOpenXmlUnknownElement(string! outerXml) -> DocumentFormat.OpenXml.OpenXmlUnknownElement! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.OpenXmlWriter.Create(System.IO.Stream! partStream, System.Text.Encoding! encoding) -> DocumentFormat.OpenXml.OpenXmlWriter! +static DocumentFormat.OpenXml.Packaging.AudioReferenceRelationship.AudioReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.MediaReferenceRelationship.MediaReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.CanSave.get -> bool +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, string! path) -> string! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Packaging.Package! package) -> System.IO.Packaging.Package! +static DocumentFormat.OpenXml.Packaging.OpenXmlPackage.FromFlatOpcDocumentCore(System.Xml.Linq.XDocument! flatOpcDocument, System.IO.Stream! stream) -> System.IO.Stream! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(string! path, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.PresentationDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.PresentationDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.PresentationDocument! +static DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.CreateRewriterFactory(DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.Rewriter! rewriter) -> System.Func! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(string! path, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.SpreadsheetDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.SpreadsheetDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.SpreadsheetDocument! +static DocumentFormat.OpenXml.Packaging.VideoReferenceRelationship.VideoReferenceRelationshipType.get -> string! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(string! path, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Create(System.IO.Stream! stream, DocumentFormat.OpenXml.WordprocessingDocumentType type, bool autoSave) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.CreateFromTemplate(string! path, bool isTemplateAttached) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcDocument(System.Xml.Linq.XDocument! document, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.FromFlatOpcString(string! text, System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(string! path, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Packaging.Package! package, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.Packaging.WordprocessingDocument.Open(System.IO.Stream! stream, bool isEditable, DocumentFormat.OpenXml.Packaging.OpenSettings! openSettings) -> DocumentFormat.OpenXml.Packaging.WordprocessingDocument! +static DocumentFormat.OpenXml.SByteValue.FromSByte(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator DocumentFormat.OpenXml.SByteValue!(sbyte value) -> DocumentFormat.OpenXml.SByteValue! +static DocumentFormat.OpenXml.SByteValue.implicit operator sbyte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SByteValue.ToSByte(DocumentFormat.OpenXml.SByteValue! value) -> sbyte +static DocumentFormat.OpenXml.SingleValue.FromSingle(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator DocumentFormat.OpenXml.SingleValue!(float value) -> DocumentFormat.OpenXml.SingleValue! +static DocumentFormat.OpenXml.SingleValue.implicit operator float(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.SingleValue.ToSingle(DocumentFormat.OpenXml.SingleValue! value) -> float +static DocumentFormat.OpenXml.StringValue.FromString(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator DocumentFormat.OpenXml.StringValue!(string? value) -> DocumentFormat.OpenXml.StringValue! +static DocumentFormat.OpenXml.StringValue.implicit operator string?(DocumentFormat.OpenXml.StringValue? value) -> string? +static DocumentFormat.OpenXml.StringValue.ToString(DocumentFormat.OpenXml.StringValue! value) -> string? +static DocumentFormat.OpenXml.TrueFalseBlankValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseBlankValue.implicit operator DocumentFormat.OpenXml.TrueFalseBlankValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseBlankValue! +static DocumentFormat.OpenXml.TrueFalseBlankValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseBlankValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.FromBoolean(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator bool(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.TrueFalseValue.implicit operator DocumentFormat.OpenXml.TrueFalseValue!(bool value) -> DocumentFormat.OpenXml.TrueFalseValue! +static DocumentFormat.OpenXml.TrueFalseValue.ToBoolean(DocumentFormat.OpenXml.TrueFalseValue! value) -> bool +static DocumentFormat.OpenXml.UInt16Value.FromUInt16(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator DocumentFormat.OpenXml.UInt16Value!(ushort value) -> DocumentFormat.OpenXml.UInt16Value! +static DocumentFormat.OpenXml.UInt16Value.implicit operator ushort(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt16Value.ToUInt16(DocumentFormat.OpenXml.UInt16Value! value) -> ushort +static DocumentFormat.OpenXml.UInt32Value.FromUInt32(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator DocumentFormat.OpenXml.UInt32Value!(uint value) -> DocumentFormat.OpenXml.UInt32Value! +static DocumentFormat.OpenXml.UInt32Value.implicit operator uint(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt32Value.ToUInt32(DocumentFormat.OpenXml.UInt32Value! value) -> uint +static DocumentFormat.OpenXml.UInt64Value.FromUInt64(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator DocumentFormat.OpenXml.UInt64Value!(ulong value) -> DocumentFormat.OpenXml.UInt64Value! +static DocumentFormat.OpenXml.UInt64Value.implicit operator ulong(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +static DocumentFormat.OpenXml.UInt64Value.ToUInt64(DocumentFormat.OpenXml.UInt64Value! value) -> ulong +virtual DocumentFormat.OpenXml.OpenXmlElement.AppendChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ChildElements.get -> DocumentFormat.OpenXml.OpenXmlElementList! +virtual DocumentFormat.OpenXml.OpenXmlElement.CloneNode(bool deep) -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlElement.FirstChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.InnerXml.set -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAfter(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertAt(T? newChild, int index) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.InsertBefore(T? newChild, DocumentFormat.OpenXml.OpenXmlElement? referenceChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.LastChild.get -> DocumentFormat.OpenXml.OpenXmlElement? +virtual DocumentFormat.OpenXml.OpenXmlElement.LocalName.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.NamespaceUri.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.Prefix.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlElement.PrependChild(T? newChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.RemoveChild(T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.ReplaceChild(DocumentFormat.OpenXml.OpenXmlElement! newChild, T? oldChild) -> T? +virtual DocumentFormat.OpenXml.OpenXmlElement.WriteTo(System.Xml.XmlWriter! xmlWriter) -> void +virtual DocumentFormat.OpenXml.OpenXmlElement.XmlQualifiedName.get -> System.Xml.XmlQualifiedName! +virtual DocumentFormat.OpenXml.OpenXmlElement.XName.get -> System.Xml.Linq.XName! +virtual DocumentFormat.OpenXml.OpenXmlElementList.this[int i].get -> DocumentFormat.OpenXml.OpenXmlElement! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.get -> string! +virtual DocumentFormat.OpenXml.OpenXmlLeafTextElement.Text.set -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlReader.Encoding.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlReader.GetLineInfo() -> System.Xml.IXmlLineInfo! +virtual DocumentFormat.OpenXml.OpenXmlReader.HasAttributes.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlReader.StandaloneXml.get -> bool? +virtual DocumentFormat.OpenXml.OpenXmlReader.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.HasValue.get -> bool +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.get -> string? +virtual DocumentFormat.OpenXml.OpenXmlSimpleType.InnerText.set -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.OpenXmlWriter.ThrowIfObjectDisposed() -> void +virtual DocumentFormat.OpenXml.Packaging.DataPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.DataPartReferenceRelationship.DataPart.get -> DocumentFormat.OpenXml.Packaging.DataPart! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.Dispose(bool disposing) -> void +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPackage.RootPart.get -> DocumentFormat.OpenXml.Packaging.OpenXmlPart? +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPart.ContentType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddNewPart(string! contentType, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part) -> T! +virtual DocumentFormat.OpenXml.Packaging.OpenXmlPartContainer.AddPart(T! part, string! id) -> T! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Id.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.IsExternal.get -> bool +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.RelationshipType.get -> string! +virtual DocumentFormat.OpenXml.Packaging.ReferenceRelationship.Uri.get -> System.Uri! +virtual DocumentFormat.OpenXml.Packaging.RelationshipErrorHandler.OnPackageLoaded() -> void + +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.OpenXmlElement! openXmlElement, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPackage! openXmlPackage, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Validation.OpenXmlValidator.Validate(DocumentFormat.OpenXml.Packaging.OpenXmlPart! openXmlPart, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) -> System.Collections.Generic.IEnumerable! +DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(string! schemaFile, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void +DocumentFormat.OpenXml.Packaging.OpenXmlPart.ValidateXml(System.Xml.Schema.XmlSchemaSet! schemas, System.Xml.Schema.ValidationEventHandler! validationEventHandler) -> void \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml/SimpleTypes/HexStringFactory.cs b/src/DocumentFormat.OpenXml/SimpleTypes/HexStringFactory.cs index 4c1323948..a4d8968a2 100644 --- a/src/DocumentFormat.OpenXml/SimpleTypes/HexStringFactory.cs +++ b/src/DocumentFormat.OpenXml/SimpleTypes/HexStringFactory.cs @@ -12,7 +12,7 @@ namespace DocumentFormat.OpenXml /// /// A factory of hex strings. /// - public static class HexStringFactory + internal static class HexStringFactory { /// /// Returns a new hex string that was created from . diff --git a/src/DocumentFormat.OpenXml/Validation/Schema/SchemaTypeValidator.cs b/src/DocumentFormat.OpenXml/Validation/Schema/SchemaTypeValidator.cs index d31f5498b..87728f6d3 100644 --- a/src/DocumentFormat.OpenXml/Validation/Schema/SchemaTypeValidator.cs +++ b/src/DocumentFormat.OpenXml/Validation/Schema/SchemaTypeValidator.cs @@ -98,8 +98,6 @@ private static void ValidateAttributes(ValidationContext validationContext) return; } - ValidationErrorInfo errorInfo; - foreach (var attribute in element.ParsedState.Attributes) { ValidateValue(validationContext, attribute.Property.Validators, attribute.Value, attribute.Property, true); @@ -121,10 +119,7 @@ private static void ValidateAttributes(ValidationContext validationContext) else { // emit error - string attributeQname = extendedAttribute.XmlQualifiedName.ToString(); - errorInfo = validationContext.ComposeSchemaValidationError(element, null, "Sch_UndeclaredAttribute", attributeQname); - errorInfo.SetDebugField(attributeQname, "Sch_UndeclaredAttribute"); - validationContext.AddError(errorInfo); + validationContext.AddError(validationContext.ComposeSchemaValidationError(element, null, "Sch_UndeclaredAttribute", extendedAttribute.XmlQualifiedName.ToString())); } } } diff --git a/src/DocumentFormat.OpenXml/Validation/ValidationErrorInfo.cs b/src/DocumentFormat.OpenXml/Validation/ValidationErrorInfo.cs index 10e35f3f0..4b4a885db 100644 --- a/src/DocumentFormat.OpenXml/Validation/ValidationErrorInfo.cs +++ b/src/DocumentFormat.OpenXml/Validation/ValidationErrorInfo.cs @@ -16,35 +16,6 @@ public class ValidationErrorInfo private OpenXmlElement? _element; private OpenXmlPart? _part; -#if DEBUG - /// - /// Gets the XML qualified name for the attribute. - /// Returns null if the error is not for attribute. - /// - public string? AttributeQualifiedName { get; private set; } - - /// - /// Gets schema validation error category. - /// - public string? ValidationErrorCategory { get; private set; } -#endif - - /// - /// Sets the two fields (AttributeQualifiedName, ValidationErrorCategory) in debug build only. - /// - /// - /// - [Conditional("DEBUG")] -#pragma warning disable CA1822 // Mark members as static - internal void SetDebugField(string attributeQualifiedName, string validationErrorCategory) -#pragma warning restore CA1822 // Mark members as static - { -#if DEBUG - AttributeQualifiedName = attributeQualifiedName; - ValidationErrorCategory = validationErrorCategory; -#endif - } - /// /// Gets the unique identifier of this error. /// diff --git a/src/common/FrameworkShims.targets b/src/common/FrameworkShims.targets new file mode 100644 index 000000000..1deca79f5 --- /dev/null +++ b/src/common/FrameworkShims.targets @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $([MSBuild]::MakeRelative($(MSBuildThisFileDirectory), %(FullPath))) + + + + \ No newline at end of file diff --git a/src/DocumentFormat.OpenXml/System/Collections/Concurrent/ConcurrentDictionary.cs b/src/common/System/Collections/Concurrent/ConcurrentDictionary.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Collections/Concurrent/ConcurrentDictionary.cs rename to src/common/System/Collections/Concurrent/ConcurrentDictionary.cs diff --git a/src/DocumentFormat.OpenXml/System/Collections/Generic/IReadOnlyCollection.cs b/src/common/System/Collections/Generic/IReadOnlyCollection.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Collections/Generic/IReadOnlyCollection.cs rename to src/common/System/Collections/Generic/IReadOnlyCollection.cs diff --git a/src/DocumentFormat.OpenXml/System/Collections/Generic/IReadOnlyDictionary.cs b/src/common/System/Collections/Generic/IReadOnlyDictionary.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Collections/Generic/IReadOnlyDictionary.cs rename to src/common/System/Collections/Generic/IReadOnlyDictionary.cs diff --git a/src/DocumentFormat.OpenXml/System/Diagnostics/CodeAnalysis/NullableAttributes.cs b/src/common/System/Diagnostics/CodeAnalysis/NullableAttributes.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Diagnostics/CodeAnalysis/NullableAttributes.cs rename to src/common/System/Diagnostics/CodeAnalysis/NullableAttributes.cs diff --git a/src/DocumentFormat.OpenXml/System/FormattableString.cs b/src/common/System/FormattableString.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/FormattableString.cs rename to src/common/System/FormattableString.cs diff --git a/src/DocumentFormat.OpenXml/System/HashCode.cs b/src/common/System/HashCode.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/HashCode.cs rename to src/common/System/HashCode.cs diff --git a/src/DocumentFormat.OpenXml/System/ICloneable.cs b/src/common/System/ICloneable.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/ICloneable.cs rename to src/common/System/ICloneable.cs diff --git a/src/DocumentFormat.OpenXml/System/IO/StreamCopyExtensions.cs b/src/common/System/IO/StreamCopyExtensions.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/IO/StreamCopyExtensions.cs rename to src/common/System/IO/StreamCopyExtensions.cs diff --git a/src/DocumentFormat.OpenXml/System/Lazy{T}.cs b/src/common/System/Lazy{T}.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Lazy{T}.cs rename to src/common/System/Lazy{T}.cs diff --git a/src/DocumentFormat.OpenXml/System/NonSerializedAttribute.cs b/src/common/System/NonSerializedAttribute.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/NonSerializedAttribute.cs rename to src/common/System/NonSerializedAttribute.cs diff --git a/src/DocumentFormat.OpenXml/System/Reflection/SubclassExtensions.cs b/src/common/System/Reflection/SubclassExtensions.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Reflection/SubclassExtensions.cs rename to src/common/System/Reflection/SubclassExtensions.cs diff --git a/src/DocumentFormat.OpenXml/System/Reflection/TypeExtensions.cs b/src/common/System/Reflection/TypeExtensions.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Reflection/TypeExtensions.cs rename to src/common/System/Reflection/TypeExtensions.cs diff --git a/src/DocumentFormat.OpenXml/System/Runtime/CompilerServices/CallerMemberNameAttribute.cs b/src/common/System/Runtime/CompilerServices/CallerMemberNameAttribute.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Runtime/CompilerServices/CallerMemberNameAttribute.cs rename to src/common/System/Runtime/CompilerServices/CallerMemberNameAttribute.cs diff --git a/src/DocumentFormat.OpenXml/System/Runtime/CompilerServices/FormattableStringFactory.cs b/src/common/System/Runtime/CompilerServices/FormattableStringFactory.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Runtime/CompilerServices/FormattableStringFactory.cs rename to src/common/System/Runtime/CompilerServices/FormattableStringFactory.cs diff --git a/src/DocumentFormat.OpenXml/System/SerializableAttribute.cs b/src/common/System/SerializableAttribute.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/SerializableAttribute.cs rename to src/common/System/SerializableAttribute.cs diff --git a/src/DocumentFormat.OpenXml/System/Span.cs b/src/common/System/Span.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Span.cs rename to src/common/System/Span.cs diff --git a/src/DocumentFormat.OpenXml/System/SpanExtensions.cs b/src/common/System/SpanExtensions.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/SpanExtensions.cs rename to src/common/System/SpanExtensions.cs diff --git a/src/DocumentFormat.OpenXml/System/Threading/CancellationToken.cs b/src/common/System/Threading/CancellationToken.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Threading/CancellationToken.cs rename to src/common/System/Threading/CancellationToken.cs diff --git a/src/DocumentFormat.OpenXml/System/Xml/Linq/XDocumentExtensions.cs b/src/common/System/Xml/Linq/XDocumentExtensions.cs similarity index 100% rename from src/DocumentFormat.OpenXml/System/Xml/Linq/XDocumentExtensions.cs rename to src/common/System/Xml/Linq/XDocumentExtensions.cs diff --git a/test/DocumentFormat.OpenXml.Framework.Features.Tests/DocumentFormat.OpenXml.Framework.Features.Tests.csproj b/test/DocumentFormat.OpenXml.Framework.Features.Tests/DocumentFormat.OpenXml.Framework.Features.Tests.csproj index a6e344ba1..eb973d236 100644 --- a/test/DocumentFormat.OpenXml.Framework.Features.Tests/DocumentFormat.OpenXml.Framework.Features.Tests.csproj +++ b/test/DocumentFormat.OpenXml.Framework.Features.Tests/DocumentFormat.OpenXml.Framework.Features.Tests.csproj @@ -5,8 +5,13 @@ true false enable + true + + + +